@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:002006
  skos:notation "(1-18)"^^udcs:UDCnotation ;
  skos:broader udcs:001998 ;
  skos:inScheme udcs:udc-schema ;
  skos:prefLabel "Nord-öst"@sv, "Koillinen. Koillis-"@fi, "North-east. North-eastern"@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:002006 .

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