@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:bieg_na_orientacje_sprint_kobiet
  skos:prefLabel "bieg na orientację sprint kobiet"@pl ;
  a skos:Concept ;
  skos:broader sport:sprint_w_biegu_na_orientacje .

sport:sprint_w_biegu_na_orientacje
  skos:narrower sport:sprint_mezczyzn_w_biegu_na_orientacje, sport:bieg_na_orientacje_sprint_mezczyzn, sport:bieg_na_orientacje_sprint_kobiet ;
  skos:definition "Konkurencja biegu na orientację, polegająca na przebiegnięciu przy użyciu mapy i kompasu wyznaczonej przez punkty kontrolne krótkiej trasy, głównie w centrach miast."@pl ;
  skos:broader sport:bieg_na_orientacje ;
  clarin:Kategoria sport:konkurencja_nieolimpijska ;
  a skos:Concept ;
  skos:prefLabel "sprint w biegu na orientację"@pl .

sport:bieg_na_orientacje
  skos:prefLabel "bieg na orientację"@pl ;
  a skos:Concept ;
  skos:narrower sport:sprint_w_biegu_na_orientacje .

sport:konkurencja_nieolimpijska skos:prefLabel "konkurencja nieolimpijska"@pl .
sport:sprint_mezczyzn_w_biegu_na_orientacje
  skos:prefLabel "sprint mężczyzn w biegu na orientację"@pl ;
  a skos:Concept ;
  skos:broader sport:sprint_w_biegu_na_orientacje .

sport:bieg_na_orientacje_sprint_mezczyzn
  skos:prefLabel "bieg na orientację sprint mężczyzn"@pl ;
  a skos:Concept ;
  skos:broader sport:sprint_w_biegu_na_orientacje .

