public class RDF extends Object
Modifier and Type | Field and Description |
---|---|
static URI |
ALT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
|
static URI |
BAG
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
|
static URI |
FIRST
http://www.w3.org/1999/02/22-rdf-syntax-ns#first
|
static URI |
HTML
http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML
|
static URI |
LANGSTRING
http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
|
static URI |
LI
http://www.w3.org/1999/02/22-rdf-syntax-ns#li
|
static URI |
LIST
http://www.w3.org/1999/02/22-rdf-syntax-ns#List
|
static String |
NAMESPACE
http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
static URI |
NIL
http://www.w3.org/1999/02/22-rdf-syntax-ns#nil
|
static Namespace |
NS
An immutable
Namespace constant that represents the RDF namespace. |
static URI |
OBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#object
|
static URI |
PREDICATE
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
|
static String |
PREFIX
Recommended prefix for the RDF namespace: "rdf"
|
static URI |
PROPERTY
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
|
static URI |
REST
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
|
static URI |
SEQ
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
|
static URI |
STATEMENT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
|
static URI |
SUBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
|
static URI |
TYPE
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
|
static URI |
VALUE
http://www.w3.org/1999/02/22-rdf-syntax-ns#value
|
static URI |
XMLLITERAL
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
|
Constructor and Description |
---|
RDF() |
public static final String NAMESPACE
public static final String PREFIX
public static final Namespace NS
Namespace
constant that represents the RDF namespace.public static final URI TYPE
public static final URI PROPERTY
public static final URI XMLLITERAL
public static final URI SUBJECT
public static final URI PREDICATE
public static final URI OBJECT
public static final URI STATEMENT
public static final URI BAG
public static final URI ALT
public static final URI SEQ
public static final URI VALUE
public static final URI LI
public static final URI LIST
public static final URI FIRST
public static final URI REST
public static final URI NIL
public static final URI LANGSTRING
public static final URI HTML
Copyright © 2001–2016 Aduna. All rights reserved.