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

yso:yso_tanssi_1
  skos:prefLabel "tanssi (erikoisala)"@fi, "dance"@en, "dans"@sv ;
  a skos:Concept ;
  skos:related yso:p7153 .

yso:p7153
  skos:broader yso:p965 ;
  skos:prefLabel "tanssiurheilu"@fi, "dancing as a sport"@en, "danssport"@sv ;
  skos:inScheme yso:conceptscheme ;
  skos:related yso:p1278, yso:yso_tanssi_1 ;
  skos:altLabel "kilpatanssi"@fi, "tävlingsdans"@sv ;
  skos:closeMatch ysa:Y5217 ;
  a skos:Concept .

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

yso:p965
  skos:prefLabel "sport"@en, "urheilu"@fi, "idrott"@sv ;
  a skos:Concept ;
  skos:narrower yso:p7153 .

yso:p1278
  skos:prefLabel "dance"@en, "dans"@sv, "tanssi (taidelajit)"@fi ;
  a skos:Concept ;
  skos:related yso:p7153 .

