Skip to content

Instantly share code, notes, and snippets.

@KonradHoeffner
Last active December 15, 2016 15:42
Show Gist options
  • Save KonradHoeffner/b933c18e57f47e6a3eb149a5fd745210 to your computer and use it in GitHub Desktop.
Save KonradHoeffner/b933c18e57f47e6a3eb149a5fd745210 to your computer and use it in GitHub Desktop.
select ?class count(?s) as ?count
from <http://www.snik.eu/ontology>
{
graph ?g {?class a owl:Class.}
filter(?g=<http://www.snik.eu/ontology/meta>)
?s rdfs:subClassOf ?class.
} order by desc(?count)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment