@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:ph655
  skos:broader puho:ph654 ;
  skos:exactMatch yso:p18994 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "lotat"@fi ;
  a skos:Concept .

puho:ph654
  skos:prefLabel "naisjärjestöt"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph655 .

yso:p18994
  skos:prefLabel "lottor"@sv, "lottas (members of lotta svärd organisation)"@en, "lotat"@fi ;
  a skos:Concept .

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

