CDEC Linked Open Data
http://dati.cdec.it/lod/shoah/website an entity of type: Website
resources
facets
Studente 21
Storica 1
Sarto 1
Rabbino 8
Pugile 2
Pittrice 1
Pittore 3
Orafo 1
Operaio 6
Notaio 1
Negoziante 16
Militare 1
Medico 2
Medico 23
Manovale 1
Maestro 1
Maestra 2
Insegnante 31
Ingegnere 27
Industriale 13
Imprenditore 11
Impiegato 35
Grafica 1
Giornalista 10
Editore 1
Dirigente 11
Designer 1
Commesso 1
Commerciante 56
Chimico 2
Casalinga 23
Bidello 1
Avvocato 30
Attore 1
Artista 1
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> "salvato"}
} 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> "salvato"}
}
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> "salvato"}
}
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> "salvato"}
}
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> "salvato"}
}
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> "salvato"}
}
group by ?s order by desc(?s)