The Simpsons is a popular comic televisions series. A comprehensive overview (in german) is Simpsonspedia.
This page shows, how we implement the simpsons ontology in KnowWE.
Also, please check out our visualization docs, which are based on the ontology defined here: Doc SparqlVisualization, Doc ConceptVisualization
We first define some classes framing the example domain.
rdfs:range si:Human; rdfs:domain si:Human.
Bart never wants to be a female.
We now insert some characters and things of the Simpsons world.
Ok, we can test/query the ontology by inserting some SPARQL statements.
Show me all instances of Human and also show their labels.
Use property paths in SPARQL.
We also can add optional patterns into the query. Show all humans and their (optional) belongings.
The family father: A father that is also a husband
This wiki article belongs to the simpsons package.
We define the ontology using all articles of the simpsons package. Let's use the namespace si for the resources.