LoggedInPerson
None
classDiagram
Person <|-- LoggedInPerson
LoggedInPerson : affiliated_alliance_member
LoggedInPerson : api_token
LoggedInPerson : created_by
LoggedInPerson : date_created
LoggedInPerson : date_updated
LoggedInPerson : db_date_created
LoggedInPerson : db_date_updated
LoggedInPerson : emails
LoggedInPerson : first_name
LoggedInPerson : internal
LoggedInPerson : last_name
LoggedInPerson : middle_name
LoggedInPerson : obsolete
LoggedInPerson : okta_email
LoggedInPerson : okta_id
LoggedInPerson : old_emails
LoggedInPerson : orcid
LoggedInPerson : primary_external_id
LoggedInPerson : unique_id
LoggedInPerson : updated_by
LoggedInPerson : user_settings
Parent Classes
Slots
Name | Description |
---|---|
affiliated_alliance_member | The Alliance Member the person is affiliated with |
api_token | The API token of the LoggedInPerson for the curation system |
created_by | The individual that created the entity. |
date_created | The date on which an entity was created. This can be applied to nodes or edges. |
date_updated | Date on which an entity was last modified. |
db_date_created | The date on which an entity was created in the Alliance database. This is distinct from date_created, which represents the date when the entity was originally created (i.e. at the MOD for imported data). |
db_date_updated | Date on which an entity was last modified in the Alliance database. This is distinct from date_updated, which represents the date when the entity was last modified and may predate import into the Alliance database. |
emails | list of emails for a person |
first_name | first name of a person |
internal | Classifies the entity as private (for internal use) or not (for public use). |
last_name | last (family) name of a person |
middle_name | middle names of a person |
obsolete | Entity is no longer current. |
okta_email | The email address of the LoggedInPerson registered with Okta for user authentication |
okta_id | The Okta identifier for the person registered in Okta for user authentication |
old_emails | list of old (outdated) emails for a person |
orcid | Open Researcher and Contributor ID |
primary_external_id | The primary external (non-Alliance) database identifier/curie for the object. Note that this may be an external (non-Alliance member) identifier for an object, like a UniProt ID for a protein, and may act as the MOD's/Alliance member's primary key for the entity. |
unique_id | A non-curie unique identifier for a thing. |
updated_by | The individual that last modified the entity. |
user_settings | JSON Blob containing details of UI settings for LoggedInPerson |
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['alliance:LoggedInPerson'] |
native | ['alliance:LoggedInPerson'] |
LinkML Specification
Direct
name: LoggedInPerson
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
is_a: Person
slots:
- okta_id
- okta_email
- user_settings
- api_token
slot_usage:
okta_id:
name: okta_id
domain_of:
- LoggedInPerson
required: true
okta_email:
name: okta_email
domain_of:
- LoggedInPerson
required: true
Induced
name: LoggedInPerson
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
is_a: Person
slot_usage:
okta_id:
name: okta_id
domain_of:
- LoggedInPerson
required: true
okta_email:
name: okta_email
domain_of:
- LoggedInPerson
required: true
attributes:
okta_id:
name: okta_id
description: The Okta identifier for the person registered in Okta for user authentication
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
domain: LoggedInPerson
multivalued: false
alias: okta_id
owner: LoggedInPerson
domain_of:
- LoggedInPerson
range: string
required: true
okta_email:
name: okta_email
description: The email address of the LoggedInPerson registered with Okta for
user authentication
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
domain: LoggedInPerson
multivalued: false
alias: okta_email
owner: LoggedInPerson
domain_of:
- LoggedInPerson
range: string
required: true
user_settings:
name: user_settings
description: JSON Blob containing details of UI settings for LoggedInPerson
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
domain: LoggedInPerson
multivalued: false
alias: user_settings
owner: LoggedInPerson
domain_of:
- LoggedInPerson
range: string
api_token:
name: api_token
description: The API token of the LoggedInPerson for the curation system
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
domain: LoggedInPerson
alias: api_token
owner: LoggedInPerson
domain_of:
- LoggedInPerson
range: string
last_name:
name: last_name
description: last (family) name of a person
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: last_name
owner: LoggedInPerson
domain_of:
- AuthorReference
- Person
range: string
middle_name:
name: middle_name
description: middle names of a person
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
multivalued: false
alias: middle_name
owner: LoggedInPerson
domain_of:
- Person
range: string
first_name:
name: first_name
description: first name of a person
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: first_name
owner: LoggedInPerson
domain_of:
- AuthorReference
- Person
range: string
orcid:
name: orcid
description: Open Researcher and Contributor ID
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
domain: Person
multivalued: false
alias: orcid
owner: LoggedInPerson
domain_of:
- Person
range: uriorcurie
emails:
name: emails
description: list of emails for a person
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
multivalued: true
alias: emails
owner: LoggedInPerson
domain_of:
- Person
range: string
old_emails:
name: old_emails
description: list of old (outdated) emails for a person
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
multivalued: true
alias: old_emails
owner: LoggedInPerson
domain_of:
- Person
range: string
primary_external_id:
name: primary_external_id
description: The primary external (non-Alliance) database identifier/curie for
the object. Note that this may be an external (non-Alliance member) identifier
for an object, like a UniProt ID for a protein, and may act as the MOD's/Alliance
member's primary key for the entity.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: primary_external_id
owner: LoggedInPerson
domain_of:
- SubmittedObject
- SubmittedObjectDTO
- Person
- Annotation
- AnnotationDTO
range: string
unique_id:
name: unique_id
description: A non-curie unique identifier for a thing.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
multivalued: false
identifier: true
alias: unique_id
owner: LoggedInPerson
domain_of:
- Reagent
- Exon
- CodingSequence
- Person
- Annotation
- ExperimentalCondition
- ConditionRelation
- ExpressionExperiment
- GeneInteraction
range: string
affiliated_alliance_member:
name: affiliated_alliance_member
description: The Alliance Member the person is affiliated with
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
domain: Person
alias: affiliated_alliance_member
owner: LoggedInPerson
domain_of:
- Person
range: AllianceMember
created_by:
name: created_by
description: The individual that created the entity.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
domain: AuditedObject
multivalued: false
alias: created_by
owner: LoggedInPerson
domain_of:
- AuditedObject
range: Person
date_created:
name: date_created
description: The date on which an entity was created. This can be applied to nodes
or edges.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
aliases:
- creation_date
exact_mappings:
- dct:createdOn
- WIKIDATA_PROPERTY:P577
alias: date_created
owner: LoggedInPerson
domain_of:
- AuditedObject
- AuditedObjectDTO
range: datetime
updated_by:
name: updated_by
description: The individual that last modified the entity.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
domain: AuditedObject
multivalued: false
alias: updated_by
owner: LoggedInPerson
domain_of:
- AuditedObject
range: Person
date_updated:
name: date_updated
description: Date on which an entity was last modified.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
aliases:
- date_last_modified
alias: date_updated
owner: LoggedInPerson
domain_of:
- AuditedObject
- AuditedObjectDTO
range: datetime
db_date_created:
name: db_date_created
description: The date on which an entity was created in the Alliance database. This
is distinct from date_created, which represents the date when the entity was
originally created (i.e. at the MOD for imported data).
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: db_date_created
owner: LoggedInPerson
domain_of:
- AuditedObject
- AuditedObjectDTO
range: datetime
db_date_updated:
name: db_date_updated
description: Date on which an entity was last modified in the Alliance database. This
is distinct from date_updated, which represents the date when the entity was
last modified and may predate import into the Alliance database.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: db_date_updated
owner: LoggedInPerson
domain_of:
- AuditedObject
- AuditedObjectDTO
range: datetime
internal:
name: internal
description: Classifies the entity as private (for internal use) or not (for public
use).
notes:
- Default value is true.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: internal
owner: LoggedInPerson
domain_of:
- AuditedObject
- AuditedObjectDTO
range: boolean
required: true
obsolete:
name: obsolete
description: Entity is no longer current.
notes:
- Obsolete entities are preserved in the database for posterity but should not
be publicly displayed.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: obsolete
owner: LoggedInPerson
domain_of:
- AuditedObject
- AuditedObjectDTO
range: boolean