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

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

<https://socialsporthub.com/equipment/tennis-racquet> a schema:Thing ;
  schema:name "Tennis racquet" .
<https://socialsporthub.com/equipment/badminton-racket> a schema:Thing ;
  schema:name "Badminton racket" .
<https://socialsporthub.com/equipment/padel-racket> a schema:Thing ;
  schema:name "Padel racket" .
<https://socialsporthub.com/equipment/table-tennis-bat> a schema:Thing ;
  schema:name "Table tennis bat" .
<https://socialsporthub.com/equipment/pickleball-paddle> a schema:Thing ;
  schema:name "Pickleball paddle" .
<https://socialsporthub.com/equipment/squash-racquet> a schema:Thing ;
  schema:name "Squash racquet" .
<https://socialsporthub.com/equipment/cricket-bat> a schema:Thing ;
  schema:name "Cricket bat" .
<https://socialsporthub.com/equipment/baseball-bat> a schema:Thing ;
  schema:name "Baseball bat" .
<https://socialsporthub.com/equipment/golf-club> a schema:Thing ;
  schema:name "Golf club" .
<https://socialsporthub.com/equipment/hockey-stick> a schema:Thing ;
  schema:name "Hockey stick" .
<https://socialsporthub.com/equipment/tennis-ball> a schema:Thing ;
  schema:name "Tennis ball" .
<https://socialsporthub.com/equipment/soccer-ball> a schema:Thing ;
  schema:name "Football (soccer ball)" .
<https://socialsporthub.com/equipment/basketball> a schema:Thing ;
  schema:name "Basketball" .
<https://socialsporthub.com/equipment/volleyball> a schema:Thing ;
  schema:name "Volleyball" .
<https://socialsporthub.com/equipment/shuttlecock> a schema:Thing ;
  schema:name "Shuttlecock" .
<https://socialsporthub.com/equipment/running-shoes> a schema:Thing ;
  schema:name "Running shoes" .
<https://socialsporthub.com/equipment/football-boots> a schema:Thing ;
  schema:name "Football boots (cleats)" .
<https://socialsporthub.com/equipment/climbing-shoes> a schema:Thing ;
  schema:name "Climbing shoes" .
<https://socialsporthub.com/equipment/cycling-shoes> a schema:Thing ;
  schema:name "Cycling shoes" .
<https://socialsporthub.com/equipment/bike-helmet> a schema:Thing ;
  schema:name "Bike helmet" .
<https://socialsporthub.com/equipment/shin-guards> a schema:Thing ;
  schema:name "Shin guards" .
<https://socialsporthub.com/equipment/mouthguard> a schema:Thing ;
  schema:name "Mouthguard" .
<https://socialsporthub.com/equipment/boxing-gloves> a schema:Thing ;
  schema:name "Boxing gloves" .
<https://socialsporthub.com/equipment/gi> a schema:Thing ;
  schema:name "Gi (martial arts uniform)" .
<https://socialsporthub.com/equipment/swim-goggles> a schema:Thing ;
  schema:name "Swimming goggles" .
<https://socialsporthub.com/equipment/wetsuit> a schema:Thing ;
  schema:name "Wetsuit" .
<https://socialsporthub.com/equipment/swim-fins> a schema:Thing ;
  schema:name "Swim fins" .
<https://socialsporthub.com/equipment/road-bike> a schema:Thing ;
  schema:name "Road bike" .
<https://socialsporthub.com/equipment/mountain-bike> a schema:Thing ;
  schema:name "Mountain bike" .
<https://socialsporthub.com/equipment/dumbbell> a schema:Thing ;
  schema:name "Dumbbell" .
<https://socialsporthub.com/equipment/barbell> a schema:Thing ;
  schema:name "Barbell" .
<https://socialsporthub.com/equipment/kettlebell> a schema:Thing ;
  schema:name "Kettlebell" .
<https://socialsporthub.com/equipment/resistance-band> a schema:Thing ;
  schema:name "Resistance band" .
<https://socialsporthub.com/equipment/yoga-mat> a schema:Thing ;
  schema:name "Yoga mat" .
<https://socialsporthub.com/equipment/water-bottle> a schema:Thing ;
  schema:name "Water bottle" .
<https://socialsporthub.com/equipment/sports-bag> a schema:Thing ;
  schema:name "Sports bag" .