@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:klubowy_turniej_w_pilce_noznej_w_ameryce_poludniowej
  skos:prefLabel "klubowy turniej w piłce nożnej w Ameryce Południowej"@pl ;
  a skos:Concept ;
  skos:narrower sport:copa_libertadores .

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

sport:copa_libertadores
  skos:broader sport:klubowy_turniej_w_pilce_noznej_w_ameryce_poludniowej ;
  clarin:Kategoria sport:zawody_sportowe ;
  a skos:Concept ;
  skos:prefLabel "Copa Libertadores"@pl .

