CDEC Linked Open Data
http://dati.cdec.it/lod/shoah/website an entity of type: Website
resources
facets
Studente 1
Scaccino 1
Sarto 12
Sarta 8
SARTO 9
SARTA 10
Rabbino 7
Pugile 1
Pittore 2
Orefice 1
Operaio 5
OSTE 2
OREFICE 1
OPERAIO 2
Negoziante 10
Militare 2
Merciaio 1
Medico 9
Manovale 1
Macellaio 11
MEDICO 1
MANOVALE 1
Libraio 2
LIBRAIO 1
Insegnante 16
Ingegnere 11
Industriale 12
Impiegato 45
INDUSTRIALE 11
IMPIEGATO 34
Hazan 4
Giurista 1
GARZONE 1
Fioraio 1
Facchino 10
Fabbro 5
FACCHINO 8
Editore 1
Docente 1
Custode 1
Cuoco 1
Commesso 31
Commerciante 97
Chimico 2
Calzolaio 12
CUSTODE 1
CUOCO 1
COMMESSO 25
COMMERCIANTE 87
CHIMICO 2
CARTAIO 1
Barbiere 1
Avvocato 15
Autista 6
Artigiano 15
AVVOCATO 6
false 7879
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://dati.cdec.it/lod/bio-ext/shoahSurvivor> "false"}
} 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://dati.cdec.it/lod/bio-ext/shoahSurvivor> "false"}
}
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://dati.cdec.it/lod/bio-ext/shoahSurvivor> "false"}
}
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://dati.cdec.it/lod/bio-ext/shoahSurvivor> "false"}
}
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://dati.cdec.it/lod/bio-ext/shoahSurvivor> "false"}
}
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. }