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

<https://socialsporthub.com/datasets/movement-patterns> a schema:Dataset ;
  schema:name "Movement patterns" ;
  schema:license <https://creativecommons.org/licenses/by-sa/4.0/> ;
  schema:version "1.0.0" ;
  schema:size "27"^^xsd:integer .

<https://socialsporthub.com/movement-patterns/gait> a schema:Thing ;
  schema:name "Gait" .
<https://socialsporthub.com/movement-patterns/pull> a schema:Thing ;
  schema:name "Pull" .
<https://socialsporthub.com/movement-patterns/jump> a schema:Thing ;
  schema:name "Jump" .
<https://socialsporthub.com/movement-patterns/squat> a schema:Thing ;
  schema:name "Squat" .
<https://socialsporthub.com/movement-patterns/push> a schema:Thing ;
  schema:name "Push" .
<https://socialsporthub.com/movement-patterns/lunge> a schema:Thing ;
  schema:name "Lunge" .
<https://socialsporthub.com/movement-patterns/carry> a schema:Thing ;
  schema:name "Carry" .
<https://socialsporthub.com/movement-patterns/hinge> a schema:Thing ;
  schema:name "Hinge" .
<https://socialsporthub.com/movement-patterns/rotation> a schema:Thing ;
  schema:name "Rotation" .
<https://socialsporthub.com/movement-patterns/acceleration> a schema:Thing ;
  schema:name "Acceleration" .
<https://socialsporthub.com/movement-patterns/backpedal> a schema:Thing ;
  schema:name "Backpedal" .
<https://socialsporthub.com/movement-patterns/bound> a schema:Thing ;
  schema:name "Bound" .
<https://socialsporthub.com/movement-patterns/catch> a schema:Thing ;
  schema:name "Catch" .
<https://socialsporthub.com/movement-patterns/change-of-direction> a schema:Thing ;
  schema:name "Change of Direction" .
<https://socialsporthub.com/movement-patterns/crossover-step> a schema:Thing ;
  schema:name "Crossover Step" .
<https://socialsporthub.com/movement-patterns/cut> a schema:Thing ;
  schema:name "Cut" .
<https://socialsporthub.com/movement-patterns/deceleration> a schema:Thing ;
  schema:name "Deceleration" .
<https://socialsporthub.com/movement-patterns/glide> a schema:Thing ;
  schema:name "Glide" .
<https://socialsporthub.com/movement-patterns/hop> a schema:Thing ;
  schema:name "Hop" .
<https://socialsporthub.com/movement-patterns/kick> a schema:Thing ;
  schema:name "Kick" .
<https://socialsporthub.com/movement-patterns/landing> a schema:Thing ;
  schema:name "Landing" .
<https://socialsporthub.com/movement-patterns/pivot> a schema:Thing ;
  schema:name "Pivot" .
<https://socialsporthub.com/movement-patterns/reach> a schema:Thing ;
  schema:name "Reach" .
<https://socialsporthub.com/movement-patterns/shuffle> a schema:Thing ;
  schema:name "Shuffle (Lateral Shuffle)" .
<https://socialsporthub.com/movement-patterns/slide> a schema:Thing ;
  schema:name "Slide" .
<https://socialsporthub.com/movement-patterns/strike> a schema:Thing ;
  schema:name "Strike" .
<https://socialsporthub.com/movement-patterns/throw> a schema:Thing ;
  schema:name "Throw" .