@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/015629>
  skos:notation "161/162"^^ns0:UDCnotation ;
  skos:broader ns0:015627 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Fundamentos da lógica"@pt, "Fundamentals of logic"@en ;
  a skos:Concept .

ns0:015627
  skos:notation "16"^^ns0:UDCnotation ;
  skos:prefLabel "Lógica. Epistemologia. Teoria do conhecimento. Metodologia da lógica"@pt, "Logic. Epistemology. Theory of knowledge. Methodology of logic"@en ;
  a skos:Concept ;
  skos:narrower ns0:015629 .

udcs: a skos:ConceptScheme, owl:Ontology .
