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

sport:ValueScheme
  a skos:ConceptScheme ;
  skos:prefLabel "Wartości kontrolowane SportThes"@pl, "SportThes controlled values"@en .

sport:distantAssociation
  rdfs:label "Skojarzenia dalekie"@pl, "Distant associations"@en ;
  rdfs:subPropertyOf skos:semanticRelation .

<http://clarin-pl.eu/SporThes/value/distant-association/granice-mozliwosci-czlowieka>
  a skos:Concept ;
  sport:distantAssociation <http://clarin-pl.eu/SporThes/bieg_na_100_m_w_lekkoatletyce>, <http://clarin-pl.eu/SporThes/bieg_na_100_m_mezczyzn_w_lekkoatletyce> ;
  skos:inScheme sport:ValueScheme ;
  skos:prefLabel "granice możliwości człowieka"@pl .

<http://clarin-pl.eu/SporThes/bieg_na_100_m_w_lekkoatletyce>
  a skos:Concept ;
  sport:distantAssociation <http://clarin-pl.eu/SporThes/value/distant-association/granice-mozliwosci-czlowieka> ;
  skos:prefLabel "bieg na 100 m w lekkoatletyce"@pl .

<http://clarin-pl.eu/SporThes/bieg_na_100_m_mezczyzn_w_lekkoatletyce>
  a skos:Concept ;
  sport:distantAssociation <http://clarin-pl.eu/SporThes/value/distant-association/granice-mozliwosci-czlowieka> ;
  skos:prefLabel "bieg na 100 m mężczyzn w lekkoatletyce"@pl .

