@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/076823>
  skos:notation "004.4`2/`6"^^ns0:UDCnotation ;
  skos:prefLabel "Subdivisões auxiliares especiais para software"@pt, "Special auxiliary subdivision for software"@en ;
  a skos:Concept ;
  skos:narrower ns0:013872 .

ns0:013872
  skos:notation "004.4`2"^^ns0:UDCnotation ;
  skos:broader ns0:076823 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Software development tools"@en, "Ferramentas para desenvolvimento de software"@pt ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
