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

sport:half-pipe
  skos:broader sport:narciarstwo_dowolne ;
  a skos:Concept ;
  skos:prefLabel "half-pipe"@pl .

sport:narciarstwo_dowolne
  skos:prefLabel "narciarstwo dowolne"@pl ;
  a skos:Concept ;
  skos:narrower sport:half-pipe .

