@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:p6023
  skos:broader yso:p3315 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "tennis players"@en, "tennisspelare"@sv, "tenniksenpelaajat"@fi ;
  a skos:Concept .

yso:p3315
  skos:prefLabel "athletes"@en, "idrottare"@sv, "urheilijat"@fi ;
  a skos:Concept ;
  skos:narrower yso:p6023 .

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

