@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:mistrzostwa_swiata_w_baseballu
  skos:prefLabel "mistrzostwa świata w baseballu"@pl ;
  a skos:Concept ;
  skos:narrower sport:world_baseball_classic .

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

sport:world_baseball_classic
  skos:broader sport:mistrzostwa_swiata_w_baseballu ;
  clarin:Kategoria sport:zawody_sportowe ;
  a skos:Concept ;
  skos:prefLabel "World Baseball Classic"@pl .

