thewebsemantic
Annotation Type RdfProperty


@Target(value=METHOD)
@Retention(value=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() { ...


Optional Element Summary
 boolean symmetric
           
 boolean transitive
           
 java.lang.String value
           
 

value

public abstract java.lang.String value
Default:
""

symmetric

public abstract boolean symmetric
Default:
false

transitive

public abstract boolean transitive
Default:
false