@@ -4241,6 +4241,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
42414241:address a rdf:Property ;
42424242 rdfs:label " address" ;
42434243 rdfs:comment " Physical address of the item." ;
4244+ owl:equivalentProperty gs1:address ;
42444245 :domainIncludes :GeoCoordinates,
42454246 :GeoShape,
42464247 :Organization,
@@ -5246,7 +5247,6 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
52465247:contactPoints a rdf:Property ;
52475248 rdfs:label " contactPoints" ;
52485249 rdfs:comment " A contact point for a person or organization." ;
5249- owl:equivalentProperty fibo-fnd-org-org:hasContactPoint ;
52505250 :domainIncludes :Organization,
52515251 :Person ;
52525252 :rangeIncludes :ContactPoint ;
@@ -8080,6 +8080,7 @@ Note: for historical reasons, any textual label and formal code provided as a li
80808080 rdfs:comment " The post office box number for PO box addresses." ;
80818081 :domainIncludes :PostalAddress ;
80828082 owl:equivalentProperty unece:postOfficeBox ;
8083+ owl:equivalentProperty gs1:postOfficeBoxNumber ;
80838084 :rangeIncludes :Text .
80848085
80858086:postalCode a rdf:Property ;
@@ -8091,6 +8092,7 @@ Note: for historical reasons, any textual label and formal code provided as a li
80918092 :PostalAddress ;
80928093 :rangeIncludes :Text ;
80938094 owl:equivalentProperty unece:postcodeCode ;
8095+ owl:equivalentProperty gs1:postalCode ;
80948096 owl:equivalentProperty fibo-fnd-plc-adr:hasPostalCode ;
80958097 :source <https://github.com/schemaorg/schemaorg/issues/2506> .
80968098
@@ -9260,6 +9262,7 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be
92609262:streetAddress a rdf:Property ;
92619263 rdfs:label " streetAddress" ;
92629264 rdfs:comment " The street address. For example, 1600 Amphitheatre Pkwy." ;
9265+ owl:equivalentProperty gs1:streetAddress ;
92639266 :domainIncludes :PostalAddress ;
92649267 :rangeIncludes :Text .
92659268
@@ -10185,6 +10188,8 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be
1018510188:contactPoint a rdf:Property ;
1018610189 rdfs:label " contactPoint" ;
1018710190 rdfs:comment " A contact point for a person or organization." ;
10191+ owl:equivalentProperty fibo-fnd-org-org:hasContactPoint ;
10192+ owl:equivalentProperty gs1:contactPoint ;
1018810193 :domainIncludes :Organization,
1018910194 :Person ;
1019010195 :rangeIncludes :ContactPoint .
0 commit comments