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

sport:trial_mtb
  skos:broader sport:kolarstwo_gorskie ;
  a skos:Concept ;
  skos:prefLabel "trial MTB"@pl .

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

