Skip to content

Instantly share code, notes, and snippets.

@KonradHoeffner
Created October 4, 2016 10:07
Show Gist options
  • Save KonradHoeffner/79c21423427990490274cb7687d19a74 to your computer and use it in GitHub Desktop.
Save KonradHoeffner/79c21423427990490274cb7687d19a74 to your computer and use it in GitHub Desktop.
select *
{
?x rdfs:subClassOf meta:Function.
filter not exists
{
?x rdfs:subClassOf ?y.
filter(?y!=meta:Function).
filter not exists {?y a owl:Restriction.}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment