edu.stanford.smi.protegex.owl.model
Interface RDFNames


public interface RDFNames

Defines the names of the RDF(S) related parts of the OWL system ontology. This corresponds to the Model interface in general Protege.

Author:
Holger Knublauch

Nested Class Summary
static interface RDFNames.Cls
           
static interface RDFNames.ClsID
           
static interface RDFNames.Instance
           
static interface RDFNames.Slot
           
 
Field Summary
static String COLLECTION
           
static String RDF
           
static String RDF_PREFIX
           
static String XML_LITERAL
           
static String XSD_PREFIX
           
 

Field Detail

COLLECTION

public static final String COLLECTION
See Also:
Constant Field Values

RDF

public static final String RDF
See Also:
Constant Field Values

RDF_PREFIX

public static final String RDF_PREFIX
See Also:
Constant Field Values

XSD_PREFIX

public static final String XSD_PREFIX
See Also:
Constant Field Values

XML_LITERAL

public static final String XML_LITERAL
See Also:
Constant Field Values