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

sport:sport_z_zaglem
  skos:narrower sport:zeglarstwo, sport:zeglarstwo_ladowe ;
  skos:broader sport:sport_(klasyfikacja_rzeczowa) ;
  a skos:Concept ;
  skos:prefLabel "sport z żaglem"@pl .

sport:sport_(klasyfikacja_rzeczowa)
  skos:prefLabel "SPORT (klasyfikacja rzeczowa)"@pl ;
  a skos:Concept ;
  skos:narrower sport:sport_z_zaglem .

sport:zeglarstwo
  skos:prefLabel "żeglarstwo"@pl ;
  a skos:Concept ;
  skos:broader sport:sport_z_zaglem .

sport:zeglarstwo_ladowe
  skos:prefLabel "żeglarstwo lądowe"@pl ;
  a skos:Concept ;
  skos:broader sport:sport_z_zaglem .

