@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/024343>
  skos:notation "358.1"^^ns0:UDCnotation ;
  skos:broader ns0:024342 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Artillery"@en, "Artilharia"@pt ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:024342
  skos:notation "358"^^ns0:UDCnotation ;
  skos:prefLabel "Artillery. Engineers. Aviation. Various technical units and their function"@en, "Artilharia. Engenharia. Aviação. Várias unidades técnicas e suas funções"@pt ;
  a skos:Concept ;
  skos:narrower ns0:024343 .

