{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations.",
      "rdfs:label" : "SportsOrganization",
      "rdfs:subClassOf" : "schema:Organization"
   },
   "properties" : {
      "schema:sport" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A type of sport (e.g. Baseball).",
         "rdfs:label" : "sport",
         "schema:domainIncludes" : [
            "schema:SportsEvent",
            "schema:SportsOrganization"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:URL",
            "schema:Text"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1951"
      }
   }
}