@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:pole_exotic
  skos:definition "Konkurencja pole dance, polegająca na sensualnym wykonywaniu figur na pionowym, statycznym drążku i obok niego, przy użyciu butów na wysokim obcasie lub koturnie."@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 "pole exotic"@pl .

sport:konkurencja_nieolimpijska skos:prefLabel "konkurencja nieolimpijska"@pl .
sport:pole_dance
  skos:prefLabel "pole dance"@pl ;
  a skos:Concept ;
  skos:narrower sport:pole_exotic .

