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

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

<https://socialsporthub.com/muscles/quadriceps> a schema:Thing ;
  schema:name "Quadriceps" .
<https://socialsporthub.com/muscles/hamstrings> a schema:Thing ;
  schema:name "Hamstrings" .
<https://socialsporthub.com/muscles/glutes> a schema:Thing ;
  schema:name "Glutes" .
<https://socialsporthub.com/muscles/calves> a schema:Thing ;
  schema:name "Calves" .
<https://socialsporthub.com/muscles/hip-flexors> a schema:Thing ;
  schema:name "Hip flexors" .
<https://socialsporthub.com/muscles/abdominals> a schema:Thing ;
  schema:name "Abdominals" .
<https://socialsporthub.com/muscles/obliques> a schema:Thing ;
  schema:name "Obliques" .
<https://socialsporthub.com/muscles/lower-back> a schema:Thing ;
  schema:name "Lower back" .
<https://socialsporthub.com/muscles/chest> a schema:Thing ;
  schema:name "Chest" .
<https://socialsporthub.com/muscles/lats> a schema:Thing ;
  schema:name "Lats" .
<https://socialsporthub.com/muscles/shoulders> a schema:Thing ;
  schema:name "Shoulders" .
<https://socialsporthub.com/muscles/biceps> a schema:Thing ;
  schema:name "Biceps" .
<https://socialsporthub.com/muscles/triceps> a schema:Thing ;
  schema:name "Triceps" .
<https://socialsporthub.com/muscles/forearms> a schema:Thing ;
  schema:name "Forearms" .
<https://socialsporthub.com/muscles/trapezius> a schema:Thing ;
  schema:name "Trapezius" .