|
Class Summary |
| Assert |
A primitive which consumes a subject, predicate and object, then produces the
subject after adding the corresponding RDF statement to the triple store. |
| AssertInContext |
A primitive which consumes a subject, predicate and object, then produces the
subject after adding the corresponding RDF statement to the triple store. |
| Deny |
A primitive which consumes a subject, predicate and object, then produces the
subject after removing the corresponding RDF statement from the triple store. |
| DenyInContext |
A primitive which consumes a subject, predicate and object, then produces the
subject after removing the corresponding RDF statement from the triple store. |
| GraphLibrary |
A collection of primitives for manipulating data types and RDF graphs. |
| InContext |
|
| Inlinks |
A primitive which consumes a resource and produces a three-element list
(subject, resource, object) for each statement about the resource. |
| Keys |
User: josh
Date: 4/5/11
Time: 11:22 PM |
| KeyValues |
User: josh
Date: 4/5/11
Time: 11:22 PM |
| Links |
A primitive which consumes a resource and produces a three-element list
(subject, resource, object) for each statement about the resource. |
| Members |
A primitive which consumes an RDF container and produces all items in the
container. |
| New |
A primitive which produces a new blank node. |
| Quads |
A primitive which consumes an information resource and produces a list
(subject, predicate, object) for each RDF triple in the corresponding
Semantic Web document. |
| RDFPredicateStackMapping |
|
| ReadOnlyGraphLibrary |
A collection of primitives for manipulating data types and RDF graphs,
excluding those which write to (have side-effects upon) the graph. |
| Sparql |
A primitive which consumes a SPARQL query and pushes, for each result, a variable number of values onto the stack, one for each binding. |
| SPARQLValue |
User: josh
Date: 5/20/11
Time: 1:40 AM |
| ToJson |
A primitive which consumes a literal value and produces the resource
identified by the corresponding URI (if any). |
| Triples |
A primitive which consumes an information resource and produces a list
(subject, predicate, object) for each RDF triple in the corresponding
Semantic Web document. |
| Values |
User: josh
Date: 4/5/11
Time: 11:22 PM |