@prefix dc: . @prefix rdf: . @prefix xsd: . @prefix rdfs: . @prefix skos: . @prefix dcterms: . a skos:ConceptScheme ; skos:notation "DirectionTypeEnumeration" ; dcterms:creator "Adolfo Antón Bravo (OEG - Universidad Politécnica de Madrid)"@es ; determs:date "2019-11-15"@es ; dcterms:description "Enumeration of Direction Type"@en ; dcterms:title "Limited Direction Type Enumeration"@en ; skos:definition "Enumeration of Direction Type"@en ; dc:title "Allowed values for Direction Types"@en ; skos:hasTopConcept , , , . a skos:Concept ; skos:notation "inbound" ; skos:inScheme . a skos:Concept ; skos:notation "outbound" ; skos:inScheme . a skos:Concept ; skos:notation "clockwise" ; skos:inScheme . a skos:Concept ; skos:notation "anti-clockwise" ; skos:inScheme .