Skip to content

Instantly share code, notes, and snippets.

@chikoski
Created June 30, 2014 10:03
Show Gist options
  • Select an option

  • Save chikoski/1699811026d0173f320e to your computer and use it in GitHub Desktop.

Select an option

Save chikoski/1699811026d0173f320e to your computer and use it in GitHub Desktop.
PREFIX dbpedia-owl:<http://dbpedia.org/ontology/>
PREFIX dbpedia-ja: <http://ja.dbpedia.org/resource/>
select distinct ?title where {
?single dbpedia-owl:artist dbpedia-ja:Perfume.
?single dbpedia-owl:wikiPageWikiLink dbpedia-ja:シングル.
?single dbpedia-owl:title ?title.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment