Class: Contact
A contact point for 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
        
      
Inheritance
- Contact
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| category | 0..1 CategoryType | The category of the entity | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| Resource | contacts | range | Contact | 
| KnowledgeGraph | contacts | range | Contact | 
| DataSource | contacts | range | Contact | 
| DataModel | contacts | range | Contact | 
| Aggregator | contacts | range | Contact | 
| Product | contacts | range | Contact | 
| GraphProduct | contacts | range | Contact | 
| DataModelProduct | contacts | range | Contact | 
| MappingProduct | contacts | range | Contact | 
| ProcessProduct | contacts | range | Contact | 
| GraphicalInterface | contacts | range | Contact | 
| ProgrammingInterface | contacts | range | Contact | 
| Usage | users | range | Contact | 
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.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
slots:
- category
```
Induced
```yaml
name: Contact
description: A contact point for 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
```