@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix era: <http://data.europa.eu/949/> .
@prefix era-skos: <http://data.europa.eu/949/concepts/> .


@prefix era-tenclass: <http://data.europa.eu/949/concepts/ten-classifications/> .
@prefix era-tenclass-rinf: <http://data.europa.eu/949/concepts/ten-classifications/rinf/> .




#################################################################
#
#    Concept Schemes
#
#################################################################



  
era-tenclass:TENClassifications a skos:ConceptScheme ; dct:issued "2020-09-01"^^xsd:date ;
    dct:modified "2022-09-09"^^xsd:date ;
    cc:license <https://creativecommons.org/licenses/by/4.0/> ;
    rdfs:comment "Controlled SKOS-based vocabularies defined by the European Union Agency for Railways to describe concepts related to the European railway infrastructure and the vehicles authorized to operate over it."@en ;
    rdfs:isDefinedBy era-skos: ;
    rdfs:label "TEN Classifications"@en ;
    skos:prefLabel "TEN Classifications"@en ;
    dct:title "Concept scheme grouping TEN (trans-European Network) classifications"@en .



#################################################################
#
#    Concept instances
#
#################################################################



########## TEN Classifications ##########

era-tenclass-rinf:40 a skos:Concept;
  skos:inScheme era-tenclass:TENClassifications; skos:topConceptOf era-tenclass:TENClassifications; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Off TEN" .

era-tenclass-rinf:10 a skos:Concept;
  skos:inScheme era-tenclass:TENClassifications; skos:topConceptOf era-tenclass:TENClassifications; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Part of the TEN-T Comprehensive Network" .

era-tenclass-rinf:20 a skos:Concept;
  skos:inScheme era-tenclass:TENClassifications; skos:topConceptOf era-tenclass:TENClassifications; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Part of the TEN-T Core Freight Network" .

era-tenclass-rinf:30 a skos:Concept;
  skos:inScheme era-tenclass:TENClassifications; skos:topConceptOf era-tenclass:TENClassifications; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Part of the TEN-T Core Passenger Network" .

era-tenclass-rinf:50 a skos:Concept;
  skos:inScheme era-tenclass:TENClassifications; skos:topConceptOf era-tenclass:TENClassifications; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Part of the TEN-T Extended Core Freight Network" .

era-tenclass-rinf:60 a skos:Concept;
  skos:inScheme era-tenclass:TENClassifications; skos:topConceptOf era-tenclass:TENClassifications; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Part of the TEN-T Extended Core Passenger Network" .
