Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider contact details for 10.1.10 schema:Organization for customer #229

Open
nickevansuk opened this issue May 26, 2022 · 0 comments
Open
Labels
CR3 Issues relating to CR3

Comments

@nickevansuk
Copy link
Contributor

nickevansuk commented May 26, 2022

Consider including contactPoint in the model for an Organization when specified as a customer. Otherwise there is no means specified to capture the contact details of the Organization.

For example the following:

{
  "@type": "Organization",
  "name": "Company Limited",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Raynes Park High School, 46A West Barnes Lane",
    "addressLocality": "New Malden",
    "addressRegion": "London",
    "postalCode": "NW5 3DU",
    "addressCountry": "GB"
  },
  "contactPoint": {
    "@type": "ContactPoint",
    "name": "Ralph Jones",
    "email": "alexjones@example.com",
    "telephone": "020 811 8055"
  }
}

Open question: although the model above comes out-of-the-box with schema.org, should this instead include a Person object as the primaryContact or similar rather than a ContactPoint (which is not intended for details of a specific person)

For systems that require a Person to be associated with the Organization rather than just a contact centre number, primaryContact is likely a more accurate model. However if a contact centre contract is preferred for a B2B relationship, perhaps contactPoint would be preferred.

Implementation experience may be required here.

@nickevansuk nickevansuk added the CR3 Issues relating to CR3 label May 26, 2022
@nickevansuk nickevansuk changed the title Consider contact details for 10.1.10 schema:Organization for customer Consider contact details for 10.1.10 schema:Organization for customer May 26, 2022
@nickevansuk nickevansuk changed the title Consider contact details for 10.1.10 schema:Organization for customer Consider contact details for 10.1.10 schema:Organization for customer May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CR3 Issues relating to CR3
Projects
None yet
Development

No branches or pull requests

1 participant