-
Notifications
You must be signed in to change notification settings - Fork 4
Sparql extensions
ericprud edited this page Sep 18, 2012
·
13 revisions
This is a list of extensions to the SWObjects SPARQL implementation.
- list accessors:
-
starts(n-args) - match a list which starts with these args:
_:flag <colors> starts("blue", "white") .
|_:flag <colors> starts(?c1, ?c2) .
- ends(n-args)
- set(n-args)
-
starts(n-args) - match a list which starts with these args:
-
select un-named expression -
SELECT ?name (?a + ?b) WHERE ...
- concat - n-args - concatonate the lexical value of all of the arguments.
- host (resourceStem, collectionHead, pageSize) - invent a name and add it to a collection.