Skip to content

Instantly share code, notes, and snippets.

@kurtcagle
Created May 25, 2015 22:13
Show Gist options
  • Save kurtcagle/9581fdc4710425ab9093 to your computer and use it in GitHub Desktop.
Save kurtcagle/9581fdc4710425ab9093 to your computer and use it in GitHub Desktop.
select * where {
?s owl:sameAs ?subject.
?s ?p ?o
} order by ?p ?o limit 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment