@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:plywanie_na_200_m_stylem_grzbietowym
  skos:prefLabel "pływanie na 200 m stylem grzbietowym"@pl ;
  a skos:Concept ;
  skos:broader sport:plywanie_stylem_grzbietowym .

sport:plywanie_stylem_grzbietowym
  skos:narrower sport:plywanie_stylem_grzbietowym_na_basenie_25_m, sport:plywanie_na_50_m_stylem_grzbietowym, sport:plywanie_na_200_m_stylem_grzbietowym, sport:plywanie_na_100_m_stylem_grzbietowym ;
  skos:definition "Dyscyplina pływania na basenie, w której rywalizacja odbywa się w zamkniętym basenie o długości 50 m lub 25 m, polegająca na pokonywaniu różnych dystansów bez użycia sprzętu pływającego, stylem grzbietowym."@pl ;
  skos:broader sport:plywanie_na_basenie ;
  clarin:Kategoria sport:dyscyplina_olimpijska ;
  a skos:Concept ;
  skos:prefLabel "pływanie stylem grzbietowym"@pl .

sport:plywanie_na_basenie
  skos:prefLabel "pływanie na basenie"@pl ;
  a skos:Concept ;
  skos:narrower sport:plywanie_stylem_grzbietowym .

sport:plywanie_stylem_grzbietowym_na_basenie_25_m
  skos:prefLabel "pływanie stylem grzbietowym na basenie 25 m"@pl ;
  a skos:Concept ;
  skos:broader sport:plywanie_stylem_grzbietowym .

sport:plywanie_na_100_m_stylem_grzbietowym
  skos:prefLabel "pływanie na 100 m stylem grzbietowym"@pl ;
  a skos:Concept ;
  skos:broader sport:plywanie_stylem_grzbietowym .

sport:dyscyplina_olimpijska
  skos:prefLabel "dyscyplina olimpijska"@pl ;
  a skos:Concept .

sport:plywanie_na_50_m_stylem_grzbietowym
  skos:prefLabel "pływanie na 50 m stylem grzbietowym"@pl ;
  a skos:Concept ;
  skos:broader sport:plywanie_stylem_grzbietowym .

