File tree Expand file tree Collapse file tree 2 files changed +341
-340
lines changed
docs/profiles/0.5-DRAFT/process_run_crate Expand file tree Collapse file tree 2 files changed +341
-340
lines changed Original file line number Diff line number Diff line change 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" },
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" ,
You can’t perform that action at this time.
0 commit comments