toString() methods of RDFBean proxy objects return subject IRI values, without possibility of customization.
There could be a method annotation to indicate a property for string representation of the object, for instance:
@RDF("foaf:name")
@toString
public String getName();
toString()methods of RDFBean proxy objects return subject IRI values, without possibility of customization.There could be a method annotation to indicate a property for string representation of the object, for instance: