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

sport:sport_motocyklowy
  skos:prefLabel "sport motocyklowy"@pl ;
  a skos:Concept ;
  skos:narrower sport:rajd_motocyklowy .

sport:rajd_motocyklowy
  skos:broader sport:sport_motocyklowy ;
  a skos:Concept ;
  skos:prefLabel "rajd motocyklowy"@pl .

