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

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

<https://socialsporthub.com/sports/tennis> a schema:Thing ;
  schema:name "Tennis" .
<https://socialsporthub.com/sports/table-tennis> a schema:Thing ;
  schema:name "Table Tennis" .
<https://socialsporthub.com/sports/pop-tennis> a schema:Thing ;
  schema:name "POP Tennis" .
<https://socialsporthub.com/sports/padel> a schema:Thing ;
  schema:name "Padel" .
<https://socialsporthub.com/sports/badminton> a schema:Thing ;
  schema:name "Badminton" .
<https://socialsporthub.com/sports/football> a schema:Thing ;
  schema:name "Football" .
<https://socialsporthub.com/sports/basketball> a schema:Thing ;
  schema:name "Basketball" .
<https://socialsporthub.com/sports/volleyball> a schema:Thing ;
  schema:name "Volleyball" .
<https://socialsporthub.com/sports/running> a schema:Thing ;
  schema:name "Running" .
<https://socialsporthub.com/sports/cycling> a schema:Thing ;
  schema:name "Cycling" .
<https://socialsporthub.com/sports/swimming> a schema:Thing ;
  schema:name "Swimming" .
<https://socialsporthub.com/sports/fitness> a schema:Thing ;
  schema:name "Fitness" .
<https://socialsporthub.com/sports/squash> a schema:Thing ;
  schema:name "Squash" .
<https://socialsporthub.com/sports/racquetball> a schema:Thing ;
  schema:name "Racquetball" .
<https://socialsporthub.com/sports/pickleball> a schema:Thing ;
  schema:name "Pickleball" .
<https://socialsporthub.com/sports/beach-tennis> a schema:Thing ;
  schema:name "Beach Tennis" .
<https://socialsporthub.com/sports/rugby> a schema:Thing ;
  schema:name "Rugby" .
<https://socialsporthub.com/sports/cricket> a schema:Thing ;
  schema:name "Cricket" .
<https://socialsporthub.com/sports/baseball> a schema:Thing ;
  schema:name "Baseball" .
<https://socialsporthub.com/sports/softball> a schema:Thing ;
  schema:name "Softball" .
<https://socialsporthub.com/sports/futsal> a schema:Thing ;
  schema:name "Futsal" .
<https://socialsporthub.com/sports/ice-hockey> a schema:Thing ;
  schema:name "Ice Hockey" .
<https://socialsporthub.com/sports/field-hockey> a schema:Thing ;
  schema:name "Field Hockey" .
<https://socialsporthub.com/sports/handball> a schema:Thing ;
  schema:name "Handball" .
<https://socialsporthub.com/sports/netball> a schema:Thing ;
  schema:name "Netball" .
<https://socialsporthub.com/sports/water-polo> a schema:Thing ;
  schema:name "Water Polo" .
<https://socialsporthub.com/sports/american-football> a schema:Thing ;
  schema:name "American Football" .
<https://socialsporthub.com/sports/lacrosse> a schema:Thing ;
  schema:name "Lacrosse" .
<https://socialsporthub.com/sports/ultimate-frisbee> a schema:Thing ;
  schema:name "Ultimate Frisbee" .
<https://socialsporthub.com/sports/triathlon> a schema:Thing ;
  schema:name "Triathlon" .
<https://socialsporthub.com/sports/rowing> a schema:Thing ;
  schema:name "Rowing" .
<https://socialsporthub.com/sports/trail-running> a schema:Thing ;
  schema:name "Trail Running" .
<https://socialsporthub.com/sports/race-walking> a schema:Thing ;
  schema:name "Race Walking" .
<https://socialsporthub.com/sports/nordic-walking> a schema:Thing ;
  schema:name "Nordic Walking" .
<https://socialsporthub.com/sports/weightlifting> a schema:Thing ;
  schema:name "Weightlifting" .
<https://socialsporthub.com/sports/powerlifting> a schema:Thing ;
  schema:name "Powerlifting" .
<https://socialsporthub.com/sports/bodybuilding> a schema:Thing ;
  schema:name "Bodybuilding" .
<https://socialsporthub.com/sports/calisthenics> a schema:Thing ;
  schema:name "Calisthenics" .
<https://socialsporthub.com/sports/functional-fitness> a schema:Thing ;
  schema:name "Functional Fitness" .
<https://socialsporthub.com/sports/aerobics> a schema:Thing ;
  schema:name "Aerobics" .
<https://socialsporthub.com/sports/hiit> a schema:Thing ;
  schema:name "HIIT" .
<https://socialsporthub.com/sports/indoor-cycling> a schema:Thing ;
  schema:name "Indoor Cycling" .
<https://socialsporthub.com/sports/surfing> a schema:Thing ;
  schema:name "Surfing" .
<https://socialsporthub.com/sports/kayaking> a schema:Thing ;
  schema:name "Kayaking" .
<https://socialsporthub.com/sports/canoeing> a schema:Thing ;
  schema:name "Canoeing" .
<https://socialsporthub.com/sports/sailing> a schema:Thing ;
  schema:name "Sailing" .
<https://socialsporthub.com/sports/windsurfing> a schema:Thing ;
  schema:name "Windsurfing" .
