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 4
Sarta 4
SARTO 18
SARTA 16
Rabbino 6
Pugile 1
Pittore 2
Ortolano 1
Orefice 1
Operaio 5
OSTE 2
OREFICE 2
OPERAIO 5
Militare 2
Merciaio 1
Medico 1
Medico 11
MEDICO 4
MANOVALE 2
MACELLAIO 10
Libraio 2
LIBRAIO 1
Insegnante 13
Industriale 11
Impiegato 27
INSEGNANTE 10
INGEGNERE 11
INDUSTRIALE 12
IMPIEGATO 53
Hazan 4
Giurista 1
GARZONE 1
Facchino 7
Fabbro 1
FIORAIO 1
FACCHINO 11
FABBRO 4
Docente 1
Custode 2
Cuoco 1
Commesso 25
Commerciante 51
Chimico 1
CUSTODE 1
CUOCO 3
COMMESSO 35
COMMERCIANTE 139
CHIMICO 2
CARTAIO 1
CALZOLAIO 12
Barbiere 1
BARBIERE 2
Avvocato 10
Autista 4
Artigiano 16
AVVOCATO 8
AUTISTA 3
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://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)
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://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)