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

sport:kolarstwo_grawitacyjne
  skos:prefLabel "kolarstwo grawitacyjne"@pl ;
  a skos:Concept ;
  skos:narrower sport:freeride_mtb .

sport:freeride_mtb
  skos:broader sport:kolarstwo_grawitacyjne ;
  a skos:Concept ;
  skos:prefLabel "freeride MTB"@pl .

