@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/066388>
  skos:notation "785.7"^^ns0:UDCnotation ;
  skos:broader ns0:066379 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Música de câmara. Música para instrumentos diversos combinados"@pt, "Chamber music. Music for several instruments concertante"@en ;
  a skos:Concept .

ns0:066379
  skos:notation "785"^^ns0:UDCnotation ;
  skos:prefLabel "Música instrumental. Música sinfónica. Grupos de instrumentos. Música para grupos"@pt, "Instrumental music. Symphonic music. Grouping of instruments. Ensemble music"@en ;
  a skos:Concept ;
  skos:narrower ns0:066388 .

udcs: a skos:ConceptScheme, owl:Ontology .
