@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/016222>
  skos:notation "2-3"^^ns0:UDCnotation ;
  skos:prefLabel "Pessoas na religião"@pt, "Persons in religion"@en ;
  a skos:Concept ;
  skos:narrower ns0:016249 .

ns0:016249
  skos:notation "2-38"^^ns0:UDCnotation ;
  skos:note "Xamãs. Curandeiros. Feiticeiros"@pt, "Shamans. Witch doctors. Medicine men. Sorcerers"@en ;
  skos:broader ns0:016222 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Charismatics. Persons with supernatural powers"@en, "Carismáticos. Pessoas com poderes sobrenaturais"@pt ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
