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

sport:indoor_soccer
  skos:broader sport:pilka_nozna_halowa ;
  a skos:Concept ;
  skos:prefLabel "indoor soccer"@pl .

sport:pilka_nozna_halowa
  skos:prefLabel "piłka nożna halowa"@pl ;
  a skos:Concept ;
  skos:narrower sport:indoor_soccer .

