Skip to content

Instantly share code, notes, and snippets.

@gpirrotta
Created November 14, 2019 18:20
Show Gist options
  • Save gpirrotta/3104e807d78a38124070f983476ff756 to your computer and use it in GitHub Desktop.
Save gpirrotta/3104e807d78a38124070f983476ff756 to your computer and use it in GitHub Desktop.
PREFIX shoah: <http://dati.cdec.it/lod/shoah/>
SELECT ?prigione
FROM <http://dati.cdec.it/lod/shoah/>
WHERE {
?uri a shoah:DetentionPlace;
rdfs:label ?prigione.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment