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

udcs:udc-schema a owl:Ontology, skos:ConceptScheme .
udcs:014952
  skos:notation "027"^^udcs:UDCnotation ;
  skos:prefLabel "Allmänbibliotek"@sv, "General libraries"@en, "Yleiset kirjastot"@fi ;
  a skos:Concept ;
  skos:narrower udcs:014973 .

udcs:014973
  skos:note "Skolbibliotek"@sv, "Koulukirjastot"@fi, "School libraries"@en ;
  skos:broader udcs:014952 ;
  skos:hiddenLabel "koulukirjastot"@fi ;
  skos:prefLabel "Bibliotek för grundskolan och gymnasieskolan"@sv, "Perus- ja toisen asteen oppilaitosten kirjastot"@fi, "Libraries of institutions of primary and secondary education"@en ;
  skos:notation "027.8"^^udcs:UDCnotation ;
  a skos:Concept ;
  skos:inScheme udcs:udc-schema .

