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

sport:dyscyplina_nieolimpijska
  skos:prefLabel "dyscyplina nieolimpijska"@pl ;
  a skos:Concept ;
  skos:narrower sport:cross_duathlon .

sport:duathlon
  skos:prefLabel "duathlon"@pl ;
  a skos:Concept ;
  skos:narrower sport:cross_duathlon .

sport:cross_duathlon
  skos:broader sport:duathlon, sport:dyscyplina_nieolimpijska ;
  clarin:Kategoria sport:dyscyplina_nieolimpijska ;
  a skos:Concept ;
  skos:prefLabel "cross duathlon"@pl .

