@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:closeAssociation
  rdfs:label "Skojarzenia bliskie"@pl, "Close associations"@en ;
  rdfs:subPropertyOf skos:semanticRelation .

<http://clarin-pl.eu/SporThes/value/close-association/kara-czasowa>
  a skos:Concept ;
  sport:closeAssociation <http://clarin-pl.eu/SporThes/hokej_na_lodzie_kobiet>, <http://clarin-pl.eu/SporThes/hokej_na_lodzie>, <http://clarin-pl.eu/SporThes/hokej_na_lodzie_mezczyzn>, <http://clarin-pl.eu/SporThes/biathlon> ;
  skos:inScheme sport:ValueScheme ;
  skos:prefLabel "kara czasowa"@pl .

<http://clarin-pl.eu/SporThes/hokej_na_lodzie_kobiet>
  a skos:Concept ;
  sport:closeAssociation <http://clarin-pl.eu/SporThes/value/close-association/kara-czasowa> ;
  skos:prefLabel "hokej na lodzie kobiet"@pl .

<http://clarin-pl.eu/SporThes/hokej_na_lodzie>
  a skos:Concept ;
  sport:closeAssociation <http://clarin-pl.eu/SporThes/value/close-association/kara-czasowa> ;
  skos:prefLabel "hokej na lodzie"@pl .

<http://clarin-pl.eu/SporThes/hokej_na_lodzie_mezczyzn>
  a skos:Concept ;
  sport:closeAssociation <http://clarin-pl.eu/SporThes/value/close-association/kara-czasowa> ;
  skos:prefLabel "hokej na lodzie mężczyzn"@pl .

<http://clarin-pl.eu/SporThes/biathlon>
  a skos:Concept ;
  sport:closeAssociation <http://clarin-pl.eu/SporThes/value/close-association/kara-czasowa> ;
  skos:prefLabel "biathlon"@pl .

