@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/052514>
  skos:notation "636.9"^^ns0:UDCnotation ;
  skos:broader ns0:052242 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Outros animais domésticos"@pt, "Other animals kept by humans"@en ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:052242
  skos:notation "636"^^ns0:UDCnotation ;
  skos:prefLabel "Criação de gado e de animais em geral. Criação de gado. Criação de animais domésticos"@pt, "Animal husbandry and breeding in general. Livestock rearing. Breeding of domestic animals"@en ;
  a skos:Concept ;
  skos:narrower ns0:052514 .

