Skip to content

Commit

Permalink
removing per #225
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Nov 25, 2024
1 parent 0228579 commit d40981e
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions schema/va-spec/base/va-core-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -731,47 +731,6 @@ $defs:
membership in the group.
# general-purpose data classes section -- RecordMetadata, Characteristic
# 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.

Characteristic:
type: object
Expand Down

0 comments on commit d40981e

Please sign in to comment.