http://franz.com/ns/allegrograph/8.0.0/llm/node

<http://franz.com/ns/allegrograph/8.0.0/llm/node>
( prompt )

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.