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

sport:karate_kobiet
  skos:prefLabel "karate kobiet"@pl ;
  a skos:Concept ;
  skos:narrower sport:karate_kata_kobiet_kobiet .

sport:karate_kata_kobiet_kobiet
  skos:broader sport:karate_kobiet ;
  a skos:Concept ;
  skos:prefLabel "karate kata kobiet kobiet"@pl .

