IBC Linked Open Data
http://dati.emilia-romagna.it/id/ibc/website an entity of type: WebSite
resources
SPARQL QUERY
SELECT DISTINCT ?s {?s a <http://culturalis.org/cult/0.1#Museum>;<http://purl.org/dc/elements/1.1/title> ?label.
{?s <http://culturalis.org/ocsa/1.0#offersService> ?se . ?se <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> [<http://www.w3.org/2004/02/skos/core#prefLabel> "Punto telefono"]}
} order by asc(?label) LIMIT 10
SELECT (COUNT(DISTINCT ?s) AS ?o) {?s a <http://culturalis.org/cult/0.1#Museum> .
{?s <http://culturalis.org/ocsa/1.0#offersService> ?se . ?se <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> [<http://www.w3.org/2004/02/skos/core#prefLabel> "Punto telefono"]}
}
SELECT DISTINCT ?s {?s a <http://culturalis.org/cult/0.1#Library>;<http://purl.org/dc/elements/1.1/title> ?label.
{?s <http://culturalis.org/ocsa/1.0#offersService> ?se . ?se <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> [<http://www.w3.org/2004/02/skos/core#prefLabel> "Punto telefono"]}
} order by asc(?label) LIMIT 10
SELECT (COUNT(DISTINCT ?s) AS ?o) {?s a <http://culturalis.org/cult/0.1#Library> .
{?s <http://culturalis.org/ocsa/1.0#offersService> ?se . ?se <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> [<http://www.w3.org/2004/02/skos/core#prefLabel> "Punto telefono"]}
}
SELECT DISTINCT ?s {?s a <http://culturalis.org/cult/0.1#HolderOfArchives>;<http://purl.org/dc/elements/1.1/title> ?label.
{?s <http://culturalis.org/ocsa/1.0#offersService> ?se . ?se <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> [<http://www.w3.org/2004/02/skos/core#prefLabel> "Punto telefono"]}
} order by asc(?label) LIMIT 10
SELECT (COUNT(DISTINCT ?s) AS ?o) {?s a <http://culturalis.org/cult/0.1#HolderOfArchives> .
{?s <http://culturalis.org/ocsa/1.0#offersService> ?se . ?se <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> [<http://www.w3.org/2004/02/skos/core#prefLabel> "Punto telefono"]}
}
SELECT ?s (COUNT(DISTINCT ?p) AS ?o) {
{?p a <http://culturalis.org/cult/0.1#Library>} UNION {?p a <http://culturalis.org/cult/0.1#Museum>} UNION {?p a <http://culturalis.org/cult/0.1#HolderOfArchives>}
?p <http://culturalis.org/ocsa/1.0#offersService> ?se.
?se <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> [<http://www.w3.org/2004/02/skos/core#prefLabel> ?s]
{?p <http://culturalis.org/ocsa/1.0#offersService> ?sa . ?sa <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> [<http://www.w3.org/2004/02/skos/core#prefLabel> "Punto telefono"]}
} group by ?s order by desc(?o)
SELECT ?s (COUNT(DISTINCT ?p) AS ?o) {
{?p a <http://culturalis.org/cult/0.1#Library>} UNION {?p a <http://culturalis.org/cult/0.1#Museum>} UNION {?p a <http://culturalis.org/cult/0.1#HolderOfArchives>}
?p <http://www.geonames.org/ontology#locatedIn> ?li . ?li <http://www.geonames.org/ontology#parentADM2> ?s
{?p <http://culturalis.org/ocsa/1.0#offersService> ?se . ?se <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> [<http://www.w3.org/2004/02/skos/core#prefLabel> "Punto telefono"]}
} group by ?s order by ?s