public interface ModelGraphInterface
Modifier and Type | Method and Description |
---|---|
RDFNode |
asRDFNode(Node n)
Answer an RDF node wrapping
n suitably; URI nodes
become Resources with the same URI, blank nodes become Resources
with URI null but the same AnonId, and literal nodes become Literals
with n as their value carrier. |
Statement |
asStatement(Triple t)
Answer a Statement in this Model who's SPO is that of the triple
t . |
Graph |
getGraph()
Answer the Graph which this Model is presenting.
|
Resource |
wrapAsResource(Node n) |
Statement asStatement(Triple t)
t
.Graph getGraph()
RDFNode asRDFNode(Node n)
n
suitably; URI nodes
become Resources with the same URI, blank nodes become Resources
with URI null but the same AnonId, and literal nodes become Literals
with n
as their value carrier.Licenced under the Apache License, Version 2.0