summaryrefslogtreecommitdiff
path: root/index.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'index.ttl')
-rw-r--r--index.ttl44
1 files changed, 42 insertions, 2 deletions
diff --git a/index.ttl b/index.ttl
index 8a90475..6bc92b7 100644
--- a/index.ttl
+++ b/index.ttl
@@ -55,7 +55,8 @@
<#ttpreis85>,
<#goossenaerts88>,
<#sinha82>,
- <#hommel79>
+ <#hommel79>,
+ <#eumelinfos>, <#glossymap>, <#vertriebsinfos>
; .
### Random literature ###
@@ -655,7 +656,7 @@ _:thing_stc
s:inLanguage "en-US" ;
.
-# likely lost in time, see
+# likely lost in time, author does not have a copy, see
# http://www.isical.ac.in/~bhabani/bps_publications.html
<#sinha82>
a s:ScholarlyArticle ;
@@ -732,6 +733,45 @@ _:thing_eumelaktuell
s:sameAs <https://lirias.kuleuven.be/handle/123456789/134013> ;
.
+_:thing_produktinfos
+ a s:CreativeWork ;
+ s:publisher _:org_gmd ;
+ s:name "EUMEL: Das Betriebssystem für Mikrocomputer. Produktinformation. Für Anwender und Hersteller" ;
+ s:sameAs <https://ffb.bsz-bw.de/cgi-bin/koha/opac-detail.pl?biblionumber=176503> ;
+ # contains a copy of gmdspiegel85a as well
+ .
+
+# just a bunch of pages
+<#eumelinfos>
+ a s:CreativeWork ;
+ s:isPartOf _:thing_produktinfos ;
+ s:name "Informationen über EUMEL" ;
+ s:numberOfPages "18" ;
+ s:dateCreated "1984" ;
+ s:url <library/produktinfos.djvu> ;
+ s:inLanguage "de-DE" ;
+ .
+
+# glossy product info map
+<#glossymap>
+ a s:CreativeWork ;
+ s:isPartOf _:thing_produktinfos ;
+ s:name "EUMEL: Das Mehrplatz-Betriebssystem" ;
+ s:dateCreated "1985-11" ;
+ s:url <library/produktinfos.djvu> ;
+ s:inLanguage "de-DE" ;
+ .
+
+<#vertriebsinfos>
+ a s:CreativeWork ;
+ s:isPartOf _:thing_produktinfos ;
+ s:name "Preisblatt für die Software-Lizenz des Betriebssystems EUMEL" ;
+ # other pages created 1986-01
+ s:dateCreated "1985-11-08" ;
+ s:url <library/produktinfos.djvu> ;
+ s:inLanguage "de-DE" ;
+ .
+
############
### Chip ###
############