@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/ciezka_atletyka>
  a skos:Concept ;
  sport:antonym <http://clarin-pl.eu/SporThes/lekkoatletyka> ;
  skos:prefLabel "ciężka atletyka"@pl .

<http://clarin-pl.eu/SporThes/lekkoatletyka>
  a skos:Concept ;
  sport:antonym <http://clarin-pl.eu/SporThes/ciezka_atletyka> ;
  skos:prefLabel "lekkoatletyka"@pl .

