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

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

<https://socialsporthub.com/recovery/sleep> a schema:Thing ;
  schema:name "Sleep" .
<https://socialsporthub.com/recovery/rest-days> a schema:Thing ;
  schema:name "Rest days" .
<https://socialsporthub.com/recovery/active-recovery> a schema:Thing ;
  schema:name "Active recovery" .
<https://socialsporthub.com/recovery/cool-down> a schema:Thing ;
  schema:name "Cool-down" .
<https://socialsporthub.com/recovery/gentle-mobility> a schema:Thing ;
  schema:name "Gentle mobility" .
<https://socialsporthub.com/recovery/gentle-stretching> a schema:Thing ;
  schema:name "Gentle stretching" .
<https://socialsporthub.com/recovery/walking> a schema:Thing ;
  schema:name "Walking" .
<https://socialsporthub.com/recovery/easy-days> a schema:Thing ;
  schema:name "Easy days" .
<https://socialsporthub.com/recovery/listening-to-your-body> a schema:Thing ;
  schema:name "Listening to your body" .
<https://socialsporthub.com/recovery/breathing-and-winding-down> a schema:Thing ;
  schema:name "Breathing & winding down" .
<https://socialsporthub.com/recovery/regular-balanced-meals> a schema:Thing ;
  schema:name "Regular, balanced meals" .
<https://socialsporthub.com/recovery/staying-hydrated> a schema:Thing ;
  schema:name "Staying hydrated" .