@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:002005
  skos:notation "(1-17)"^^udcs:UDCnotation ;
  skos:broader udcs:001998 ;
  skos:inScheme udcs:udc-schema ;
  skos:prefLabel "Norr. Nordlig"@sv, "Pohjoinen. Pohjois-"@fi, "North. Northern"@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:002005 .

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