predicate property
final
The predicate of the triple, representing the property or relationship.
In RDF, the predicate must be an IRI. The RDF 1.1 specification does not allow blank nodes or literals as predicates.
The RdfPredicate type ensures that only valid terms can be used as predicates, enforcing the RDF data model constraints at compile time.
Implementation
final RdfPredicate predicate;