{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "Indicates a range of postal codes, usually defined as the set of valid codes between [[postalCodeBegin]] and [[postalCodeEnd]], inclusively.",
"rdfs:label" : "PostalCodeRangeSpecification",
"rdfs:subClassOf" : "schema:StructuredValue",
"schema:isPartOf" : "http:pending.schema.org",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
},
"properties" : {
"schema:postalCodeBegin" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "First postal code in a range (included).",
"rdfs:label" : "postalCodeBegin",
"schema:domainIncludes" : "schema:PostalCodeRangeSpecification",
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:Text",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
},
"schema:postalCodeEnd" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Last postal code in the range (included). Needs to be after [[postalCodeBegin]].",
"rdfs:label" : "postalCodeEnd",
"schema:domainIncludes" : "schema:PostalCodeRangeSpecification",
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:Text",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
}
}
}