abstract fun isTriplePartial(triple: Triple!): Future<Boolean!>!
Check if a triple is partial or not.
triple - Triple!: The triple to check.
triple
Return Future<Boolean!>!: True if the triple is partial, not otherwise.