Skip to content

Instantly share code, notes, and snippets.

@uiur
Created March 26, 2017 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uiur/38470b142053b3554287adb16c840adc to your computer and use it in GitHub Desktop.
Save uiur/38470b142053b3554287adb16c840adc to your computer and use it in GitHub Desktop.
japanese hiphop musician from dbpedia
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