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

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

sport:tenis_na_wozkach
  skos:broader sport:tenis_ziemny ;
  a skos:Concept ;
  skos:prefLabel "tenis na wózkach"@pl .

