@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/000017>
  skos:notation "=00"^^ns0:UDCnotation ;
  skos:broader ns0:000008 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Multilingue. Poliglota"@pt, "Multilingual. Polyglot"@en ;
  a skos:Concept .

ns0:000008
  skos:notation "=..."^^ns0:UDCnotation ;
  skos:prefLabel "Common auxiliaries of language. Table 1c"@en, "Auxiliares comuns de língua. Tabela 1c"@pt ;
  a skos:Concept ;
  skos:narrower ns0:000017 .

udcs: a skos:ConceptScheme, owl:Ontology .
