Skip to content

Instantly share code, notes, and snippets.

@gpirrotta
Last active November 16, 2019 16:49
Show Gist options
  • Save gpirrotta/3442272b51f57d978d5d4aff29638678 to your computer and use it in GitHub Desktop.
Save gpirrotta/3442272b51f57d978d5d4aff29638678 to your computer and use it in GitHub Desktop.
Shoah SPARQL queries
PREFIX bio-ext: <http://dati.cdec.it/lod/bio-ext/>
SELECT (count(distinct ?uri) as ?survived)
FROM <http://dati.cdec.it/lod/shoah/>
{
?uri a foaf:Person;
bio-ext:shoahSurvivor "true".
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment