Skip to content

Instantly share code, notes, and snippets.

@michimau
Created December 4, 2018 16:09
Show Gist options
  • Save michimau/23f90d6c20d7aee7622926ca32e9837c to your computer and use it in GitHub Desktop.
Save michimau/23f90d6c20d7aee7622926ca32e9837c to your computer and use it in GitHub Desktop.
z3
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