CDEC Linked Open Data
http://dati.cdec.it/lod/shoah/website an entity of type: Website
resources
facets
studente 1
studente 1
avvocato 1
Tecnico 2
Studente 1
Studente 37
Storico 1
Stagnino 1
Sellaio 1
Scaccino 1
Sarto 15
SARTO 9
Ragioniere 17
Rabbino 29
Pugile 3
Pittore 7
Pianista 1
Orefice 1
Orafo 1
Operaio 14
OSTE 2
OREFICE 2
OPERAIO 3
Notaio 1
Negoziante 34
N.D. 4
Militare 4
Merciaio 1
Medico 2
Medico 40
Meccanico 11
Manovale 2
Maestro 1
Macellaio 11
MEDICO 2
MANOVALE 1
Libraio 2
LIBRAIO 1
Insegnante 15
Ingegnere 53
Industriale 36
Imprenditore 19
Impiegato 96
INDUSTRIALE 11
IMPIEGATO 34
Hazan 4
Giurista 1
Giornalista 12
GARZONE 1
Fioraio 1
Filosofo 1
Facchino 10
Fabbro 5
FACCHINO 8
Editore 2
Docente 1
Dirigente 14
Designer 1
Custode 1
Cuoco 1
Corriere 1
Commesso 36
Commerciante 170
Chirurgo 1
Chimico 4
Calzolaio 12
CUOCO 3
COMMESSO 26
COMMERCIANTE 86
CHIMICO 2
CARTAIO 1
Bidello 1
Barbiere 2
BARBIERE 1
Avvocato 67
Autista 7
Attore 1
Artista 2
Artigiano 23
AVVOCATO 6
voce di indice 1097
vittima della Shoah 4628
salvato 894
partigiano 505
donatore 94
autore 1
antifascista 162
Edoth 16
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://xmlns.com/foaf/0.1/gender> "M"}
} 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://xmlns.com/foaf/0.1/gender> "M"}
}
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://xmlns.com/foaf/0.1/gender> "M"}
}
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://xmlns.com/foaf/0.1/gender> "M"}
}
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://xmlns.com/foaf/0.1/gender> "M"}
}
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://xmlns.com/foaf/0.1/gender> "M"}
}
group by ?s order by desc(?s)