abstract fun queryTriples(triple: Triple!, graphName: String!): Future<MutableList<Triple!>!>!
Find all the triples matching the triple.
triple
- Triple!: A triple which can be partial, and which should be matched //!by all the resulting triple.
Return
Future<MutableList<Triple!>!>!: The vector of triples matching the triple
Throw
if one node of the triple is invalid.
Since
2