@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/048879>
  skos:notation "628.5"^^ns0:UDCnotation ;
  skos:note "Toxic effluents. Noise. Vibration"@en, "Efluentes tóxicos. Ruído. Vibração"@pt ;
  skos:broader ns0:048544 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Medidas contra danos de origem industrial e de outros tipos"@pt, "Measures against industrial and other nuisances"@en ;
  a skos:Concept .

ns0:048544
  skos:notation "628"^^ns0:UDCnotation ;
  skos:prefLabel "Public health engineering. Water. Sanitation. Illuminating engineering"@en, "Engenharia de saúde pública, engenharia sanitária. Água. Saneamento. Engenharia da iluminação"@pt ;
  a skos:Concept ;
  skos:narrower ns0:048879 .

udcs: a skos:ConceptScheme, owl:Ontology .
