@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/pilka_nozna_mezczyzn>
  a skos:Concept ;
  sport:antonym <http://clarin-pl.eu/SporThes/pilka_nozna_11-osobowa_kobiet> ;
  skos:prefLabel "piłka nożna mężczyzn"@pl .

<http://clarin-pl.eu/SporThes/pilka_nozna_11-osobowa_kobiet>
  a skos:Concept ;
  sport:antonym <http://clarin-pl.eu/SporThes/pilka_nozna_mezczyzn> ;
  skos:prefLabel "piłka nożna 11-osobowa kobiet"@pl .

