@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/015832>
  skos:notation "167/168"^^ns0:UDCnotation ;
  skos:note "Scientific inquiry, investigation. Scientific method"@en, "Pesquisa e investigação científica. Método científico"@pt ;
  skos:broader ns0:015627 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Metodologia lógica"@pt, "Logical methodology"@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:015832 .

udcs: a skos:ConceptScheme, owl:Ontology .
