@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/046408>
  skos:notation "623.1/.7"^^ns0:UDCnotation ;
  skos:prefLabel "Land-based military engineering. Artillery"@en, "Engenharia militar sediada em terra. Artilharia"@pt ;
  a skos:Concept ;
  skos:narrower ns0:046885 .

ns0:046885
  skos:notation "623.6"^^ns0:UDCnotation ;
  skos:note "Detonação de explosivos"@pt, "Bomb disposal"@en ;
  skos:broader ns0:046408 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Field engineering equipment and operations. Lines of communication. Radar countermeasures. Military topography"@en, "Equipamento e operações de engenharia de campo. Linhas de comunicação. Contramedidas de radar. Topografia militar"@pt ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
