it.uniroma2.art.owlart.vocabulary
Class RDFS

java.lang.Object
  extended by it.uniroma2.art.owlart.vocabulary.RDFS

public class RDFS
extends java.lang.Object

Vocabulary file for the RDFS language specification

Author:
Armando Stellato

Nested Class Summary
static class RDFS.Res
           
 
Field Summary
static java.lang.String CLASS
          http://www.w3.org/2000/01/rdf-schema#Class
static java.lang.String COMMENT
          http://www.w3.org/2000/01/rdf-schema#comment
static java.lang.String CONTAINER
          http://www.w3.org/2000/01/rdf-schema#Container
static java.lang.String CONTAINERMEMBERSHIPPROPERTY
          http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
static java.lang.String DATATYPE
          http://www.w3.org/2000/01/rdf-schema#Datatype
static java.lang.String DOMAIN
          http://www.w3.org/2000/01/rdf-schema#domain
static java.lang.String ISDEFINEDBY
          http://www.w3.org/2000/01/rdf-schema#isDefinedBy
static java.lang.String LABEL
          http://www.w3.org/2000/01/rdf-schema#label
static java.lang.String LITERAL
          http://www.w3.org/2000/01/rdf-schema#Literal
static java.lang.String MEMBER
          http://www.w3.org/2000/01/rdf-schema#member
static java.lang.String NAMESPACE
          http://www.w3.org/2000/01/rdf-schema#
static java.lang.String RANGE
          http://www.w3.org/2000/01/rdf-schema#range
static java.lang.String RESOURCE
          http://www.w3.org/2000/01/rdf-schema#Resource
static java.lang.String SEEALSO
          http://www.w3.org/2000/01/rdf-schema#seeAlso
static java.lang.String SUBCLASSOF
          http://www.w3.org/2000/01/rdf-schema#subClassOf
static java.lang.String SUBPROPERTYOF
          http://www.w3.org/2000/01/rdf-schema#subPropertyOf
 
Constructor Summary
RDFS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
http://www.w3.org/2000/01/rdf-schema#

See Also:
Constant Field Values

RESOURCE

public static final java.lang.String RESOURCE
http://www.w3.org/2000/01/rdf-schema#Resource

See Also:
Constant Field Values

LITERAL

public static final java.lang.String LITERAL
http://www.w3.org/2000/01/rdf-schema#Literal

See Also:
Constant Field Values

CLASS

public static final java.lang.String CLASS
http://www.w3.org/2000/01/rdf-schema#Class

See Also:
Constant Field Values

SUBCLASSOF

public static final java.lang.String SUBCLASSOF
http://www.w3.org/2000/01/rdf-schema#subClassOf

See Also:
Constant Field Values

SUBPROPERTYOF

public static final java.lang.String SUBPROPERTYOF
http://www.w3.org/2000/01/rdf-schema#subPropertyOf

See Also:
Constant Field Values

DOMAIN

public static final java.lang.String DOMAIN
http://www.w3.org/2000/01/rdf-schema#domain

See Also:
Constant Field Values

RANGE

public static final java.lang.String RANGE
http://www.w3.org/2000/01/rdf-schema#range

See Also:
Constant Field Values

COMMENT

public static final java.lang.String COMMENT
http://www.w3.org/2000/01/rdf-schema#comment

See Also:
Constant Field Values

LABEL

public static final java.lang.String LABEL
http://www.w3.org/2000/01/rdf-schema#label

See Also:
Constant Field Values

DATATYPE

public static final java.lang.String DATATYPE
http://www.w3.org/2000/01/rdf-schema#Datatype

See Also:
Constant Field Values

CONTAINER

public static final java.lang.String CONTAINER
http://www.w3.org/2000/01/rdf-schema#Container

See Also:
Constant Field Values

MEMBER

public static final java.lang.String MEMBER
http://www.w3.org/2000/01/rdf-schema#member

See Also:
Constant Field Values

ISDEFINEDBY

public static final java.lang.String ISDEFINEDBY
http://www.w3.org/2000/01/rdf-schema#isDefinedBy

See Also:
Constant Field Values

SEEALSO

public static final java.lang.String SEEALSO
http://www.w3.org/2000/01/rdf-schema#seeAlso

See Also:
Constant Field Values

CONTAINERMEMBERSHIPPROPERTY

public static final java.lang.String CONTAINERMEMBERSHIPPROPERTY
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty

See Also:
Constant Field Values
Constructor Detail

RDFS

public RDFS()


Copyright © 2011 ART Group, University of Rome, Tor Vergata. All Rights Reserved.