Skip to content
Snippets Groups Projects
Commit 28d18496 authored by Maximilian Schele's avatar Maximilian Schele
Browse files

added maerchen

parent a77562f5
No related branches found
No related tags found
No related merge requests found
......@@ -61,5 +61,20 @@ this.examples=[
" ] ."
],
"query": "PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?name2 WHERE { ?person1 foaf:knows ?person2. ?person1 foaf:firstName \"Sokrates\" .?person2 foaf:name ?name2 .}"
},
{
"name": "Märchen",
"description": "Märchen über Märchen.",
"source": "&Uml;bung zur Vorlesung",
"ruleset": [
"@prefix ex: <http://example.org>.",
"ex:Rapunzel ex:hatAutor ex:Sokrates.",
"ex:Rapunzel ex:erschienen 2006.",
"ex:Aschenputtel ex:hatAutor ex:Archimedes.",
"ex:Aschenputtel ex:hatAutor ex:Platon.",
"ex:Schneewittchen ex:hatAutor ex:Platon.",
"ex:Schneewittchen ex:erschienen 2004."
],
"query": "PREFIX ex: <http://example.org> SELECT ?book ?jahr WHERE { ?book ex:erschienen ?jahr .}"
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment