@prefix udcs: <http://udcdata.info/udc-schema> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <http://udcdata.info/> .

udcs: a skos:ConceptScheme, owl:Ontology .
<http://udcdata.info/039211>
  skos:notation "616-08"^^ns0:UDCnotation ;
  skos:note "Cuidado do paciente. Enfermagem. Tratamento cirúrgico. Técnica operatória. Cirurgia. Anestesia cirúrgica"@pt, "Care of the patient. Nursing. Operative treatment. Operative technique. Surgery. Surgical anaesthesia"@en ;
  skos:broader ns0:077006 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Treatment"@en, "Tratamento"@pt ;
  a skos:Concept .

ns0:077006
  skos:notation "616-01/-099"^^ns0:UDCnotation ;
  skos:prefLabel "Subdivisões auxiliares especiais para aspectos gerais da patologia"@pt, "Special auxiliary subdivision for general aspects of pathology"@en ;
  a skos:Concept ;
  skos:narrower ns0:039211 .

