@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:kontynentalne_turnieje_klubowe
  skos:narrower sport:kontynentalne_turnieje_klubowe_w_europie, sport:kontynentalne_turnieje_klubowe_w_ameryce_poludniowej, sport:kontynentalne_turnieje_klubowe_w_afryce ;
  skos:broader sport:zawody_jednodyscyplinowe ;
  clarin:Kategoria sport:zawody_sportowe ;
  a skos:Concept ;
  skos:prefLabel "kontynentalne turnieje klubowe"@pl .

sport:zawody_jednodyscyplinowe
  skos:prefLabel "zawody jednodyscyplinowe"@pl ;
  a skos:Concept ;
  skos:narrower sport:kontynentalne_turnieje_klubowe .

sport:kontynentalne_turnieje_klubowe_w_ameryce_poludniowej
  skos:prefLabel "kontynentalne turnieje klubowe w Ameryce Południowej"@pl ;
  a skos:Concept ;
  skos:broader sport:kontynentalne_turnieje_klubowe .

sport:kontynentalne_turnieje_klubowe_w_europie
  skos:prefLabel "kontynentalne turnieje klubowe w Europie"@pl ;
  a skos:Concept ;
  skos:broader sport:kontynentalne_turnieje_klubowe .

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

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

