@prefix sport: <http://clarin-pl.eu/SporThes/core/v2#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sport:antonym
  rdfs:label "Antonimy"@pl, "Antonyms"@en ;
  rdfs:subPropertyOf skos:semanticRelation .

<http://clarin-pl.eu/SporThes/skoki_na_sciezce_gimnastycznej>
  a skos:Concept ;
  sport:antonym <http://clarin-pl.eu/SporThes/skoki_na_batucie> ;
  skos:prefLabel "skoki na ścieżce gimnastycznej"@pl .

<http://clarin-pl.eu/SporThes/skoki_na_batucie>
  a skos:Concept ;
  sport:antonym <http://clarin-pl.eu/SporThes/skoki_na_sciezce_gimnastycznej> ;
  skos:prefLabel "skoki na batucie"@pl .

