Annotation Interface RDFContainer


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface RDFContainer
Specifies mapping of an RDF container.

RDF containers are resources used to represent collections. In contrast to RDF collections, they are not closed, so it is possible to add new items to them without having to reattach the container ending element.

Three types of RDF containers are defined, each with different convention-based semantics.

See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The type of the container.
  • Element Details

    • type

      The type of the container.
      Returns:
      Type of the container