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

sport:narciarstwo_szybkie
  skos:broader sport:sport_na_nartach ;
  a skos:Concept ;
  skos:prefLabel "narciarstwo szybkie"@pl .

sport:sport_na_nartach
  skos:prefLabel "sport na nartach"@pl ;
  a skos:Concept ;
  skos:narrower sport:narciarstwo_szybkie .

