@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/022544>
  skos:notation "346.7"^^ns0:UDCnotation ;
  skos:example "346.7:66 Regulamento da indústria química"@pt, "346.7:66    Regulation of the chemical industry"@en ;
  skos:broader ns0:022495 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Regulação dos sectores individuais da economia"@pt, "Regulation of individual sectors of the economy"@en ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:022495
  skos:notation "346"^^ns0:UDCnotation ;
  skos:prefLabel "Economic law. Law of government control of the economy"@en, "Direito económico. Direito do contolo governamental da economia"@pt ;
  a skos:Concept ;
  skos:narrower ns0:022544 .

