@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/029639>
  skos:notation "539.8"^^ns0:UDCnotation ;
  skos:broader ns0:029368 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Outros efeitos físico-mecânicos"@pt, "Other physico-mechanical effects"@en ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:029368
  skos:notation "539"^^ns0:UDCnotation ;
  skos:prefLabel "Physical nature of matter"@en, "Natureza física da matéria"@pt ;
  a skos:Concept ;
  skos:narrower ns0:029639 .

