http://franz.com/ns/allegrograph/8.0.0/llm/node
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:
- fti - <http://franz.com/ns/allegrograph/2.2/textindex/>
- geo - <http://franz.com/ns/allegrograph/3.0/geospatial/>
- geofn - <http://franz.com/ns/allegrograph/3.0/geospatial/fn/>
- nd - <http://franz.com/ns/allegrograph/5.0/geo/nd#>
- ndfn - <http://franz.com/ns/allegrograph/5.0/geo/nd/fn#>
- sna - <http://franz.com/ns/allegrograph/4.11/sna/>
The SPARQL magic properties reference has additional information on using AllegroGraph magic properties and functions.