Skip to content

Commit

Permalink
Remove hkip keys #138
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Oct 11, 2024
1 parent 34ea1a2 commit 762e48b
Showing 1 changed file with 0 additions and 151 deletions.
151 changes: 0 additions & 151 deletions metadata/v200_draft/build_source/schemas/provenance.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,157 +7,6 @@
"description": "An object that specifies provenance information of the data contained.",
"type": "object",
"properties": {
"alternateOf": {
"description": "A PID pointing to another FAIR Digital Object which is an alternate of the object referenced by digitalObjectLocation",
"example": "12.T34567/abcdefghij1234567890",
"type": [
"string",
"null"
],
"badge": null,
"title": "Alternate of"
},
"checksum": {
"description": "A checksum used to validate the integrity of the data.",
"example": "abcdefghij1234567890",
"type": [
"string",
"null"
],
"badge": null,
"title": "Checksum"
},
"dateModified": {
"description": "Date of the last modification. Date Format is ISO 8601.",
"example": "2016-06-16",
"type": [
"string",
"null"
],
"badge": null,
"title": "Last modified"
},
"digtalObjectLocationAccessProtocol": {
"description": "Additional information which can be used by an access client for accessing",
"example": null,
"type": [
"string",
"null"
],
"badge": null,
"title": "Digital Object Location Access Protocol"
},
"digitalObjectType": {
"description": "A PID pointing to a data type in a Data Type Registry describing the object referenced by digtalObject Location",
"example": "12.T34567/abcdefghij1234567890",
"type": [
"string",
"null"
],
"badge": null,
"title": "Digital Object Type"
},
"hadPrimarySource": {
"description": "A PID pointing to another FAIR DO which is the primary source of the object referenced by digitalObjectLocation",
"example": "12.T34567/abcdefghij1234567890",
"type": [
"string",
"null"
],
"badge": null,
"title": "Primary Source"
},
"hasMetadata": {
"description": "One or more PIDs referring to related FAIR Digital Objects provding metadata for the object referenced by digitalObjectLocation. It is the innverse to isMetadata for",
"example": "12.T34567/abcdefghij1234567890",
"type": [
"string",
"null"
],
"badge": null,
"title": "Has Metadata"
},
"isMetadataFor": {
"description": "A PID pointing to another FAIR Digital Object decribing the object referenced by digitalObjectLocation. It is the inverse to hasMetadata",
"example": "12.T34567/abcdefghij1234567890",
"type": [
"string",
"null"
],
"badge": null,
"title": "Is Metadata for"
},
"policy": {
"description": "A web-resolveable pointer to a policy object describing e.g. object access and modification policies",
"example": "https://www.example.com",
"type": [
"string",
"null"
],
"badge": null,
"title": "Policy"
},
"provenanceGraph": {
"description": "A PID pointing to another FAIR DO which refers to the provenance graph of the object referenced by digitalObjectLocation",
"example": "12.T34567/abcdefghij1234567890",
"type": [
"string",
"null"
],
"badge": null,
"title": "Provenance Graph"
},
"specializationOf": {
"description": "A PID pointing to another FAIR DO which is a specialization of the object referenced by digitalObjectLocation",
"example": "12.T34567/abcdefghij1234567890",
"type": [
"string",
"null"
],
"badge": null,
"title": "Specialization of"
},
"version": {
"description": "Version of the object referenced by digitalObjectLocation",
"example": "1.2.3",
"type": [
"string",
"null"
],
"badge": null,
"title": "Version"
},

"wasDerivedFrom": {
"description": "A PID pointing to another FAIR Digital Object which the object referenced by digitalObjectLocation was derived from",
"example": "12.T34567/abcdefghij1234567890",
"type": [
"string",
"null"
],
"badge": null,
"title": "Was derived from"
},
"wasRevisionOf": {
"description": "A PID pointing to another FAIR DO which is a revisionof the object referenced by digitalObjectLocation",
"example": "12.T34567/abcdefghij1234567890",
"type": [
"string",
"null"
],
"badge": null,
"title": "Was Revision of"
},
"wasQuotedFrom": {
"description": "A PID pointing to another FAIR DO from which the object referenced by digitalObjectLocation was folly or partly quoted.",
"example": "12.T34567/abcdefghij1234567890",
"type": [
"string",
"null"
],
"badge": null,
"title": "Was quoted from"
},
"contributors": {
"description": "A list of objects that describe contributors and contributions. It contains title, email, date, object and comment.",
"type": "array",
Expand Down

0 comments on commit 762e48b

Please sign in to comment.