Class: ContactPoint
A contact point for a person or organization
URI: schema:ContactPoint
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1 String |
An identifier chosen from the range given to your work package by WP1 | direct |
metadataPublisherId | 1 PersonOrOrganization |
The MBO Persistent IDentifier (mPID) of the person who entered this row of da... | direct |
metadataDescribedForActionId | 1 Action |
The Action which resulted in this metadata record being described | direct |
contactType | 1 String |
The intended purpose of this ContactPoint, e | direct |
name | 1 String |
A name/title | direct |
0..1 String |
The email address on which this contact can be reached | direct | |
telephone | 0..1 String |
The phone number on which this contact can be reached | direct |
availableLanguages | * String |
The languages in which it is possible to communicate with this contact | direct |
description | 0..1 String |
A description for this entity | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Person | contactPointMboIds | range | ContactPoint |
Organization | contactPointMboIds | range | ContactPoint |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/marco-bolo/csv-input-classes
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:ContactPoint |
native | mbo:ContactPoint |
LinkML Source
Direct
name: ContactPoint
description: A contact point for a person or organization
from_schema: https://w3id.org/marco-bolo/csv-input-classes
slots:
- id
- metadataPublisherId
- metadataDescribedForActionId
- contactType
- name
- email
- telephone
- availableLanguages
- description
class_uri: schema:ContactPoint
Induced
name: ContactPoint
description: A contact point for a person or organization
from_schema: https://w3id.org/marco-bolo/csv-input-classes
attributes:
id:
name: id
description: "An identifier chosen from the range given to your work package by\
\ WP1. \nNote that when inputting into CSV files this should not be the full\
\ URI, \nbut just the last part, e.g. `mbo_0000001`.\n"
title: MBO Permanent Identifier
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
identifier: true
alias: id
owner: ContactPoint
domain_of:
- Action
- HowTo
- HowToStep
- HowToTip
- Dataset
- PersonOrOrganization
- ContactPoint
- License
- PropertyValue
- DataDownload
- DatasetComment
- SoftwareSourceCode
- SoftwareApplication
- Service
- EmbargoStatement
- DefinedTerm
- Place
- GeoShape
- MonetaryGrant
- Taxon
- Audience
range: string
required: true
pattern: ^mbo_[_0-9a-z]+$
metadataPublisherId:
name: metadataPublisherId
description: 'The MBO Persistent IDentifier (mPID) of the person who entered this
row of data.
'
title: Data Entry Person (mPID - you)
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:creator
alias: metadataPublisherId
owner: ContactPoint
domain_of:
- Action
- HowTo
- HowToStep
- HowToTip
- Dataset
- Person
- Organization
- ContactPoint
- License
- PropertyValue
- DataDownload
- DatasetComment
- SoftwareSourceCode
- SoftwareApplication
- Service
- EmbargoStatement
- DefinedTerm
- Place
- GeoShape
- MonetaryGrant
- Taxon
- Audience
range: PersonOrOrganization
required: true
multivalued: false
metadataDescribedForActionId:
name: metadataDescribedForActionId
description: 'The [Action](#action) which resulted in this metadata record being
described.
Is likely to be the Action associated with a MARCO-BOLO Task.
'
title: Data Entered for Action (mPID)
comments:
- "Uses the <https://w3id.org/marco-bolo/isResultOf> predicate but ultimately\
\ ends up being \nrepresented as a triple in the form `<action> schema:result\
\ <this-entity>`.\n"
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: mbo:isResultOf
alias: metadataDescribedForActionId
owner: ContactPoint
domain_of:
- Action
- HowTo
- HowToStep
- HowToTip
- Dataset
- Person
- Organization
- ContactPoint
- License
- PropertyValue
- DataDownload
- DatasetComment
- SoftwareSourceCode
- SoftwareApplication
- EmbargoStatement
- DefinedTerm
- Place
- GeoShape
- MonetaryGrant
- Taxon
- Audience
range: Action
required: true
multivalued: false
contactType:
name: contactType
description: The intended purpose of this ContactPoint, e.g. PR for an Organization,
or Tech support.
title: ContactPoint Purpose
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:contactType
alias: contactType
owner: ContactPoint
domain_of:
- ContactPoint
range: string
required: true
multivalued: false
name:
name: name
description: A name/title
title: Name
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:name
alias: name
owner: ContactPoint
domain_of:
- Action
- HowTo
- HowToStep
- HowToTip
- Dataset
- Organization
- ContactPoint
- License
- PropertyValue
- DataDownload
- SoftwareSourceCode
- SoftwareApplication
- Service
- Place
- GeoShape
- MonetaryGrant
- Taxon
- Audience
range: string
required: true
multivalued: false
email:
name: email
description: The email address on which this contact can be reached.
title: Email
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:email
alias: email
owner: ContactPoint
domain_of:
- ContactPoint
range: string
required: false
multivalued: false
telephone:
name: telephone
description: The phone number on which this contact can be reached.
title: Telephone (+00)
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:telephone
alias: telephone
owner: ContactPoint
domain_of:
- ContactPoint
range: string
required: false
multivalued: false
pattern: '^\+[0-9-() #]+$'
availableLanguages:
name: availableLanguages
description: 'The languages in which it is possible to communicate with this contact.
Languages should be supplied as [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
language sub-tags.
There is no currently no validation performed on this field, please make sure
it is accurate.
https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
'
title: Available Languages (en)
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:availableLanguage
alias: availableLanguages
owner: ContactPoint
domain_of:
- ContactPoint
range: string
required: false
multivalued: true
description:
name: description
description: A description for this entity.
title: Description
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:description
alias: description
owner: ContactPoint
domain_of:
- Action
- HowTo
- HowToStep
- HowToTip
- Dataset
- Organization
- ContactPoint
- License
- PropertyValue
- DataDownload
- SoftwareSourceCode
- SoftwareApplication
- Service
- DefinedTerm
- Place
- GeoShape
- MonetaryGrant
range: string
required: false
multivalued: false
class_uri: schema:ContactPoint