summaryrefslogtreecommitdiff
path: root/ttl
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2017-08-19 16:41:54 +0200
committerLars-Dominik Braun <lars@6xq.net>2017-08-19 16:41:54 +0200
commit8b6ec5187598ba3fd450685d5fcf5f4ae037b830 (patch)
tree93c7460b28efa5c872c5428af16881f4cae98c04 /ttl
parent3b0896f10d5dbb449933c08c08ec9aea972c7a44 (diff)
downloadeumel-8b6ec5187598ba3fd450685d5fcf5f4ae037b830.tar.gz
eumel-8b6ec5187598ba3fd450685d5fcf5f4ae037b830.tar.bz2
eumel-8b6ec5187598ba3fd450685d5fcf5f4ae037b830.zip
Add L3 manuals
Diffstat (limited to 'ttl')
-rw-r--r--ttl/head.ttl3
-rw-r--r--ttl/keywords.ttl4
-rw-r--r--ttl/library_manuals.ttl33
3 files changed, 39 insertions, 1 deletions
diff --git a/ttl/head.ttl b/ttl/head.ttl
index f869ac0..1c891d0 100644
--- a/ttl/head.ttl
+++ b/ttl/head.ttl
@@ -66,6 +66,7 @@
<#entwurfsprinzipien>, <#zukunftsweisendesbetriebssystem>, <#vertriebspartner86>,
<#mc87>, <#68oooer88>, <#cp86>, <#ct87>,
<#simsel-handbuch>, <#simsel-bio1>, <#simsel-bio2>, <#simsel-chemie1>, <#simsel-chemie2>, <#simsel-physik1>, <#simsel-physik2>, <#simsel-physik3>, <#simsel-physik4>, <#simsel-physik5>, <#simsel-chemiephysik>, <#schulis-mathe-handbuch>, <#schulis-mathe-begleitheft>,
- <#hg-struktur-1.7.4>, <#install-mcz-1.5>, <#install-module-shard>, <#termnet-src>, <#shard-module-api>, <#shard-interface>, <#elan-compiler-eumel0>, <#debug-1>, <#external-dok89>, <#shardmodule-schoenbeck>, <#load-ds4>, <#shdifc-8086>, <#kernel-src-175>, <#portintel86>, <#portintel85>
+ <#hg-struktur-1.7.4>, <#install-mcz-1.5>, <#install-module-shard>, <#termnet-src>, <#shard-module-api>, <#shard-interface>, <#elan-compiler-eumel0>, <#debug-1>, <#external-dok89>, <#shardmodule-schoenbeck>, <#load-ds4>, <#shdifc-8086>, <#kernel-src-175>, <#portintel86>, <#portintel85>,
+ <#l3ref90>, <#l3frei94>, <#l3user90>
; .
diff --git a/ttl/keywords.ttl b/ttl/keywords.ttl
index cc52d74..84b2c0e 100644
--- a/ttl/keywords.ttl
+++ b/ttl/keywords.ttl
@@ -9,4 +9,8 @@ _:thing_eumel a s:SoftwareApplication ;
s:applicationCategory "operating system" ;
s:name "EUMEL" .
+_:thing_l3 a s:SoftwareApplication ;
+ s:sameAs <https://en.wikipedia.org/wiki/L3_microkernel> ;
+ s:applicationCategory "operating system" ;
+ s:name "L3" .
diff --git a/ttl/library_manuals.ttl b/ttl/library_manuals.ttl
index bd1e36e..6794620 100644
--- a/ttl/library_manuals.ttl
+++ b/ttl/library_manuals.ttl
@@ -296,6 +296,7 @@
s:publisher _:org_gmd, _:org_hrz ;
s:datePublished "1985-10-22" ;
.
+
<#portintel86>
a s:Book ;
s:name "EUMEL Portierungshandhuch 8086/8088 Version 8" ;
@@ -306,6 +307,38 @@
s:datePublished "1986-02" ;
.
+<#l3ref90>
+ a s:Book ;
+ s:datePublished "1990-03" ;
+ s:name "ERGOS-L3 Referenzhandbuch" ;
+ s:inLanguage "de-DE" ;
+ s:about _:thing_l3 ;
+ s:publisher _:com_ergos ;
+ s:author _:person_metterhausen ;
+ s:url <library/l3-referenzhandbuch-1990-03.djvu> ;
+ .
+
+<#l3user90>
+ a s:Book ;
+ s:datePublished "1990-10" ;
+ s:name "ERGOS-L3 Benutzerhandbuch (Auszug)" ;
+ s:inLanguage "de-DE" ;
+ s:about _:thing_l3 ;
+ s:publisher _:com_ergos ;
+ s:author _:person_metterhausen ;
+ s:url <library/l3-dos-1990-10.djvu> ;
+ .
+
+<#l3frei94>
+ a s:Book ;
+ s:datePublished "1994" ;
+ s:name "L3 FREI Installation" ;
+ s:inLanguage "de-DE" ;
+ s:about _:thing_l3 ;
+ s:publisher _:com_accomodat ;
+ s:url <library/l3-frei-lizenz-1994.djvu> ;
+ .
+
### Benutzerhandbuch 1.6 ###
_:thing_usermanual16