@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-malvc: <http://data.europa.eu/949/concepts/min-axle-load-vehicle-categories/> .
@prefix era-malvc-rinf: <http://data.europa.eu/949/concepts/min-axle-load-vehicle-categories/rinf/> .




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


  
era-malvc:MinAxleLoadVehicleCategories 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:label "Minimum Axle Load Vehicle Categories"@en ;
    skos:prefLabel "Minimum Axle Load Vehicle Categories"@en ;
    dct:title "Concept scheme grouping vehicle categories for min axle loads"@en .


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



########## Min axle load vehicle category ##########

era-malvc-rinf:40 a skos:Concept;
  skos:inScheme era-malvc:MinAxleLoadVehicleCategories; skos:topConceptOf era-malvc:MinAxleLoadVehicleCategories; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "at least 3,5 t for vehicles with more than 4 axles and wheel tread brakes" .

era-malvc-rinf:50 a skos:Concept;
  skos:inScheme era-malvc:MinAxleLoadVehicleCategories; skos:topConceptOf era-malvc:MinAxleLoadVehicleCategories; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "at least 4 t for vehicles with 4 axles and wheel tread brakes" .

era-malvc-rinf:60 a skos:Concept;
  skos:inScheme era-malvc:MinAxleLoadVehicleCategories; skos:topConceptOf era-malvc:MinAxleLoadVehicleCategories; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "at least 5 t for other vehicles (that is, vehicles that do not fall into categories 1 or 2)" .
