@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/047653>
  skos:notation "625.1"^^ns0:UDCnotation ;
  skos:broader ns0:047652 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Railways in general. Permanent way. Track construction"@en, "Ferrovias em geral. Via permanente. Construção da linha"@pt ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:047652
  skos:notation "625.1/.5"^^ns0:UDCnotation ;
  skos:prefLabel "Railways. Tramways. Cableways"@en, "Ferrovias. Carris. Linhas de cabos aéreos"@pt ;
  a skos:Concept ;
  skos:narrower ns0:047653 .

