@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/053616>
  skos:notation "655.1"^^ns0:UDCnotation ;
  skos:related ns0:062284 ;
  skos:broader ns0:053606 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Printing industry in general"@en, "Indústrias gráficas em geral"@pt ;
  a skos:Concept .

ns0:053606
  skos:notation "655"^^ns0:UDCnotation ;
  skos:prefLabel "Indústrias gráficas. Impressão. Edição. Comércio de livros"@pt, "Graphic industries. Printing. Publishing. Book trade"@en ;
  a skos:Concept ;
  skos:narrower ns0:053616 .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:062284
  skos:notation "681.6"^^ns0:UDCnotation ;
  skos:prefLabel "Máquinas e equipamento de reprodução gráfica"@pt, "Graphic reproduction machines and equipment"@en ;
  a skos:Concept ;
  skos:related ns0:053616 .

