All Downloads are FREE. Search and download functionalities are using the official Maven repository.

meta.metabindings.binaryop.json Maven / Gradle / Ivy

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy