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

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

<https://socialsporthub.com/rules/offside> a schema:Thing ;
  schema:name "Offside" .
<https://socialsporthub.com/rules/deliberate-handball> a schema:Thing ;
  schema:name "Handball offence" .
<https://socialsporthub.com/rules/direct-and-indirect-free-kicks> a schema:Thing ;
  schema:name "Direct and indirect free kicks" .
<https://socialsporthub.com/rules/penalty-kick-award> a schema:Thing ;
  schema:name "Penalty kick award" .
<https://socialsporthub.com/rules/yellow-and-red-cards> a schema:Thing ;
  schema:name "Yellow and red cards" .
<https://socialsporthub.com/rules/throw-in> a schema:Thing ;
  schema:name "Throw-in" .
<https://socialsporthub.com/rules/traveling> a schema:Thing ;
  schema:name "Traveling" .
<https://socialsporthub.com/rules/double-dribble> a schema:Thing ;
  schema:name "Double dribble" .
<https://socialsporthub.com/rules/shot-clock> a schema:Thing ;
  schema:name "Shot clock" .
<https://socialsporthub.com/rules/backcourt-violation> a schema:Thing ;
  schema:name "Backcourt violation" .
<https://socialsporthub.com/rules/goaltending> a schema:Thing ;
  schema:name "Goaltending" .
<https://socialsporthub.com/rules/personal-fouls-and-free-throws> a schema:Thing ;
  schema:name "Personal fouls and free throws" .
<https://socialsporthub.com/rules/out-of-bounds> a schema:Thing ;
  schema:name "Out of bounds" .
<https://socialsporthub.com/rules/tennis-serving-rules> a schema:Thing ;
  schema:name "Tennis serving rules" .
<https://socialsporthub.com/rules/foot-fault> a schema:Thing ;
  schema:name "Foot fault" .
<https://socialsporthub.com/rules/let> a schema:Thing ;
  schema:name "Let" .
<https://socialsporthub.com/rules/two-bounce-rule> a schema:Thing ;
  schema:name "Two-bounce rule" .
<https://socialsporthub.com/rules/volleyball-rotation> a schema:Thing ;
  schema:name "Volleyball rotation" .
<https://socialsporthub.com/rules/three-hit-rule> a schema:Thing ;
  schema:name "Three-hit rule" .
<https://socialsporthub.com/rules/touching-the-net> a schema:Thing ;
  schema:name "Touching the net" .
<https://socialsporthub.com/rules/ball-handling-faults> a schema:Thing ;
  schema:name "Ball-handling faults" .
<https://socialsporthub.com/rules/badminton-serve-rules> a schema:Thing ;
  schema:name "Badminton serve rules" .
<https://socialsporthub.com/rules/lane-discipline> a schema:Thing ;
  schema:name "Lane discipline" .
<https://socialsporthub.com/rules/false-start> a schema:Thing ;
  schema:name "False start" .
<https://socialsporthub.com/rules/swimming-stroke-rules> a schema:Thing ;
  schema:name "Swimming stroke rules" .
<https://socialsporthub.com/rules/drafting-rules> a schema:Thing ;
  schema:name "Drafting rules" .