Interface RemotePrefixResolver
- All Known Implementing Classes:
PrefixCcRemotePrefixResolver
public interface RemotePrefixResolver
Attempts to resolve ontology prefix by invoking a remote service.
-
Method Summary
Modifier and TypeMethodDescriptionresolvePrefix
(org.semanticweb.owlapi.model.IRI ontologyIri) Resolves prefix of an ontology with the specified IRI.
-
Method Details
-
resolvePrefix
Resolves prefix of an ontology with the specified IRI.- Parameters:
ontologyIri
- IRI of the ontology to get prefix for- Returns:
- Resolved prefix wrapped in
Optional
, emptyOptional
if unable to get the prefix
-