Class: Person
URI: [prov:Person](http://www.w3.org/ns/prov#Person)
[Organization](Organization.md) | | direct | | [has_identifier](has_identifier.md) | 0..1
[Identifier](Identifier.md) | | [Agent](Agent.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://identifiers.org/brain-bican/assertion-evidence-schema ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | prov:Person | | native | brainkb:Person | ## LinkML Source ### Direct
### Induced
classDiagram
class Person
click Person href "../Person/"
Agent <|-- Person
click Agent href "../Agent/"
Person : has_identifier
Person --> "0..1" Identifier : has_identifier
click Identifier href "../Identifier/"
Person : member
Person --> "0..1" Organization : member
click Organization href "../Organization/"
## Inheritance
* [Agent](Agent.md)
* **Person**
## Class Properties
| Property | Value |
| --- | --- |
| Class URI | [prov:Person](http://www.w3.org/ns/prov#Person) |
## Slots
| Name | Cardinality and Range | Description | Inheritance |
| --- | --- | --- | --- |
| [member](member.md) | 0..1 [Organization](Organization.md) | | direct | | [has_identifier](has_identifier.md) | 0..1
[Identifier](Identifier.md) | | [Agent](Agent.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://identifiers.org/brain-bican/assertion-evidence-schema ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | prov:Person | | native | brainkb:Person | ## LinkML Source ### Direct
name: Person
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
is_a: Agent
slots:
- member
slot_usage:
member:
name: member
slot_uri: foaf:member
range: Organization
class_uri: prov:Person
name: Person
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
is_a: Agent
slot_usage:
member:
name: member
slot_uri: foaf:member
range: Organization
attributes:
member:
name: member
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
rank: 1000
slot_uri: foaf:member
owner: Person
domain_of:
- Person
range: Organization
has_identifier:
name: has_identifier
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
rank: 1000
slot_uri: edam:has_identifier
owner: Person
domain_of:
- Agent
range: Identifier
class_uri: prov:Person