@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/sprint_indywidualny>
  a skos:Concept ;
  sport:antonym <http://clarin-pl.eu/SporThes/wyscig_tempowy_w_kolarstwie_torowym>, <http://clarin-pl.eu/SporThes/sprint_druzynowy_w_kolarstwie_torowym> ;
  skos:prefLabel "sprint indywidualny"@pl .

<http://clarin-pl.eu/SporThes/wyscig_tempowy_w_kolarstwie_torowym>
  a skos:Concept ;
  sport:antonym <http://clarin-pl.eu/SporThes/sprint_indywidualny> ;
  skos:prefLabel "wyścig tempowy w kolarstwie torowym"@pl .

<http://clarin-pl.eu/SporThes/sprint_druzynowy_w_kolarstwie_torowym>
  a skos:Concept ;
  sport:antonym <http://clarin-pl.eu/SporThes/sprint_indywidualny> ;
  skos:prefLabel "sprint drużynowy w kolarstwie torowym"@pl .

