Annotation Interface EntityReference


@Retention(RUNTIME) @Target(FIELD) public @interface EntityReference
An annotation to indicate that a SSSOM slot is an "entity reference". In the SSSOM specification, entity references are basically strings and downstream applications must treat them as opaque strings. But when serialising, they may be written under a shortened form (as “CURIEs”), so they must be treated differently.