Skip to content

Commit 91c0796

Browse files
Merge branch 'schemaorg:main' into main
2 parents b15943e + 3df889e commit 91c0796

File tree

83 files changed

+1429717
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+1429717
-63
lines changed

README.md

Lines changed: 35 additions & 27 deletions
Large diffs are not rendered by default.

data/ext/pending/issue-1045-examples.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,14 @@ JSON:
5353
{
5454
"@context": "https://schema.org/",
5555
"@type": "Article",
56-
"url": "http://www.example.com/article",
57-
"url": {
56+
"url": [
57+
"http://www.example.com/article",
58+
{
5859
"@type": "LinkRole",
5960
"url": "http://www.example.com/article-amp",
6061
"linkRelationship": "amphtml"
6162
}
63+
]
6264
}
6365
</script>
6466

data/ext/pending/issue-2935.ttl

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@prefix : <https://schema.org/> .
2+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
3+
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
4+
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
5+
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
6+
7+
:pronouns a rdf:Property ;
8+
rdfs:label "pronouns" ;
9+
:domainIncludes :Person ;
10+
:isPartOf <https://pending.schema.org> ;
11+
:rangeIncludes :Text,
12+
:StructuredValue,
13+
:DefinedTerm;
14+
:source <https://github.com/schemaorg/schemaorg/issues/2935> ;
15+
rdfs:comment """A short string listing or describing pronouns for a person. Typically the person concerned is the best authority as pronouns are a critical part of personal identity and expression. Publishers and consumers of this information are reminded to treat this data responsibly, take country-specific laws related to gender expression into account, and be wary of out-of-date data and drawing unwarranted inferences about the person being described.
16+
17+
In English, formulations such as "they/them", "she/her", and "he/him" are commonly used online and can also be used here. We do not intend to enumerate all possible micro-syntaxes in all languages. More structured and well-defined external values for pronouns can be referenced using the [[StructuredValue]] or [[DefinedTerm]] values.
18+
""" .
19+

data/ext/pending/issue-3617.ttl

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
# ╔════════════════════════════════════════════════════════╗
99
# ║ Amend OfferShippingDetails ║
1010
# ╚════════════════════════════════════════════════════════╝
11-
:weight a rdf:Property ;
12-
:rdfs:label "weight" ;
13-
:domainIncludes :OfferShippingDetails ;
14-
:rangeIncludes :Mass .
1511

1612
# Some fields are specific to OfferShippingDetails and not used anymore.
1713
:shippingSettingsLink a rdf:Property ;
@@ -75,19 +71,19 @@
7571
rdfs:label "duration" ;
7672
:domainIncludes :ServicePeriod ;
7773
:rangeIncludes :QuantitativeValue ;
78-
:source <htps://github.com/schemaorg/schemaorg/issues/3617> .
74+
:source <https://github.com/schemaorg/schemaorg/issues/3617> .
7975

8076
:cutoffTime a rdf:Property ;
8177
rdfs:label "cutoffTime" ;
8278
:domainIncludes :ServicePeriod ;
8379
:rangeIncludes :Time ;
84-
:source <htps://github.com/schemaorg/schemaorg/issues/3617> .
80+
:source <https://github.com/schemaorg/schemaorg/issues/3617> .
8581

8682
:businessDays a rdf:Property ;
8783
rdfs:label "businessDays" ;
8884
:domainIncludes :ServicePeriod ;
8985
:rangeIncludes :DayOfWeek ;
90-
:source <htps://github.com/schemaorg/schemaorg/issues/3617> .
86+
:source <https://github.com/schemaorg/schemaorg/issues/3617> .
9187

9288
# ╔════════════════════════════════════════════════════════╗
9389
# ║ Adding ShippingConditions ║
@@ -103,84 +99,82 @@
10399
rdfs:label "shippingOrigin" ;
104100
:domainIncludes :ShippingConditions;
105101
:rangeIncludes :DefinedRegion ;
106-
:source <htps://github.com/schemaorg/schemaorg/issues/3617> .
102+
:source <https://github.com/schemaorg/schemaorg/issues/3617> .
107103

108104
:shippingDestination a rdf:Property ;
109105
rdfs:label "shippingDestination" ;
110106
:domainIncludes :ShippingConditions;
111107
:rangeIncludes :DefinedRegion ;
112-
:source <htps://github.com/schemaorg/schemaorg/issues/3617> .
108+
:source <https://github.com/schemaorg/schemaorg/issues/3617> .
113109

114110
:height a rdf:Property ;
115111
rdfs:label "height" ;
116112
:domainIncludes :ShippingConditions;
117113
: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> .
120115

121116
:width a rdf:Property ;
122117
rdfs:label "width" ;
123118
:domainIncludes :ShippingConditions;
124119
: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> .
127121

128122
:depth a rdf:Property ;
129123
rdfs:label "depth" ;
130124
:domainIncludes :ShippingConditions;
131125
: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> .
134127

135128
:weight a rdf:Property ;
136129
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> .
141135

142136
:numItems a rdf:Property ;
143137
rdfs:label "numItems" ;
144138
:domainIncludes :ShippingConditions ;
145139
:rangeIncludes :QuantitativeValue ;
146140
:isPartOf <https://pending.schema.org> ;
147-
:source <htps://github.com/schemaorg/schemaorg/issues/3617> ;
141+
:source <https://github.com/schemaorg/schemaorg/issues/3617> ;
148142
rdfs:comment "Limits the number of items being shipped for which these conditions apply." .
149143

150144
:orderValue a rdf:Property ;
151145
rdfs:label "orderValue" ;
152146
:domainIncludes :ShippingConditions ;
153147
:rangeIncludes :MonetaryAmount ;
154-
:source <https://github.com/schemaorg/schemaorg/issues/3617> ;
155148
:isPartOf <https://pending.schema.org> ;
149+
:source <https://github.com/schemaorg/schemaorg/issues/3617> ;
156150
rdfs:comment "Minimum and maximum order value for which these shipping conditions are valid." .
157151

158152
:doesNotShip a rdf:Property ;
159153
rdfs:label "doesNotShip" ;
160154
:domainIncludes :ShippingConditions ;
161155
:rangeIncludes :Boolean ;
162-
:source <htps://github.com/schemaorg/schemaorg/issues/3617> .
156+
:source <https://github.com/schemaorg/schemaorg/issues/3617> .
163157

164158
:transitTime a rdf:Property ;
165159
rdfs:label "transitTime" ;
166160
:domainIncludes :ShippingConditions;
167161
:rangeIncludes :ServicePeriod ;
168-
:source <htps://github.com/schemaorg/schemaorg/issues/3617> .
162+
:source <https://github.com/schemaorg/schemaorg/issues/3617> .
169163

170164
:shippingRate a rdf:Property ;
171165
rdfs:label "shippingRate" ;
172166
:domainIncludes :ShippingConditions,
173167
:OfferShippingDetails,
174168
:ShippingRateSettings ;
175169
:rangeIncludes :MonetaryAmount, :ShippingRateSettings ;
176-
:source <htps://github.com/schemaorg/schemaorg/issues/3617> .
170+
:source <https://github.com/schemaorg/schemaorg/issues/3617> .
177171

178172
:seasonalOverride a rdf:Property ;
179173
rdfs:label "seasonalOverride" ;
180174
:domainIncludes :ShippingConditions ;
181175
:rangeIncludes :OpeningHoursSpecification ;
182176
:isPartOf <https://pending.schema.org> ;
183-
:source <htps://github.com/schemaorg/schemaorg/issues/3617> ;
177+
:source <https://github.com/schemaorg/schemaorg/issues/3617> ;
184178
rdfs:comment "Limited period during which these shipping conditions apply." .
185179

186180
# ╔════════════════════════════════════════════════════════╗
@@ -246,7 +240,6 @@
246240
rdfs:label "handlingTime" ;
247241
:domainIncludes :ShippingService ;
248242
:rangeIncludes :ServicePeriod ;
249-
:isPartOf <https://pending.schema.org> ;
250243
:source <https://github.com/schemaorg/schemaorg/issues/3617> .
251244

252245
:validForMemberTier a rdf:Property ;

0 commit comments

Comments
 (0)