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 1
Studente 1
Studente 36
Storico 1
Stagnino 1
Sellaio 1
Scaccino 1
Sarto 5
SARTO 18
Ragioniere 17
Rabbino 20
Pugile 3
Pittore 7
Pianista 1
Ortolano 1
Orefice 1
Orafo 1
Operaio 12
OSTE 2
OREFICE 2
OPERAIO 5
Notaio 1
Negoziante 21
N.D. 1
Militare 4
Merciaio 1
Medico 2
Medico 33
Meccanico 11
Manovale 1
Maestro 1
MEDICO 4
MANOVALE 2
Libraio 2
LIBRAIO 1
Insegnante 13
Ingegnere 42
Industriale 30
Imprenditore 18
Impiegato 70
INGEGNERE 10
INDUSTRIALE 12
IMPIEGATO 51
Hazan 4
Giurista 1
Giornalista 11
GARZONE 1
Filosofo 1
Facchino 7
Fabbro 1
FIORAIO 1
FACCHINO 11
FABBRO 4
Editore 1
Docente 1
Dirigente 12
Designer 1
Custode 1
Cuoco 1
Commesso 30
Commerciante 122
Chimico 3
CUOCO 3
COMMESSO 31
COMMERCIANTE 120
CHIMICO 2
CARTAIO 1
CALZOLAIO 11
Bidello 1
Barbiere 2
BARBIERE 1
Avvocato 53
Autista 4
Attore 1
Artista 2
Artigiano 19
AVVOCATO 7
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://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/dc/elements/1.1/type> ?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/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)