Created
March 26, 2017 09:03
-
-
Save uiur/38470b142053b3554287adb16c840adc to your computer and use it in GitHub Desktop.
japanese hiphop musician from dbpedia
This file contains hidden or 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
select distinct ?page ?label ?name where { | |
{ ?page <http://dbpedia.org/ontology/wikiPageWikiLink> <http://ja.dbpedia.org/resource/Category:日本のヒップホップ・ミュージシャン> . } union { ?page <http://dbpedia.org/ontology/wikiPageWikiLink> <http://ja.dbpedia.org/resource/Category:日本のヒップホップ・グループ>. } | |
?page rdfs:label ?label . | |
optional { | |
?page <http://ja.dbpedia.org/property/name> ?name . | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment