Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 592 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 592 Bytes

Build Status

Stardog WebFunctions

A Stardog plugin for executing web assembly functions

prefix wf: <http://semantalytics.com/2021/03/ns/stardog/webfunction/>
prefix f: <ipfs://QmVx8jryTscgnbJoh8iuUYUiiGBeu4tr1i1A3PmCqcE5Vk/>

select ?result where { bind(wf:call(f:toUpper, \"stardog\") AS ?result) }";

Stardog WebFunctions supports loading functions from IPFS to reduce external dependencies and allow functions to be called offline