JenaProtoEncoder
Attributes
- Graph
-
- Supertypes
-
class ProtoEncoder[Node, Triple, Quad, Triple]class Objecttrait Matchableclass Any
Members list
Value members
Inherited methods
Add an RDF quad statement to the stream.
Add an RDF quad statement to the stream.
Value parameters
- quad
-
quad to add
Attributes
- Returns
-
iterable of stream rows
- Inherited from:
- ProtoEncoder
Add an RDF triple statement to the stream.
Add an RDF triple statement to the stream.
Value parameters
- triple
-
triple to add
Attributes
- Returns
-
iterable of stream rows
- Inherited from:
- ProtoEncoder
Signal the end of a delimited graph in a GRAPHS stream.
Signal the end of a delimited graph in a GRAPHS stream.
Attributes
- Returns
-
iterable of stream rows (always of length 1)
- Inherited from:
- ProtoEncoder
Signal the start of the default delimited graph in a GRAPHS stream.
Signal the start of the default delimited graph in a GRAPHS stream.
Attributes
- Returns
-
iterable of stream rows
- Inherited from:
- ProtoEncoder
Signal the start of a new (named) delimited graph in a GRAPHS stream. Null value is interpreted as the default graph.
Signal the start of a new (named) delimited graph in a GRAPHS stream. Null value is interpreted as the default graph.
Value parameters
- graph
-
graph node
Attributes
- Returns
-
iterable of stream rows
- Inherited from:
- ProtoEncoder