48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"registry_version": "1.1",
|
|
"provenance_schema_version": "1.0",
|
|
"application_version": "0.5.2",
|
|
"introduced_in_application_version": "0.5.2",
|
|
"compatible_application_versions": [
|
|
"0.5.2",
|
|
"0.5.3",
|
|
"0.5.4",
|
|
"0.5.5",
|
|
"0.5.6",
|
|
"0.5.7",
|
|
"0.5.8",
|
|
"0.5.9",
|
|
"0.5.10",
|
|
"0.5.11",
|
|
"0.6.0"
|
|
],
|
|
"name": "composition-assertion-predicates",
|
|
"description": "Canonical composition relationship predicates used by existing provenance assertions.",
|
|
"entries": [
|
|
{
|
|
"code": "derived_from",
|
|
"meaning": "Assertion relationship: derived from."
|
|
},
|
|
{
|
|
"code": "generated_by",
|
|
"meaning": "Assertion relationship: generated by."
|
|
},
|
|
{
|
|
"code": "modified_by_human",
|
|
"meaning": "Assertion relationship: modified by human."
|
|
},
|
|
{
|
|
"code": "selected_by_human",
|
|
"meaning": "Assertion relationship: selected by human."
|
|
},
|
|
{
|
|
"code": "arranged_by_human",
|
|
"meaning": "Assertion relationship: arranged by human."
|
|
},
|
|
{
|
|
"code": "included_in_deposit",
|
|
"meaning": "Assertion relationship: included in deposit."
|
|
}
|
|
]
|
|
}
|