@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/065060>
  skos:notation "72"^^ns0:UDCnotation ;
  skos:prefLabel "Architecture"@en, "Arquitectura"@pt ;
  a skos:Concept ;
  skos:narrower ns0:065093 .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:065093
  skos:notation "721"^^ns0:UDCnotation ;
  skos:note "Projecto. Desenho. Partes para usos específicos. Salas"@pt, "Programming. Design. Parts for specific uses. Rooms"@en ;
  skos:broader ns0:065060 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Edifícios em geral"@pt, "Buildings generally"@en ;
  a skos:Concept .

