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:imCodeOPTMinCount
rdf:type
sh:SPARQLConstraint
rdfs:comment
Infrastructure manager means any body or undertaking that is responsible in particular for establishing and maintaining railway infrastructure or a part thereof
n4:rinfIndex
1.2.1.0.0.1
n4:affectedProperty
n4:imCode
n4:scope
local
sh:message
Each track in an OP must refer to exactly one infrastructure manager. There is a problem with OP {$this} ({?opLabel}) and its track {?track} ({?trackLabel}). This track has no values for this property
sh:prefixes
n4:
sh:select
PREFIX era: <http://data.europa.eu/949/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT $this ?opLabel ?track ?trackLabel ?value
WHERE {
$this era:track ?track <http://data.europa.eu/949/graph/shacl> .
OPTIONAL{?track rdfs:label ?trackLabel} <http://data.europa.eu/949/graph/shacl> .
OPTIONAL{$this rdfs:label ?opLabel} <http://data.europa.eu/949/graph/shacl> .
FILTER NOT EXISTS{?track era:imCode ?value} <http://data.europa.eu/949/graph/shacl> .
}
sh:severity
sh:Violation
n4:affectedClass
n4:OperationalPoint
n4:Track
n4:validationAfterXML
false