Package com.stardog.stark
Interface Namespace
- All Superinterfaces:
Comparable<Namespace>,Serializable
A namespace; an IRI and prefix pair that can be used during serialization to shorten a IRI to a
`QName`. The iri() corresponds to the IRI.namespace() of an `IRI`.
- Since:
- 0.1
- Version:
- 0.1
- Author:
- Michael Grove
- See Also:
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
iri
The IRI of the namespace- Returns:
- the IRI
-
prefix
The prefix of the namespace- Returns:
- the prefix
-