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

sport:lucznictwo
  skos:prefLabel "łucznictwo"@pl ;
  a skos:Concept ;
  skos:narrower sport:lucznictwo_3d .

sport:lucznictwo_3d
  skos:broader sport:lucznictwo ;
  a skos:Concept ;
  skos:prefLabel "łucznictwo 3D"@pl .

