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

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

sport:skitouring
  skos:broader sport:sport_na_nartach ;
  a skos:Concept ;
  skos:prefLabel "skitouring"@pl .

