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