{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The price for the delivery of an offer using a particular delivery method.",
      "rdfs:label" : "DeliveryChargeSpecification",
      "rdfs:subClassOf" : "schema:PriceSpecification",
      "schema:contributor" : "collab:GoodRelationsClass"
   },
   "properties" : {
      "schema:appliesToDeliveryMethod" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The delivery method(s) to which the delivery charge or payment charge specification applies.",
         "rdfs:label" : "appliesToDeliveryMethod",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:PaymentChargeSpecification",
            "schema:DeliveryChargeSpecification"
         ],
         "schema:rangeIncludes" : "schema:DeliveryMethod"
      },
      "schema:areaServed" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The geographic area where a service or offered item is provided.",
         "rdfs:label" : "areaServed",
         "schema:domainIncludes" : [
            "schema:Demand",
            "schema:DeliveryChargeSpecification",
            "schema:ContactPoint",
            "schema:Organization",
            "schema:Offer",
            "schema:Service"
         ],
         "schema:rangeIncludes" : [
            "schema:GeoShape",
            "schema:Place",
            "schema:AdministrativeArea",
            "schema:Text"
         ]
      },
      "schema:eligibleRegion" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.\\n\\nSee also [[ineligibleRegion]].\n    ",
         "rdfs:label" : "eligibleRegion",
         "rdfs:subPropertyOf" : "schema:areaServed",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:ActionAccessSpecification",
            "schema:Demand",
            "schema:DeliveryChargeSpecification",
            "schema:Offer"
         ],
         "schema:rangeIncludes" : [
            "schema:Place",
            "schema:Text",
            "schema:GeoShape"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1741"
      },
      "schema:ineligibleRegion" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.\\n\\nSee also [[eligibleRegion]].\n      ",
         "rdfs:label" : "ineligibleRegion",
         "schema:domainIncludes" : [
            "schema:MediaObject",
            "schema:DeliveryChargeSpecification",
            "schema:Offer",
            "schema:ActionAccessSpecification",
            "schema:Demand"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:GeoShape",
            "schema:Place",
            "schema:Text"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2242"
      }
   }
}