@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/013683>
  skos:notation "004.2"^^ns0:UDCnotation ;
  skos:prefLabel "Computer architecture"@en, "Arquitectura dos computadores"@pt ;
  a skos:Concept ;
  skos:narrower ns0:013698 .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:013698
  skos:notation "004.23"^^ns0:UDCnotation ;
  skos:broader ns0:013683 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Instruction set architecture"@en, "Arquitectura de conjunto de instruções"@pt ;
  a skos:Concept .

