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

sport:african_handball_champions_league
  skos:prefLabel "African Handball Champions League"@pl ;
  a skos:Concept ;
  skos:broader sport:kontynentalne_turnieje_klubowe_w_afryce .

sport:zawody_sportowe
  skos:prefLabel "ZAWODY SPORTOWE"@pl ;
  a skos:Concept .

sport:kontynentalne_turnieje_klubowe
  skos:prefLabel "kontynentalne turnieje klubowe"@pl ;
  a skos:Concept ;
  skos:narrower sport:kontynentalne_turnieje_klubowe_w_afryce .

sport:kontynentalne_turnieje_klubowe_w_afryce
  skos:narrower sport:african_handball_champions_league ;
  skos:broader sport:kontynentalne_turnieje_klubowe ;
  clarin:Kategoria sport:zawody_sportowe ;
  a skos:Concept ;
  skos:prefLabel "kontynentalne turnieje klubowe w Afryce"@pl .

