public class RDFS extends Object
Modifier and Type | Field and Description |
---|---|
static IRI |
CLASS
http://www.w3.org/2000/01/rdf-schema#Class
|
static IRI |
COMMENT
http://www.w3.org/2000/01/rdf-schema#comment
|
static IRI |
CONTAINER
http://www.w3.org/2000/01/rdf-schema#Container
|
static IRI |
CONTAINERMEMBERSHIPPROPERTY
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
|
static IRI |
DATATYPE
http://www.w3.org/2000/01/rdf-schema#Datatype
|
static IRI |
DOMAIN
http://www.w3.org/2000/01/rdf-schema#domain
|
static IRI |
ISDEFINEDBY
http://www.w3.org/2000/01/rdf-schema#isDefinedBy
|
static IRI |
LABEL
http://www.w3.org/2000/01/rdf-schema#label
|
static IRI |
LITERAL
http://www.w3.org/2000/01/rdf-schema#Literal
|
static IRI |
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 IRI |
RANGE
http://www.w3.org/2000/01/rdf-schema#range
|
static IRI |
RESOURCE
http://www.w3.org/2000/01/rdf-schema#Resource
|
static IRI |
SEEALSO
http://www.w3.org/2000/01/rdf-schema#seeAlso
|
static IRI |
SUBCLASSOF
http://www.w3.org/2000/01/rdf-schema#subClassOf
|
static IRI |
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 IRI RESOURCE
public static final IRI LITERAL
public static final IRI CLASS
public static final IRI SUBCLASSOF
public static final IRI SUBPROPERTYOF
public static final IRI DOMAIN
public static final IRI RANGE
public static final IRI COMMENT
public static final IRI LABEL
public static final IRI DATATYPE
public static final IRI CONTAINER
public static final IRI MEMBER
public static final IRI ISDEFINEDBY
public static final IRI SEEALSO
public static final IRI CONTAINERMEMBERSHIPPROPERTY
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.