include property

bool include
final

Whether to include this property during serialization to RDF.

If false, the property will be read during deserialization but skipped when generating RDF output. This creates a one-way mapping (read-only from RDF perspective). This is useful for properties that should be loaded from RDF but then managed internally by your application logic without writing changes back to RDF. Defaults to true.

Implementation

final bool include;