Skip to content

Instantly share code, notes, and snippets.

@KonradHoeffner
Last active January 17, 2017 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KonradHoeffner/235ba45963f6d1ed87dc4554807fc73a to your computer and use it in GitHub Desktop.
Save KonradHoeffner/235ba45963f6d1ed87dc4554807fc73a to your computer and use it in GitHub Desktop.
select ?s ?p ?o ?domain
FROM <http://www.snik.eu/ontology/bb>
FROM <http://www.snik.eu/ontology/ob>
FROM <http://www.snik.eu/ontology/meta>
{
?p rdfs:domain ?domain.
?s ?p ?o.
filter not exists {?s rdfs:subClassOf*/a ?domain.}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment