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 cr: <http://cr.eionet.europa.eu/ontologies/contreg.rdf#>
PREFIX s: <http://www.eea.europa.eu/portal_types/Specification#>
PREFIX ed: <http://www.eea.europa.eu/portal_types/ExternalDataSpec#>
PREFIX d: <http://www.eea.europa.eu/portal_types/Data#>
PREFIX dct: <http://purl.org/dc/terms/>
SELECT DISTINCT sql:sample(?items) AS ?url ?title ?dataseturl sql:sample(?obligations) AS ?obligation
WHERE {
?specification s:relatedItems ?items .
?items a ?type .
OPTIONAL {?items ed:dataset_url ?dataseturl }
OPTIONAL {?items dct:title ?title }
OPTIONAL {?items d:reportingObligations ?obligations }
FILTER(?type IN ( <http://www.eea.europa.eu/portal_types/ExternalDataSpec#ExternalDataSpecX>, <http://www.eea.europa.eu/portal_types/Data#Data>))
} ORDER BY ?title
Document Actions
Share with others