@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/dwojki_kobiet>
  a skos:Concept ;
  sport:antonym <http://clarin-pl.eu/SporThes/trojki_kobiet> ;
  skos:prefLabel "dwójki kobiet"@pl .

<http://clarin-pl.eu/SporThes/trojki_kobiet>
  a skos:Concept ;
  sport:antonym <http://clarin-pl.eu/SporThes/dwojki_kobiet> ;
  skos:prefLabel "trójki kobiet"@pl .

