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

sport:unihokej
  skos:prefLabel "unihokej"@pl ;
  a skos:Concept ;
  skos:narrower sport:freebandy .

sport:freebandy
  skos:broader sport:unihokej ;
  a skos:Concept ;
  skos:prefLabel "freebandy"@pl .

