Resolve
RDF Terms

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

    Recommended prefix

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

    dash:

    lang:""
    Included script
    lang:""
    The code associated with instances of this class will get injected into the generated APIs, as global code snippets. Typically used to declare libraries of utility functions or constants that are (compared to shape scripts) not necessarily associated with specific classes or shapes. Note that the JavaScript code stored in dash:js cannot use the export keyword because the code must also work in external scripts (such as on Node.js). Instead, you need to enumerate the exported symbols via dash:exports.