@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://data.europa.eu/949/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . ns0:atoErrorCorrectionsOnboard ns0:rinfIndex "1.1.1.3.13.4" ; dct:created "2023-03-14"^^xsd:date ; dct:modified "2024-04-18"^^xsd:date ; a owl:DatatypeProperty ; rdfs:comment "List of unacceptable errors impacting the IM network that are required to be solved in the on-board ATO according to the CCS TSI point 7.2.10.3 specification maintenance point."@en ; rdfs:isDefinedBy <http://data.europa.eu/949/> ; rdfs:label "(Deprecated) ATO error corrections required for the on-board. Use: errorCorrectionsOnboard"@en ; rdfs:range xsd:anyURI ; owl:deprecated true .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://data.europa.eu/949/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns0:atoErrorCorrectionsOnboard
    ns0:rinfIndex "1.1.1.3.13.4" ;
    dct:created "2023-03-14"^^xsd:date ;
    dct:modified "2024-04-18"^^xsd:date ;
    a owl:DatatypeProperty ;
    rdfs:comment "List of unacceptable errors impacting the IM network that are required to be solved in the on-board ATO according to the CCS TSI point 7.2.10.3 specification maintenance point."@en ;
    rdfs:isDefinedBy <http://data.europa.eu/949/> ;
    rdfs:label "(Deprecated) ATO error corrections required for the on-board. Use: errorCorrectionsOnboard"@en ;
    rdfs:range xsd:anyURI ;
    owl:deprecated true .