org.w3c.rdf.vocabulary.rdf_schema_19990303
Interface RDFS


public abstract interface RDFS

A convenience access to the RDFS vocabulary


Field Summary
static java.lang.String _Namespace
          Namespace URI of this schema
static Resource Class
          The concept of Class
static Resource comment
          Use this for descriptions
static Resource ConstraintProperty
          Properties used to express RDF Schema constraints.
static Resource ConstraintResource
          Resources used to express RDF Schema constraints.
static Resource Container
          This represents the set Containers.
static Resource ContainerMembershipProperty
          This is the class that the properties _1,_2, ...
static Resource domain
          This is how we associate a class with properties that its instances can have
static Resource isDefinedBy
          Indicates a resource containing and defining the subject resource.
static Resource label
          Provides a human-readable version of a resource name
static Resource Literal
          This represents the set of atomic values, eg.
static Resource Property
          The concept of a property.
static Resource range
          Properties that can be used in a schema to provide constraints
static Resource Resource
          The most general class
static Resource seeAlso
          Indicates a resource that provides information about the subject resource
static Resource subClassOf
          Indicates membership of a class
static Resource subPropertyOf
          Indicates specialization of properties
 

Field Detail

_Namespace

public static final java.lang.String _Namespace
Namespace URI of this schema

seeAlso

public static final Resource seeAlso
Indicates a resource that provides information about the subject resource

comment

public static final Resource comment
Use this for descriptions

isDefinedBy

public static final Resource isDefinedBy
Indicates a resource containing and defining the subject resource.

subClassOf

public static final Resource subClassOf
Indicates membership of a class

domain

public static final Resource domain
This is how we associate a class with properties that its instances can have

Class

public static final Resource Class
The concept of Class

subPropertyOf

public static final Resource subPropertyOf
Indicates specialization of properties

ConstraintResource

public static final Resource ConstraintResource
Resources used to express RDF Schema constraints.

ConstraintProperty

public static final Resource ConstraintProperty
Properties used to express RDF Schema constraints.

ContainerMembershipProperty

public static final Resource ContainerMembershipProperty
This is the class that the properties _1,_2, ... that are used to represent lists and are an instance of

range

public static final Resource range
Properties that can be used in a schema to provide constraints

Property

public static final Resource Property
The concept of a property.

Resource

public static final Resource Resource
The most general class

Literal

public static final Resource Literal
This represents the set of atomic values, eg. textual strings.

Container

public static final Resource Container
This represents the set Containers.

label

public static final Resource label
Provides a human-readable version of a resource name