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

sport:karambol_gra_dwubandowa
  skos:broader sport:karambol ;
  a skos:Concept ;
  skos:prefLabel "karambol gra dwubandowa"@pl .

sport:karambol
  skos:prefLabel "karambol"@pl ;
  a skos:Concept ;
  skos:narrower sport:karambol_gra_dwubandowa .

