| Package | Description |
|---|---|
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.util | |
| org.semanticweb.owlapi.vocab |
| Modifier and Type | Method and Description |
|---|---|
IRI |
ZipDocumentTarget.getDocumentIRI() |
IRI |
WriterDocumentTarget.getDocumentIRI() |
IRI |
UnparsableOntologyException.getDocumentIRI()
Gets the ontology document IRI from which there was an attempt to parse an ontology
|
IRI |
SystemOutDocumentTarget.getDocumentIRI() |
IRI |
StringDocumentTarget.getDocumentIRI() |
IRI |
StringDocumentSource.getDocumentIRI() |
IRI |
StreamDocumentTarget.getDocumentIRI() |
IRI |
StreamDocumentSource.getDocumentIRI() |
IRI |
ReaderDocumentSource.getDocumentIRI() |
IRI |
OWLOntologyDocumentTarget.getDocumentIRI()
Gets an IRI that points to an ontology document.
|
IRI |
OWLOntologyDocumentSource.getDocumentIRI()
Gets the IRI of the ontology document.
|
IRI |
IRIDocumentSource.getDocumentIRI() |
IRI |
FileDocumentTarget.getDocumentIRI() |
IRI |
FileDocumentSource.getDocumentIRI() |
static IRI |
StringDocumentSource.getNextDocumentIRI() |
static IRI |
StreamDocumentSource.getNextDocumentIRI() |
static IRI |
ReaderDocumentSource.getNextDocumentIRI() |
IRI |
OntologyIRIMappingNotFoundException.getOntologyIRI() |
IRI |
RDFResource.getResource() |
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
AbstractOWLParser.getInputStream(IRI documentIRI,
OWLOntologyLoaderConfiguration config)
A convenience method that obtains an input stream from a URI.
|
OWLOntologyFormat |
OWLParser.parse(IRI documentIRI,
OWLOntology ontology)
Parses the ontology that has a concrete representation which is pointed
to by the specified document IRI.
|
OWLOntologyFormat |
AbstractOWLParser.parse(IRI documentIRI,
OWLOntology ontology) |
| Constructor and Description |
|---|
IRIDocumentSource(IRI documentIRI) |
OntologyIRIMappingNotFoundException(IRI ontologyIRI) |
RDFResource(IRI resource)
Create an RDFResource that is NOT anonymous
|
RDFResource(IRI resource,
boolean anonymous) |
RDFTriple(IRI subject,
boolean subjectAnon,
IRI predicate,
boolean predicateAnon,
IRI object,
boolean objectAnon) |
RDFTriple(IRI subject,
boolean subjectAnon,
IRI predicate,
boolean predicateAnon,
OWLLiteral object) |
ReaderDocumentSource(Reader reader,
IRI documentIRI)
Constructs and ontology input source which will read an ontology from a
reader.
|
StreamDocumentSource(InputStream stream,
IRI documentIRI)
Constructs an input source which will read an ontology from
a representation from the specified stream.
|
StringDocumentSource(String string,
IRI documentIRI)
Specifies a string as an ontology document.
|
UnparsableOntologyException(IRI documentIRI,
Map<OWLParser,OWLParserException> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
static IRI |
IRI.create(File file) |
static IRI |
IRI.create(String str)
Creates an IRI from the specified String.
|
static IRI |
IRI.create(String prefix,
String suffix)
Creates an IRI by concatenating two strings.
|
static IRI |
IRI.create(URI uri) |
static IRI |
IRI.create(URL url) |
static IRI |
IRI.generateDocumentIRI()
Gets an auto-generated ontology document IRI.
|
IRI |
OWLOntologyID.getDefaultDocumentIRI()
Gets the IRI which is used as a default for the document that contain a representation of an ontology with this
ID.
|
IRI |
OWLOntologyLoaderListener.LoadingEvent.getDocumentIRI()
Gets the document IRI for the ontology being loaded
|
IRI |
OWLOntologyAlreadyExistsException.getDocumentIRI()
Gets the document IRI where the ontology was loaded from
|
IRI |
OWLOntologyIRIMapper.getDocumentIRI(IRI ontologyIRI)
Given an ontology IRI, this method maps the ontology IRI
to a document IRI.
|
IRI |
OWLAnnotationPropertyDomainAxiom.getDomain()
Gets the IRI that represents the domain.
|
IRI |
MissingImportEvent.getImportedOntologyURI() |
IRI |
SWRLVariable.getIRI()
Gets the variable IRI that names the variable
|
IRI |
OWLNamedObject.getIRI()
Gets the IRI of this object
|
IRI |
OWLImportsDeclaration.getIRI()
Gets the import IRI
|
IRI |
PrefixManager.getIRI(String prefixIRI)
Gets the URI for a given prefix IRI.
|
IRI |
OWLOntologyDocumentAlreadyExistsException.getOntologyDocumentIRI() |
IRI |
OWLOntologyManager.getOntologyDocumentIRI(OWLOntology ontology)
Gets the document IRI for a given ontology.
|
IRI |
OWLOntologyID.getOntologyIRI()
Gets the ontology IRI.
|
IRI |
SWRLBuiltInAtom.getPredicate()
Gets the predicate of this atom
|
IRI |
OWLAnnotationPropertyRangeAxiom.getRange()
Gets the specified IRI that corresponds to the range.
|
IRI |
OWLOntologyID.getVersionIRI()
Gets the version IRI.
|
IRI |
IRI.resolve(String s) |
| Modifier and Type | Method and Description |
|---|---|
Set<IRI> |
OWLOntology.getDirectImportsDocuments()
Gets the set of document IRIs that are directly imported by this ontology.
|
Set<IRI> |
OWLOntologyLoaderConfiguration.getIgnoredImports()
Gets the list of ontology document IRIs that are ignored during ontology loading if they are encountered as
imported ontologies.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.addIgnoredImport(IRI ontologyDocumentIRI)
Adds an ontology document IRI to the list of ontology imports that will be ignored during ontology loading.
|
boolean |
OWLOntologyFactory.canCreateFromDocumentIRI(IRI documentIRI)
Determines if the factory can create an ontology for the specified ontology document IRI.
|
boolean |
OWLOntologyManager.contains(IRI ontologyIRI)
Determines if there is an ontology with the specified IRI, and no version IRI, that is managed by this manager
|
boolean |
OWLOntology.containsAnnotationPropertyInSignature(IRI owlAnnotationPropertyIRI)
Determines if the signature of this ontology contains an OWLAnnotationProperty with the specified IRI.
|
boolean |
OWLOntology.containsAnnotationPropertyInSignature(IRI owlAnnotationPropertyIRI,
boolean includeImportsClosure)
Determines if the signature of this ontology, or possibly the signature of one of the ontologies in the imports
closure of this ontology, contains an OWLAnnotationProperty that has the specified IRI.
|
boolean |
OWLOntology.containsClassInSignature(IRI owlClassIRI)
Determines if the signature of this ontology contains an OWLClass with the specified IRI.
|
boolean |
OWLOntology.containsClassInSignature(IRI owlClassIRI,
boolean includeImportsClosure)
Determines if the signature of this ontology, or possibly the signature of one of the ontologies in the imports
closure of this ontology, contains an OWLClass that has the specified IRI.
|
boolean |
OWLOntology.containsDataPropertyInSignature(IRI owlDataPropertyIRI)
Determines if the signature of this ontology contains an OWLDataProperty with the specified IRI.
|
boolean |
OWLOntology.containsDataPropertyInSignature(IRI owlDataPropertyIRI,
boolean includeImportsClosure)
Determines if the signature of this ontology, or possibly the signature of one of the ontologies in the imports
closure of this ontology, contains an OWLDataProperty that has the specified IRI.
|
boolean |
OWLOntology.containsDatatypeInSignature(IRI owlDatatypeIRI)
Determines if the signature of this ontology contains an OWLDatatype with the specified IRI.
|
boolean |
OWLOntology.containsDatatypeInSignature(IRI owlDatatypeIRI,
boolean includeImportsClosure)
Determines if the signature of this ontology, or possibly the signature of one of the ontologies in the imports
closure of this ontology, contains an OWLDatatype that has the specified IRI.
|
boolean |
OWLOntology.containsEntityInSignature(IRI entityIRI)
Determines if the signature of this ontology contains a class, object property, data property, named individual,
annotation property or datatype with the specified IRI.
|
boolean |
OWLOntology.containsEntityInSignature(IRI entityIRI,
boolean includeImportsClosure)
Determines if the signature of this ontology and possibly its imports closure contains a class, object property,
data property, named individual, annotation property or datatype with the specified IRI.
|
boolean |
OWLOntology.containsIndividualInSignature(IRI owlIndividualIRI)
Determines if the signature of this ontology contains an OWLNamedIndividual with the specified IRI.
|
boolean |
OWLOntology.containsIndividualInSignature(IRI owlIndividualIRI,
boolean includeImportsClosure)
Determines if the signature of this ontology, or possibly the signature of one of the ontologies in the imports
closure of this ontology, contains an OWLNamedIndividual that has the specified IRI.
|
boolean |
OWLOntology.containsObjectPropertyInSignature(IRI owlObjectPropertyIRI)
Determines if the signature of this ontology contains an OWLObjectProperty with the specified IRI.
|
boolean |
OWLOntology.containsObjectPropertyInSignature(IRI owlObjectPropertyIRI,
boolean includeImportsClosure)
Determines if the signature of this ontology, or possibly the signature of one of the ontologies in the imports
closure of this ontology, contains an OWLObjectProperty that has the specified IRI.
|
boolean |
OWLOntologyManager.containsVersion(IRI ontologyVersionIRI)
Determines if there is an ontology with the specified version IRI, that
is managed by this manager.
|
OWLOntology |
OWLOntologyManager.createOntology(IRI ontologyIRI)
Creates a new (empty) ontology that has the specified ontology IRI (and no version IRI).
|
OWLOntology |
OWLOntologyManager.createOntology(IRI ontologyIRI,
Set<OWLOntology> ontologies)
Creates a new ontology that has the specified ontology IRI and is initialised to contain the axioms that are
contained in the specified ontologies.
|
OWLOntology |
OWLOntologyManager.createOntology(IRI ontologyIRI,
Set<OWLOntology> ontologies,
boolean copyLogicalAxiomsOnly)
Creates a new ontology that has the specified ontology IRI and is initialised to contain the axioms that are
contained in the specified ontologies.
|
OWLOntology |
OWLOntologyManager.createOntology(Set<OWLAxiom> axioms,
IRI ontologyIRI)
Creates a new ontology that has the specified ontology IRI and is initialised to contain specific axioms.
|
OWLOntology |
OWLOntologyFactory.createOWLOntology(OWLOntologyID ontologyID,
IRI documentIRI,
OWLOntologyFactory.OWLOntologyCreationHandler handler)
Creates an (empty) ontology.
|
OWLAnnotationAssertionAxiom |
OWLDataFactory.getDeprecatedOWLAnnotationAssertionAxiom(IRI subject)
Gets an annotation assertion that specifies that an IRI is deprecated.
|
IRI |
OWLOntologyIRIMapper.getDocumentIRI(IRI ontologyIRI)
Given an ontology IRI, this method maps the ontology IRI
to a document IRI.
|
Set<OWLEntity> |
OWLOntology.getEntitiesInSignature(IRI iri)
Gets the entities in the signature of this ontology that have the specified IRI.
|
Set<OWLEntity> |
OWLOntology.getEntitiesInSignature(IRI iri,
boolean includeImportsClosure)
Gets the entities in the signature of this ontology, and possibly the signature of the imports closure of this
ontology, that have the specified IRI.
|
OWLOntology |
OWLOntologyManager.getOntology(IRI ontologyIRI)
Gets a previously loaded/created ontology that has the specified ontology
IRI and no version IRI.
|
Set<OWLOntologyID> |
OWLOntologyManager.getOntologyIDsByVersion(IRI ontologyVersionIRI)
Gets a set of OWLOntologyIDs representing ontologies that are managed by
this manager.
|
OWLAnnotationProperty |
OWLDataFactory.getOWLAnnotationProperty(IRI iri)
Gets an OWLAnnotationProperty that has the specified IRI
|
OWLAnnotationPropertyDomainAxiom |
OWLDataFactory.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain) |
OWLAnnotationPropertyDomainAxiom |
OWLDataFactory.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain,
Set<? extends OWLAnnotation> annotations) |
OWLAnnotationPropertyRangeAxiom |
OWLDataFactory.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range) |
OWLAnnotationPropertyRangeAxiom |
OWLDataFactory.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range,
Set<? extends OWLAnnotation> annotations) |
OWLClass |
OWLDataFactory.getOWLClass(IRI iri)
Gets an OWL class that has the specified IRI
|
OWLDataProperty |
OWLDataFactory.getOWLDataProperty(IRI iri)
Gets an OWL data property that has the specified IRI
|
OWLDatatype |
OWLDataFactory.getOWLDatatype(IRI iri)
Gets an OWLDatatype that has the specified IRI
|
<E extends OWLEntity> |
OWLDataFactory.getOWLEntity(EntityType<E> entityType,
IRI iri)
Gets an entity that has the specified IRI and is of the specified type.
|
OWLImportsDeclaration |
OWLDataFactory.getOWLImportsDeclaration(IRI importedOntologyIRI) |
OWLNamedIndividual |
OWLDataFactory.getOWLNamedIndividual(IRI iri)
Gets an OWL individual that has the specified IRI
|
OWLObjectProperty |
OWLDataFactory.getOWLObjectProperty(IRI iri)
Gets an OWL object property that has the specified IRI
|
String |
PrefixManager.getPrefixIRI(IRI iri)
Gets the prefix IRI given a IRI (URI).
|
SWRLBuiltInAtom |
SWRLDataFactory.getSWRLBuiltInAtom(IRI builtInIRI,
List<SWRLDArgument> args)
Creates a SWRL Built-In atom.
|
SWRLRule |
SWRLDataFactory.getSWRLRule(IRI iri,
Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head)
Deprecated.
|
SWRLVariable |
SWRLDataFactory.getSWRLVariable(IRI var)
Gets a SWRLVariable.
|
Set<OWLOntology> |
OWLOntologyManager.getVersions(IRI ontology)
Gets the versions (if any) of the ontology that have the specified IRI
|
static boolean |
NodeID.isAnonymousNodeIRI(IRI iri)
Tests whether supplied IRI was generated by this parser in order to label
an anonymous node.
|
boolean |
OWLOntologyLoaderConfiguration.isIgnoredImport(IRI iri) |
OWLOntology |
OWLOntologyManager.loadOntology(IRI ontologyIRI)
Loads an ontology that is assumed to have the specified
ontologyIRI as its IRI or version IRI. |
OWLOntology |
OWLOntologyManager.loadOntologyFromOntologyDocument(IRI documentIRI)
Loads an ontology from an ontology document specified by an IRI.
|
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.removeIgnoredImport(IRI ontologyDocumentIRI)
Removes an ontology document IRI from the list of ontology imports that will be ignored during ontology loading.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
IRI documentIRI)
Saves the specified ontology, using the specified document IRI to determine where/how the ontology should be saved.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat,
IRI documentIRI)
Saves the specified ontology to the specified document IRI in the specified ontology format.
|
void |
OWLOntologyManager.setOntologyDocumentIRI(OWLOntology ontology,
IRI documentIRI)
Overrides the current document IRI for a given ontology.
|
void |
OWLOntologyStorer.storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat)
Stores an ontology to the specified ontology document IRI in the
specified format
|
void |
OWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat)
Deprecated.
use storeOntology(ontology, documentIRI, ontologyFormat)
|
O |
OWLAnnotationValueVisitorEx.visit(IRI iri) |
void |
OWLAnnotationValueVisitor.visit(IRI iri) |
E |
OWLAnnotationSubjectVisitorEx.visit(IRI iri) |
void |
OWLAnnotationSubjectVisitor.visit(IRI iri) |
| Constructor and Description |
|---|
MissingImportEvent(IRI ontologyIRI,
OWLOntologyCreationException creationException) |
OWLOntologyAlreadyExistsException(OWLOntologyID ontologyID,
IRI documentIRI)
Constructs an
OWLOntologyAlreadyExistsException to describe the situation where an attempt to
load an ontology failed because the manager already contained an ontology with the ID that was the same as
the ontology being loaded |
OWLOntologyAlreadyExistsException(OWLOntologyID ontologyID,
IRI documentIRI,
Throwable t)
Constructs an
OWLOntologyAlreadyExistsException to describe the situation where an attempt to
load an ontology failed because the manager already contained an ontology with the ID that was the same as
the ontology being loaded |
OWLOntologyDocumentAlreadyExistsException(IRI ontologyDocumentIRI) |
OWLOntologyFactoryNotFoundException(IRI documentIRI) |
OWLOntologyID(IRI ontologyIRI)
Constructs an ontology identifier specifying the ontology IRI
|
OWLOntologyID(IRI ontologyIRI,
IRI versionIRI)
Constructs an ontology identifier specifiying the ontology IRI and version IRI
|
OWLOntologyIRIMappingNotFoundException(IRI ontologyIRI) |
OWLOntologyLoaderListener.LoadingEvent(OWLOntologyID ontologyID,
IRI documentIRI,
boolean imported) |
OWLOntologyLoaderListener.LoadingFinishedEvent(OWLOntologyID ontologyID,
IRI documentIRI,
boolean imported,
OWLOntologyCreationException ex) |
OWLOntologyLoaderListener.LoadingStartedEvent(OWLOntologyID ontologyID,
IRI documentIRI,
boolean imported) |
SetOntologyID(OWLOntology ont,
IRI ontologyIRI)
Creates a set ontology id change using the ontologyIRI, which will set
the ontology id to the new one.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<IRI> |
OWL2ELProfile.allowedDatatypes |
| Modifier and Type | Method and Description |
|---|---|
IRI |
OWLProfileViolation.getDocumentIRI(OWLOntologyID ontID) |
IRI |
DatatypeIRIAlsoUsedAsClassIRI.getIRI() |
| Constructor and Description |
|---|
DatatypeIRIAlsoUsedAsClassIRI(OWLOntology ontology,
OWLAxiom axiom,
IRI iri) |
IllegalPunning(OWLOntology currentOntology,
OWLAxiom node,
IRI iri) |
UseOfNonAbsoluteIRI(OWLOntology ontology,
OWLAxiom axiom,
IRI iri) |
| Modifier and Type | Method and Description |
|---|---|
IRI |
OWLEntityURIUnderscores2CamelBackConverterStrategy.getConvertedIRI(OWLEntity entity) |
IRI |
OWLEntityURIConverterStrategy.getConvertedIRI(OWLEntity entity) |
IRI |
OWLEntityTinyURIConversionStrategy.getConvertedIRI(OWLEntity entity) |
IRI |
SimpleIRIMapper.getDocumentIRI(IRI iri) |
IRI |
NonMappingOntologyIRIMapper.getDocumentIRI(IRI ontologyIRI) |
IRI |
CommonBaseIRIMapper.getDocumentIRI(IRI ontologyIRI) |
IRI |
AutoIRIMapper.getDocumentIRI(IRI ontologyIRI) |
IRI |
DefaultPrefixManager.getIRI(String curie) |
| Modifier and Type | Method and Description |
|---|---|
Set<IRI> |
AutoIRIMapper.getOntologyIRIs()
Gets the set of ontology IRIs that this mapper has found
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommonBaseIRIMapper.addMapping(IRI ontologyIRI,
String localName)
Adds a mapping from an ontology IRI to an ontology document IRI which has
a base of this mapper and a specified local name - in other words the
document IRI will be determined by resolving the local name against the
URI base of this mapper.
|
List<OWLOntologyChange> |
OWLEntityRenamer.changeIRI(IRI uri,
IRI newIRI)
Changes a IRI for another IRI.
|
List<OWLOntologyChange> |
OWLEntityRenamer.changeIRI(OWLEntity entity,
IRI newIRI)
Changes the IRI of an entity for another IRI.
|
OWLOntology |
OWLOntologyMerger.createMergedOntology(OWLOntologyManager ontologyManager,
IRI ontologyIRI) |
List<OWLOntologyChange> |
OWLOntologyURIChanger.getChanges(OWLOntology ontology,
IRI newIRI)
Changes the URI of the specified ontology to the new URI.
|
IRI |
SimpleIRIMapper.getDocumentIRI(IRI iri) |
IRI |
NonMappingOntologyIRIMapper.getDocumentIRI(IRI ontologyIRI) |
IRI |
CommonBaseIRIMapper.getDocumentIRI(IRI ontologyIRI) |
IRI |
AutoIRIMapper.getDocumentIRI(IRI ontologyIRI) |
String |
DefaultPrefixManager.getPrefixIRI(IRI iri) |
String |
SimpleRenderer.getShortForm(IRI iri) |
String |
SimpleIRIShortFormProvider.getShortForm(IRI iri) |
String |
OntologyIRIShortFormProvider.getShortForm(IRI iri) |
String |
IRIShortFormProvider.getShortForm(IRI iri) |
String |
DefaultPrefixManager.getShortForm(IRI iri) |
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat) |
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat) |
void |
SimpleRenderer.visit(IRI iri) |
O |
OWLObjectVisitorExAdapter.visit(IRI iri) |
void |
OWLObjectVisitorAdapter.visit(IRI iri) |
void |
OWLObjectTypeIndexProvider.visit(IRI iri) |
void |
OWLObjectDuplicator.visit(IRI iri) |
void |
OWLObjectComponentCollector.visit(IRI iri) |
void |
OWLEntityCollector.visit(IRI iri) |
Set<OWLClassExpression> |
OWLClassExpressionCollector.visit(IRI iri) |
Integer |
MaximumModalDepthFinder.visit(IRI iri) |
void |
HashCode.visit(IRI iri) |
void |
DLExpressivityChecker.visit(IRI iri) |
O |
DelegatingObjectVisitorEx.visit(IRI iri) |
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
OWLEntityRenamer.changeIRI(Map<OWLEntity,IRI> entity2IRIMap) |
| Constructor and Description |
|---|
CommonBaseIRIMapper(IRI base)
Creates a mapper, which maps ontology URIs to URIs which share the
specified base
|
SimpleIRIMapper(IRI ontologyIRI,
IRI documentIRI) |
SimpleIRIMapper(URI ontologyURI,
IRI documentIRI)
Deprecated.
|
| Constructor and Description |
|---|
OWLObjectDuplicator(Map<OWLEntity,IRI> entityIRIReplacementMap,
OWLDataFactory dataFactory)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
OWLObjectDuplicator(OWLDataFactory dataFactory,
Map<IRI,IRI> iriReplacementMap)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
OWLObjectDuplicator(OWLDataFactory dataFactory,
Map<IRI,IRI> iriReplacementMap)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
| Modifier and Type | Field and Description |
|---|---|
static Set<IRI> |
SKOSVocabulary.ALL_IRIS |
static Set<IRI> |
DublinCoreVocabulary.ALL_URIS |
static Set<IRI> |
OWLRDFVocabulary.BUILT_IN_ANNOTATION_PROPERTY_IRIS
http://www.w3.org/2000/01/rdf-schema#label
http://www.w3.org/2000/01/rdf-schema#comment http://www.w3.org/2002/07/owl#versionInfo http://www.w3.org/2002/07/owl#backwardCompatibleWith http://www.w3.org/2002/07/owl#priorVersion http://www.w3.org/2000/01/rdf-schema#seeAlso http://www.w3.org/2000/01/rdf-schema#isDefinedBy http://www.w3.org/2002/07/owl#incompatibleWith http://www.w3.org/2002/07/owl#deprecated |
static Set<IRI> |
OWLRDFVocabulary.BUILT_IN_VOCABULARY_IRIS
Set of all IRIs for this enum values
|
static Set<IRI> |
OWLFacet.FACET_IRIS |
| Modifier and Type | Method and Description |
|---|---|
IRI |
XSDVocabulary.getIRI() |
IRI |
SWRLVocabulary.getIRI() |
IRI |
SWRLBuiltInsVocabulary.getIRI() |
IRI |
SKOSVocabulary.getIRI() |
IRI |
OWLXMLVocabulary.getIRI() |
IRI |
OWLRDFVocabulary.getIRI() |
IRI |
OWLFacet.getIRI() |
IRI |
OWL2Datatype.getIRI()
Gets the IRI of this datatype
|
IRI |
DublinCoreVocabulary.getIRI() |
IRI |
PrefixOWLOntologyFormat.getIRI(String iri) |
| Modifier and Type | Method and Description |
|---|---|
static Set<IRI> |
OWL2Datatype.getDatatypeIRIs()
Gets all of the built in datatype URIs
|
static Set<IRI> |
OWLFacet.getFacetIRIs() |
| Modifier and Type | Method and Description |
|---|---|
static SWRLBuiltInsVocabulary |
SWRLBuiltInsVocabulary.getBuiltIn(IRI iri)
Gets a builtin vocabulary value for a given IRI
|
static OWL2Datatype |
OWL2Datatype.getDatatype(IRI datatype)
Given a URI that identifies an OWLDatatype, this method obtains the
corresponding OWLDatatypeVocabulary
|
static OWLFacet |
OWLFacet.getFacet(IRI iri) |
String |
PrefixOWLOntologyFormat.getPrefixIRI(IRI iri) |
static boolean |
OWL2Datatype.isBuiltIn(IRI datatypeIRI)
Determines if the specified IRI identifies a built in datatype.
|
Copyright © 2013 The University of Manchester. All Rights Reserved.