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

<https://socialsporthub.com/datasets/sports-science> a schema:Dataset ;
  schema:name "Sports science concepts" ;
  schema:license <https://creativecommons.org/licenses/by-sa/4.0/> ;
  schema:version "1.0.0" ;
  schema:size "21"^^xsd:integer .

<https://socialsporthub.com/sports-science/biomechanics> a schema:Thing ;
  schema:name "Biomechanics" .
<https://socialsporthub.com/sports-science/the-kinetic-chain> a schema:Thing ;
  schema:name "The kinetic chain" .
<https://socialsporthub.com/sports-science/movement-efficiency> a schema:Thing ;
  schema:name "Movement efficiency" .
<https://socialsporthub.com/sports-science/force-and-power> a schema:Thing ;
  schema:name "Force and power" .
<https://socialsporthub.com/sports-science/range-of-motion> a schema:Thing ;
  schema:name "Range of motion" .
<https://socialsporthub.com/sports-science/proprioception> a schema:Thing ;
  schema:name "Proprioception" .
<https://socialsporthub.com/sports-science/motor-learning> a schema:Thing ;
  schema:name "Motor learning" .
<https://socialsporthub.com/sports-science/motor-control> a schema:Thing ;
  schema:name "Motor control" .
<https://socialsporthub.com/sports-science/reaction-time> a schema:Thing ;
  schema:name "Reaction time" .
<https://socialsporthub.com/sports-science/the-learning-curve> a schema:Thing ;
  schema:name "The learning curve" .
<https://socialsporthub.com/sports-science/energy-systems> a schema:Thing ;
  schema:name "Energy systems" .
<https://socialsporthub.com/sports-science/aerobic-and-anaerobic-energy> a schema:Thing ;
  schema:name "Aerobic and anaerobic energy" .
<https://socialsporthub.com/sports-science/training-adaptation> a schema:Thing ;
  schema:name "Training adaptation" .
<https://socialsporthub.com/sports-science/supercompensation> a schema:Thing ;
  schema:name "Supercompensation" .
<https://socialsporthub.com/sports-science/recovery-and-adaptation> a schema:Thing ;
  schema:name "Recovery and adaptation" .
<https://socialsporthub.com/sports-science/managing-fatigue-and-load> a schema:Thing ;
  schema:name "Managing fatigue and load" .
<https://socialsporthub.com/sports-science/the-overload-principle> a schema:Thing ;
  schema:name "The overload principle" .
<https://socialsporthub.com/sports-science/specificity> a schema:Thing ;
  schema:name "Specificity" .
<https://socialsporthub.com/sports-science/training-variation> a schema:Thing ;
  schema:name "Training variation" .
<https://socialsporthub.com/sports-science/reversibility> a schema:Thing ;
  schema:name "Reversibility" .
<https://socialsporthub.com/sports-science/individual-differences> a schema:Thing ;
  schema:name "Individual differences" .