EngineVersion 1osClasses

os:Script

A SPARQL script executed with full runtime capabilities.

Extends: os:SparqlRunnable

Scripts run through the script engine with property functions, actions, and authorization enforcement enabled. Script execution is tracked via os:ScriptExecution process entities.

Standard bindings injected into every script: ?_process (os:ScriptExecution — current execution), ?_metadata (os:NamedGraph — provenance metadata graph for GRAPH patterns), ?_stale (os:NamedGraph — retracted/stale statements graph for GRAPH patterns).

Properties

os:sparql (required, max 1)

Base property for SPARQL query content. Use form-specific subproperties (os:select, os:ask, etc.) to set content and designate the query form.

SparqlRunnable must have exactly one SPARQL content property.

Inherited from parent class.

On this page