@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:014356
  skos:notation "005"^^udcs:UDCnotation ;
  skos:prefLabel "Management"@en, "Johtaminen"@fi, "Administration"@sv ;
  a skos:Concept ;
  skos:narrower udcs:014357 .

udcs:udc-schema a owl:Ontology, skos:ConceptScheme .
udcs:014357
  skos:notation "005.1"^^udcs:UDCnotation ;
  skos:broader udcs:014356 ;
  skos:inScheme udcs:udc-schema ;
  skos:prefLabel "Administrationsteori"@sv, "Johtamisteoria"@fi, "Management theory"@en ;
  a skos:Concept .

