kaos.ontology.vocabulary
Class RDFSConcepts

java.lang.Object
  extended by kaos.ontology.vocabulary.RDFSConcepts

public final class RDFSConcepts
extends java.lang.Object


Field Summary
static java.lang.String _Class_
           
static java.lang.String _comment_
           
static java.lang.String _domain_
           
static java.lang.String _label_
           
static java.lang.String _Property_
           
static java.lang.String _range_
           
static java.lang.String _Resource_
           
static java.lang.String _subClassOf_
           
static java.lang.String _subPropertyOf_
           
static java.lang.String rdfsURL
           
 
Constructor Summary
RDFSConcepts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rdfsURL

public static final java.lang.String rdfsURL
See Also:
Constant Field Values

_Resource_

public static final java.lang.String _Resource_
See Also:
Constant Field Values

_Class_

public static final java.lang.String _Class_
See Also:
Constant Field Values

_Property_

public static final java.lang.String _Property_
See Also:
Constant Field Values

_label_

public static final java.lang.String _label_
See Also:
Constant Field Values

_comment_

public static final java.lang.String _comment_
See Also:
Constant Field Values

_subClassOf_

public static final java.lang.String _subClassOf_
See Also:
Constant Field Values

_subPropertyOf_

public static final java.lang.String _subPropertyOf_
See Also:
Constant Field Values

_domain_

public static final java.lang.String _domain_
See Also:
Constant Field Values

_range_

public static final java.lang.String _range_
See Also:
Constant Field Values
Constructor Detail

RDFSConcepts

public RDFSConcepts()