SPARQL | HTML Microdata document
This HTML5 document contains 12 embedded RDF statements represented using HTML+Microdata notation.
The embedded RDF content will be recognized by any processor of HTML5 Microdata.
Namespace Prefixes
Prefix IRI
n2 http://data.europa.eu/949/shapes/
rdfs http://www.w3.org/2000/01/rdf-schema#
rdf http://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdh http://www.w3.org/2001/XMLSchema#
n4 http://data.europa.eu/949/
sh http://www.w3.org/ns/shacl#
Statements
Subject Item n2:PlatformHeightSKOS
rdf:type
sh:SPARQLConstraint
rdfs:comment
Distance between the upper surface of platform and running surface of the neighbouring track. It is the nominal value expressed in millimetres.
n4:rinfIndex
1.2.1.0.6.5
n4:affectedProperty
n4:platformHeight
n4:scope
local
sh:message
Platform height (1.2.1.0.6.5): The platform {$this} with label {?label} has a value {?concept} that is not one of the predefined values and cannot be converted into a SKOS concept on this list: http://data.europa.eu/949/concepts/platform-heights/PlatformHeights.
sh:nodeKind
sh:IRI
sh:prefixes
n4:
sh:select
PREFIX era: <http://data.europa.eu/949/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT $this ?concept ?label
WHERE {
OPTIONAL {$this rdfs:label ?label} <http://data.europa.eu/949/graph/shacl> .
$this era:platformHeight ?concept <http://data.europa.eu/949/graph/shacl> .
era:platformHeight era:inSkosConceptScheme ?conceptScheme <http://data.europa.eu/949/graph/shacl> .
FILTER NOT EXISTS{
?concept skos:inScheme ?conceptScheme <http://data.europa.eu/949/graph/shacl> .
}
}
sh:severity
sh:Violation
n4:affectedClass
n4:Platform
n4:validationAfterXML
false