Skip to content

Class: SubjectHistory

URI: linkml_common:SubjectHistory

classDiagram class SubjectHistory click SubjectHistory href "../SubjectHistory" Entity <|-- SubjectHistory click Entity href "../Entity" SubjectHistory <|-- SubjectObservationHistory click SubjectObservationHistory href "../SubjectObservationHistory" SubjectHistory : events SubjectHistory --> "*" Event : events click Event href "../Event" SubjectHistory : over_interval SubjectHistory --> "0..1" TemporalInterval : over_interval click TemporalInterval href "../TemporalInterval" SubjectHistory : subject SubjectHistory --> "1" PhysicalEntity : subject click PhysicalEntity href "../PhysicalEntity" SubjectHistory : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
subject 1
PhysicalEntity
direct
events *
Event
direct
over_interval 0..1
TemporalInterval
direct
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 linkml_common:SubjectHistory
native linkml_common:SubjectHistory

LinkML Source

Direct

name: SubjectHistory
from_schema: https://w3id.org/linkml/linkml-common
is_a: Entity
attributes:
  subject:
    name: subject
    from_schema: https://w3id.org/linkml-common/time
    domain_of:
    - Relationship
    - ClinicalHistory
    - SubjectHistory
    - OrganizationPersonnelRelationship
    range: PhysicalEntity
    required: true
  events:
    name: events
    from_schema: https://w3id.org/linkml-common/time
    domain_of:
    - PhysicalSystem
    - SubjectHistory
    range: Event
    multivalued: true
  over_interval:
    name: over_interval
    from_schema: https://w3id.org/linkml-common/time
    rank: 1000
    domain_of:
    - SubjectHistory
    range: TemporalInterval

Induced

name: SubjectHistory
from_schema: https://w3id.org/linkml/linkml-common
is_a: Entity
attributes:
  subject:
    name: subject
    from_schema: https://w3id.org/linkml-common/time
    alias: subject
    owner: SubjectHistory
    domain_of:
    - Relationship
    - ClinicalHistory
    - SubjectHistory
    - OrganizationPersonnelRelationship
    range: PhysicalEntity
    required: true
  events:
    name: events
    from_schema: https://w3id.org/linkml-common/time
    alias: events
    owner: SubjectHistory
    domain_of:
    - PhysicalSystem
    - SubjectHistory
    range: Event
    multivalued: true
  over_interval:
    name: over_interval
    from_schema: https://w3id.org/linkml-common/time
    rank: 1000
    alias: over_interval
    owner: SubjectHistory
    domain_of:
    - SubjectHistory
    range: TemporalInterval
  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: SubjectHistory
    domain_of:
    - Typed
    range: string