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

sport:soft_tenis
  skos:broader sport:tenis_ziemny ;
  a skos:Concept ;
  skos:prefLabel "soft tenis"@pl .

sport:tenis_ziemny
  skos:prefLabel "tenis ziemny"@pl ;
  a skos:Concept ;
  skos:narrower sport:soft_tenis .

