next
previous
items

Data table via SPARQL

INSPIRE Monitoring and Reporting test

Data table via SPARQL Published 09 Jun 2013 Last modified 15 Apr 2024

Download this dataset

Dataset preview

(Live Query)

Year MS MDv1_DS MDv11 MDv12 MDv13 MDv14 SDSv_Num DSv_Num DSv_Num1 DSv_Num2 DSv_Num3 MDv2_DS MDv21 MDv22 MDv23 MDv24 DSv1_ActArea DSv11_ActArea DSv12_ActArea DSv13_ActArea DSv1_RealArea DSv11_RealArea DSv12_RealArea DSv13_RealArea DSv2 DSv21 DSv22 DSv23 NSv11 NSv12 NSv21 NSv22 NSv23 NSv3 NSv31 NSv32 NSv33 NSv34 NSv35 NSv_NumAllServ NSv_NumDiscServ NSv_NumViewServ NSv_NumDownServ NSv_NumTransServ NSv_NumInvkServ NSv4 NSv41 NSv42 NSv43 NSv44 NSv45
"" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""

Received 1 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/eionet/data/inspire-monitoring-and-reporting-test/daviz.json

For system integrators

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://crtest.eionet.europa.eu/sparql

PREFIX tableFile: <http://crtest.eionet.europa.eu/home/schadsve/data_summary_ATBE_inverted.csv#> SELECT * FROM <http://crtest.eionet.europa.eu/home/schadsve/data_summary_ATBE_inverted.csv> WHERE { OPTIONAL { _:rec tableFile:Year ?Year } . OPTIONAL { _:rec tableFile:MS ?MS } . OPTIONAL { _:rec tableFile:MDv1_DS ?MDv1_DS } . OPTIONAL { _:rec tableFile:MDv11 ?MDv11 } . OPTIONAL { _:rec tableFile:MDv12 ?MDv12 } . OPTIONAL { _:rec tableFile:MDv13 ?MDv13 } . OPTIONAL { _:rec tableFile:MDv14 ?MDv14 } . OPTIONAL { _:rec tableFile:SDSv_Num ?SDSv_Num } . OPTIONAL { _:rec tableFile:DSv_Num ?DSv_Num } . OPTIONAL { _:rec tableFile:DSv_Num1 ?DSv_Num1 } . OPTIONAL { _:rec tableFile:DSv_Num2 ?DSv_Num2 } . OPTIONAL { _:rec tableFile:DSv_Num3 ?DSv_Num3 } . OPTIONAL { _:rec tableFile:MDv2_DS ?MDv2_DS } . OPTIONAL { _:rec tableFile:MDv21 ?MDv21 } . OPTIONAL { _:rec tableFile:MDv22 ?MDv22 } . OPTIONAL { _:rec tableFile:MDv23 ?MDv23 } . OPTIONAL { _:rec tableFile:MDv24 ?MDv24 } . OPTIONAL { _:rec tableFile:DSv1_ActArea ?DSv1_ActArea } . OPTIONAL { _:rec tableFile:DSv11_ActArea ?DSv11_ActArea } . OPTIONAL { _:rec tableFile:DSv12_ActArea ?DSv12_ActArea } . OPTIONAL { _:rec tableFile:DSv13_ActArea ?DSv13_ActArea } . OPTIONAL { _:rec tableFile:DSv1_RealArea ?DSv1_RealArea } . OPTIONAL { _:rec tableFile:DSv11_RealArea ?DSv11_RealArea } . OPTIONAL { _:rec tableFile:DSv12_RealArea ?DSv12_RealArea } . OPTIONAL { _:rec tableFile:DSv13_RealArea ?DSv13_RealArea } . OPTIONAL { _:rec tableFile:DSv2 ?DSv2 } . OPTIONAL { _:rec tableFile:DSv21 ?DSv21 } . OPTIONAL { _:rec tableFile:DSv22 ?DSv22 } . OPTIONAL { _:rec tableFile:DSv23 ?DSv23 } . OPTIONAL { _:rec tableFile:NSv11 ?NSv11 } . OPTIONAL { _:rec tableFile:NSv12 ?NSv12 } . OPTIONAL { _:rec tableFile:NSv21 ?NSv21 } . OPTIONAL { _:rec tableFile:NSv22 ?NSv22 } . OPTIONAL { _:rec tableFile:NSv23 ?NSv23 } . OPTIONAL { _:rec tableFile:NSv3 ?NSv3 } . OPTIONAL { _:rec tableFile:NSv31 ?NSv31 } . OPTIONAL { _:rec tableFile:NSv32 ?NSv32 } . OPTIONAL { _:rec tableFile:NSv33 ?NSv33 } . OPTIONAL { _:rec tableFile:NSv34 ?NSv34 } . OPTIONAL { _:rec tableFile:NSv35 ?NSv35 } . OPTIONAL { _:rec tableFile:NSv_NumAllServ ?NSv_NumAllServ } . OPTIONAL { _:rec tableFile:NSv_NumDiscServ ?NSv_NumDiscServ } . OPTIONAL { _:rec tableFile:NSv_NumViewServ ?NSv_NumViewServ } . OPTIONAL { _:rec tableFile:NSv_NumDownServ ?NSv_NumDownServ } . OPTIONAL { _:rec tableFile:NSv_NumTransServ ?NSv_NumTransServ } . OPTIONAL { _:rec tableFile:NSv_NumInvkServ ?NSv_NumInvkServ } . OPTIONAL { _:rec tableFile:NSv4 ?NSv4 } . OPTIONAL { _:rec tableFile:NSv41 ?NSv41 } . OPTIONAL { _:rec tableFile:NSv42 ?NSv42 } . OPTIONAL { _:rec tableFile:NSv43 ?NSv43 } . OPTIONAL { _:rec tableFile:NSv44 ?NSv44 } . OPTIONAL { _:rec tableFile:NSv45 ?NSv45 } . }

