@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/021119>
  skos:notation "338.1"^^ns0:UDCnotation ;
  skos:scopeNote "Class here information of a descriptive nature only. For theoretical aspects see 330.3"@en ;
  skos:note "Classificar aqui apenas informação de natureza descritiva. Para aspectos teóricos, usar 330.3"@pt ;
  skos:broader ns0:021118 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Situação económica. Ciclo económico. Desenvolvimento da estrutura económica. Crescimento"@pt, "Economic situation. Trade cycle. Development of economic structure. Growth"@en ;
  a skos:Concept .

ns0:021118
  skos:notation "338"^^ns0:UDCnotation ;
  skos:prefLabel "Situação económica. Política económica. Gestão da economia. Planeamento económico. Produção. Serviços. Preços"@pt, "Economic situation. Economic policy. Management of the economy. Economic planning. Production. Services. Prices"@en ;
  a skos:Concept ;
  skos:narrower ns0:021119 .

udcs: a skos:ConceptScheme, owl:Ontology .
