ISPRA Linked Open Data
http://dati.isprambiente.it/id/website an entity of type: WebSite
resources
facets
Napoli 171
SPARQL QUERY
select distinct ?s {?s a <http://dati.isprambiente.it/ontology/core#MeasureStation>;<http://www.w3.org/2000/01/rdf-schema#label> ?label.
{
{?s <http://dati.isprambiente.it/ontology/core#primaryGeographicalFeature> ?li} UNION
{?s <http://www.geonames.org/ontology#nearbyFeature> ?li} UNION
{?s <http://xmlns.com/foaf/0.1/primaryTopic> ?li} .
?li <http://www.geonames.org/ontology#parentADM2> ?sa .
?sa <http://www.w3.org/2000/01/rdf-schema#label> "Napoli"}
} order by asc(?label) LIMIT 10
select (count(distinct ?s) AS ?o) {?s a <http://dati.isprambiente.it/ontology/core#MeasureStation> .
{
{?s <http://dati.isprambiente.it/ontology/core#primaryGeographicalFeature> ?li} UNION
{?s <http://www.geonames.org/ontology#nearbyFeature> ?li} UNION
{?s <http://xmlns.com/foaf/0.1/primaryTopic> ?li} .
?li <http://www.geonames.org/ontology#parentADM2> ?sa .
?sa <http://www.w3.org/2000/01/rdf-schema#label> "Napoli"}
}
select distinct ?s {?s a <http://dati.isprambiente.it/ontology/core#IndicatorCollection>;<http://purl.org/dc/terms/isPartOf> <http://dati.isprambiente.it/id/consumoSuolo>;<http://www.w3.org/2000/01/rdf-schema#label> ?label.
{
{?s <http://dati.isprambiente.it/ontology/core#primaryGeographicalFeature> ?li} UNION
{?s <http://www.geonames.org/ontology#nearbyFeature> ?li} UNION
{?s <http://xmlns.com/foaf/0.1/primaryTopic> ?li} .
?li <http://www.geonames.org/ontology#parentADM2> ?sa .
?sa <http://www.w3.org/2000/01/rdf-schema#label> "Napoli"}
} order by asc(?label) LIMIT 10
select (count(distinct ?s) AS ?o) {?s a <http://dati.isprambiente.it/ontology/core#IndicatorCollection>;<http://purl.org/dc/terms/isPartOf> <http://dati.isprambiente.it/id/consumoSuolo> .
{
{?s <http://dati.isprambiente.it/ontology/core#primaryGeographicalFeature> ?li} UNION
{?s <http://www.geonames.org/ontology#nearbyFeature> ?li} UNION
{?s <http://xmlns.com/foaf/0.1/primaryTopic> ?li} .
?li <http://www.geonames.org/ontology#parentADM2> ?sa .
?sa <http://www.w3.org/2000/01/rdf-schema#label> "Napoli"}
}
select distinct ?s {?s a <http://dati.isprambiente.it/ontology/core#Intervention>;<http://www.w3.org/2000/01/rdf-schema#label> ?label.
{
{?s <http://dati.isprambiente.it/ontology/core#primaryGeographicalFeature> ?li} UNION
{?s <http://www.geonames.org/ontology#nearbyFeature> ?li} UNION
{?s <http://xmlns.com/foaf/0.1/primaryTopic> ?li} .
?li <http://www.geonames.org/ontology#parentADM2> ?sa .
?sa <http://www.w3.org/2000/01/rdf-schema#label> "Napoli"}
} order by asc(?label) LIMIT 10
select (count(distinct ?s) AS ?o) {?s a <http://dati.isprambiente.it/ontology/core#Intervention> .
{
{?s <http://dati.isprambiente.it/ontology/core#primaryGeographicalFeature> ?li} UNION
{?s <http://www.geonames.org/ontology#nearbyFeature> ?li} UNION
{?s <http://xmlns.com/foaf/0.1/primaryTopic> ?li} .
?li <http://www.geonames.org/ontology#parentADM2> ?sa .
?sa <http://www.w3.org/2000/01/rdf-schema#label> "Napoli"}
}
select ?s (count(distinct ?p) AS ?o) {
{?p a <http://dati.isprambiente.it/ontology/core#MeasureStation>; <http://www.geonames.org/ontology#nearbyFeature> ?li .}
UNION
{?p a <http://dati.isprambiente.it/ontology/core#Intervention>; <http://dati.isprambiente.it/ontology/core#primaryGeographicalFeature> ?li . }
UNION
{?p a <http://dati.isprambiente.it/ontology/core#IndicatorCollection>;<http://purl.org/dc/terms/isPartOf> <http://dati.isprambiente.it/id/consumoSuolo>; <http://xmlns.com/foaf/0.1/primaryTopic> ?li .}
?li <http://www.geonames.org/ontology#parentADM2> ?sa.
?sa <http://www.w3.org/2000/01/rdf-schema#label> ?s .
{?sa <http://www.w3.org/2000/01/rdf-schema#label> "Napoli"}
} group by ?s order by ?s