<https://socialsporthub.com/sports/kitesurfing> a schema:Thing ;
  schema:name "Kitesurfing" .
<https://socialsporthub.com/sports/stand-up-paddleboarding> a schema:Thing ;
  schema:name "Stand-Up Paddleboarding" .
<https://socialsporthub.com/sports/scuba-diving> a schema:Thing ;
  schema:name "Scuba Diving" .
<https://socialsporthub.com/sports/snorkeling> a schema:Thing ;
  schema:name "Snorkeling" .
<https://socialsporthub.com/sports/wakeboarding> a schema:Thing ;
  schema:name "Wakeboarding" .
<https://socialsporthub.com/sports/bodyboarding> a schema:Thing ;
  schema:name "Bodyboarding" .
<https://socialsporthub.com/sports/open-water-swimming> a schema:Thing ;
  schema:name "Open-Water Swimming" .
<https://socialsporthub.com/sports/boxing> a schema:Thing ;
  schema:name "Boxing" .
<https://socialsporthub.com/sports/judo> a schema:Thing ;
  schema:name "Judo" .
<https://socialsporthub.com/sports/karate> a schema:Thing ;
  schema:name "Karate" .
<https://socialsporthub.com/sports/taekwondo> a schema:Thing ;
  schema:name "Taekwondo" .
<https://socialsporthub.com/sports/brazilian-jiu-jitsu> a schema:Thing ;
  schema:name "Brazilian Jiu-Jitsu" .
<https://socialsporthub.com/sports/muay-thai> a schema:Thing ;
  schema:name "Muay Thai" .
<https://socialsporthub.com/sports/wrestling> a schema:Thing ;
  schema:name "Wrestling" .
<https://socialsporthub.com/sports/kickboxing> a schema:Thing ;
  schema:name "Kickboxing" .
<https://socialsporthub.com/sports/mixed-martial-arts> a schema:Thing ;
  schema:name "Mixed Martial Arts" .
<https://socialsporthub.com/sports/fencing> a schema:Thing ;
  schema:name "Fencing" .
<https://socialsporthub.com/sports/kendo> a schema:Thing ;
  schema:name "Kendo" .
<https://socialsporthub.com/sports/aikido> a schema:Thing ;
  schema:name "Aikido" .
<https://socialsporthub.com/sports/capoeira> a schema:Thing ;
  schema:name "Capoeira" .
<https://socialsporthub.com/sports/hiking> a schema:Thing ;
  schema:name "Hiking" .
<https://socialsporthub.com/sports/rock-climbing> a schema:Thing ;
  schema:name "Rock Climbing" .
<https://socialsporthub.com/sports/bouldering> a schema:Thing ;
  schema:name "Bouldering" .
<https://socialsporthub.com/sports/mountain-biking> a schema:Thing ;
  schema:name "Mountain Biking" .
<https://socialsporthub.com/sports/orienteering> a schema:Thing ;
  schema:name "Orienteering" .
<https://socialsporthub.com/sports/golf> a schema:Thing ;
  schema:name "Golf" .
<https://socialsporthub.com/sports/disc-golf> a schema:Thing ;
  schema:name "Disc Golf" .
<https://socialsporthub.com/sports/skateboarding> a schema:Thing ;
  schema:name "Skateboarding" .
<https://socialsporthub.com/sports/archery> a schema:Thing ;
  schema:name "Archery" .
<https://socialsporthub.com/sports/horse-riding> a schema:Thing ;
  schema:name "Horse Riding" .
<https://socialsporthub.com/sports/yoga> a schema:Thing ;
  schema:name "Yoga" .
<https://socialsporthub.com/sports/pilates> a schema:Thing ;
  schema:name "Pilates" .
<https://socialsporthub.com/sports/tai-chi> a schema:Thing ;
  schema:name "Tai Chi" .
<https://socialsporthub.com/sports/qigong> a schema:Thing ;
  schema:name "Qigong" .
<https://socialsporthub.com/sports/barre> a schema:Thing ;
  schema:name "Barre" .
<https://socialsporthub.com/sports/alpine-skiing> a schema:Thing ;
  schema:name "Alpine Skiing" .
<https://socialsporthub.com/sports/cross-country-skiing> a schema:Thing ;
  schema:name "Cross-Country Skiing" .
<https://socialsporthub.com/sports/snowboarding> a schema:Thing ;
  schema:name "Snowboarding" .
<https://socialsporthub.com/sports/ice-skating> a schema:Thing ;
  schema:name "Ice Skating" .
<https://socialsporthub.com/sports/figure-skating> a schema:Thing ;
  schema:name "Figure Skating" .
<https://socialsporthub.com/sports/curling> a schema:Thing ;
  schema:name "Curling" .
<https://socialsporthub.com/sports/biathlon> a schema:Thing ;
  schema:name "Biathlon" .
<https://socialsporthub.com/sports/speed-skating> a schema:Thing ;
  schema:name "Speed Skating" .
<https://socialsporthub.com/sports/snowshoeing> a schema:Thing ;
  schema:name "Snowshoeing" .
<https://socialsporthub.com/sports/sledding> a schema:Thing ;
  schema:name "Sledding" .