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

sport:rowerowa_jazda_na_orientacje
  skos:broader sport:kolarstwo_gorskie ;
  a skos:Concept ;
  skos:prefLabel "rowerowa jazda na orientację"@pl .

sport:kolarstwo_gorskie
  skos:prefLabel "kolarstwo górskie"@pl ;
  a skos:Concept ;
  skos:narrower sport:rowerowa_jazda_na_orientacje .

