Construct a unique deterministic IRI from a given string. Useful for making resources from GPT responses.
Namespace:
PREFIX llm: <http://franz.com/ns/allegrograph/8.0.0/llm/>
General form:
llm:node(?response)
For example, the patterns
BIND (llm:response("largest US State, name only") AS ?response)
BIND (llm:node(?response) AS ?node)
is expected to bind ?response
to the value "Alaska" and ?node
to a resource
http://franz.com/ns/allegrograph/8.0.0/llm/node#c17ac113230f5f31c4a53f58d0f24e81
Notes
The following namespace abbreviations are used:
The SPARQL magic properties reference has additional information on using AllegroGraph magic properties and functions.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4