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

sport:softball
  skos:prefLabel "softball"@pl ;
  a skos:Concept ;
  skos:narrower sport:softball_mezczyzn .

sport:softball_mezczyzn
  skos:broader sport:softball ;
  a skos:Concept ;
  skos:prefLabel "softball mężczyzn"@pl .

