@prefix udcs: <http://udcdata.info/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

udcs:002002
  skos:notation "(1-14)"^^udcs:UDCnotation ;
  skos:broader udcs:001998 ;
  skos:inScheme udcs:udc-schema ;
  skos:prefLabel "Syd-väst"@sv, "Lounas. Lounainen. Lounais-"@fi, "South-west. South-western"@en ;
  a skos:Concept .

udcs:001998
  skos:notation "(1-1)"^^udcs:UDCnotation ;
  skos:prefLabel "Orientering. Väderstreck. Relativa ortsbestämningar"@sv, "Suuntaaminen. Ilmansuunnat. Suhteellinen paikannus"@fi, "Orientation. Points of the compass. Relative position"@en ;
  a skos:Concept ;
  skos:narrower udcs:002002 .

udcs:udc-schema a owl:Ontology, skos:ConceptScheme .
