sdg:implementationKind
sdg:implementationKind says how a Script's logic is expressed — the script-side counterpart of a hook's sdg:hookTransport.
Known values
sdg:Construct— the logic is a SPARQLCONSTRUCTquery carried insdg:constructQuery; the registry executes it natively, with no sandbox concerns. The inbound-reference-counts script is this kind.
Code-at-init scripts — logic living in the host service, registered at startup, the same pattern as sdg:CodeAtInit hooks — are the other Phase 1 script style for logic SPARQL cannot express.
Usage
- Domain:
sdg:ScriptDefinition. Range: an implementation-kind individual. One per script.