meta.pleadbindings.plead-approving.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of prov-template Show documentation
Show all versions of prov-template Show documentation
A template system for PROV bundles.
The newest version!
{
"var" : {
"agent" : [{"@id" : "var:manager"}],
"responsible" : [{"@id" : "var:organization"}],
"input1" : [{"@id" : "var:pipeline"}],
"input2" : [{"@id" : "var:score"}],
"output1" : [{"@id" : "var:approved_pipeline"}],
"output2" : [{"@id" : "var:approval_record"}],
"activity" : [{"@id" : "var:approving"}],
"plan" : [{"@id" : null}],
"agtype" : [[{"@id" : "plead:Manager"}, {"@id" : "prov:Person"}]],
"rtype" : [[{"@id" : "plead:CreditProvider"}, {"@id" : "prov:Organization"}]],
"itype1" : [[{"@id" : "sk:Pipeline"}]],
"itype2" : [[{"@id" : "plead:AccuracyScore"}]],
"otype1" : [[{"@id" : "plead:ApprovedPipeline"}]],
"otype2" : [[{"@id" : "plead:ApprovalRecord"}]],
"atype" : [[{"@id" : "plead:ApprovingPipeline"}]],
"start" : [{"@id" : "var:start"}],
"end" : [{"@id" : "var:end"}],
"iprops1": [[{"@id" : "plead:path"}]],
"iprop_values1": [[{"@id" : "var:path"}]],
"oprops1": [[{"@id": "plead:createdAt"}, {"@id" : "plead:path"}, {"@id" : "plead:pipeline"}]],
"oprop_values1": [[{"@id": "var:time"}, {"@id" : "var:path"}, {"@id" : "var:filename"}]],
"oprops2": [[{"@id": "plead:createdAt"}, {"@id" : "plead:signature"}, {"@id" : "plead:pipeline"}]],
"oprop_values2": [[{"@id": "var:time"}, {"@id" : "var:signature"}, {"@id" : "var:approved_pipeline"}]]
},
"vargen" : {
"view" : [ {
"@id" : "vargen:view"
} ]
},
"context" : {
"plead": "${plead_ns}",
"prov": "${prov_ns}",
"sk": "${sk_ns}",
"uuid" : "${uuid_ns}",
"var": "${var_ns}",
"vargen": "${vargen_ns}",
"xsd": "${xsd_ns}"
},
"template" : null
}