org.openrdf.elmo.annotations
Annotation Type rdf


@Retention(value=RUNTIME)
@Target(value={PACKAGE,TYPE,METHOD})
public @interface rdf

Defines the URI of this property or resource type. If on a class, the value is the full URI of the rdf:type. The first value is the default URI, subsequent values are equivalent URIs. If on a package this is the URI of Ontology this package defines. If on a getter method this is the URI of the predicate for this bean property. The first value is used for both reading the value and writing the value. If inferencing is enabled all values are used when writing the value.

Author:
James Leigh

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2004-2008 Aduna. All Rights Reserved.