Skip to content

Commit

Permalink
Merge pull request #83 from richclarke-ho/issue71
Browse files Browse the repository at this point in the history
Changes to contactPoint definition for Issue #71
  • Loading branch information
cyberdudeuk authored Jul 18, 2024
2 parents 3890b16 + 39653a7 commit b24ad85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/uk_cross_government_metadata_exchange_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ slots:
contactName:
slot_uri: vcard:fn
aliases: Team name
description: The organisational contact to obtain further information or provide feedback about an information resource.
description: The name of the organisational contact to obtain further information or provide feedback about an information resource.
required: true
range: string
comments: |
Expand All @@ -227,7 +227,7 @@ slots:
When a `contactName` is provided for an information resource, it should be combined with a [`email`](/ukgov-metadata-exchange-model/email).
contactPoint:
slot_uri: dcat:contactPoint
description: The e-mail address to be used to contact the organisational contact for the resource as listed in the Contact Name.
description: The organisational contact to obtain further information or provide feedback about an information resource.
required: true
range: ContactPoint
# any_of:
Expand Down

0 comments on commit b24ad85

Please sign in to comment.