@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/038189>
  skos:notation "614"^^ns0:UDCnotation ;
  skos:prefLabel "Saúde e higiene públicas. Prevenção de acidentes"@pt, "Public health and hygiene. Accident prevention"@en ;
  a skos:Concept ;
  skos:narrower ns0:038245 .

ns0:038245
  skos:notation "614.6"^^ns0:UDCnotation ;
  skos:broader ns0:038189 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Higiene dos cemitérios. Recolha dos mortos"@pt, "Cemetery hygiene. Disposal of the dead"@en ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
