@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-fc: <http://data.europa.eu/949/concepts/freight-corridor/> .
@prefix era-fc-rinf: <http://data.europa.eu/949/concepts/freight-corridor/rinf/> .





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







era-fc:FreightCorridors 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 "Freight Corridors"@en ;
    skos:prefLabel "Freight Corridors"@en ;
    dct:title "Concept scheme grouping freight corridors"@en .

 

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







########## Freight Corridors ##########

era-fc-rinf:100 a skos:Concept;
  skos:inScheme era-fc:FreightCorridors; skos:topConceptOf era-fc:FreightCorridors; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Alpine-Western Balkan RFC (RFC 10)" .

era-fc-rinf:110 a skos:Concept;
  skos:inScheme era-fc:FreightCorridors; skos:topConceptOf era-fc:FreightCorridors;  skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Amber RFC (RFC 11)" .

era-fc-rinf:40 a skos:Concept;
  skos:inScheme era-fc:FreightCorridors; skos:topConceptOf era-fc:FreightCorridors; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Atlantic RFC (RFC 4)" .

era-fc-rinf:50 a skos:Concept;
  skos:inScheme era-fc:FreightCorridors; skos:topConceptOf era-fc:FreightCorridors; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Baltic-Adriatic RFC (RFC 5)" .

era-fc-rinf:60 a skos:Concept;
  skos:inScheme era-fc:FreightCorridors; skos:topConceptOf era-fc:FreightCorridors; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Mediterranean RFC (RFC 6)" .

era-fc-rinf:80 a skos:Concept;
  skos:inScheme era-fc:FreightCorridors; skos:topConceptOf era-fc:FreightCorridors; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "North Sea-Baltic RFC (RFC 8)" .

era-fc-rinf:20 a skos:Concept;
  skos:inScheme era-fc:FreightCorridors; skos:topConceptOf era-fc:FreightCorridors; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "North Sea-Mediterranean RFC (RFC 2)" .

era-fc-rinf:70 a skos:Concept;
  skos:inScheme era-fc:FreightCorridors; skos:topConceptOf era-fc:FreightCorridors; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Orient-EastMed RFC (RFC 7)" .

era-fc-rinf:10 a skos:Concept;
  skos:inScheme era-fc:FreightCorridors; skos:topConceptOf era-fc:FreightCorridors; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Rhine-Alpine RFC (RFC 1)" .

era-fc-rinf:90 a skos:Concept;
  skos:inScheme era-fc:FreightCorridors; skos:topConceptOf era-fc:FreightCorridors; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Rhine – Danube RFC  (RFC 9)" .

era-fc-rinf:30 a skos:Concept;
  skos:inScheme era-fc:FreightCorridors; skos:topConceptOf era-fc:FreightCorridors; skos:note "Value retrieved from the RINF database";
  skos:prefLabel "Scandinavian – Mediterranean RFC (RFC 3)" .
