Skip to content

Instantly share code, notes, and snippets.

@gpirrotta
Last active November 13, 2019 18:08
Show Gist options
  • Save gpirrotta/34083e016bad9388dc0a503471568a0c to your computer and use it in GitHub Desktop.
Save gpirrotta/34083e016bad9388dc0a503471568a0c to your computer and use it in GitHub Desktop.
PREFIX shoah: <http://dati.cdec.it/lod/shoah/>
SELECT distinct ?descr (count(?descr) as ?tipo)
FROM <http://dati.cdec.it/lod/shoah/>
WHERE{
?uri a foaf:Person;
shoah:persecution ?persecution.
?persecution shoah:deathDescription ?descr.
}
ORDER BY DESC(?tipo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment