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

puho:ph59
  skos:prefLabel "lentotukikohdat"@fi ;
  a skos:Concept ;
  skos:related puho:ph58 .

puho:ph641
  skos:prefLabel "lentoasemat"@fi ;
  a skos:Concept ;
  skos:related puho:ph58 .

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

yso:p1360
  skos:prefLabel "airfields"@en, "lentokentät"@fi, "flygfält"@sv ;
  a skos:Concept .

puho:ph58
  skos:related puho:ph59, puho:ph641 ;
  skos:topConceptOf puho:conceptscheme ;
  skos:exactMatch yso:p1360 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "lentokentät"@fi ;
  a skos:Concept .

