@prefix sport: <http://clarin-pl.eu/SporThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sport:kajakarstwo_gorskie
  skos:prefLabel "kajakarstwo górskie"@pl ;
  a skos:Concept ;
  skos:narrower sport:freestyle_kajakowy .

sport:freestyle_kajakowy
  skos:broader sport:kajakarstwo_gorskie ;
  a skos:Concept ;
  skos:prefLabel "freestyle kajakowy"@pl .

