public class RDFS extends Object
Modifier and Type | Field and Description |
---|---|
static URI |
CLASS
http://www.w3.org/2000/01/rdf-schema#Class
|
static URI |
COMMENT
http://www.w3.org/2000/01/rdf-schema#comment
|
static URI |
CONTAINER
http://www.w3.org/2000/01/rdf-schema#Container
|
static URI |
CONTAINERMEMBERSHIPPROPERTY
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
|
static URI |
DATATYPE
http://www.w3.org/2000/01/rdf-schema#Datatype
|
static URI |
DOMAIN
http://www.w3.org/2000/01/rdf-schema#domain
|
static URI |
ISDEFINEDBY
http://www.w3.org/2000/01/rdf-schema#isDefinedBy
|
static URI |
LABEL
http://www.w3.org/2000/01/rdf-schema#label
|
static URI |
LITERAL
http://www.w3.org/2000/01/rdf-schema#Literal
|
static URI |
MEMBER
http://www.w3.org/2000/01/rdf-schema#member
|
static String |
NAMESPACE
The RDF Schema namepace: http://www.w3.org/2000/01/rdf-schema#
|
static Namespace |
NS
An immutable
Namespace constant that represents the RDFS
namespace. |
static String |
PREFIX
Recommended prefix for the RDF Schema namespace: "rdfs"
|
static URI |
RANGE
http://www.w3.org/2000/01/rdf-schema#range
|
static URI |
RESOURCE
http://www.w3.org/2000/01/rdf-schema#Resource
|
static URI |
SEEALSO
http://www.w3.org/2000/01/rdf-schema#seeAlso
|
static URI |
SUBCLASSOF
http://www.w3.org/2000/01/rdf-schema#subClassOf
|
static URI |
SUBPROPERTYOF
http://www.w3.org/2000/01/rdf-schema#subPropertyOf
|
Constructor and Description |
---|
RDFS() |
public static final String NAMESPACE
public static final String PREFIX
public static final Namespace NS
Namespace
constant that represents the RDFS
namespace.public static final URI RESOURCE
public static final URI LITERAL
public static final URI CLASS
public static final URI SUBCLASSOF
public static final URI SUBPROPERTYOF
public static final URI DOMAIN
public static final URI RANGE
public static final URI COMMENT
public static final URI LABEL
public static final URI DATATYPE
public static final URI CONTAINER
public static final URI MEMBER
public static final URI ISDEFINEDBY
public static final URI SEEALSO
public static final URI CONTAINERMEMBERSHIPPROPERTY
Copyright © 2001-2016 Aduna. All Rights Reserved.