Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RecordMetadata #225

Open
ahwagner opened this issue Nov 25, 2024 · 0 comments
Open

RecordMetadata #225

ahwagner opened this issue Nov 25, 2024 · 0 comments

Comments

@ahwagner
Copy link
Member

Removing (for now) commented RecordMetadata draft:

  # RecordMetadata:
  #   type: object
  #   inherits: gks-core:Element
  #   maturity: draft
  #   description: >-
  #     A reusable structure that encapsulates provenance metadata about a serialized data record or
  #     object in a particular dataset (as opposed to provenance about the real world entity this
  #     record or object represents).
  #   $comment: >-
  #     Record-level metadata applies to a specific concrete encoding/serialization of information
  #     (e.g as a record in a specific data/knowlegebase, or an online digital resource).
  #     A RecordMetadata object can capture when, how, and by whom a specific record serialization was
  #     generated or modified; what upstream resources it was derived or retrieved from; and record-level
  #     administrative information such as versioning and lifecycle status. RecordMetadata objects should
  #     not be used to describe provenance of the abstract information content or knowledge captured in a
  #     data record or object - other properties in the model are defined to support this use case.
  #   properties:
  #     recordIdentifier:
  #       type: string
  #       description: >-
  #         The identifier of the data record or object described in this RecordMetadata object.
  #     recordVersion:
  #       type: string
  #       description: The version number of the record-level artifact the object describes.
  #     derivedFrom:
  #       type: string
  #       description: >-
  #         Another data record from which the record described here was derived, through a data
  #         ingest and/or transformation process. Value should be a string representing the identifier
  #         of the source record.
  #     dateRecordCreated:
  #       $ref: "/ga4gh/schema/gks-core/1.x/json/datetime"
  #       description: The date the record was initially created.
  #     contributions:
  #       type: array
  #       ordered: false
  #       items:
  #         $ref: "#/$defs/Contribution"
  #       description: >-
  #         Describes specific contributions made by an human or software agent to the creation,
  #         modification, or administrative management of a data record or object.
ahwagner added a commit that referenced this issue Nov 25, 2024
ahwagner added a commit that referenced this issue Nov 26, 2024
* removing RecordMetadata per #225

* EVFI proposition to TU

* update Cat-VRS submodule

* study group review and TU

* test and update CAF to TU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant