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

sport:sport_powietrzny
  skos:prefLabel "sport powietrzny"@pl ;
  a skos:Concept ;
  skos:narrower sport:sport_smiglowcowy .

sport:sport_smiglowcowy
  skos:broader sport:sport_powietrzny ;
  a skos:Concept ;
  skos:prefLabel "sport śmigłowcowy"@pl .

