Skip to content

Instantly share code, notes, and snippets.

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 crssnky/503619c503492d4bf0f885ac05e33416 to your computer and use it in GitHub Desktop.
Save crssnky/503619c503492d4bf0f885ac05e33416 to your computer and use it in GitHub Desktop.
PREFIX imas: <https://sparql.crssnky.xyz/imasrdf/URIs/imas-schema.ttl#>
SELECT distinct ?ss ?cv
WHERE {
?s imas:cv ?cv.
service <http://ja.dbpedia.org/sparql>{
?ss ?a ?cv.
bind(concat("http://ja.dbpedia.org/resource/",str(?cv))as ?cvs)
filter(str(?ss)=?cvs)
}
}order by ?cv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment