@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: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:002004 .

udcs:udc-schema a owl:Ontology, skos:ConceptScheme .
udcs:002004
  skos:notation "(1-16)"^^udcs:UDCnotation ;
  skos:broader udcs:001998 ;
  skos:inScheme udcs:udc-schema ;
  skos:prefLabel "Nordväst. Nordvästlig"@sv, "Luode. Luoteinen. Luoteis-"@fi, "North-west. North-western"@en ;
  a skos:Concept .

