Last active
August 29, 2015 14:07
-
-
Save scogle/471166e99b1b1a25b82f to your computer and use it in GitHub Desktop.
Example results of a SPARQL query for tree data
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
{ | |
"keys": ["thisClass", "superClass", "instances"], | |
"0": { "instances": 0, | |
"thisClass": "<http://ontologies.semanticarts.com/gist#Equipment>", | |
"superClass": "<http://ontologies.semanticarts.com/gist#PhysicalIdentifiableItem>" }, | |
"1": { "instances": 0, | |
"thisClass": "<http://ontologies.semanticarts.com/gist#SomeParentClass>", | |
"superClass": "None" }, | |
"2": { "instances": 1, | |
"thisClass": "<http://ontologies.semanticarts.com/gist#SomeChildClass>", | |
"superClass": "<http://ontologies.semanticarts.com/gist#SomeParentClass>" }, | |
"3": { "instances": 3, | |
"thisClass": "<http://ontologies.semanticarts.com/gist#AnotherChildClass>", | |
"superClass": "<http://ontologies.semanticarts.com/gist#SomeParentClass>" } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment