@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_nieolimpijska skos:prefLabel "konkurencja nieolimpijska"@pl .
sport:pole_dance
  skos:prefLabel "pole dance"@pl ;
  a skos:Concept ;
  skos:narrower sport:fly_pole .

sport:fly_pole
  skos:altLabel "latająca rurka"@pl ;
  skos:definition "Konkurencja pole dance, polegająca na wykonywaniu akrobacji na drążku pionowym przyczepionym do sufitu i obracającym się wokół własnej osi."@pl ;
  clarin:Zespołowość "indywidualna"@pl ;
  clarin:Sezon "całoroczna"@pl ;
  clarin:Kontaktowość "sport bezkontaktowy"@pl ;
  skos:broader sport:pole_dance ;
  clarin:Kategoria sport:konkurencja_nieolimpijska ;
  a skos:Concept ;
  skos:prefLabel "fly pole"@pl .

