From 9bf7ba87120ff8b9f8fde752344e0c9930319ecf Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 23 Apr 2017 16:25:56 +0200 Subject: Added schulis/simsel manuals --- ttl/library_gmd.ttl | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) (limited to 'ttl/library_gmd.ttl') diff --git a/ttl/library_gmd.ttl b/ttl/library_gmd.ttl index eefbc6e..a1c0729 100644 --- a/ttl/library_gmd.ttl +++ b/ttl/library_gmd.ttl @@ -575,3 +575,180 @@ _:thing_gmdstudien_52 s:url ; . +############################# +### schulis documentation ### +############################# + +_:thing_simseldoc + a s:BookSeries ; + s:name "schulis-Simulationssystem" ; + s:publisher _:org_gmd ; + . + +<#simsel-handbuch> + a s:Book ; + s:numberOfPages "67"; + #s:datePublished "" ; + s:publisher _:org_gmd ; + s:author _:person_schmidt ; + s:inLanguage "de-DE" ; + s:about _:thing_schulis ; + s:name "SIMSEL" ; + s:url ; + s:isPartOf _:thing_simseldoc ; + . + +<#simsel-bio1> + a s:Book ; + s:numberOfPages "81"; + #s:datePublished "" ; + s:publisher _:org_gmd ; + s:author _:person_schmidt, _:person_gaschick ; + s:inLanguage "de-DE" ; + s:about _:thing_schulis ; + s:name "SIMSEL: Modellheft Biologie 1, Populationsökologie" ; + s:url ; + s:isPartOf _:thing_simseldoc ; + . + +<#simsel-bio2> + a s:Book ; + s:numberOfPages "41"; + #s:datePublished "" ; + s:publisher _:org_gmd ; + s:author _:person_schmidt ; + s:inLanguage "de-DE" ; + s:about _:thing_schulis ; + s:name "SIMSEL: Modellheft Biologie 2, Enzymkinetik" ; + s:url ; + s:isPartOf _:thing_simseldoc ; + . + +<#simsel-chemie1> + a s:Book ; + s:numberOfPages "53"; + #s:datePublished "" ; + s:publisher _:org_gmd ; + s:author _:person_asselborn , _:person_schmidt ; + s:inLanguage "de-DE" ; + s:about _:thing_schulis ; + s:name "SIMSEL: Modellheft Chemie 1, Reaktionskinetik I" ; + s:url ; + s:isPartOf _:thing_simseldoc ; + . + +<#simsel-chemie2> + a s:Book ; + s:numberOfPages "73"; + #s:datePublished "" ; + s:publisher _:org_gmd ; + s:author _:person_asselborn , _:person_schmidt ; + s:inLanguage "de-DE" ; + s:about _:thing_schulis ; + s:name "SIMSEL: Modellheft Chemie 2, Reaktionskinetik II" ; + s:url ; + s:isPartOf _:thing_simseldoc ; + . + +<#simsel-physik1> + a s:Book ; + s:numberOfPages "47"; + #s:datePublished "" ; + s:publisher _:org_gmd ; + s:author _:person_becker , _:person_schmidt ; + s:inLanguage "de-DE" ; + s:about _:thing_schulis ; + s:name "SIMSEL: Modellheft Physik 1, Bewegungen im Gravitationsfeld" ; + s:url ; + s:isPartOf _:thing_simseldoc ; + . + +<#simsel-physik2> + a s:Book ; + s:numberOfPages "41"; + #s:datePublished "" ; + s:publisher _:org_gmd ; + s:author _:person_korsch , _:person_schmidt ; + s:inLanguage "de-DE" ; + s:about _:thing_schulis ; + s:name "SIMSEL: Modellheft Physik 2, Mechanische Schwingungen" ; + s:url ; + s:isPartOf _:thing_simseldoc ; + . + +<#simsel-physik3> + a s:Book ; + s:numberOfPages "49"; + #s:datePublished "" ; + s:publisher _:org_gmd ; + s:author _:person_becker , _:person_schmidt ; + s:inLanguage "de-DE" ; + s:about _:thing_schulis ; + s:name "SIMSEL: Modellheft Physik 3, Ladungen in elektrischen und magnetischen Feldern" ; + s:url ; + s:isPartOf _:thing_simseldoc ; + . + +<#simsel-physik4> + a s:Book ; + s:numberOfPages "67"; + #s:datePublished "" ; + s:publisher _:org_gmd ; + s:author _:person_korsch , _:person_schmidt ; + s:inLanguage "de-DE" ; + s:about _:thing_schulis ; + s:name "SIMSEL: Modellheft Physik 4, RLC-Schaltungen" ; + s:url ; + s:isPartOf _:thing_simseldoc ; + . + +<#simsel-physik5> + a s:Book ; + s:numberOfPages "43"; + #s:datePublished "" ; + s:publisher _:org_gmd ; + s:author _:person_korsch , _:person_schmidt ; + s:inLanguage "de-DE" ; + s:about _:thing_schulis ; + s:name "SIMSEL: Modellheft Physik 5, Relativistische Bewegungen" ; + s:url ; + s:isPartOf _:thing_simseldoc ; + . + +<#simsel-chemiephysik> + a s:Book ; + s:numberOfPages "47"; + #s:datePublished "" ; + s:publisher _:org_gmd ; + s:author _:person_schmidt , _:person_becker ; + s:inLanguage "de-DE" ; + s:about _:thing_schulis ; + s:name "SIMSEL: Modellheft Chemie/Physik, Radioaktiver Zerfall" ; + s:url ; + s:isPartOf _:thing_simseldoc ; + . + +<#schulis-mathe-handbuch> + a s:Book ; + s:numberOfPages "97"; + s:datePublished "1990" ; + s:publisher _:org_gmd ; + s:author _:person_abshoff , _:person_juenger, _:person_kraft; + s:inLanguage "de-DE" ; + s:about _:thing_schulis ; + s:name "schulis-Mathematiksystem: Handbuch" ; + s:url ; + . + +<#schulis-mathe-begleitheft> + a s:Book ; + s:numberOfPages "72"; + s:datePublished "1990" ; + s:publisher _:org_gmd ; + s:author _:person_abshoff ; + s:inLanguage "de-DE" ; + s:about _:thing_schulis ; + s:name "schulis-Mathematiksystem: Didaktisches Begleitheft" ; + s:url ; + . + -- cgit v1.2.3