-
-
Save michimau/23f90d6c20d7aee7622926ca32e9837c to your computer and use it in GitHub Desktop.
z3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX dcterms: <http://purl.org/dc/terms/> | |
SELECT | |
?url | |
where { | |
?url dcterms:issued ?issued . | |
FILTER (str(?issued) = "None") | |
FILTER (?url = <http://www.eea.europa.eu/themes/biodiversity/document-library/natura-2000/natura-2000-network-statistics/area-calculations-2007-to-2009/gis-area-of-natura-2000-network/n2000-gis-area/gis-area-end-2007>) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment