CDEC Linked Open Data
http://dati.cdec.it/lod/shoah/website an entity of type: Website
resources
facets
studente 1
studente 1
storico 1
avvocato 1
Studente 6
Storico 1
Storica 1
Sarta 1
Rabbino 19
Politico 1
Pittore 4
Pianista 1
Operaio 2
Militare 1
Medico 2
Medico 12
Manovale 1
Maestra 2
Libraio 1
Insegnante 30
Ingegnere 20
Impiegato 18
Geometra 1
Editore 1
Docente 2
Cuoco 1
Commesso 7
Commerciante 36
Casalinga 17
Barbiere 2
Avvocato 27
Artista 2
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> "voce di indice"}
} 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> "voce di indice"}
}
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> "voce di indice"}
}
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> "voce di indice"}
}
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> "voce di indice"}
}
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> "voce di indice"}
}
group by ?s order by desc(?s)