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

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

<https://socialsporthub.com/exercises/squat> a schema:Thing ;
  schema:name "Squat" .
<https://socialsporthub.com/exercises/goblet-squat> a schema:Thing ;
  schema:name "Goblet squat" .
<https://socialsporthub.com/exercises/jump-squat> a schema:Thing ;
  schema:name "Jump squat" .
<https://socialsporthub.com/exercises/wall-sit> a schema:Thing ;
  schema:name "Wall sit" .
<https://socialsporthub.com/exercises/lunge> a schema:Thing ;
  schema:name "Lunge" .
<https://socialsporthub.com/exercises/bulgarian-split-squat> a schema:Thing ;
  schema:name "Bulgarian split squat" .
<https://socialsporthub.com/exercises/step-up> a schema:Thing ;
  schema:name "Step-up" .
<https://socialsporthub.com/exercises/deadlift> a schema:Thing ;
  schema:name "Deadlift" .
<https://socialsporthub.com/exercises/romanian-deadlift> a schema:Thing ;
  schema:name "Romanian deadlift" .
<https://socialsporthub.com/exercises/hip-hinge> a schema:Thing ;
  schema:name "Hip hinge" .
<https://socialsporthub.com/exercises/glute-bridge> a schema:Thing ;
  schema:name "Glute bridge" .
<https://socialsporthub.com/exercises/hip-thrust> a schema:Thing ;
  schema:name "Hip thrust" .
<https://socialsporthub.com/exercises/kettlebell-swing> a schema:Thing ;
  schema:name "Kettlebell swing" .
<https://socialsporthub.com/exercises/push-up> a schema:Thing ;
  schema:name "Push-up" .
<https://socialsporthub.com/exercises/pike-push-up> a schema:Thing ;
  schema:name "Pike push-up" .
<https://socialsporthub.com/exercises/bench-press> a schema:Thing ;
  schema:name "Bench press" .
<https://socialsporthub.com/exercises/overhead-press> a schema:Thing ;
  schema:name "Overhead press" .
<https://socialsporthub.com/exercises/tricep-dip> a schema:Thing ;
  schema:name "Tricep dip" .
<https://socialsporthub.com/exercises/pull-up> a schema:Thing ;
  schema:name "Pull-up" .
<https://socialsporthub.com/exercises/chin-up> a schema:Thing ;
  schema:name "Chin-up" .
<https://socialsporthub.com/exercises/inverted-row> a schema:Thing ;
  schema:name "Inverted row" .
<https://socialsporthub.com/exercises/bent-over-row> a schema:Thing ;
  schema:name "Bent-over row" .
<https://socialsporthub.com/exercises/bicep-curl> a schema:Thing ;
  schema:name "Bicep curl" .
<https://socialsporthub.com/exercises/band-pull-apart> a schema:Thing ;
  schema:name "Band pull-apart" .
<https://socialsporthub.com/exercises/farmers-carry> a schema:Thing ;
  schema:name "Farmer’s carry" .
<https://socialsporthub.com/exercises/plank> a schema:Thing ;
  schema:name "Plank" .
<https://socialsporthub.com/exercises/side-plank> a schema:Thing ;
  schema:name "Side plank" .
<https://socialsporthub.com/exercises/dead-bug> a schema:Thing ;
  schema:name "Dead bug" .
<https://socialsporthub.com/exercises/bird-dog> a schema:Thing ;
  schema:name "Bird dog" .
<https://socialsporthub.com/exercises/sit-up> a schema:Thing ;
  schema:name "Sit-up" .
<https://socialsporthub.com/exercises/russian-twist> a schema:Thing ;
  schema:name "Russian twist" .
<https://socialsporthub.com/exercises/superman> a schema:Thing ;
  schema:name "Superman" .
<https://socialsporthub.com/exercises/calf-raise> a schema:Thing ;
  schema:name "Calf raise" .
<https://socialsporthub.com/exercises/mountain-climber> a schema:Thing ;
  schema:name "Mountain climber" .
<https://socialsporthub.com/exercises/burpee> a schema:Thing ;
  schema:name "Burpee" .
<https://socialsporthub.com/exercises/jumping-jack> a schema:Thing ;
  schema:name "Jumping jack" .
<https://socialsporthub.com/exercises/high-knees> a schema:Thing ;
  schema:name "High knees" .
<https://socialsporthub.com/exercises/jump-rope> a schema:Thing ;
  schema:name "Jump rope" .