Created
January 11, 2017 14:29
-
-
Save KonradHoeffner/01ac5faa4bf1abe572c480d7f7692924 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select ?s ?p ?o ?type ?range | |
FROM <http://www.snik.eu/ontology/meta> | |
FROM <http://www.snik.eu/ontology/bb> | |
FROM <http://www.snik.eu/ontology/ob> | |
{ | |
graph <http://www.snik.eu/ontology/meta> {?p rdfs:range ?range.} | |
?s ?p ?o. | |
?o a ?type. | |
filter not exists {?o a/rdfs:subClassOf* ?range.} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment