{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A set of Category Code values.",
      "rdfs:label" : "CategoryCodeSet",
      "rdfs:subClassOf" : "schema:DefinedTermSet",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/894"
   },
   "properties" : {
      "schema:hasCategoryCode" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A Category code contained in this code set.",
         "rdfs:label" : "hasCategoryCode",
         "rdfs:subPropertyOf" : "schema:hasDefinedTerm",
         "schema:domainIncludes" : "schema:CategoryCodeSet",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:CategoryCode",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/894"
      }
   }
}