Class: Entity
URI: cmdr:Entity
classDiagram
class Entity
click Entity href "../Entity"
Entity : description
Entity : globalIds
Entity : internalId
Entity : name
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
internalId | 0..1 String |
direct | |
globalIds | 0..1 String |
direct | |
name | 0..1 String |
direct | |
description | 0..1 String |
direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/cmdr
Mappings
Mapping Type | Mapped Value |
---|---|
self | cmdr:Entity |
native | cmdr:Entity |
LinkML Source
Direct
name: Entity
from_schema: https://w3id.org/linkml/cmdr
slots:
- internalId
- globalIds
- name
- description
Induced
name: Entity
from_schema: https://w3id.org/linkml/cmdr
attributes:
internalId:
name: internalId
from_schema: https://w3id.org/linkml/cmdr
rank: 1000
alias: internalId
owner: Entity
domain_of:
- Entity
range: string
globalIds:
name: globalIds
from_schema: https://w3id.org/linkml/cmdr
rank: 1000
alias: globalIds
owner: Entity
domain_of:
- Entity
range: string
name:
name: name
from_schema: https://w3id.org/linkml/cmdr
rank: 1000
alias: name
owner: Entity
domain_of:
- Entity
- Characteristic
- Study
- Agent
- Person
- Organization
range: string
description:
name: description
from_schema: https://w3id.org/linkml/cmdr
rank: 1000
alias: description
owner: Entity
domain_of:
- Entity
range: string