{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A set of defined terms, for example a set of categories or a classification scheme, a glossary, dictionary or enumeration.",
      "rdfs:label" : "DefinedTermSet",
      "rdfs:subClassOf" : "schema:CreativeWork",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/894"
   },
   "properties" : {
      "schema:hasDefinedTerm" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A Defined Term contained in this term set.",
         "rdfs:label" : "hasDefinedTerm",
         "schema:domainIncludes" : [
            "schema:DefinedTermSet",
            "schema:Taxon"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:DefinedTerm",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/894"
      }
   }
}