@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:polmaraton_gorski
  skos:prefLabel "półmaraton górski"@pl ;
  a skos:Concept ;
  skos:broader sport:polmaraton .

sport:konkurencja_nieolimpijska skos:prefLabel "konkurencja nieolimpijska"@pl .
sport:polmaraton_uliczny
  skos:prefLabel "półmaraton uliczny"@pl ;
  a skos:Concept ;
  skos:broader sport:polmaraton .

sport:polmaraton
  skos:narrower sport:polmaraton_uliczny, sport:polmaraton_gorski ;
  skos:definition "Konkurencja biegu długodystansowego w lekkiej atletyce, polegająca na przebiegnięciu połowy dystansu klasycznego maratonu czyli 21,0975 km"@pl ;
  skos:broader sport:lekkoatletyka, sport:bieg_dlugodystansowy_w_lekkoatletyce ;
  clarin:Kategoria sport:konkurencja_nieolimpijska ;
  a skos:Concept ;
  skos:prefLabel "półmaraton"@pl .

sport:lekkoatletyka
  skos:prefLabel "lekkoatletyka"@pl ;
  a skos:Concept ;
  skos:narrower sport:polmaraton .

sport:bieg_dlugodystansowy_w_lekkoatletyce
  skos:prefLabel "bieg długodystansowy w lekkoatletyce"@pl ;
  a skos:Concept ;
  skos:narrower sport:polmaraton .

