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

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

<http://clarin-pl.eu/SporThes/value/competition/plywanie-na-igrzyskach-olimpijskich>
  a skos:Concept ;
  skos:inScheme sport:ValueScheme ;
  skos:prefLabel "pływanie na igrzyskach olimpijskich"@pl .

<http://clarin-pl.eu/SporThes/plywanie_na_basenie> sport:hasCompetition <http://clarin-pl.eu/SporThes/value/competition/plywanie-na-igrzyskach-olimpijskich> .
<http://clarin-pl.eu/SporThes/plywanie> sport:hasCompetition <http://clarin-pl.eu/SporThes/value/competition/plywanie-na-igrzyskach-olimpijskich> .
