@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:076984
  skos:notation "544.01/.07"^^udcs:UDCnotation ;
  skos:prefLabel "Speciella tillägg"@sv, "Fysikaalisen kemian erikoislisäluvut"@fi, "Special auxiliary subdivision for physical chemistry"@en ;
  a skos:Concept ;
  skos:narrower udcs:030385 .

udcs:030385
  skos:notation "544.02"^^udcs:UDCnotation ;
  skos:broader udcs:076984 ;
  skos:inScheme udcs:udc-schema ;
  skos:prefLabel "Kemisk sammansättning. Struktur. Isotoper etc."@sv, "Kemiallinen koostumus. Rakenne. Isotoopit jne."@fi, "Chemical composition. Structure. Isotopes etc."@en ;
  a skos:Concept .

