Skip to content

Class: User

URI: http://example.org/aopwiki-emod/User

classDiagram class User click User href "../User/" User : coached_aops User --> "*" Aop : coached_aops click Aop href "../Aop/" User : contributed_aops User --> "*" Aop : contributed_aops click Aop href "../Aop/" User : email User : id

Slots

Name Cardinality and Range Description Inheritance
id 1
Integer
direct
email 0..1
String
direct
coached_aops *
Aop
direct
contributed_aops *
Aop
direct

Usages

used by used in type used
Aop corresponding_author_id range User
Aop coaches range User
Aop contributors range User
AopLog user_id range User
BatchImport contributor_id range User
EventLog user_id range User
Profile user_id range User
RelationshipLog user_id range User
StressorLog user_id range User

Identifier and Mapping Information

Schema Source

  • from schema: http://example.org/aopwiki-emod

Mappings

Mapping Type Mapped Value
self http://example.org/aopwiki-emod/User
native http://example.org/aopwiki-emod/User

LinkML Source

Direct

name: User
from_schema: http://example.org/aopwiki-emod
attributes:
  id:
    name: id
    from_schema: http://example.org/aopwiki-emod
    identifier: true
    domain_of:
    - Aop
    - Event
    - Relationship
    - Stressor
    - BioTargetFamily
    - Observation
    - Citation
    - AopEvent
    - AopLifeStage
    - AopLog
    - AopRelationship
    - AopSex
    - AopStressor
    - AopTaxon
    - AssayBioTargetFamily
    - Assay
    - AssignedLicense
    - BatchImport
    - BiologicalAction
    - BiologicalObject
    - BiologicalOrganization
    - BiologicalProcess
    - CellTerm
    - ChemicalSynonym
    - Chemical
    - CitationBioTargetFamily
    - CitationRelationship
    - ConfidenceLevel
    - Directness
    - EventLifeStage
    - EventLog
    - EventSex
    - EventBioTargetFamily
    - EventTaxon
    - Evidence
    - ExperimentType
    - Handbook
    - HarmonizedAop
    - HarmonizedEvent
    - License
    - LifeStageTerm
    - ObservationCitation
    - OecdStatus
    - OrganTerm
    - Profile
    - RelationshipLifeStage
    - RelationshipLog
    - RelationshipSex
    - RelationshipTaxon
    - SexTerm
    - StressorChemical
    - StressorLog
    - EventComponent
    - TaxonTerm
    - UrlLink
    - User
    range: integer
    required: true
  email:
    name: email
    from_schema: http://example.org/aopwiki-emod
    rank: 1000
    domain_of:
    - User
  coached_aops:
    name: coached_aops
    from_schema: http://example.org/aopwiki-emod
    rank: 1000
    domain_of:
    - User
    range: Aop
    multivalued: true
  contributed_aops:
    name: contributed_aops
    from_schema: http://example.org/aopwiki-emod
    rank: 1000
    domain_of:
    - User
    range: Aop
    multivalued: true

Induced

name: User
from_schema: http://example.org/aopwiki-emod
attributes:
  id:
    name: id
    from_schema: http://example.org/aopwiki-emod
    identifier: true
    alias: id
    owner: User
    domain_of:
    - Aop
    - Event
    - Relationship
    - Stressor
    - BioTargetFamily
    - Observation
    - Citation
    - AopEvent
    - AopLifeStage
    - AopLog
    - AopRelationship
    - AopSex
    - AopStressor
    - AopTaxon
    - AssayBioTargetFamily
    - Assay
    - AssignedLicense
    - BatchImport
    - BiologicalAction
    - BiologicalObject
    - BiologicalOrganization
    - BiologicalProcess
    - CellTerm
    - ChemicalSynonym
    - Chemical
    - CitationBioTargetFamily
    - CitationRelationship
    - ConfidenceLevel
    - Directness
    - EventLifeStage
    - EventLog
    - EventSex
    - EventBioTargetFamily
    - EventTaxon
    - Evidence
    - ExperimentType
    - Handbook
    - HarmonizedAop
    - HarmonizedEvent
    - License
    - LifeStageTerm
    - ObservationCitation
    - OecdStatus
    - OrganTerm
    - Profile
    - RelationshipLifeStage
    - RelationshipLog
    - RelationshipSex
    - RelationshipTaxon
    - SexTerm
    - StressorChemical
    - StressorLog
    - EventComponent
    - TaxonTerm
    - UrlLink
    - User
    range: integer
    required: true
  email:
    name: email
    from_schema: http://example.org/aopwiki-emod
    rank: 1000
    alias: email
    owner: User
    domain_of:
    - User
    range: string
  coached_aops:
    name: coached_aops
    from_schema: http://example.org/aopwiki-emod
    rank: 1000
    alias: coached_aops
    owner: User
    domain_of:
    - User
    range: Aop
    multivalued: true
  contributed_aops:
    name: contributed_aops
    from_schema: http://example.org/aopwiki-emod
    rank: 1000
    alias: contributed_aops
    owner: User
    domain_of:
    - User
    range: Aop
    multivalued: true