@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/attribute/rower>
  a skos:Concept ;
  skos:inScheme sport:ValueScheme ;
  skos:prefLabel "rower"@pl .

<http://clarin-pl.eu/SporThes/speedrower_kobiet> sport:hasAttribute <http://clarin-pl.eu/SporThes/value/attribute/rower> .
<http://clarin-pl.eu/SporThes/speedrower_mezczyzn> sport:hasAttribute <http://clarin-pl.eu/SporThes/value/attribute/rower> .
<http://clarin-pl.eu/SporThes/speedrower> sport:hasAttribute <http://clarin-pl.eu/SporThes/value/attribute/rower> .
<http://clarin-pl.eu/SporThes/pilka_rowerowa> sport:hasAttribute <http://clarin-pl.eu/SporThes/value/attribute/rower> .
<http://clarin-pl.eu/SporThes/bike_polo> sport:hasAttribute <http://clarin-pl.eu/SporThes/value/attribute/rower> .
<http://clarin-pl.eu/SporThes/sport_rowerowy> sport:hasAttribute <http://clarin-pl.eu/SporThes/value/attribute/rower> .
