@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/013684>
  skos:notation "004.22"^^ns0:UDCnotation ;
  skos:broader ns0:013683 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Representação dos dados"@pt, "Data representation"@en ;
  a skos:Concept .

ns0:013683
  skos:notation "004.2"^^ns0:UDCnotation ;
  skos:prefLabel "Computer architecture"@en, "Arquitectura dos computadores"@pt ;
  a skos:Concept ;
  skos:narrower ns0:013684 .

udcs: a skos:ConceptScheme, owl:Ontology .
