04. Sitzung (RDF / DB's / Turtle)

FOLIEN
Beispiellösung der letzten Aufgabenstellung:
#Personen
<http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> <http://xmlns.com/foaf/0.1/name> "Christoph Stollwerk" .
<http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> <http://xmlns.com/foaf/0.1/familyName> "Stollwerk" .
<http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> <http://xmlns.com/foaf/0.1/givenName> "Christoph" .
<http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> <http://xmlns.com/foaf/0.1/gender> "male"@en .
<http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> <http://xmlns.com/foaf/0.1/mbox> <mailto:lehre@christoph-stollwerk.de> .
<http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> <http://xmlns.com/foaf/0.1/topic_interest> <https://en.wikipedia.org/wiki/Semantic_Web> .
<http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> <http://xmlns.com/foaf/0.1/knows> <http://hki.uni-koeln.de/alumnis/person/maria.mueller> .
<http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> <http://xmlns.com/foaf/0.1/knows> <http://hki.uni-koeln.de/alumnis/person/manfred.thaller> .
<http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> <http://xmlns.com/foaf/0.1/knows> <http://hki.uni-koeln.de/alumnis/person/max.mustermann> .
<http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> <http://xmlns.com/foaf/0.1/knows> <http://hki.uni-koeln.de/alumnis/person/rasmus.krempel> .
<http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> <http://xmlns.com/foaf/0.1/member> <http://hki.uni-koeln.de/alumnis/group/st2019> .

<http://hki.uni-koeln.de/alumnis/person/manfred.thaller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://hki.uni-koeln.de/alumnis/person/manfred.thaller> <http://xmlns.com/foaf/0.1/name> "Manfred Thaller" .
<http://hki.uni-koeln.de/alumnis/person/manfred.thaller> <http://xmlns.com/foaf/0.1/familyName> "Thaller" .
<http://hki.uni-koeln.de/alumnis/person/manfred.thaller> <http://xmlns.com/foaf/0.1/givenName> "Manfred" .
<http://hki.uni-koeln.de/alumnis/person/manfred.thaller> <http://xmlns.com/foaf/0.1/gender> "female"@en .
<http://hki.uni-koeln.de/alumnis/person/manfred.thaller> <http://xmlns.com/foaf/0.1/mbox> <mailto:mthaller@uni-koeln.de> .
<http://hki.uni-koeln.de/alumnis/person/manfred.thaller> <http://xmlns.com/foaf/0.1/topic_interest> <http://www.wikidata.org/wiki/Q17> .
<http://hki.uni-koeln.de/alumnis/person/manfred.thaller> <http://xmlns.com/foaf/0.1/knows> <http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> .
<http://hki.uni-koeln.de/alumnis/person/manfred.thaller> <http://xmlns.com/foaf/0.1/knows> <http://hki.uni-koeln.de/alumnis/person/maria.mueller> .
<http://hki.uni-koeln.de/alumnis/person/manfred.thaller> <http://xmlns.com/foaf/0.1/knows> <http://hki.uni-koeln.de/alumnis/person/max.mustermann> .
<http://hki.uni-koeln.de/alumnis/person/manfred.thaller> <http://xmlns.com/foaf/0.1/member> <http://hki.uni-koeln.de/alumnis/group/2017> .
	
<http://hki.uni-koeln.de/alumnis/person/maria.mueller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://hki.uni-koeln.de/alumnis/person/maria.mueller> <http://xmlns.com/foaf/0.1/name> "Robert Kummer" .
<http://hki.uni-koeln.de/alumnis/person/maria.mueller> <http://xmlns.com/foaf/0.1/familyName> "Kummer" .
<http://hki.uni-koeln.de/alumnis/person/maria.mueller> <http://xmlns.com/foaf/0.1/givenName> "Robert" .
<http://hki.uni-koeln.de/alumnis/person/maria.mueller> <http://xmlns.com/foaf/0.1/gender> "male"@en .
<http://hki.uni-koeln.de/alumnis/person/maria.mueller> <http://xmlns.com/foaf/0.1/mbox> <mailto:rkummer@smail.uni-koeln.de> .
<http://hki.uni-koeln.de/alumnis/person/maria.mueller> <http://xmlns.com/foaf/0.1/topic_interest> <https://en.wikipedia.org/wiki/Grails_%28framework%29> .
<http://hki.uni-koeln.de/alumnis/person/maria.mueller> <http://xmlns.com/foaf/0.1/knows> <http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> .
<http://hki.uni-koeln.de/alumnis/person/maria.mueller> <http://xmlns.com/foaf/0.1/knows> <http://hki.uni-koeln.de/alumnis/person/manfred.thaller> .
<http://hki.uni-koeln.de/alumnis/person/maria.mueller> <http://xmlns.com/foaf/0.1/member> <http://hki.uni-koeln.de/alumnis/group/2017> .

<http://hki.uni-koeln.de/alumnis/person/max.mustermann> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://hki.uni-koeln.de/alumnis/person/max.mustermann> <http://xmlns.com/foaf/0.1/name> "Jochen Graf" .
<http://hki.uni-koeln.de/alumnis/person/max.mustermann> <http://xmlns.com/foaf/0.1/familyName> "Graf" .
<http://hki.uni-koeln.de/alumnis/person/max.mustermann> <http://xmlns.com/foaf/0.1/givenName> "Jochen" .
<http://hki.uni-koeln.de/alumnis/person/max.mustermann> <http://xmlns.com/foaf/0.1/gender> "male"@en .
<http://hki.uni-koeln.de/alumnis/person/max.mustermann> <http://xmlns.com/foaf/0.1/knows> <http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> .
<http://hki.uni-koeln.de/alumnis/person/max.mustermann> <http://xmlns.com/foaf/0.1/knows> <http://hki.uni-koeln.de/alumnis/person/manfred.thaller> .
<http://hki.uni-koeln.de/alumnis/person/max.mustermann> <http://xmlns.com/foaf/0.1/knows> <http://hki.uni-koeln.de/alumnis/person/rasmus.krempel> .
<http://hki.uni-koeln.de/alumnis/person/max.mustermann> <http://xmlns.com/foaf/0.1/member> <http://hki.uni-koeln.de/alumnis/group/2019> .

<http://hki.uni-koeln.de/alumnis/person/rasmus.krempel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://hki.uni-koeln.de/alumnis/person/rasmus.krempel> <http://xmlns.com/foaf/0.1/name> "Rasmus Krempel" .
<http://hki.uni-koeln.de/alumnis/person/rasmus.krempel> <http://xmlns.com/foaf/0.1/familyName> "Krempel" .
<http://hki.uni-koeln.de/alumnis/person/rasmus.krempel> <http://xmlns.com/foaf/0.1/givenName> "Rasmus" .
<http://hki.uni-koeln.de/alumnis/person/rasmus.krempel> <http://xmlns.com/foaf/0.1/gender> "male"@en .
<http://hki.uni-koeln.de/alumnis/person/rasmus.krempel> <http://xmlns.com/foaf/0.1/knows> <http://hki.uni-koeln.de/alumnis/person/christoph.stollwerk> .
<http://hki.uni-koeln.de/alumnis/person/rasmus.krempel> <http://xmlns.com/foaf/0.1/knows> <http://hki.uni-koeln.de/alumnis/person/max.mustermann> .
<http://hki.uni-koeln.de/alumnis/person/rasmus.krempel> <http://xmlns.com/foaf/0.1/member> <http://hki.uni-koeln.de/alumnis/group/2019> .

#Gruppen	
<http://hki.uni-koeln.de/alumnis/group/st2019> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Group> .
<http://hki.uni-koeln.de/alumnis/group/st2019> <http://purl.org/dc/terms/hasPart> <http://hki.uni-koeln.de/alumnis/group/2017> .
<http://hki.uni-koeln.de/alumnis/group/st2019> <http://purl.org/dc/terms/hasPart> <http://hki.uni-koeln.de/alumnis/group/2019> .
<http://hki.uni-koeln.de/alumnis/group/st2019> <http://purl.org/dc/terms/title> "Semantic Technologies"@en .

<http://hki.uni-koeln.de/alumnis/group/2017> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Group> .
<http://hki.uni-koeln.de/alumnis/group/2017> <http://purl.org/dc/terms/isPartOf> <http://hki.uni-koeln.de/alumnis/group/st2019> .
<http://hki.uni-koeln.de/alumnis/group/2017> <http://purl.org/dc/terms/title> "Kurs 1"@de .

<http://hki.uni-koeln.de/alumnis/group/2019> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Group> .
<http://hki.uni-koeln.de/alumnis/group/2019> <http://purl.org/dc/terms/isPartOf> <http://hki.uni-koeln.de/alumnis/group/st2019> .
<http://hki.uni-koeln.de/alumnis/group/2019> <http://purl.org/dc/terms/title> "Kurs 2"@de .

#Interessen
<https://en.wikipedia.org/wiki/Grails_%28framework%29> <http://purl.org/dc/terms/title> "Grails"@en .
<https://en.wikipedia.org/wiki/Semantic_Web> <http://purl.org/dc/terms/title> "Semantic Web"@en .
<https://en.wikipedia.org/wiki/JavaScript> <http://purl.org/dc/terms/title> "Javascript"@en .