European Environment Agency

From solab
Jump to navigation Jump to search
Do you think that items on this page are out of date? You can clean its cache to manually update all dynamic parts to the latest data from the wiki.


Name Value
Name European Environment Agency
Cat Organisation"Organisation" is not in the list (Solar, Wind, Finance, Monitoring, Event, Source) of allowed values for the "Cat" property.
Product Web,
Homepage https://www.eea.europa.eu/
has_location_city Copenhagen
Property:has_location_country DK
Property:has_coordinates 55° 41' 12.21" N, 12° 34' 12.26" E
Photo
Photo European Environment Agency2.png



  elseif val ~= nil and (nam == 'has_location_city' or nam == 'city') then
        --r = r..'|-\n|Property:'..nam..'||Using "'..nam..'" as property chain is not permitted during the annotation process.\n'
         r = r..'|-\n|'..nam..'||Using "'..nam..'" as property chain is not permitted during the annotation process.\n'
         hsc = 'Has_location_country'
         hasc =  'Has_coordinates'
         format = 'format=list'
         link  = 'link=none'
         co    = '?Country'
         coord = '?Coordinates'
         local hscv=frame:preprocess("")


55° 41' 12.21" N, 12° 34' 12.26" E

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

{#giosparql: PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

PREFIX cr: <http://cr.eionet.europa.eu/ontologies/contreg.rdf#>
SELECT *
WHERE {
 ?bookmark a cr:SparqlBookmark ;
           rdfs:label ?label
} LIMIT 50  |https://semantic.eea.europa.eu/sparql}}


{#giosparql: PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX swivt: <http://semantic-mediawiki.org/swivt/1.0#>
PREFIX resource: <http://openei.org/resources/>
PREFIX category: <http://openei.org/resources/Category-3A>
PREFIX property: <http://openei.org/resources/Property-3A>
SELECT ?page ?name ?address ?place_name ?zip ?coordinates ?sector_name ?category_name
FROM <http://openei.org>
WHERE {
 ?organization swivt:page ?page.
 ?organization rdf:type category:Networking_Organizations.
 ?organization rdfs:label ?name.
 OPTIONAL { ?organization property:Address ?address. }.
 OPTIONAL { ?organization property:Zip ?zip. }.
 OPTIONAL { ?organization property:Coordinates ?coordinates. }.
 OPTIONAL {
   ?organization property:Place ?place.
   ?place rdfs:label ?place_name.
 }.
 OPTIONAL {
   ?organization property:Sector ?sector. 
   ?sector rdfs:label ?sector_name.
 }.
 OPTIONAL {
   ?organization rdf:type ?category.
   ?category rdfs:label ?category_name.
 }.
}
limit 100  |http://en.openei.org/sparql}}