@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/027911>
  skos:notation "531"^^ns0:UDCnotation ;
  skos:prefLabel "Mecânica em geral. Mecânica dos corpos sólidos e rígidos"@pt, "General mechanics. Mechanics of solid and rigid bodies"@en ;
  a skos:Concept ;
  skos:narrower ns0:028054 .

ns0:028054
  skos:notation "531.7"^^ns0:UDCnotation ;
  skos:broader ns0:027911 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Medição de quantidades geométricas e mecânicas: instrumentos, métodos e unidades"@pt, "Measurement of geometric and mechanical quantities: instruments, methods and units"@en ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
