object property
final
The object of the triple, representing the value or related resource.
In RDF, the object can be an IRI, a blank node, or a literal value. This is the most flexible position in a triple, allowing any valid RDF term.
The RdfObject type represents this flexibility, allowing any of the three term types to be used in this position.
Implementation
final RdfObject object;