Skip to content

Class: Update

Information about when an update to a record occurred, who or what made the update and any pertinent information regarding the content and/or reason for the update

URI: phenopackets:Update

erDiagram Update { string comment string timestamp string updatedBy }

Slots

Name Cardinality and Range Description Inheritance
comment 0..1
String
Textual comment about the changes made to the content and/or reason for the u... direct
timestamp 1..1
String
ISO8601 UTC timestamps at which this record was updated, in the format YYYY-M... direct
updatedBy 0..1
String
Information about the person/organisation/network that has updated the phenop... direct

Usages

used by used in type used
MetaData updates range Update

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/phenopackets/phenopackets

Mappings

Mapping Type Mapped Value
self phenopackets:Update
native phenopackets:Update

LinkML Source

Direct

name: Update
description: Information about when an update to a record occurred, who or what made
  the update and any pertinent information regarding the content and/or reason for
  the update
from_schema: https://w3id.org/linkml/phenopackets/phenopackets
attributes:
  comment:
    name: comment
    annotations:
      rank:
        tag: rank
        value: 3
    description: Textual comment about the changes made to the content and/or reason
      for the update. OPTIONAL
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    rank: 1000
    domain_of:
    - Update
    range: string
  timestamp:
    name: timestamp
    annotations:
      rank:
        tag: rank
        value: 1
    description: ISO8601 UTC timestamps at which this record was updated, in the format
      YYYY-MM-DDTHH:MM:SS.SSSZ e.g. 2007-12-03T10:15:30.00Z REQUIRED
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    domain_of:
    - TimeElement
    - Update
    range: string
    required: true
  updatedBy:
    name: updatedBy
    annotations:
      rank:
        tag: rank
        value: 2
    description: Information about the person/organisation/network that has updated
      the phenopacket. OPTIONAL
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    rank: 1000
    domain_of:
    - Update
    range: string

Induced

name: Update
description: Information about when an update to a record occurred, who or what made
  the update and any pertinent information regarding the content and/or reason for
  the update
from_schema: https://w3id.org/linkml/phenopackets/phenopackets
attributes:
  comment:
    name: comment
    annotations:
      rank:
        tag: rank
        value: 3
    description: Textual comment about the changes made to the content and/or reason
      for the update. OPTIONAL
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    rank: 1000
    alias: comment
    owner: Update
    domain_of:
    - Update
    range: string
  timestamp:
    name: timestamp
    annotations:
      rank:
        tag: rank
        value: 1
    description: ISO8601 UTC timestamps at which this record was updated, in the format
      YYYY-MM-DDTHH:MM:SS.SSSZ e.g. 2007-12-03T10:15:30.00Z REQUIRED
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    alias: timestamp
    owner: Update
    domain_of:
    - TimeElement
    - Update
    range: string
    required: true
  updatedBy:
    name: updatedBy
    annotations:
      rank:
        tag: rank
        value: 2
    description: Information about the person/organisation/network that has updated
      the phenopacket. OPTIONAL
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    rank: 1000
    alias: updatedBy
    owner: Update
    domain_of:
    - Update
    range: string