| 
8 | 8 | # ╔════════════════════════════════════════════════════════╗  | 
9 | 9 | # ║  Amend OfferShippingDetails                            ║  | 
10 | 10 | # ╚════════════════════════════════════════════════════════╝  | 
11 |  | -:weight a rdf:Property ;  | 
12 |  | -    :rdfs:label "weight" ;  | 
13 |  | -    :domainIncludes :OfferShippingDetails ;  | 
14 |  | -    :rangeIncludes :Mass .  | 
15 | 11 | 
 
  | 
16 | 12 | # Some fields are specific to OfferShippingDetails and not used anymore.  | 
17 | 13 | :shippingSettingsLink a rdf:Property ;  | 
 | 
75 | 71 |     rdfs:label "duration" ;  | 
76 | 72 |     :domainIncludes :ServicePeriod ;  | 
77 | 73 |     :rangeIncludes :QuantitativeValue ;  | 
78 |  | -    :source <htps://github.com/schemaorg/schemaorg/issues/3617> .  | 
 | 74 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> .  | 
79 | 75 | 
 
  | 
80 | 76 | :cutoffTime a rdf:Property ;  | 
81 | 77 |     rdfs:label "cutoffTime" ;  | 
82 | 78 |     :domainIncludes :ServicePeriod ;  | 
83 | 79 |     :rangeIncludes :Time ;  | 
84 |  | -    :source <htps://github.com/schemaorg/schemaorg/issues/3617> .  | 
 | 80 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> .  | 
85 | 81 | 
 
  | 
86 | 82 | :businessDays a rdf:Property ;  | 
87 | 83 |     rdfs:label "businessDays" ;  | 
88 | 84 |     :domainIncludes :ServicePeriod ;  | 
89 | 85 |     :rangeIncludes :DayOfWeek ;  | 
90 |  | -    :source <htps://github.com/schemaorg/schemaorg/issues/3617> .  | 
 | 86 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> .  | 
91 | 87 | 
 
  | 
92 | 88 | # ╔════════════════════════════════════════════════════════╗  | 
93 | 89 | # ║  Adding ShippingConditions                             ║  | 
 | 
103 | 99 |     rdfs:label "shippingOrigin" ;  | 
104 | 100 |     :domainIncludes :ShippingConditions;  | 
105 | 101 |     :rangeIncludes :DefinedRegion ;  | 
106 |  | -    :source <htps://github.com/schemaorg/schemaorg/issues/3617> .  | 
 | 102 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> .  | 
107 | 103 | 
 
  | 
108 | 104 | :shippingDestination a rdf:Property ;  | 
109 | 105 |     rdfs:label "shippingDestination" ;  | 
110 | 106 |     :domainIncludes :ShippingConditions;  | 
111 | 107 |     :rangeIncludes :DefinedRegion ;  | 
112 |  | -    :source <htps://github.com/schemaorg/schemaorg/issues/3617> .  | 
 | 108 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> .  | 
113 | 109 | 
 
  | 
114 | 110 | :height a rdf:Property ;  | 
115 | 111 |     rdfs:label "height" ;  | 
116 | 112 |     :domainIncludes :ShippingConditions;  | 
117 | 113 |     :rangeIncludes :QuantitativeValue ;  | 
118 |  | -    :isPartOf <https://pending.schema.org> ;  | 
119 |  | -    :source <htps://github.com/schemaorg/schemaorg/issues/3617> .  | 
 | 114 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> .  | 
120 | 115 | 
 
  | 
121 | 116 | :width a rdf:Property ;  | 
122 | 117 |     rdfs:label "width" ;  | 
123 | 118 |     :domainIncludes :ShippingConditions;  | 
124 | 119 |     :rangeIncludes :QuantitativeValue ;  | 
125 |  | -    :isPartOf <https://pending.schema.org> ;  | 
126 |  | -    :source <htps://github.com/schemaorg/schemaorg/issues/3617> .  | 
 | 120 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> .  | 
127 | 121 | 
 
  | 
128 | 122 | :depth a rdf:Property ;  | 
129 | 123 |     rdfs:label "depth" ;  | 
130 | 124 |     :domainIncludes :ShippingConditions;  | 
131 | 125 |     :rangeIncludes :QuantitativeValue ;  | 
132 |  | -    :isPartOf <https://pending.schema.org> ;  | 
133 |  | -    :source <htps://github.com/schemaorg/schemaorg/issues/3617> .  | 
 | 126 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> .  | 
134 | 127 | 
 
  | 
