Skip to content

Commit 78101e2

Browse files
authored
Merge pull request #75 from simleo/add_resource_usage
Add resourceUsage to the profile crate
2 parents a4ec6d7 + 655f65e commit 78101e2

File tree

2 files changed

+341
-340
lines changed

2 files changed

+341
-340
lines changed

docs/profiles/0.5-DRAFT/process_run_crate/ro-crate-metadata.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@
336336
{ "@id": "https://w3id.org/ro/terms/workflow-run#registry" },
337337
{ "@id": "https://w3id.org/ro/terms/workflow-run#tag" },
338338
{ "@id": "https://w3id.org/ro/terms/workflow-run#containerImage" },
339+
{ "@id": "https://w3id.org/ro/terms/workflow-run#resourceUsage" },
339340
{ "@id": "https://w3id.org/ro/terms/workflow-run#md5" },
340341
{ "@id": "https://w3id.org/ro/terms/workflow-run#sha1" },
341342
{ "@id": "https://w3id.org/ro/terms/workflow-run#sha256" },
@@ -469,6 +470,19 @@
469470
]
470471
},
471472
{
473+
"@id": "https://w3id.org/ro/terms/workflow-run#resourceUsage",
474+
"@type": ["DefinedTerm", "rdf:Property"],
475+
"termCode": "resourceUsage",
476+
"name": "resource usage",
477+
"description": "A resource usage item, such as peak memory",
478+
"domainIncludes": [
479+
{"@id": "http://schema.org/CreateAction"}
480+
],
481+
"rangeIncludes": [
482+
{ "@id": "http://schema.org/PropertyValue" }
483+
]
484+
},
485+
{
472486
"@id": "https://w3id.org/ro/terms/workflow-run#md5",
473487
"@type": ["DefinedTerm", "rdf:Property"],
474488
"termCode": "md5",

0 commit comments

Comments
 (0)