EngineVersion 1artifactActions

artifact:resolve

Interface for resolving artifact content from the filesystem.

Classification: actions:Query

Subject: artifact:Artifact (optional)

Result: string

Abstract interface without handler. Overloaded by artifact-type-specific implementations.

SPARQL usage: ?content artifact:resolve (?artifactUri)

# Resolve text/markdown artifact
    ?markdown artifact:resolve (ex:MyMarkdownTemplate) .