Class: ContactDetails
A field for details about how to contact a person or organization.
URI: kgr:ContactDetails
classDiagram
class ContactDetails
click ContactDetails href "ContactDetails/.html"
ContactDetails : contact_type
ContactDetails --> "1" ContactTypeEnum : contact_type
click ContactTypeEnum href "ContactTypeEnum/.html"
ContactDetails : contact_type_name
ContactDetails : contact_type_url
ContactDetails : value
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| contact_type | 1 ContactTypeEnum |
The type of contact detail | direct |
| contact_type_name | 0..1 String |
The name of the contact detail, if the contact_type is “other” | direct |
| contact_type_url | 0..1 Uriorcurie |
The URL of the contact detail, if the contact_type is “other” | direct |
| value | 1 String |
The value of the contact detail | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Contact | contact_details | range | ContactDetails |
| Individual | contact_details | range | ContactDetails |
| Organization | contact_details | range | ContactDetails |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | kgr:ContactDetails |
| native | kgr:ContactDetails |
LinkML Source
Direct
```yaml
name: ContactDetails
description: A field for details about how to contact a person or organization.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
attributes:
contact_type:
name: contact_type
description: The type of contact detail.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
domain_of:
- ContactDetails
range: ContactTypeEnum
required: true
contact_type_name:
name: contact_type_name
description: The name of the contact detail, if the contact_type is "other". For
example, if the contact value is a username at the Gumball Project's GitLab,
this may be "Gumball Project GitLab".
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
domain_of:
- ContactDetails
range: string
contact_type_url:
name: contact_type_url
description: The URL of the contact detail, if the contact_type is "other". For
example, if the contact value is a username at the Gumball Project's GitLab,
this may be "https://gitlab.gumballproject.org/".
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
domain_of:
- ContactDetails
range: uriorcurie
value:
name: value
description: The value of the contact detail. For example, an email address or
URL. Do not include a prefix.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
domain_of:
- ContactDetails
range: string
required: true
```
Induced
```yaml
name: ContactDetails
description: A field for details about how to contact a person or organization.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
attributes:
contact_type:
name: contact_type
description: The type of contact detail.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: contact_type
owner: ContactDetails
domain_of:
- ContactDetails
range: ContactTypeEnum
required: true
contact_type_name:
name: contact_type_name
description: The name of the contact detail, if the contact_type is "other". For
example, if the contact value is a username at the Gumball Project's GitLab,
this may be "Gumball Project GitLab".
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: contact_type_name
owner: ContactDetails
domain_of:
- ContactDetails
range: string
contact_type_url:
name: contact_type_url
description: The URL of the contact detail, if the contact_type is "other". For
example, if the contact value is a username at the Gumball Project's GitLab,
this may be "https://gitlab.gumballproject.org/".
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: contact_type_url
owner: ContactDetails
domain_of:
- ContactDetails
range: uriorcurie
value:
name: value
description: The value of the contact detail. For example, an email address or
URL. Do not include a prefix.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: value
owner: ContactDetails
domain_of:
- ContactDetails
range: string
required: true
```