@prefix udcs: <http://udcdata.info/udc-schema> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <http://udcdata.info/> .

udcs: a skos:ConceptScheme, owl:Ontology .
<http://udcdata.info/019266>
  skos:notation "32"^^ns0:UDCnotation ;
  skos:prefLabel "Política"@pt, "Politics"@en ;
  a skos:Concept ;
  skos:narrower ns0:019271 .

ns0:019271
  skos:notation "321"^^ns0:UDCnotation ;
  skos:broader ns0:019266 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Forms of political organization. States as political powers"@en, "Formas de organização política. Estados como poderes políticos"@pt ;
  a skos:Concept .

