{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A Category Code.",
"rdfs:label" : "CategoryCode",
"rdfs:subClassOf" : "schema:DefinedTerm",
"schema:isPartOf" : "http:pending.schema.org",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/894"
},
"properties" : {
"schema:codeValue" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A short textual code that uniquely identifies the value.",
"rdfs:label" : "codeValue",
"rdfs:subPropertyOf" : "schema:termCode",
"schema:domainIncludes" : [
"schema:CategoryCode",
"schema:MedicalCode"
],
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:Text",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/894"
},
"schema:inCodeSet" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A [[CategoryCodeSet]] that contains this category code.",
"rdfs:label" : "inCodeSet",
"rdfs:subPropertyOf" : "schema:inDefinedTermSet",
"schema:domainIncludes" : "schema:CategoryCode",
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : [
"schema:CategoryCodeSet",
"schema:URL"
],
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/894"
}
}
}