Class: Role
- NOTE: this is an abstract class and should not be instantiated directly
URI: schema:Role
classDiagram
class Role
click Role href "../Role"
Intangible <|-- Role
click Intangible href "../Intangible"
Role <|-- HealthcareRole
click HealthcareRole href "../HealthcareRole"
Role <|-- OrganizationalRole
click OrganizationalRole href "../OrganizationalRole"
Role : type
Inheritance
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
type | 0..1 String |
A type for a thing | Typed |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/linkml-common
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:Role |
native | linkml_common:Role |
close | BFO:0000023 |
LinkML Source
Direct
name: Role
from_schema: https://w3id.org/linkml/linkml-common
close_mappings:
- BFO:0000023
is_a: Intangible
abstract: true
class_uri: schema:Role
Induced
name: Role
from_schema: https://w3id.org/linkml/linkml-common
close_mappings:
- BFO:0000023
is_a: Intangible
abstract: true
attributes:
type:
name: type
description: A type for a thing. The range of this should be a class within the
schema. It is intended for schema-based classification. Anything beneath the
shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
alias: type
owner: Role
domain_of:
- Typed
range: string
class_uri: schema:Role