{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "OfferShippingDetails represents information about shipping destinations.\n\nMultiple of these entities can be used to represent different shipping rates for different destinations:\n\nOne entity for Alaska/Hawaii. A different one for continental US. A different one for all France.\n\nMultiple of these entities can be used to represent different shipping costs and delivery times.\n\nTwo entities that are identical but differ in rate and time:\n\nE.g. Cheaper and slower: $5 in 5-7 days\nor Fast and expensive: $15 in 1-2 days.",
"rdfs:label" : "OfferShippingDetails",
"rdfs:subClassOf" : "schema:StructuredValue",
"schema:isPartOf" : "http:pending.schema.org",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
},
"properties" : {
"schema:deliveryTime" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The total delay between the receipt of the order and the goods reaching the final customer.",
"rdfs:label" : "deliveryTime",
"schema:domainIncludes" : [
"schema:DeliveryTimeSettings",
"schema:OfferShippingDetails"
],
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:ShippingDeliveryTime",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
},
"schema:depth" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The depth of the item.",
"rdfs:label" : "depth",
"schema:contributor" : "collab:GoodRelationsTerms",
"schema:domainIncludes" : [
"schema:VisualArtwork",
"schema:OfferShippingDetails",
"schema:Product"
],
"schema:rangeIncludes" : [
"schema:QuantitativeValue",
"schema:Distance"
]
},
"schema:doesNotShip" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Indicates when shipping to a particular [[shippingDestination]] is not available.",
"rdfs:label" : "doesNotShip",
"schema:domainIncludes" : [
"schema:OfferShippingDetails",
"schema:ShippingRateSettings"
],
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:Boolean",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
},
"schema:height" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The height of the item.",
"rdfs:label" : "height",
"schema:domainIncludes" : [
"schema:VisualArtwork",
"schema:Person",
"schema:OfferShippingDetails",
"schema:Product",
"schema:MediaObject"
],
"schema:rangeIncludes" : [
"schema:QuantitativeValue",
"schema:Distance"
]
},
"schema:shippingDestination" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "indicates (possibly multiple) shipping destinations. These can be defined in several ways, e.g. postalCode ranges.",
"rdfs:label" : "shippingDestination",
"schema:domainIncludes" : [
"schema:ShippingRateSettings",
"schema:OfferShippingDetails",
"schema:DeliveryTimeSettings"
],
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:DefinedRegion",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
},
"schema:shippingLabel" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Label to match an [[OfferShippingDetails]] with a [[ShippingRateSettings]] (within the context of a [[shippingSettingsLink]] cross-reference).",
"rdfs:label" : "shippingLabel",
"schema:domainIncludes" : [
"schema:ShippingRateSettings",
"schema:OfferShippingDetails"
],
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:Text",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
},
"schema:shippingOrigin" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Indicates the origin of a shipment, i.e. where it should be coming from.",
"rdfs:label" : "shippingOrigin",
"schema:domainIncludes" : "schema:OfferShippingDetails",
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:DefinedRegion",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/3122"
},
"schema:shippingRate" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The shipping rate is the cost of shipping to the specified destination. Typically, the maxValue and currency values (of the [[MonetaryAmount]]) are most appropriate.",
"rdfs:label" : "shippingRate",
"schema:domainIncludes" : [
"schema:ShippingRateSettings",
"schema:OfferShippingDetails"
],
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:MonetaryAmount",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
},
"schema:shippingSettingsLink" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Link to a page containing [[ShippingRateSettings]] and [[DeliveryTimeSettings]] details.",
"rdfs:label" : "shippingSettingsLink",
"schema:domainIncludes" : "schema:OfferShippingDetails",
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:URL",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
},
"schema:transitTimeLabel" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Label to match an [[OfferShippingDetails]] with a [[DeliveryTimeSettings]] (within the context of a [[shippingSettingsLink]] cross-reference).",
"rdfs:label" : "transitTimeLabel",
"schema:domainIncludes" : [
"schema:DeliveryTimeSettings",
"schema:OfferShippingDetails"
],
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:Text",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
},
"schema:weight" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The weight of the product or person.",
"rdfs:label" : "weight",
"schema:contributor" : "collab:GoodRelationsTerms",
"schema:domainIncludes" : [
"schema:Person",
"schema:OfferShippingDetails",
"schema:Product"
],
"schema:rangeIncludes" : "schema:QuantitativeValue"
},
"schema:width" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The width of the item.",
"rdfs:label" : "width",
"schema:domainIncludes" : [
"schema:Product",
"schema:MediaObject",
"schema:VisualArtwork",
"schema:OfferShippingDetails"
],
"schema:rangeIncludes" : [
"schema:Distance",
"schema:QuantitativeValue"
]
}
}
}