135 | 128 | :weight a rdf:Property ;  | 
136 | 129 |     rdfs:label "weight" ;  | 
137 |  | -    :domainIncludes :ShippingConditions ;  | 
138 |  | -    :rangeIncludes :QuantitativeValue ;  | 
139 |  | -    :isPartOf <https://pending.schema.org> ;  | 
140 |  | -    :source <htps://github.com/schemaorg/schemaorg/issues/3617> .  | 
 | 130 | +    :domainIncludes :ShippingConditions,  | 
 | 131 | +        :OfferShippingDetails ;  | 
 | 132 | +    :rangeIncludes :QuantitativeValue,  | 
 | 133 | +        :Mass ;  | 
 | 134 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> .  | 
141 | 135 | 
 
  | 
142 | 136 | :numItems a rdf:Property ;  | 
143 | 137 |     rdfs:label "numItems" ;  | 
144 | 138 |     :domainIncludes :ShippingConditions ;  | 
145 | 139 |     :rangeIncludes :QuantitativeValue ;  | 
146 | 140 |     :isPartOf <https://pending.schema.org> ;  | 
147 |  | -    :source <htps://github.com/schemaorg/schemaorg/issues/3617> ;  | 
 | 141 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> ;  | 
148 | 142 |     rdfs:comment "Limits the number of items being shipped for which these conditions apply." .  | 
149 | 143 | 
 
  | 
150 | 144 | :orderValue a rdf:Property ;  | 
151 | 145 |     rdfs:label "orderValue" ;  | 
152 | 146 |     :domainIncludes :ShippingConditions ;  | 
153 | 147 |     :rangeIncludes :MonetaryAmount ;  | 
154 |  | -    :source <https://github.com/schemaorg/schemaorg/issues/3617> ;  | 
155 | 148 |     :isPartOf <https://pending.schema.org> ;  | 
 | 149 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> ;  | 
156 | 150 |     rdfs:comment "Minimum and maximum order value for which these shipping conditions are valid." .  | 
157 | 151 | 
 
  | 
158 | 152 | :doesNotShip a rdf:Property ;  | 
159 | 153 |     rdfs:label "doesNotShip" ;  | 
160 | 154 |     :domainIncludes :ShippingConditions ;  | 
161 | 155 |     :rangeIncludes :Boolean ;  | 
162 |  | -    :source <htps://github.com/schemaorg/schemaorg/issues/3617> .  | 
 | 156 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> .  | 
163 | 157 | 
 
  | 
164 | 158 | :transitTime a rdf:Property ;  | 
165 | 159 |     rdfs:label "transitTime" ;  | 
166 | 160 |     :domainIncludes :ShippingConditions;  | 
167 | 161 |     :rangeIncludes :ServicePeriod ;  | 
168 |  | -    :source <htps://github.com/schemaorg/schemaorg/issues/3617> .  | 
 | 162 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> .  | 
169 | 163 | 
 
  | 
170 | 164 | :shippingRate a rdf:Property ;  | 
171 | 165 |     rdfs:label "shippingRate" ;  | 
172 | 166 |     :domainIncludes :ShippingConditions,  | 
173 | 167 |         :OfferShippingDetails,  | 
174 | 168 |         :ShippingRateSettings ;  | 
175 | 169 |     :rangeIncludes :MonetaryAmount, :ShippingRateSettings ;  | 
176 |  | -    :source <htps://github.com/schemaorg/schemaorg/issues/3617> .  | 
 | 170 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> .  | 
177 | 171 | 
 
  | 
178 | 172 | :seasonalOverride a rdf:Property ;  | 
179 | 173 |     rdfs:label "seasonalOverride" ;  | 
180 | 174 |     :domainIncludes :ShippingConditions ;  | 
181 | 175 |     :rangeIncludes :OpeningHoursSpecification ;  | 
182 | 176 |     :isPartOf <https://pending.schema.org> ;  | 
183 |  | -    :source <htps://github.com/schemaorg/schemaorg/issues/3617> ;  | 
 | 177 | +    :source <https://github.com/schemaorg/schemaorg/issues/3617> ;  | 
184 | 178 |     rdfs:comment "Limited period during which these shipping conditions apply." .  | 
185 | 179 | 
 
  | 
186 | 180 | # ╔════════════════════════════════════════════════════════╗  | 
 | 
246 | 240 |     rdfs:label "handlingTime" ;  | 
247 | 241 |     :domainIncludes :ShippingService ;  | 
248 | 242 |     :rangeIncludes :ServicePeriod ;  | 
249 |  | -    :isPartOf <https://pending.schema.org> ;  | 
250 | 243 |     :source <https://github.com/schemaorg/schemaorg/issues/3617> .  | 
251 | 244 | 
 
  | 
252 | 245 | :validForMemberTier a rdf:Property ;  | 
 | 
0 commit comments