{ "items": [ { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/7197136847576732561", "query": "PREFIX rod: \r\nPREFIX rdfs: \r\nSELECT * WHERE {\r\n ?country a rod:Locality;\r\n rod:loccode ?code;\r\n rdfs:label ?name.\r\n} ORDER BY ?name", "label": "List of Reportnet countries" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/8296716582844373951", "query": "PREFIX owl: \r\nPREFIX e: \r\nPREFIX eea: \r\nPREFIX fao: \r\n\r\nSELECT DISTINCT ?estatcode ?eeacode ?nutscode ?faocode ?gdptotal/?population AS ?gdp ?name\r\nWHERE {\r\n ?uri a e:Country .\r\n ?uri e:name ?name .\r\n ?uri e:code ?estatcode .\r\n ?uri e:protocolOrder ?order .\r\n OPTIONAL {\r\n ?uri owl:sameAs ?eeaURI .\r\n ?eeaURI a eea:Country .\r\n ?eeaURI eea:code ?eeacode .\r\n }\r\n OPTIONAL {\r\n ?uri owl:sameAs ?nuts .\r\n ?nuts a e:NUTSRegion .\r\n ?nuts e:code ?nutscode .\r\n }\r\n OPTIONAL {\r\n ?eeaURI owl:sameAs ?faourl .\r\n ?faourl a fao:self_governing;\r\n fao:codeFAOSTAT ?faocode;\r\n fao:GDPTotalInCurrentPrices ?gdptotal;\r\n fao:populationTotal ?population.\r\n }\r\n} ORDER BY ?order", "label": "List Eurostat, EEA and FAO country codes side-by-side" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/4685043828317522221", "query": "PREFIX rdf: \r\nPREFIX cr: \r\nPREFIX rod: \r\nPREFIX noise: \r\nPREFIX sources: \r\n\r\nSELECT ?subject ?icaocode ?DF\r\nWHERE {\r\n {\r\n GRAPH sources:DF5_MAir.rdf {\r\n ?subject rdf:type noise:DF5_MAir\r\n OPTIONAL {?subject noise:icaocode ?icaocode}\r\n OPTIONAL {?subject noise:annualtraffic ?annualtraffic}\r\n }\r\n noise:DF5_MAir rdfs:label ?DF\r\n } UNION {\r\n GRAPH sources:DF1_MAir.rdf {\r\n ?subject rdf:type noise:DF1_MAir . \r\n OPTIONAL {?subject noise:icaocode ?icaocode} . \r\n OPTIONAL {?subject noise:annualtraffic ?annualtraffic} . \r\n }\r\n noise:DF1_MAir rdfs:label ?DF\r\n }\r\n} ORDER BY ?subject", "label": "Noise dataflow (DF1 and DF5) Airports" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/-9156285186911090494", "query": "PREFIX rdf: \r\nPREFIX cr: \r\nPREFIX rod: \r\nPREFIX noise: \r\nPREFIX sources: \r\n\r\nSELECT DISTINCT ?subject ?reportingentityuniquecode ?uniquerailid ?DF\r\nWHERE {\r\n {\r\n GRAPH sources:DF5_MRail.rdf {\r\n ?subject rdf:type noise:DF5_MRail . \r\n OPTIONAL {?subject noise:reportingentityuniquecode ?reportingentityuniquecode} . \r\n OPTIONAL {?subject noise:uniquerailid ?uniquerailid } . \r\n }\r\n noise:DF5_MRail rdfs:label ?DF\r\n } UNION {\r\n GRAPH sources:DF1_MRail.rdf {\r\n ?subject rdf:type noise:DF1_MRail . \r\n OPTIONAL {?subject noise:reportingentityuniquecode ?reportingentityuniquecode} . \r\n OPTIONAL {?subject noise:uniquerailid ?uniquerailid } . \r\n }\r\n noise:DF1_MRail rdfs:label ?DF\r\n }\r\n} ORDER BY ?subject", "label": "Noise dataflow (DF1 and DF5) Major Railways" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/-208145582772588719", "query": "PREFIX rdf: \r\nPREFIX cr: \r\nPREFIX rod: \r\nPREFIX noise: \r\nPREFIX sources: \r\n\r\nSELECT DISTINCT ?subject ?reportingentityuniquecode ?uniqueroadid ?DF\r\nWHERE {\r\n {\r\n GRAPH sources:DF5_MRoad.rdf {\r\n ?subject rdf:type noise:DF5_MRoad . \r\n OPTIONAL {?subject noise:reportingentityuniquecode ?reportingentityuniquecode} . \r\n OPTIONAL {?subject noise:uniqueroadid ?uniqueroadid} . \r\n }\r\n noise:DF5_MRoad rdfs:label ?DF\r\n } UNION {\r\n GRAPH sources:DF1_MRoad.rdf {\r\n ?subject rdf:type noise:DF1_MRoad . \r\n OPTIONAL {?subject noise:reportingentityuniquecode ?reportingentityuniquecode} . \r\n OPTIONAL {?subject noise:uniqueroadid ?uniqueroadid} . \r\n }\r\n noise:DF1_MRoad rdfs:label ?DF\r\n }\r\n} ORDER BY ?subject", "label": "Noise dataflow (DF1 and DF5) Major Roads" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/3742593108919731431", "query": "PREFIX rdf: \r\nPREFIX cr: \r\nPREFIX rod: \r\nPREFIX noise: \r\nPREFIX sources: \r\n\r\nSELECT ?subject\r\n ?uniqueagglomerationid\r\n ?reportingentityuniquecode\r\n ?numberofinhabitants\r\n ?agglomerationname\r\n ?typelabel\r\nWHERE {\r\n {\r\n GRAPH sources:DF5_Agg.rdf {\r\n ?subject rdf:type noise:DF5_Agg . \r\n OPTIONAL {?subject noise:uniqueagglomerationid ?uniqueagglomerationid} . \r\n OPTIONAL {?subject noise:numberofinhabitants ?numberofinhabitants} . \r\n OPTIONAL {?subject noise:agglomerationname ?agglomerationname} . \r\n OPTIONAL {?subject noise:reportingentityuniquecode ?reportingentityuniquecode} . \r\n }\r\n noise:DF5_Agg rdfs:label ?typelabel\r\n } UNION {\r\n GRAPH sources:DF1_Agg.rdf {\r\n ?subject rdf:type noise:DF1_Agg\r\n OPTIONAL {?subject noise:uniqueagglomerationid ?uniqueagglomerationid}\r\n OPTIONAL {?subject noise:numberofinhabitants ?numberofinhabitants}\r\n OPTIONAL {?subject noise:name ?agglomerationname}\r\n OPTIONAL {?subject noise:reportingentityuniquecode ?reportingentityuniquecode}\r\n }\r\n noise:DF1_Agg rdfs:label ?typelabel\r\n }\r\n} ORDER BY ?subject", "label": "Noise dataflow (DF1 and DF5) Agglomerations" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/1076480138370030788", "query": "PREFIX rod: \r\nPREFIX dct: \r\n\r\nSELECT DISTINCT * WHERE {\r\n ?subj a rod:Delivery ;\r\n rod:released ?released ;\r\n rod:locality _:locuri ;\r\n rod:obligation _:obluri .\r\n _:locuri rod:loccode ?locality.\r\n _:obluri dct:title ?obligation\r\n} ORDER BY DESC(?released) LIMIT 50", "label": "50 Most recent deliveries to CDR" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/6753457373832061883", "query": "PREFIX o: \r\nPREFIX e: \r\n\r\nSELECT DISTINCT ?name ?country ?region ?assessment ?future WHERE {\r\n ?r o:forSpecies .\r\n ?r o:hasRegionalReport ?s.\r\n ?s a o:SpeciesRegionalReport .\r\n ?s o:speciesname ?name .\r\n ?s o:forCountry ?curl .\r\n ?curl e:name ?country .\r\n ?s o:region ?ruri .\r\n ?ruri e:name ?region .\r\n OPTIONAL { ?s o:conclusion_assessment ?assessment }\r\n OPTIONAL {?s o:conclusion_future ?future }\r\n} ORDER BY ?region ?country", "label": "Habitats directive Article 17 assessments for the Otter" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/-7665037000490126996", "query": "PREFIX rod: \r\nPREFIX dct: \r\n\r\nSELECT ?locality count(DISTINCT ?subj) AS ?count\r\nWHERE {\r\n ?subj a rod:Delivery ;\r\n rod:released ?released ;\r\n rod:locality _:locuri ;\r\n rod:obligation ?obluri .\r\n _:locuri rod:loccode ?locality.\r\n FILTER(bif:year(?released) = bif:year(bif:curdatetime()))\r\n} GROUP BY ?locality ORDER BY DESC(?count)", "label": "Number of deliveries per country from 1 January to now" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/578809278462241792", "query": "PREFIX rod: \r\n\r\nSELECT str(bif:year(?released)) AS ?year_label bif:year(?released) AS ?year count(DISTINCT ?subj) AS ?count\r\nWHERE {\r\n ?subj a rod:Delivery ;\r\n rod:released ?released ;\r\n rod:obligation ?obluri .\r\n} GROUP BY bif:year(?released) ORDER BY ?year", "label": "Reportnet deliveries per year in totals" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/-8455199394853455337", "query": "PREFIX rod: \r\nPREFIX rdfs: \r\n\r\nSELECT ?obligation count(DISTINCT ?subj) AS ?count\r\nWHERE {\r\n ?subj a rod:Delivery ;\r\n rod:released ?released ;\r\n rod:obligation ?obluri .\r\n?obluri rdfs:label ?obligation\r\n} GROUP BY ?obligation ORDER BY DESC(?count)", "label": "Reportnet deliveries per obligation" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/-4610635646273102806", "query": "PREFIX rod: \r\nPREFIX dct: \r\n\r\nSELECT ?locality count(DISTINCT ?subj) AS ?count bif:year(?released) AS ?year str(bif:year(?released)) as ?year_label\r\nWHERE {\r\n ?subj a rod:Delivery ;\r\n rod:released ?released ;\r\n rod:locality _:locuri ;\r\n rod:obligation ?obluri .\r\n _:locuri rod:loccode ?locality.\r\n} GROUP BY ?locality bif:year(?released) ORDER BY ?year ?locality", "label": "Deliveries per country per year from 2000 onwards" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/-2559979626571699064", "query": "PREFIX rdfs: \r\nPREFIX cr: \r\nPREFIX wise: \r\nPREFIX rod: \r\n\r\nSELECT ?euCode ?msCode ?lat ?long ?name ?env ?released ?loccode WHERE {\r\n GRAPH ?sourcefile {\r\n ?declaration a wise:SURFACEWATERMONITORINGSTATION ;\r\n wise:EU_CD ?euCode;\r\n wise:MS_CD ?msCode;\r\n wise:LAT ?lat;\r\n wise:LON ?long;\r\n wise:NAME ?name\r\n }\r\n ?env rod:hasFile ?sourcefile;\r\n rod:released ?released;\r\n rod:locality _:locality.\r\n _:locality rod:loccode ?loccode\r\n} ORDER BY ?euCode DESC(?released) LIMIT 50", "label": "Surface water stations from deliveries" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/-1376072618889142816", "query": "PREFIX rdfs: \r\nPREFIX cr: \r\nPREFIX wise: \r\nPREFIX rod: \r\n\r\nSELECT ?euCode ?msCode ?lat ?long ?name WHERE {\r\n GRAPH {\r\n ?declaration a wise:SURFACEWATERMONITORINGSTATION ;\r\n wise:EU_CD ?euCode;\r\n wise:MS_CD ?msCode;\r\n wise:LAT ?lat;\r\n wise:LON ?long;\r\n wise:NAME ?name\r\n }\r\n} ORDER BY ?euCode LIMIT 50", "label": "Surface water stations from /home/roug/surfacewatermonitoringstations" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/8586552321324362434", "query": "PREFIX rdfs: \r\nPREFIX cr: \r\nPREFIX skos: \r\nPREFIX dd: \r\nPREFIX eea: \r\n\r\nSELECT count(?m) AS ?m ?casnum sql:sample(?name) WHERE {\r\n ?m a ;\r\n dd:CASNumber ?casnum;\r\n dd:DeterminandHazSubsName ?name FILTER(?name != '' && ?casnum != '')\r\n OPTIONAL { \r\n GRAPH {\r\n ?determinant eea:casnum ?casnum;\r\n skos:prefLabel ?detlabel\r\n }\r\n } FILTER(!bound(?detlabel))\r\n} GROUP BY ?casnum ORDER BY DESC(?m)", "label": "Hazardous substances in rivers with no match to determinants vocabulary" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/-7107324483679765453", "query": "PREFIX rdfs: \r\nPREFIX cr: \r\nPREFIX v: \r\n\r\nSELECT ?municipality count(?water) AS ?numwaters WHERE {\r\n ?water a v:Water ;\r\n v:inMunicipality ?urlmuni .\r\n ?urlmuni rdfs:label ?municipality\r\n} GROUP BY ?municipality ORDER BY ?municipality", "label": "Number of waters per municipality (Data from L\u00e4nsstyrelsen, Sweden)" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/2316908504177346860", "query": "PREFIX owl: \r\nPREFIX rdfs: \r\nPREFIX cr: \r\nPREFIX viss: \r\nPREFIX wise: \r\n\r\nSELECT ?rbd ?visslabel ?wisenamenl ?country ?area\r\nWHERE {\r\n ?rbd a viss:RBD ;\r\n rdfs:label ?visslabel\r\n OPTIONAL {?rbd owl:sameAs ?eurbd .\r\n ?eurbd wise:RBDNameNL ?wisenamenl;\r\n wise:areaKM ?area;\r\n wise:countryCode ?country }\r\n}", "label": "VISS River Basin Districts joined with WISE RBDs" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/3455597729624257315", "query": "PREFIX rdfs: \r\nPREFIX cr: \r\nPREFIX eprtr: \r\n\r\nSELECT * WHERE {\r\n ?bookmark a eprtr:Rbd ;\r\n eprtr:code ?code;\r\n eprtr:name ?label;\r\n eprtr:countryCode ?cc\r\n FILTER(?cc in (\"SE\",\"NO\",\"FI\",\"DK\"))\r\n} ORDER BY ?code", "label": "Scandinavian RBDs (Source: E-PRTR)" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/5772921356896360651", "query": "PREFIX owl: \r\nPREFIX rdfs: \r\nPREFIX cr: \r\nPREFIX v: \r\nPREFIX dbo: \r\nSELECT ?len ?name ?dbpedia ?population ?dblabel WHERE {\r\n ?len a v:County ;\r\n v:code ?code;\r\n rdfs:label ?name;\r\n owl:sameAs ?dbpedia .\r\n ?dbpedia dbo:abstract ?dblabel FILTER(LANG(?dblabel) = 'en')\r\n ?dbpedia dbo:populationTotal ?population\r\n} ORDER BY ?code", "label": "Sweden's counties joined with population and summary from DBPedia" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/-1988957152575885207", "query": "PREFIX rod: \r\nPREFIX rdfs: \r\nPREFIX cr: \r\nPREFIX msfd: \r\n\r\nSELECT ?code ?name ?street ?city ?sourcefile ?reported WHERE {\r\n GRAPH ?sourcefile {\r\n _:authority a ;\r\n msfd:MSCACode ?code;\r\n msfd:competentAuthorityName ?name;\r\n msfd:street ?street;\r\n msfd:city ?city\r\n }\r\n ?envelope rod:hasFile ?sourcefile;\r\n rod:released ?reported\r\n} ORDER BY DESC(?reported)", "label": "Competent Authorities reported via the Marine Strategy Framework Directive" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/6216468108989075001", "query": "PREFIX tableFile: \r\n\r\nSELECT ?cc ?countryname ?y2006 ?y2007 ?y2008 ?y2009 ?y2010 ?y2011 ?y2012 ?y2013\r\nFROM \r\nWHERE { \r\n ?CountryDebt tableFile:cc ?cc . \r\n ?CountryDebt tableFile:countryname ?countryname . \r\n ?CountryDebt tableFile:y2006 ?y2006 . \r\n ?CountryDebt tableFile:y2007 ?y2007 . \r\n ?CountryDebt tableFile:y2008 ?y2008 . \r\n ?CountryDebt tableFile:y2009 ?y2009 . \r\n ?CountryDebt tableFile:y2010 ?y2010 . \r\n ?CountryDebt tableFile:y2011 ?y2011 . \r\n ?CountryDebt tableFile:y2012 ?y2012 . \r\n ?CountryDebt tableFile:y2013 ?y2013 . \r\n} ORDER BY ?countryname", "label": "General government gross financial liabilities as a percentage of GDP (OECD)" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/-5309785028030236023", "query": "PREFIX tableFile: \r\n\r\nSELECT ?country xsd:date(concat(STR(?period),'-01-01')) AS ?period xsd:string(?period) AS ?year_label ?period AS ?year ?value\r\nFROM \r\nWHERE { \r\n ?GovernmentDebt tableFile:Variable \"Total central government debt % of GDP\" . \r\n ?GovernmentDebt tableFile:Unit \"Percentage\" . \r\n ?GovernmentDebt tableFile:Country ?country . \r\n ?GovernmentDebt tableFile:period ?period . \r\n ?GovernmentDebt tableFile:Value ?value . \r\n ?GovernmentDebt tableFile:Flags ?Flags . \r\nFILTER(?country IN (\"Austria\", \"Belgium\", \"Czech Republic\", \"Denmark\", \"Estonia\", \"Finland\", \"France\", \"Germany\",\r\n\"Greece\", \"Hungary\", \"Iceland\", \"Ireland\", \"Italy\", \"Netherlands\", \"Poland\", \"Portugal\", \"Slovak Republic\",\r\n\"Slovenia\", \"Spain\", \"Sweden\", \"United Kingdom\", \"United States\"))\r\n} ORDER BY ?country ?period", "label": "Total central government debt % of GDP (OECD)" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/-7988085320579141615", "query": "PREFIX dcterms: \r\nPREFIX rdfs: \r\nPREFIX cr: \r\nPREFIX foaf: \r\nPREFIX void: \r\n\r\nSELECT ?label ?metadata ?imported\r\nWHERE {\r\n ?metadata a void:Dataset ;\r\n dcterms:creator ;\r\n rdfs:label ?label;\r\n void:dataDump ?dump \r\n OPTIONAL { ?dump cr:harvestedStatements ?imported }\r\n} ORDER BY ?metadata", "label": "Available WHO datasets" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/313444715773236290", "query": "PREFIX rdfs: \r\nPREFIX cr: \r\nPREFIX dam: \r\n\r\nSELECT ?label ?capacity ?latitude ?longitude\r\nWHERE {\r\n ?bookmark a dam:Dam ;\r\n rdfs:label ?label;\r\n dam:ic_capacity ?capacity;\r\n dam:y_val ?latitude;\r\n dam:country ?country;\r\n dam:x_val ?longitude FILTER(?latitude != -32768)\r\n FILTER(! ?country IN ('RU','KZ','UA','KG','UZ'))\r\n} ORDER BY DESC(?capacity) LIMIT 20", "label": "20 largest dams" }, { "bookmark": "http://cr.eionet.europa.eu/sparqlbookmarks/-7710020376225611313", "query": "PREFIX geo: \r\nPREFIX bw: \r\nPREFIX rdfs: \r\n\r\nSELECT ?code ?name ?lat ?long\r\nWHERE {\r\n _:bw a bw:BathingWater ;\r\n bw:eubwidNotation ?code;\r\n rdfs:label ?name;\r\n geo:lat ?lat;\r\n geo:long ?long\r\n}", "label": "List of UK bathing waters" } ], "properties": {"label": {"valueType": "text", "order": 0}, "bookmark": {"valueType": "url", "order": 1}, "query": {"valueType": "text", "order": 2}} }