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

sport:pilka_koszykowa
  skos:prefLabel "piłka koszykowa"@pl ;
  a skos:Concept ;
  skos:narrower sport:streetball .

sport:streetball
  skos:broader sport:pilka_koszykowa ;
  a skos:Concept ;
  skos:prefLabel "streetball"@pl .

