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

sport:enduro_mtb
  skos:broader sport:kolarstwo_gorskie ;
  a skos:Concept ;
  skos:prefLabel "enduro MTB"@pl .

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

