Annotation Type RdfProperty


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface RdfProperty
    @RdfProperty is usefull when you need to map a bean property to a particular RDF property. It is used to annotate java bean properties via their getter method. @RdfBean("http://example.org/demo#hasFriend") public getFriends() { ...
    • Element Detail

      • value

        String value
        Default:
        ""
      • symmetric

        boolean symmetric
        Default:
        false
      • transitive

        boolean transitive
        Default:
        false
      • inverseOf

        String inverseOf
        Default:
        ""