|
Assuming I have a specific DBpedia type (under the namespace http://dbpedia.org/ontology), how can I get its:
This all using the SPARQL endpoint http://dbpedia.org/sparql (which I am not sure supports SPARQL 1.1) without the need to use any external tool. This is related to my earlier question: http://answers.semanticweb.com/questions/15394/transitive-closure-of-subclassof-in-dbpedia, but more general. |
|
To get all instances of a class (transitively):
Get all subclasses:
Get all superclasses
|
|
Hi, You can find a rich collection of examples also here: -- Virtuoso Collection of Transitive SPARQL Query Options and Exploit Inference Rules Best Regards, |

