Package org.trellisldp.vocabulary
Class RDFS
- java.lang.Object
-
- org.trellisldp.vocabulary.RDFS
-
public final class RDFS extends Object
RDFS Terms from the W3C RDF Schema Vocabulary.- See Also:
- RDF Schema 1.1 and RDF 1.1 Concepts and Abstract Syntax
-
-
Field Summary
Fields Modifier and Type Field Description static IRI
Class
static IRI
comment
static IRI
Container
static IRI
ContainerMembershipProperty
static IRI
Datatype
static IRI
domain
static IRI
isDefinedBy
static IRI
label
static IRI
Literal
static IRI
member
static IRI
range
static IRI
Resource
static IRI
seeAlso
static IRI
subClassOf
static IRI
subPropertyOf
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getNamespace()
get the namespace.
-
-
-
Field Detail
-
Resource
public static final IRI Resource
-
Class
public static final IRI Class
-
Literal
public static final IRI Literal
-
Container
public static final IRI Container
-
ContainerMembershipProperty
public static final IRI ContainerMembershipProperty
-
Datatype
public static final IRI Datatype
-
subClassOf
public static final IRI subClassOf
-
subPropertyOf
public static final IRI subPropertyOf
-
comment
public static final IRI comment
-
label
public static final IRI label
-
domain
public static final IRI domain
-
range
public static final IRI range
-
seeAlso
public static final IRI seeAlso
-
isDefinedBy
public static final IRI isDefinedBy
-
member
public static final IRI member
-
-
Method Detail
-
getNamespace
public static String getNamespace()
get the namespace.- Returns:
- namespace
-
-