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

sport:kolarstwo_artystyczne
  skos:broader sport:sport_rowerowy ;
  a skos:Concept ;
  skos:prefLabel "kolarstwo artystyczne"@pl .

sport:sport_rowerowy
  skos:prefLabel "sport rowerowy"@pl ;
  a skos:Concept ;
  skos:narrower sport:kolarstwo_artystyczne .

