fedora.common.rdf
Class FedoraNamespace

java.lang.Object
  extended by fedora.common.rdf.RDFNamespace
      extended by fedora.common.rdf.FedoraNamespace
All Implemented Interfaces:
java.io.Serializable

public class FedoraNamespace
extends RDFNamespace

The Fedora RDF namespace.

 Namespace URI    : info:fedora/
 Preferred Prefix : fedora
 

Author:
cwilper@fedora-commons.org
See Also:
"info" URI Scheme Registry page, Serialized Form

Field Summary
 RDFName BDEF_CMODEL
          The content model for Behavior Definition objects; info:fedora/fedora-system:BehaviorDefinition
 RDFName BMECH_CMODEL
          The content model for Behavior Mechanism objects; info:fedora/fedora-system:BehaviorMechanism
 RDFName CMODEL_CMODEL
          The content model for Content Model objects; info:fedora/fedora-system:ContentModel
 RDFName DEFAULT_CMODEL
          The default content model for Fedora data objects; info:fedora/fedora-system:DefaultContentModel-1
 
Fields inherited from class fedora.common.rdf.RDFNamespace
prefix, uri
 
Constructor Summary
FedoraNamespace()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BDEF_CMODEL

public final RDFName BDEF_CMODEL
The content model for Behavior Definition objects; info:fedora/fedora-system:BehaviorDefinition


BMECH_CMODEL

public final RDFName BMECH_CMODEL
The content model for Behavior Mechanism objects; info:fedora/fedora-system:BehaviorMechanism


CMODEL_CMODEL

public final RDFName CMODEL_CMODEL
The content model for Content Model objects; info:fedora/fedora-system:ContentModel


DEFAULT_CMODEL

public final RDFName DEFAULT_CMODEL
The default content model for Fedora data objects; info:fedora/fedora-system:DefaultContentModel-1

Constructor Detail

FedoraNamespace

public FedoraNamespace()