summaryrefslogtreecommitdiff
path: root/ttl
diff options
context:
space:
mode:
Diffstat (limited to 'ttl')
-rw-r--r--ttl/head.ttl3
-rw-r--r--ttl/library_manuals.ttl21
-rw-r--r--ttl/people.ttl7
3 files changed, 30 insertions, 1 deletions
diff --git a/ttl/head.ttl b/ttl/head.ttl
index 1f857c9..30b4a68 100644
--- a/ttl/head.ttl
+++ b/ttl/head.ttl
@@ -57,6 +57,7 @@
<#sinha82>,
<#hommel79>,
<#eumelinfos>, <#glossymap>, <#vertriebsinfos>,
- <#ambros87a>, <#ambros87b>
+ <#ambros87a>, <#ambros87b>,
+ <#eudas85>, <#eudas86>
; .
diff --git a/ttl/library_manuals.ttl b/ttl/library_manuals.ttl
index e23e96e..a82cd7f 100644
--- a/ttl/library_manuals.ttl
+++ b/ttl/library_manuals.ttl
@@ -244,6 +244,27 @@
s:publisher _:org_gmd ;
.
+<#eudas85>
+ a s:Book ;
+ s:datePublished "1985-09" ;
+ s:name "EUDAS Anwender-Datenverwaltungssystem Version 3: Benutzerhandbuch" ;
+ s:inLanguage "de-DE" ;
+ s:about _:thing_eudas ;
+ s:author _:person_berlage ;
+ s:url <library/eudas-3-benutzerhandbuch.djvu> ;
+ .
+
+<#eudas86>
+ a s:Book ;
+ s:datePublished "1986-09" ;
+ s:name "EUDAS Anwender-Datenverwaltungssystem Version 4: Referenzhandbuch" ;
+ s:inLanguage "de-DE" ;
+ s:about _:thing_eudas ;
+ s:author _:person_berlage ;
+ s:url <library/eudas-4-referenzhandbuch.djvu> ;
+ .
+
+
### Anwerdersoftwareklasse 2 (manuals) ###
_:thing_anwendersoftware
diff --git a/ttl/people.ttl b/ttl/people.ttl
index bfe667e..025e0f2 100644
--- a/ttl/people.ttl
+++ b/ttl/people.ttl
@@ -248,3 +248,10 @@ _:person_goergen
s:givenName "Klaus" ;
s:familyName "Görgen" ;
.
+
+_:person_berlage
+ a s:Person ;
+ s:givenName "Thomas" ;
+ s:familyName "Berlage" ;
+ .
+