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

sport:sprint_lekkoatletyczny owl:disjointWith sport:lekkoatletyczny_bieg_dlugodystansowy .
sport:lekkoatletyczny_bieg_dlugodystansowy
  skos:narrower sport:ultramaraton ;
  a skos:Concept ;
  skos:prefLabel "lekkoatletyczny bieg długodystansowy"@pl .

sport:ultramaraton
  skos:prefLabel "ultramaraton"@pl ;
  a skos:Concept ;
  skos:broader sport:lekkoatletyczny_bieg_dlugodystansowy .

