Annotation Interface OWLClass


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface OWLClass
Specifies that the class is an entity class and maps to an ontological class (RDFS or OWL).

This annotation is applied to the entity class.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    IRI of the ontological class
  • Element Details

    • iri

      String iri
      IRI of the ontological class
      Returns:
      IRI of the referenced class