Skip to content

Commit eb18738

Browse files
authored
Minor Documentation fixes (#4644)
* #4482 Clarifies companyRegistration Description The current description could have been missunderstood as requiring solely a registration number such as in vatID as outlined in #4482. This commit clarifies the description. * #3414 Clarified addressRegion All examples are solely US based, clarified application of addressRegion as brought up in #3414.
1 parent f8f4da7 commit eb18738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/schema.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4272,7 +4272,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
42724272

42734273
:addressRegion a rdf:Property ;
42744274
rdfs:label "addressRegion" ;
4275-
rdfs:comment "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level [Administrative division](https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country)." ;
4275+
rdfs:comment "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level [Administrative division](https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country) such as the Province in Italy or Region in Germany." ;
42764276
owl:equivalentProperty fibo-fnd-plc-adr:hasCountrySubdivision ;
42774277
:domainIncludes :DefinedRegion,
42784278
:PostalAddress ;
@@ -5218,7 +5218,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
52185218

52195219
:companyRegistration a rdf:Property ;
52205220
rdfs:label "companyRegistration" ;
5221-
rdfs:comment "The official registration number of a business including the organization that issued it such as Company House or Chamber of Commerce." ;
5221+
rdfs:comment "The official registration information of a business including the organization that issued it such as Company House or Chamber of Commerce in form of a Certification." ;
52225222
:domainIncludes :Organization ;
52235223
:rangeIncludes :Certification .
52245224

0 commit comments

Comments
 (0)