@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:streetbandy .

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

