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

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

<https://socialsporthub.com/tools/running-pace-calculator> a schema:Thing ;
  schema:name "Running Pace Calculator" .
<https://socialsporthub.com/tools/race-time-predictor> a schema:Thing ;
  schema:name "Race Time Predictor" .
<https://socialsporthub.com/tools/vo2max-estimator> a schema:Thing ;
  schema:name "VO₂max Estimator (Cooper test)" .
<https://socialsporthub.com/tools/training-pace-calculator> a schema:Thing ;
  schema:name "Training Pace Calculator" .
<https://socialsporthub.com/tools/cadence-calculator> a schema:Thing ;
  schema:name "Running Cadence Calculator" .
<https://socialsporthub.com/tools/heart-rate-zones> a schema:Thing ;
  schema:name "Heart-Rate Zone Calculator" .
<https://socialsporthub.com/tools/split-calculator> a schema:Thing ;
  schema:name "Split Calculator" .
<https://socialsporthub.com/tools/marathon-predictor> a schema:Thing ;
  schema:name "Marathon Time Predictor" .
<https://socialsporthub.com/tools/bike-size-calculator> a schema:Thing ;
  schema:name "Bike Size Calculator" .
<https://socialsporthub.com/tools/bike-gearing-calculator> a schema:Thing ;
  schema:name "Bike Gearing & Speed Calculator" .
<https://socialsporthub.com/tools/cycling-power-zones> a schema:Thing ;
  schema:name "Cycling Power Zones" .
<https://socialsporthub.com/tools/ftp-estimator> a schema:Thing ;
  schema:name "FTP Estimator" .
<https://socialsporthub.com/tools/cycling-calorie-calculator> a schema:Thing ;
  schema:name "Cycling Calorie Calculator" .
<https://socialsporthub.com/tools/ride-pace-calculator> a schema:Thing ;
  schema:name "Ride Pace & Speed Calculator" .
<https://socialsporthub.com/tools/swim-pace-calculator> a schema:Thing ;
  schema:name "Swim Pace Calculator" .
<https://socialsporthub.com/tools/critical-swim-speed> a schema:Thing ;
  schema:name "Critical Swim Speed (CSS) Calculator" .
<https://socialsporthub.com/tools/pool-distance-converter> a schema:Thing ;
  schema:name "Pool Distance Converter" .
<https://socialsporthub.com/tools/swim-split-calculator> a schema:Thing ;
  schema:name "Swim Split Calculator" .
<https://socialsporthub.com/tools/tennis-grip-size> a schema:Thing ;
  schema:name "Tennis Grip Size Finder" .
<https://socialsporthub.com/tools/string-tension-guide> a schema:Thing ;
  schema:name "String Tension Guide" .
<https://socialsporthub.com/tools/racquet-balance-explainer> a schema:Thing ;
  schema:name "Racquet Balance Explainer" .
<https://socialsporthub.com/tools/match-duration-estimator> a schema:Thing ;
  schema:name "Match Duration Estimator" .
<https://socialsporthub.com/tools/serve-speed-converter> a schema:Thing ;
  schema:name "Serve Speed Converter" .
<https://socialsporthub.com/tools/shooting-percentage-calculator> a schema:Thing ;
  schema:name "Shooting Percentage Calculator" .
<https://socialsporthub.com/tools/possession-estimator> a schema:Thing ;
  schema:name "Possession Estimator" .
<https://socialsporthub.com/tools/league-points-calculator> a schema:Thing ;
  schema:name "League Points Calculator" .
<https://socialsporthub.com/tools/penalty-shootout-order> a schema:Thing ;
  schema:name "Penalty Shootout Order Generator" .
<https://socialsporthub.com/tools/volleyball-rotation-helper> a schema:Thing ;
  schema:name "Volleyball Rotation Helper" .
<https://socialsporthub.com/tools/volleyball-lineup-builder> a schema:Thing ;
  schema:name "Volleyball Lineup System Explainer" .
<https://socialsporthub.com/tools/golf-handicap-explainer> a schema:Thing ;
  schema:name "Golf Course Handicap Explainer" .
<https://socialsporthub.com/tools/round-robin-generator> a schema:Thing ;
  schema:name "Round Robin Generator" .
<https://socialsporthub.com/tools/single-elimination-bracket> a schema:Thing ;
  schema:name "Single Elimination Bracket Builder" .
<https://socialsporthub.com/tools/double-elimination-bracket> a schema:Thing ;
  schema:name "Double Elimination Bracket Builder" .
<https://socialsporthub.com/tools/swiss-tournament-pairings> a schema:Thing ;
  schema:name "Swiss Tournament Pairing Guide" .
<https://socialsporthub.com/tools/league-scheduler> a schema:Thing ;
  schema:name "League Scheduler" .
<https://socialsporthub.com/tools/training-load-calculator> a schema:Thing ;
  schema:name "Training Load Calculator" .
<https://socialsporthub.com/tools/rest-day-planner> a schema:Thing ;
  schema:name "Rest Day Planner" .
<https://socialsporthub.com/tools/hydration-sweat-rate> a schema:Thing ;
  schema:name "Sweat Rate & Hydration Calculator" .
<https://socialsporthub.com/tools/calorie-tdee-calculator> a schema:Thing ;
  schema:name "Calorie & TDEE Calculator" .
<https://socialsporthub.com/tools/protein-intake-calculator> a schema:Thing ;
  schema:name "Protein Intake Calculator" .
<https://socialsporthub.com/tools/energy-expenditure-calculator> a schema:Thing ;
  schema:name "Energy Expenditure Calculator" .
<https://socialsporthub.com/tools/recovery-time-estimator> a schema:Thing ;
  schema:name "Recovery Time Estimator" .