@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:dyscyplina_nieolimpijska
  skos:prefLabel "dyscyplina nieolimpijska"@pl ;
  a skos:Concept ;
  skos:narrower sport:matkot .

sport:matkot
  skos:broader sport:sport_z_rakieta_i_pilka, sport:dyscyplina_nieolimpijska ;
  clarin:Kategoria sport:dyscyplina_nieolimpijska ;
  a skos:Concept ;
  skos:prefLabel "matkot"@pl .

sport:sport_z_rakieta_i_pilka
  skos:prefLabel "sport z rakietą i piłką"@pl ;
  a skos:Concept ;
  skos:narrower sport:matkot .

