org.apache.clerezza.platform.curieprefixmanager.ontologies
Class CURIE

java.lang.Object
  extended by org.apache.clerezza.platform.curieprefixmanager.ontologies.CURIE

public class CURIE
extends Object


Field Summary
static org.apache.clerezza.rdf.core.UriRef binding
          definition: The value to which the pefix associated with the subject is bound to.
static org.apache.clerezza.rdf.core.UriRef CuriePrefixBinding
          definition: A binding of a CURIE prefix to the string which has to be prepended to reference part of the CURIE to produce a IRI.
static org.apache.clerezza.rdf.core.UriRef CuriePrefixBindingList
          definition: A List of CURIE prefix bindings
static org.apache.clerezza.rdf.core.UriRef prefix
          definition: The CURIE pefix, i.e.
static org.apache.clerezza.rdf.core.UriRef THIS_ONTOLOGY
           
 
Constructor Summary
CURIE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CuriePrefixBinding

public static final org.apache.clerezza.rdf.core.UriRef CuriePrefixBinding
definition: A binding of a CURIE prefix to the string which has to be prepended to reference part of the CURIE to produce a IRI.


CuriePrefixBindingList

public static final org.apache.clerezza.rdf.core.UriRef CuriePrefixBindingList
definition: A List of CURIE prefix bindings


binding

public static final org.apache.clerezza.rdf.core.UriRef binding
definition: The value to which the pefix associated with the subject is bound to.


prefix

public static final org.apache.clerezza.rdf.core.UriRef prefix
definition: The CURIE pefix, i.e. a NCName according to http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-NCName.


THIS_ONTOLOGY

public static final org.apache.clerezza.rdf.core.UriRef THIS_ONTOLOGY
Constructor Detail

CURIE

public CURIE()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.