@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix puho: <http://www.yso.fi/onto/puho/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p2159
  skos:prefLabel "spheres of interest"@en, "etupiirit"@fi, "intressesfärer"@sv ;
  a skos:Concept ;
  skos:related yso:p2157 .

yso:p2157
  skos:broader yso:p2158 ;
  skos:related yso:p2159 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "geopolitik"@sv, "geopolitics"@en, "geopolitiikka"@fi ;
  a skos:Concept .

puho:ph977 skos:exactMatch yso:p2157 .
yso:p2158
  skos:prefLabel "politisk geografi"@sv, "political geography"@en, "poliittinen maantiede"@fi ;
  a skos:Concept ;
  skos:narrower yso:p2157 .

puho:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

