Eurostat Wrapper Home

Relative incidence rate of accidental injuries at work by severity, permanency of the job, length of service in the enterprise and NACE Rev. 1.1 activity (EU mean rate = 100 for each severity)

Visualisations

Timeline

SPARQL Queries

Observations

SPARQL results
PREFIX sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX eus: <http://ontologycentral.com/2009/01/eurostat/ns#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX qb: <http://purl.org/linked-data/cube#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

SELECT ?time ?value ?geo
FROM <http://estatwrap.ontologycentral.com/data/hsw_ij_svcln>
FROM <http://estatwrap.ontologycentral.com/dic/geo>
WHERE {
	?s qb:dataSet <http://estatwrap.ontologycentral.com/id/hsw_ij_svcln#ds> .
	?s dcterms:date ?time .
	?s eus:geo ?g .
	?g rdfs:label ?geo .
	?s sdmx-measure:obsValue ?value .
	FILTER (lang(?geo) = "en")
}
ORDER BY ?geo

Dimensions/Measures

SPARQL results
PREFIX  qb: <http://purl.org/linked-data/cube#>
SELECT *
FROM <http://estatwrap.ontologycentral.com/dsd/hsw_ij_svcln>
WHERE {
	{
		<http://estatwrap.ontologycentral.com/dsd/hsw_ij_svcln#dsd> qb:component ?c .
		?c qb:measure ?m .
	} UNION {
		<http://estatwrap.ontologycentral.com/dsd/hsw_ij_svcln#dsd> qb:component ?c .
		?c qb:dimension ?m .
	}
}

Source: Eurostat via estatwrap

Available as: RDF (data)/RDF (data structure definitions) and TSV (for Excel) and SDMX and Table