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

sport:triathlon
  skos:prefLabel "triathlon"@pl ;
  a skos:Concept ;
  skos:narrower sport:sztafeta_mieszana_(triathlon) .

sport:sztafeta_mieszana_(triathlon)
  skos:broader sport:triathlon ;
  a skos:Concept ;
  skos:prefLabel "sztafeta mieszana (triathlon)"@pl .

