Resolve
RDF Terms

    Data based on @zazuko/vocabularies
    Click to Copy
    dash:dependencyPredicate
    Click to Copy
    http://datashapes.org/dash#dependencyPredicate

    Recommended prefix

    Copy 'PREFIX dash: <http://datashapes.org/dash#>'

    dash:

    lang:""
    dependency predicate
    lang:""
    Can be used in dash:js node expressions to enumerate the predicates that the computation of the values may depend on. This can be used by clients to determine whether an edit requires re-computation of values on a form or elsewhere. For example, if the dash:js is something like "focusNode.firstName + focusNode.lastName" then the dependency predicates should be ex:firstName and ex:lastName.