next
previous
items

Data table via SPARQL

Unharvested Geonames features

Data table via SPARQL Published 02 Apr 2012 Last modified 18 Jan 2023

Download this dataset

Dataset preview

(Live Query)

defined
<https://sws.geonames.org/10097357/about.rdf>
<https://sws.geonames.org/10096138/about.rdf>
<https://sws.geonames.org/10097360/about.rdf>
<https://sws.geonames.org/2761367/about.rdf>
<https://sws.geonames.org/2762300/about.rdf>
<https://sws.geonames.org/2763586/about.rdf>
<https://sws.geonames.org/2764581/about.rdf>
<https://sws.geonames.org/2766823/about.rdf>
<https://sws.geonames.org/2769848/about.rdf>
<https://sws.geonames.org/2770542/about.rdf>

Received 17 rows in 0.017 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/unharvested-geonames-features/daviz.json

For system integrators

The following info can be used by a system developer / database administrator in order to retrieve this dataset programmatically over the web using a SPARQL client.

Are you new to Linked Data technology? visit http://linkeddata.org



http://semantic.eea.europa.eu/sparql

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX gn: <http://www.geonames.org/ontology#>
PREFIX cr: <http://cr.eionet.europa.eu/ontologies/contreg.rdf#>
PREFIX geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>

SELECT DISTINCT ?defined WHERE {
  ?subj a gn:Feature  ;
        gn:name ?name;
        rdfs:isDefinedBy ?defined.
 OPTIONAL {?subj geo:lat ?lat }
 FILTER(!bound(?lat))
}


Permalinks

Document Actions