org.w3c.rdf.vocabulary.rdf_syntax_19990222
Interface RDF


public abstract interface RDF

A convenience access to the RDF vocabulary


Field Summary
static java.lang.String _Namespace
          Namespace URI of this schema
static Resource Alt
          A collection of alternatives
static Resource Bag
          An unordered collection
static Resource object
          Identifies the object of a statement when representing the statement in reified form
static Resource predicate
          Identifies the property used in a statement when representing the statement in reified form
static Resource Property
          A name of a property, defining specific meaning for the property
static Resource Seq
          An ordered collection
static Resource Statement
          A triple consisting of a predicate, a subject, and an object.
static Resource subject
          Identifies the resource that a statement is describing when representing the statement in reified form
static Resource type
          Identifies the Class of a resource
static Resource value
          Identifies the principal value (usually a string) of a property when the property value is a structured resource
 

Field Detail

_Namespace

public static final java.lang.String _Namespace
Namespace URI of this schema

predicate

public static final Resource predicate
Identifies the property used in a statement when representing the statement in reified form

type

public static final Resource type
Identifies the Class of a resource

object

public static final Resource object
Identifies the object of a statement when representing the statement in reified form

Property

public static final Resource Property
A name of a property, defining specific meaning for the property

value

public static final Resource value
Identifies the principal value (usually a string) of a property when the property value is a structured resource

Statement

public static final Resource Statement
A triple consisting of a predicate, a subject, and an object.

subject

public static final Resource subject
Identifies the resource that a statement is describing when representing the statement in reified form

Alt

public static final Resource Alt
A collection of alternatives

Bag

public static final Resource Bag
An unordered collection

Seq

public static final Resource Seq
An ordered collection