CDEC Linked Open Data
http://dati.cdec.it/lod/shoah/website an entity of type: Website
resources
facets
Studente 2
Stagnino 1
Sellaio 1
Scaccino 1
Sarto 13
Sarta 9
SARTO 9
SARTA 11
Rabbino 7
Pugile 1
Pittore 2
Orefice 1
Operaio 7
OSTE 2
OREFICE 2
OPERAIO 3
Negoziante 11
Militare 2
Merciaio 1
Medico 1
Medico 13
Manovale 1
Macellaio 11
MEDICO 2
MANOVALE 1
Libraio 2
LIBRAIO 1
Insegnante 18
Ingegnere 11
Industriale 12
Impiegato 48
INDUSTRIALE 11
IMPIEGATO 35
Hazan 4
Giurista 1
GARZONE 1
Fioraio 1
Facchino 10
Fabbro 5
FACCHINO 8
Editore 1
Docente 1
Custode 2
Cuoco 1
Commesso 34
Commerciante 109
Chimico 2
Calzolaio 13
CUSTODE 1
CUOCO 3
COMMESSO 26
COMMERCIANTE 89
CHIMICO 2
CARTAIO 1
Barbiere 2
BARBIERE 1
Avvocato 15
Autista 7
Artigiano 16
AVVOCATO 6
voce di indice 565
vittima della Shoah 8984
partigiano 61
donatore 8
autore 1
antifascista 28
Edoth 2
SPARQL QUERY
SELECT DISTINCT ?s FROM <http://dati.cdec.it/lod/shoah/> {?s a <http://xmlns.com/foaf/0.1/Person>;<http://www.w3.org/2000/01/rdf-schema#label> ?label.
{?s <http://purl.org/dc/elements/1.1/type> "vittima della Shoah"}
} order by asc(?label) LIMIT 10
SELECT (COUNT(DISTINCT ?s) AS ?o) FROM <http://dati.cdec.it/lod/shoah/> {?s a <http://xmlns.com/foaf/0.1/Person> .
{?s <http://purl.org/dc/elements/1.1/type> "vittima della Shoah"}
}
SELECT ?s (COUNT(DISTINCT ?p) AS ?o)
{{?p a <http://xmlns.com/foaf/0.1/Person>. ?p <http://purl.org/vocab/bio/0.1/position> ?s. }
{?p <http://purl.org/dc/elements/1.1/type> "vittima della Shoah"}
}
group by ?s order by desc(?s)
SELECT ?s (COUNT(DISTINCT ?p) AS ?o)
{{?p a <http://xmlns.com/foaf/0.1/Person>. ?p <http://xmlns.com/foaf/0.1/gender> ?s. }
{?p <http://purl.org/dc/elements/1.1/type> "vittima della Shoah"}
}
group by ?s order by desc(?s)
SELECT ?s (COUNT(DISTINCT ?p) AS ?o)
{{?p a <http://xmlns.com/foaf/0.1/Person>. ?p <http://purl.org/dc/elements/1.1/type> ?s. }
{?p <http://purl.org/dc/elements/1.1/type> "vittima della Shoah"}
}
group by ?s order by desc(?s)
SELECT ?s (COUNT(DISTINCT ?p) AS ?o)
{{?p a <http://xmlns.com/foaf/0.1/Person>. ?p <http://dati.cdec.it/lod/bio-ext/shoahSurvivor> ?s. }
{?p <http://purl.org/dc/elements/1.1/type> "vittima della Shoah"}
}
group by ?s order by desc(?s)