@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:taniec_rock_and_roll
  skos:definition "Konkurencja sportu tanecznego, polegająca na zaprezentowaniu w parze lub grupie profesjonalnego wykonania jednego lub kilku tańców z gatunków rock and rolla, z uwzględnieniem elementów akrobatycznych i odpowiedniego stroju."@pl ;
  skos:broader sport:sport_taneczny ;
  clarin:Kategoria sport:konkurencja_nieolimpijska ;
  a skos:Concept ;
  skos:prefLabel "taniec Rock and Roll"@pl .

sport:konkurencja_nieolimpijska skos:prefLabel "konkurencja nieolimpijska"@pl .
sport:sport_taneczny
  skos:prefLabel "sport taneczny"@pl ;
  a skos:Concept ;
  skos:narrower sport:taniec_rock_and_roll .

