abstract fun queryTriples(triple: Triple!, graphName: String!): 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
MutableList<Triple!>!: The vector of triples matching the triple
Throw
if one node of the triple is invalid.
Since
2