@@ -4243,6 +4243,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
42434243:address a rdf:Property ;
42444244 rdfs:label " address" ;
42454245 rdfs:comment " Physical address of the item." ;
4246+ owl:equivalentProperty gs1:address ;
42464247 :domainIncludes :GeoCoordinates,
42474248 :GeoShape,
42484249 :Organization,
@@ -5248,7 +5249,6 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
52485249:contactPoints a rdf:Property ;
52495250 rdfs:label " contactPoints" ;
52505251 rdfs:comment " A contact point for a person or organization." ;
5251- owl:equivalentProperty fibo-fnd-org-org:hasContactPoint ;
52525252 :domainIncludes :Organization,
52535253 :Person ;
52545254 :rangeIncludes :ContactPoint ;
@@ -8083,6 +8083,7 @@ Note: for historical reasons, any textual label and formal code provided as a li
80838083 rdfs:comment " The post office box number for PO box addresses." ;
80848084 :domainIncludes :PostalAddress ;
80858085 owl:equivalentProperty unece:postOfficeBox ;
8086+ owl:equivalentProperty gs1:postOfficeBoxNumber ;
80868087 :rangeIncludes :Text .
80878088
80888089:postalCode a rdf:Property ;
@@ -8094,6 +8095,7 @@ Note: for historical reasons, any textual label and formal code provided as a li
80948095 :PostalAddress ;
80958096 :rangeIncludes :Text ;
80968097 owl:equivalentProperty unece:postcodeCode ;
8098+ owl:equivalentProperty gs1:postalCode ;
80978099 owl:equivalentProperty fibo-fnd-plc-adr:hasPostalCode ;
80988100 :source <https://github.com/schemaorg/schemaorg/issues/2506> .
80998101
@@ -9263,6 +9265,7 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be
92639265:streetAddress a rdf:Property ;
92649266 rdfs:label " streetAddress" ;
92659267 rdfs:comment " The street address. For example, 1600 Amphitheatre Pkwy." ;
9268+ owl:equivalentProperty gs1:streetAddress ;
92669269 :domainIncludes :PostalAddress ;
92679270 :rangeIncludes :Text .
92689271
@@ -10190,6 +10193,8 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be
1019010193:contactPoint a rdf:Property ;
1019110194 rdfs:label " contactPoint" ;
1019210195 rdfs:comment " A contact point for a person or organization." ;
10196+ owl:equivalentProperty fibo-fnd-org-org:hasContactPoint ;
10197+ owl:equivalentProperty gs1:contactPoint ;
1019310198 :domainIncludes :Organization,
1019410199 :Person ;
1019510200 :rangeIncludes :ContactPoint .
0 commit comments