@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/transport-equipment-legal-status-code-list/7> a skos:Concept ;
    skos:inScheme unece:transport-equipment-legal-status-code-list ;
    skos:notation "7" ;
    skos:prefLabel "Shortlanded"@en .

<https://test.uncefact.org/vocabulary/transport-equipment-legal-status-code-list/8> a skos:Concept ;
    skos:inScheme unece:transport-equipment-legal-status-code-list ;
    skos:notation "8" ;
    skos:prefLabel "Overlanded"@en .

unece:transport-equipment-legal-status-code-list a skos:ConceptScheme ;
    rdfs:label "Transport Equipment Legal Status"@en ;
    dcterms:source unece:TransportEquipmentLegalStatusCodeList ;
    skos:definition "Transport Equipment Legal Status UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

