public class RDF extends Object
Modifier and Type | Field and Description |
---|---|
static UriRef |
Alt
comment: The class of containers of alternatives.
|
static UriRef |
Bag
comment: The class of unordered containers.
|
static UriRef |
first
comment: The first item in the subject RDF list.
|
static UriRef |
List
comment: The class of RDF Lists.
|
static UriRef |
nil
comment: The empty list, with no items in it.
|
static UriRef |
object
comment: The object of the subject RDF statement.
|
static UriRef |
predicate
comment: The predicate of the subject RDF statement.
|
static UriRef |
Property
comment: The class of RDF properties.
|
static UriRef |
rest
comment: The rest of the subject RDF list after the first item.
|
static UriRef |
Seq
comment: The class of ordered containers.
|
static UriRef |
Statement
comment: The class of RDF statements.
|
static UriRef |
subject
comment: The subject of the subject RDF statement.
|
static UriRef |
THIS_ONTOLOGY |
static UriRef |
type
comment: The subject is an instance of a class.
|
static UriRef |
value
comment: Idiomatic property used for structured values.
|
static UriRef |
XMLLiteral
comment: The class of XML literal values.
|
Constructor and Description |
---|
RDF() |
public static final UriRef Alt
public static final UriRef Bag
public static final UriRef List
public static final UriRef Property
public static final UriRef Seq
public static final UriRef Statement
public static final UriRef XMLLiteral
public static final UriRef first
public static final UriRef object
public static final UriRef predicate
public static final UriRef rest
public static final UriRef subject
public static final UriRef type
public static final UriRef value
public static final UriRef THIS_ONTOLOGY
public static final UriRef nil
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.