meta.pleadbindings.plead-splitting.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:engineer"}],
"responsible" : [{"@id" : "var:organization"}],
"input" : [{"@id" : "var:file"}],
"output1" : [{"@id" : "var:split_file1"}],
"output2" : [{"@id" : "var:split_file2"}],
"activity" : [{"@id" : "var:splitting"}],
"plan": [{"@id" : null}],
"agtype" : [[{"@id" : "plead:DataEngineer"}, {"@id" : "prov:Person"}]],
"rtype" : [[{"@id" : "plead:CreditProvider"}, {"@id" : "prov:Organization"}]],
"itype" : [[{"@id" : "plead:DataFile"}, {"@id" : "plead:CSVFile"}]],
"otype1" : [[{"@id" : "plead:DataFile"}, {"@id" : "plead:CSVFile"}]],
"otype2" : [[{"@id" : "plead:DataFile"}, {"@id" : "plead:CSVFile"}]],
"atype" : [[{"@id" : "plead:SplittingData"}]],
"ptype" : [[{"@id" : "plead:Method"}]],
"start" : [{"@id" : "var:start"}],
"end" : [{"@id" : "var:end"}],
"oprops1": [[{"@id": "plead:n_rows"}, {"@id" : "plead:n_cols"}, {"@id": "plead:filename"}, {"@id" : "plead:path"}]],
"oprop_values1": [[{"@id": "var:n_rows1"}, {"@id" : "var:n_cols1"}, {"@id": "var:filename1"}, {"@id" : "var:path1"}]],
"oprops2": [[{"@id": "plead:n_rows"}, {"@id" : "plead:n_cols"}, {"@id": "plead:filename"}, {"@id" : "plead:path"}]],
"oprop_values2": [[{"@id": "var:n_rows2"}, {"@id" : "var:n_cols2"}, {"@id": "var:filename2"}, {"@id" : "var:path2"}]]
},
"vargen" : {
"view" : [ {
"@id" : "vargen:view"
} ]
},
"linked": {"prop_values": "props"},
"context" : {
"plead": "${plead_ns}",
"prov": "${prov_ns}",
"sk": "${sk_ns}",
"uuid" : "${uuid_ns}",
"var": "${var_ns}",
"vargen": "${vargen_ns}",
"xsd": "${xsd_ns}"
},
"template" : null
}