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

sport:plywanie_na_25_km_kobiet
  skos:broader sport:plywanie_na_25_km ;
  a skos:Concept ;
  skos:prefLabel "pływanie na 25 km kobiet"@pl .

sport:plywanie_na_25_km
  skos:prefLabel "pływanie na 25 km"@pl ;
  a skos:Concept ;
  skos:narrower sport:plywanie_na_25_km_kobiet .

