Package org.semanticweb.owlapi.rdf
Class AbsoluteIRIHelper
java.lang.Object
org.semanticweb.owlapi.rdf.AbsoluteIRIHelper
Helper class for absolute and relative IRIs on rendering.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRI
verifyAbsolute
(IRI iri, OWLDocumentFormat f, OWLOntology o)
-
Constructor Details
-
AbsoluteIRIHelper
public AbsoluteIRIHelper()
-
-
Method Details
-
verifyAbsolute
- Parameters:
iri
- iri to checkf
- format used in renderingo
- ontology being rendered- Returns:
- absolute version of iri; same as input if the input is absolute, else the prefix is taken from the prefix mappings or from the ontology id. If none of there are available, a hard coded prefix is used.
-