meta.metabindings.binaryop.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:agent"}],
"responsible" : [{"@id" : null}],
"input1" : [{"@id" : "var:consumed1"}],
"input2" : [{"@id" : "var:consumed2"}],
"output" : [{"@id" : "var:produced"}],
"activity" : [{"@id" : "var:operation"}],
"plan": [{"@id" : null}],
"atype" : [[{"@id" : "var:operation_type"}]],
"otype" : [[{"@id" : "var:produced_type"}]],
"oprops" : [[{"@id" : "prov:value"}]],
"oprop_values": [[{"@id" : "var:produced_value"}]],
"iprops1": [[{"@id" : "prov:value"}]],
"iprop_values1": [[{"@id" : "var:consumed_value1"}]],
"iprops2": [[{"@id" : "prov:value"}]],
"iprop_values2": [[{"@id" : "var:consumed_value2"}]]
},
"vargen" : {
"view" : [ {
"@id" : "vargen:b"
} ]
},
"linked": {"prop_values": "props"},
"context" : {
"prov": "${prov_ns}",
"uuid" : "${uuid_ns}",
"var": "${var_ns}",
"vargen": "${vargen_ns}",
"xsd": "${xsd_ns}"
},
"template" : null
}