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

sport:mono-korfball
  skos:broader sport:korfball ;
  a skos:Concept ;
  skos:prefLabel "mono-korfball"@pl .

sport:korfball
  skos:prefLabel "korfball"@pl ;
  a skos:Concept ;
  skos:narrower sport:mono-korfball .

