@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:065308
  skos:notation "77-1/-8"^^udcs:UDCnotation ;
  skos:broader udcs:065307 ;
  skos:inScheme udcs:udc-schema ;
  a skos:Concept .

udcs:065307
  skos:notation "77"^^udcs:UDCnotation ;
  skos:prefLabel "Fotografi och liknande processer"@sv, "Valokuvaus ja vastaavat menetelmät"@fi, "Photography and similar processes"@en ;
  a skos:Concept ;
  skos:narrower udcs:065308 .

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