EngineVersion 1osClasses

os:SparqlRunnable

Abstract base for any resource that holds SPARQL content for execution.

The SPARQL form (SELECT, ASK, CONSTRUCT, etc.) is determined structurally by which content subproperty of os:sparql is set. Concrete subclasses os:Script and os:Query determine execution semantics.

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.

On this page