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

meta.pleadbindings.plead-validating.json Maven / Gradle / Ivy

The newest version!
{
    "var" : {
        "agent" :                   [{"@id" : "var:engineer"}],
        "responsible" :             [{"@id" : "var:organization"}],
        "input" :                   [{"@id" : "var:testing_dataset"}],
        "output" :                  [{"@id" : "var:score"}],
        "activity" :                [{"@id" : "var:validating"}],
        "plan" :                    [{"@id" : null}],
        "agtype" :                  [[{"@id" : "plead:DataEngineer"},   {"@id" : "prov:Person"}]],
        "rtype" :                   [[{"@id" : "plead:CreditProvider"}, {"@id" : "prov:Organization"}]],
        "itype" :                   [[{"@id" : "plead:DataFile"}]],
        "otype" :                   [[{"@id" : "plead:AccuracyScore"}]],
        "atype" :                   [[{"@id" : "plead:AssessingPerformance"}]],
        "oprops":                   [[{"@id": "plead:createdAt"},{"@id": "prov:value"}]],
        "oprop_values":             [[{"@id": "var:time"}, {"@id": "var:score_value"}]],
        "start" :                   [{"@id" : "var:start"}],
        "end" :                     [{"@id" : "var:end"}]
    },
    "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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy