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

puho:ph678
  skos:prefLabel "maantiede"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph979 .

puho:ph979
  skos:broader puho:ph678 ;
  skos:related puho:ph978 ;
  skos:narrower puho:ph977 ;
  skos:exactMatch yso:p2158 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "poliittinen maantiede"@fi ;
  a skos:Concept .

puho:ph977
  skos:prefLabel "geopolitiikka"@fi ;
  a skos:Concept ;
  skos:broader puho:ph979 .

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

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

puho:ph978
  skos:prefLabel "kansainvälinen politiikka"@fi ;
  a skos:Concept ;
  skos:related puho:ph979 .

