Class: Contact
A contact point for a resource or product, or a curator of a resource or product.
URI: kgr:Contact
classDiagram
class Contact
click Contact href "Contact/.html"
Contact <|-- Individual
click Individual href "Individual/.html"
Contact <|-- Organization
click Organization href "Organization/.html"
Contact : category
Contact : contact_details
Contact --> "*" ContactDetails : contact_details
click ContactDetails href "ContactDetails/.html"
Inheritance
- Contact
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| category | 0..1 CategoryType |
The category of the entity | direct |
| contact_details | * ContactDetails |
A field for contact details, including email, GitHub, and contact-specific UR… | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | kgr:Contact |
| native | kgr:Contact |
LinkML Source
Direct
```yaml
name: Contact
description: A contact point for a resource or product, or a curator of a resource
or product.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
slots:
- category
- contact_details
```
Induced
```yaml
name: Contact
description: A contact point for a resource or product, or a curator of a resource
or product.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
attributes:
category:
name: category
description: The category of the entity. This should be identical to its class
name.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
is_a: type
domain: NamedThing
alias: category
owner: Contact
domain_of:
- NamedThing
- Contact
range: category_type
contact_details:
name: contact_details
description: A field for contact details, including email, GitHub, and contact-specific
URLs.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: contact_details
owner: Contact
domain_of:
- Contact
range: ContactDetails
multivalued: true
inlined: true
inlined_as_list: true
```