@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://socialsporthub.com/datasets/physical-qualities> a schema:Dataset ;
  schema:name "Physical qualities" ;
  schema:license <https://creativecommons.org/licenses/by-sa/4.0/> ;
  schema:version "1.0.0" ;
  schema:size "12"^^xsd:integer .

<https://socialsporthub.com/train/endurance> a schema:Thing ;
  schema:name "Cardiovascular endurance" .
<https://socialsporthub.com/train/strength> a schema:Thing ;
  schema:name "Muscular strength" .
<https://socialsporthub.com/train/stamina> a schema:Thing ;
  schema:name "Muscular endurance" .
<https://socialsporthub.com/train/power> a schema:Thing ;
  schema:name "Power" .
<https://socialsporthub.com/train/speed> a schema:Thing ;
  schema:name "Speed" .
<https://socialsporthub.com/train/agility> a schema:Thing ;
  schema:name "Agility" .
<https://socialsporthub.com/train/flexibility> a schema:Thing ;
  schema:name "Flexibility" .
<https://socialsporthub.com/train/balance> a schema:Thing ;
  schema:name "Balance" .
<https://socialsporthub.com/train/coordination> a schema:Thing ;
  schema:name "Coordination" .
<https://socialsporthub.com/train/core> a schema:Thing ;
  schema:name "Core stability" .
<https://socialsporthub.com/train/mobility> a schema:Thing ;
  schema:name "Mobility" .
<https://socialsporthub.com/train/reaction> a schema:Thing ;
  schema:name "Reaction time" .