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

sport:sport_podwodny
  skos:prefLabel "sport podwodny"@pl ;
  a skos:Concept ;
  skos:narrower sport:freediving .

sport:freediving
  skos:broader sport:sport_podwodny ;
  a skos:Concept ;
  skos:prefLabel "freediving"@pl .

