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

sport:adagio_skating
  skos:broader sport:lyzwiarstwo_figurowe ;
  a skos:Concept ;
  skos:prefLabel "adagio skating"@pl .

sport:lyzwiarstwo_figurowe
  skos:prefLabel "łyżwiarstwo figurowe"@pl ;
  a skos:Concept ;
  skos:narrower sport:adagio_skating .

