@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:konkurencja_olimpijska skos:prefLabel "konkurencja olimpijska"@pl .
sport:scratch
  skos:prefLabel "scratch"@pl ;
  a skos:Concept ;
  skos:narrower sport:scratch_kobiet .

sport:scratch_kobiet
  skos:definition "Konkurencja scratcha, polegająca na ściganiu się po torze kolarskim kilkudziesięciu kobiet na specjalnych rowerach, ze startu wspólnego, na dystansie kilkudziesięciu okrążeń toru."@pl ;
  skos:broader sport:scratch ;
  clarin:Kategoria sport:konkurencja_olimpijska ;
  a skos:Concept ;
  skos:prefLabel "scratch kobiet"@pl .

