@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-etcsinfill: <http://data.europa.eu/949/concepts/etcs-infills/> .
@prefix era-etcsinfill-eratv: <http://data.europa.eu/949/concepts/etcs-infills/eratv/> .
@prefix era-etcsinfill-rinf: <http://data.europa.eu/949/concepts/etcs-infills/rinf/> .



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



era-etcsinfill:ETCSInfills 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 "ETCS Infills"@en ;
    skos:prefLabel "ETCS Infills"@en ;
    dct:title "Concept scheme grouping installed ETCS infills"@en .



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


########## ETCS Infill Line-Sides ##########

## values RINF #

era-etcsinfill-rinf:30 a skos:Concept;
  skos:inScheme era-etcsinfill:ETCSInfills; skos:topConceptOf era-etcsinfill:ETCSInfills;   
  skos:note "Value retrieved from the RINF database";
  skos:prefLabel "GSM-R radio infill" ;
  skos:altLabel "GSM-R" .


era-etcsinfill-rinf:20 a skos:Concept;
  skos:inScheme era-etcsinfill:ETCSInfills; skos:topConceptOf era-etcsinfill:ETCSInfills;   skos:note "Value retrieved from the RINF database";   
  skos:altLabel "loop";
  skos:prefLabel "Loop" .

era-etcsinfill-rinf:40 a skos:Concept;
  skos:inScheme era-etcsinfill:ETCSInfills; skos:topConceptOf era-etcsinfill:ETCSInfills;   skos:note "Value retrieved from the RINF database";   
  skos:altLabel "Loop & GSM-R";
  skos:prefLabel "Loop & GSM-R radio infill" .

era-etcsinfill-rinf:10 a skos:Concept;
  skos:inScheme era-etcsinfill:ETCSInfills; skos:topConceptOf era-etcsinfill:ETCSInfills;   skos:note "Value retrieved from the RINF database";   
  skos:prefLabel "None" .

# values ERATV #

era-etcsinfill-eratv:gsm-r a skos:Concept;
  skos:inScheme era-etcsinfill:ETCSInfills; skos:topConceptOf era-etcsinfill:ETCSInfills;  
  skos:exactMatch "30";
  skos:note "Value retrieved from the ERATV database";
  skos:prefLabel "GSM-R" .


era-etcsinfill-eratv:loop a skos:Concept;
  skos:inScheme era-etcsinfill:ETCSInfills; skos:topConceptOf era-etcsinfill:ETCSInfills;   skos:note "Value retrieved from the ERATV database"; 
  skos:exactMatch "20";
  skos:prefLabel "loop" .

era-etcsinfill-eratv:None a skos:Concept;
  skos:inScheme era-etcsinfill:ETCSInfills; skos:topConceptOf era-etcsinfill:ETCSInfills;   skos:note "Value retrieved from the ERATV database";
  skos:exactMatch "10";
  skos:prefLabel "None" .


