Created
September 20, 2010 06:00
-
-
Save eagsalazar/587480 to your computer and use it in GitHub Desktop.
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
PREFIX dbpedia: <http://dbpedia.org/page/> | |
PREFIX dbpprop: <http://dbpedia.org/property/> | |
PREFIX dbpedia-owl: <http://dbpedia.org/ontology/> | |
SELECT * WHERE { | |
?animal dbpprop:name ?name . | |
?animal dbpedia-owl:order <dbpedia:Carnivora> . | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dbpedia:Carnivora
not<dbpedia:Carnivora>