Package com.stardog.stark
Interface Namespace
-
- All Superinterfaces:
java.lang.Comparable<Namespace>,java.io.Serializable
public interface Namespace extends java.lang.Comparable<Namespace>, java.io.Serializable
A namespace; an IRI and prefix pair that can be used during serialization to shorten a
IRIto a `QName`. Theiri()corresponds to theIRI.namespace()of an `IRI`.- Since:
- 0.1
- Version:
- 0.1
- Author:
- Michael Grove
- See Also:
- Namespaces in RDF
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringiri()The IRI of the namespacejava.lang.Stringprefix()The prefix of the namespace
-