@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:modelarstwo_lotnicze_i_kosmiczne .

sport:modelarstwo_lotnicze_i_kosmiczne
  skos:broader sport:sport_powietrzny ;
  a skos:Concept ;
  skos:prefLabel "modelarstwo lotnicze i kosmiczne"@pl .

