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

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

<https://socialsporthub.com/techniques/topspin-forehand> a schema:Thing ;
  schema:name "Topspin Forehand" .
<https://socialsporthub.com/techniques/one-handed-backhand> a schema:Thing ;
  schema:name "One-Handed Backhand" .
<https://socialsporthub.com/techniques/tennis-serve> a schema:Thing ;
  schema:name "Tennis Serve" .
<https://socialsporthub.com/techniques/tennis-volley> a schema:Thing ;
  schema:name "Volley" .
<https://socialsporthub.com/techniques/padel-bandeja> a schema:Thing ;
  schema:name "Padel Bandeja" .
<https://socialsporthub.com/techniques/badminton-clear> a schema:Thing ;
  schema:name "Badminton Clear" .
<https://socialsporthub.com/techniques/badminton-smash> a schema:Thing ;
  schema:name "Badminton Smash" .
<https://socialsporthub.com/techniques/jump-shot> a schema:Thing ;
  schema:name "Jump Shot" .
<https://socialsporthub.com/techniques/layup> a schema:Thing ;
  schema:name "Layup" .
<https://socialsporthub.com/techniques/chest-pass> a schema:Thing ;
  schema:name "Chest Pass" .
<https://socialsporthub.com/techniques/free-throw-technique> a schema:Thing ;
  schema:name "Free Throw" .
<https://socialsporthub.com/techniques/volleyball-spike> a schema:Thing ;
  schema:name "Volleyball Spike" .
<https://socialsporthub.com/techniques/volleyball-dig> a schema:Thing ;
  schema:name "Volleyball Dig" .
<https://socialsporthub.com/techniques/volleyball-set> a schema:Thing ;
  schema:name "Volleyball Set" .
<https://socialsporthub.com/techniques/football-header> a schema:Thing ;
  schema:name "Header" .
<https://socialsporthub.com/techniques/inside-foot-pass> a schema:Thing ;
  schema:name "Inside-of-the-Foot Pass" .
<https://socialsporthub.com/techniques/freestyle-stroke> a schema:Thing ;
  schema:name "Freestyle Stroke" .
<https://socialsporthub.com/techniques/breaststroke> a schema:Thing ;
  schema:name "Breaststroke" .
<https://socialsporthub.com/techniques/backstroke> a schema:Thing ;
  schema:name "Backstroke" .
<https://socialsporthub.com/techniques/flip-turn> a schema:Thing ;
  schema:name "Flip Turn" .
<https://socialsporthub.com/techniques/sprint-start> a schema:Thing ;
  schema:name "Sprint Start" .
<https://socialsporthub.com/techniques/running-form> a schema:Thing ;
  schema:name "Running Form" .
<https://socialsporthub.com/techniques/cycling-cadence> a schema:Thing ;
  schema:name "Cycling Cadence" .
<https://socialsporthub.com/techniques/standing-climb> a schema:Thing ;
  schema:name "Standing Climb" .
<https://socialsporthub.com/techniques/bodyweight-squat> a schema:Thing ;
  schema:name "Bodyweight Squat" .
<https://socialsporthub.com/techniques/push-up> a schema:Thing ;
  schema:name "Push-Up" .
<https://socialsporthub.com/techniques/plank> a schema:Thing ;
  schema:name "Plank" .
<https://socialsporthub.com/techniques/deadlift> a schema:Thing ;
  schema:name "Deadlift" .
<https://socialsporthub.com/techniques/crossover-dribble> a schema:Thing ;
  schema:name "Crossover Dribble" .
<https://socialsporthub.com/techniques/table-tennis-forehand-drive> a schema:Thing ;
  schema:name "Table Tennis Forehand Drive" .