{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The mailing address.",
      "rdfs:label" : "PostalAddress",
      "rdfs:subClassOf" : "schema:ContactPoint"
   },
   "properties" : {
      "schema:addressCountry" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The country. For example, USA. You can also provide the two-letter [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1).",
         "rdfs:label" : "addressCountry",
         "schema:domainIncludes" : [
            "schema:GeoShape",
            "schema:DefinedRegion",
            "schema:PostalAddress",
            "schema:GeoCoordinates"
         ],
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:Country"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
      },
      "schema:addressLocality" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The locality in which the street address is, and which is in the region. For example, Mountain View.",
         "rdfs:label" : "addressLocality",
         "schema:domainIncludes" : "schema:PostalAddress",
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:addressRegion" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level [Administrative division](https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country).",
         "rdfs:label" : "addressRegion",
         "schema:domainIncludes" : [
            "schema:PostalAddress",
            "schema:DefinedRegion"
         ],
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
      },
      "schema:postOfficeBoxNumber" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The post office box number for PO box addresses.",
         "rdfs:label" : "postOfficeBoxNumber",
         "schema:domainIncludes" : "schema:PostalAddress",
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:postalCode" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The postal code. For example, 94043.",
         "rdfs:label" : "postalCode",
         "schema:domainIncludes" : [
            "schema:DefinedRegion",
            "schema:GeoCoordinates",
            "schema:GeoShape",
            "schema:PostalAddress"
         ],
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
      },
      "schema:streetAddress" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The street address. For example, 1600 Amphitheatre Pkwy.",
         "rdfs:label" : "streetAddress",
         "schema:domainIncludes" : "schema:PostalAddress",
         "schema:rangeIncludes" : "schema:Text"
      }
   }
}