summaryrefslogtreecommitdiff
path: root/index.ttl
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2016-11-30 14:56:42 +0100
committerLars-Dominik Braun <lars@6xq.net>2016-11-30 14:56:42 +0100
commit4a680d59fa3e9b9ff100e0fc19f02fcff206ccef (patch)
treeb68475d36e640f12e59a23a2020570d787cf7880 /index.ttl
parentbfb8cd28f3a8be7ab24720eecdfe114a2509241e (diff)
downloadeumel-4a680d59fa3e9b9ff100e0fc19f02fcff206ccef.tar.gz
eumel-4a680d59fa3e9b9ff100e0fc19f02fcff206ccef.tar.bz2
eumel-4a680d59fa3e9b9ff100e0fc19f02fcff206ccef.zip
Add hommel79 and fix ELAN abbrv
Diffstat (limited to 'index.ttl')
-rw-r--r--index.ttl47
1 files changed, 44 insertions, 3 deletions
diff --git a/index.ttl b/index.ttl
index 96d619a..baa6f93 100644
--- a/index.ttl
+++ b/index.ttl
@@ -54,7 +54,8 @@
<#heyderhoff82>, <#heyderhoff85a>, <#heyderhoff85b>,
<#ttpreis85>,
<#goossenaerts88>,
- <#sinha82>
+ <#sinha82>,
+ <#hommel79>
; .
### Random literature ###
@@ -586,8 +587,21 @@ _:thing_stc
s:numberOfPages "155" ;
s:inLanguage "de-DE" ;
s:about _:thing_elan ;
- s:publisher [ a s:Organization ;
- s:name "Akademische Verlagsgesellschaft" ] ;
+ s:publisher _:org_akademische_verlagsgesellschaft ;
+ .
+
+<#hommel79>
+ a s:Book ;
+ s:author _:person_hommel , _:person_jaeckel , _:person_jaehnichen ,
+ _:person_kleine , _:person_koch , _:person_koster ;
+ s:datePublished "1979" ;
+ s:name "ELAN-Sprachbeschreibung" ;
+ s:sameAs <http://www.worldcat.org/oclc/6448687> ;
+ s:about _:thing_elan ;
+ s:numberOfPages "95" ;
+ s:inLanguage "de-DE" ;
+ s:publisher _:org_akademische_verlagsgesellschaft ;
+ s:isbn "3-400-00384-0" ;
.
<#klingen85>
@@ -2096,6 +2110,15 @@ _:org_hrz
s:name "Hochschulrechenzentrum" ;
s:department _:org_unibi .
+_:org_akademische_verlagsgesellschaft
+ a s:Organization ;
+ s:name "Akademische Verlagsgesellschaft" ;
+ s:location [ a s:PostalAddress ;
+ s:addressLocality "Wiesbaden" ;
+ s:addressCountry "DE" ;
+ ]
+ .
+
### Companies ###
_:com_ergos
a s:Corporation ;
@@ -2423,3 +2446,21 @@ _:person_hoens
s:givenName "G." ;
.
+_:person_hommel
+ a s:Person ;
+ s:familyName "Hommel" ;
+ s:givenName "Günter" ;
+ .
+
+_:person_jaeckel
+ a s:Person ;
+ s:familyName "Jäckel" ;
+ s:givenName "Joachim" ;
+ .
+
+_:person_kleine
+ a s:Person ;
+ s:familyName "Kleine" ;
+ s:givenName "Karl" ;
+ .
+