Error when running query:

Error. Traceback (most recent call last):
  File "/plone/buildout-cache/eggs/Products.ZSPARQLMethod-2.3-py2.7.egg/Products/ZSPARQLMethod/Method.py", line 287, in run_with_timeout
    ret = func(*args, **kwargs)
  File "/plone/buildout-cache/eggs/Products.ZSPARQLMethod-2.3-py2.7.egg/Products/ZSPARQLMethod/Method.py", line 215, in query_and_get_result
    result = sparql.query(*args, timeout = kwargs.get("timeout", 0) or 0)
  File "/plone/buildout-cache/eggs/sparql_client-3.8-py2.7.egg/sparql.py", line 747, in query
    return s.query(query, timeout, raw=raw)
  File "/plone/buildout-cache/eggs/sparql_client-3.8-py2.7.egg/sparql.py", line 416, in query
    return q.query(query, timeout, raw=raw)
  File "/plone/buildout-cache/eggs/sparql_client-3.8-py2.7.egg/sparql.py", line 571, in query
    response = self._request(statement, timeout)
  File "/plone/buildout-cache/eggs/sparql_client-3.8-py2.7.egg/sparql.py", line 558, in _request
    response = self._build_response(query, opener, buf, timeout)
  File "/plone/buildout-cache/eggs/sparql_client-3.8-py2.7.egg/sparql.py", line 543, in _build_response
    timeout if timeout > 0 else None)
  File "/plone/buildout-cache/eggs/sparql_client-3.8-py2.7.egg/sparql.py", line 514, in _get_response
    response = opener.open(request, timeout=timeout)
  File "/usr/local/lib/python2.7/urllib2.py", line 429, in open
    response = self._open(req, data)
  File "/usr/local/lib/python2.7/urllib2.py", line 447, in _open
    '_open', req)
  File "/usr/local/lib/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python2.7/urllib2.py", line 1228, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/local/lib/python2.7/urllib2.py", line 1198, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno -2] No address found>


Permalinks

Document Actions