Dataset RON e RMN
http://dati.isprambiente.it/id/website/ronRmn an entity of type: Dataset
resources
facets
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#measures> ?me . ?me <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?meClass. ?meClass <http://www.w3.org/2000/01/rdf-schema#label> "Air Temperature"@en}
} 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#measures> ?me . ?me <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?meClass. ?meClass <http://www.w3.org/2000/01/rdf-schema#label> "Air Temperature"@en}
}
select ?s (count(distinct ?p) AS ?o) {
{?p a <http://dati.isprambiente.it/ontology/core#MeasureStation>; <http://www.geonames.org/ontology#locatedIn> ?sa .
?sa <http://www.w3.org/2000/01/rdf-schema#label> ?s .
}
{?p <http://dati.isprambiente.it/ontology/core#measures> ?me . ?me <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?meClass. ?meClass <http://www.w3.org/2000/01/rdf-schema#label> "Air Temperature"@en}
} group by ?s order by ?s
select ?s (count(distinct ?p) AS ?o) {
{?p a <http://dati.isprambiente.it/ontology/core#MeasureStation>; <http://purl.org/dc/terms/isPartOf> ?isPO . ?isPO <http://www.w3.org/2000/01/rdf-schema#label> ?s.
}
{?p <http://dati.isprambiente.it/ontology/core#measures> ?me . ?me <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?meClass. ?meClass <http://www.w3.org/2000/01/rdf-schema#label> "Air Temperature"@en}
} group by ?s order by desc(?o)
select ?s (count(distinct ?p) AS ?o) {
{?p a <http://dati.isprambiente.it/ontology/core#MeasureStation>; <http://www.geonames.org/ontology#nearbyFeature> ?li . ?li <http://www.geonames.org/ontology#parentADM2> ?sa.
?sa <http://www.w3.org/2000/01/rdf-schema#label> ?s .
}
{?p <http://dati.isprambiente.it/ontology/core#measures> ?me . ?me <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?meClass. ?meClass <http://www.w3.org/2000/01/rdf-schema#label> "Air Temperature"@en}
} group by ?s order by ?s
select ?s (count(distinct ?p) AS ?o) {
{?p a <http://dati.isprambiente.it/ontology/core#MeasureStation>; <http://dati.isprambiente.it/ontology/core#measures> ?me . ?me <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?meClass. ?meClass <http://www.w3.org/2000/01/rdf-schema#label> ?s.
FILTER( lang(?s) = "en" ).
}
{?p <http://dati.isprambiente.it/ontology/core#measures> ?me . ?me <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?meClass. ?meClass <http://www.w3.org/2000/01/rdf-schema#label> "Air Temperature"@en}
} group by ?s order by desc(?o)