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

<http://udcdata.info/066324>
  skos:notation "781.8"^^ns0:UDCnotation ;
  skos:broader ns0:066027 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Theories and forms of the music of antiquity"@en, "Teorias e formas de música da antiguidade"@pt ;
  a skos:Concept .

ns0:066027
  skos:notation "78"^^ns0:UDCnotation ;
  skos:prefLabel "Música"@pt, "Music"@en ;
  a skos:Concept ;
  skos:narrower ns0:066324 .

udcs: a skos:ConceptScheme, owl:Ontology .
