public interface Triple
Modifier and Type | Method and Description |
---|---|
LiteralOrONodeID |
getObject() |
OURI |
getPredicate() |
ONodeID |
getSubject() |
String |
toString()
Return a printable representation of the triple, this may be implementation
dependent but should ideally adhere to Turtle syntax.
|
String |
toTurtle()
Return the Turtle representation of the triple
|
ONodeID getSubject()
OURI getPredicate()
LiteralOrONodeID getObject()
String toString()
String toTurtle()
Copyright © 2024 GATE. All rights reserved.