Uses of Class
org.apache.jena.ontology.OntModelSpec
Packages that use OntModelSpec
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology package.A package for creating and manipulating RDF graphs.
-
Uses of OntModelSpec in org.apache.jena.assembler.assemblers
Methods in org.apache.jena.assembler.assemblers that return OntModelSpecModifier and TypeMethodDescriptionstatic OntModelSpecOntModelSpecAssembler.getOntModelSpecField(String name) Deprecated, for removal: This API element is subject to removal in a future version.Answer the OntModelSpec in the OntModelSpec class with the given member name, or null if there isn't one. -
Uses of OntModelSpec in org.apache.jena.ontology
Fields in org.apache.jena.ontology declared as OntModelSpecModifier and TypeFieldDescriptionstatic final OntModelSpecOntModelSpec.OWL_DL_MEMDeprecated, for removal: This API element is subject to removal in a future version.A specification for OWL DL models that are stored in memory and do no additional entailment reasoningstatic final OntModelSpecOntModelSpec.OWL_DL_MEM_RDFS_INFDeprecated, for removal: This API element is subject to removal in a future version.A specification for OWL DL models that are stored in memory and use the RDFS inferencer for additional entailmentsstatic final OntModelSpecOntModelSpec.OWL_DL_MEM_RULE_INFDeprecated, for removal: This API element is subject to removal in a future version.A specification for OWL DL models that are stored in memory and use the OWL rules inference engine for additional entailmentsstatic final OntModelSpecOntModelSpec.OWL_DL_MEM_TRANS_INFDeprecated, for removal: This API element is subject to removal in a future version.A specification for OWL DL models that are stored in memory and use the transitive inferencer for additional entailmentsstatic final OntModelSpecOntModelSpec.OWL_LITE_MEMDeprecated, for removal: This API element is subject to removal in a future version.A specification for OWL Lite models that are stored in memory and do no entailment additional reasoningstatic final OntModelSpecOntModelSpec.OWL_LITE_MEM_RDFS_INFDeprecated, for removal: This API element is subject to removal in a future version.A specification for OWL Lite models that are stored in memory and use the RDFS inferencer for additional entailmentsstatic final OntModelSpecOntModelSpec.OWL_LITE_MEM_RULES_INFDeprecated, for removal: This API element is subject to removal in a future version.A specification for OWL Lite models that are stored in memory and use the OWL rules inference engine for additional entailmentsstatic final OntModelSpecOntModelSpec.OWL_LITE_MEM_TRANS_INFDeprecated, for removal: This API element is subject to removal in a future version.A specification for OWL Lite models that are stored in memory and use the transitive inferencer for additional entailmentsstatic final OntModelSpecOntModelSpec.OWL_MEMDeprecated, for removal: This API element is subject to removal in a future version.A specification for OWL models that are stored in memory and do no additional entailment reasoningstatic final OntModelSpecOntModelSpec.OWL_MEM_MICRO_RULE_INFDeprecated, for removal: This API element is subject to removal in a future version.A specification for OWL models that are stored in memory and use the micro OWL rules inference engine for additional entailmentsstatic final OntModelSpecOntModelSpec.OWL_MEM_MINI_RULE_INFDeprecated, for removal: This API element is subject to removal in a future version.A specification for OWL models that are stored in memory and use the mini OWL rules inference engine for additional entailmentsstatic final OntModelSpecOntModelSpec.OWL_MEM_RDFS_INFDeprecated, for removal: This API element is subject to removal in a future version.A specification for OWL models that are stored in memory and use the RDFS inferencer for additional entailmentsstatic final OntModelSpecOntModelSpec.OWL_MEM_RULE_INFDeprecated, for removal: This API element is subject to removal in a future version.A specification for OWL models that are stored in memory and use the OWL rules inference engine for additional entailmentsstatic final OntModelSpecOntModelSpec.OWL_MEM_TRANS_INFDeprecated, for removal: This API element is subject to removal in a future version.A specification for OWL models that are stored in memory and use the transitive inferencer for additional entailmentsstatic final OntModelSpecOntModelSpec.RDFS_MEMDeprecated, for removal: This API element is subject to removal in a future version.A specification for RDFS ontology models that are stored in memory and do no additional entailment reasoningstatic final OntModelSpecOntModelSpec.RDFS_MEM_RDFS_INFDeprecated, for removal: This API element is subject to removal in a future version.A specification for RDFS ontology models that are stored in memory and use the RDFS inferencer for additional entailmentsstatic final OntModelSpecOntModelSpec.RDFS_MEM_TRANS_INFDeprecated, for removal: This API element is subject to removal in a future version.A specification for RDFS ontology models that are stored in memory and use the transitive reasoner for entailmentsMethods in org.apache.jena.ontology that return OntModelSpecModifier and TypeMethodDescriptionstatic OntModelSpecDeprecated, for removal: This API element is subject to removal in a future version.Answer the OntModelSpec described using the Jena Assembler vocabulary properties of the single resource inmodelof type JA:OntModelSpec.static OntModelSpecDeprecated, for removal: This API element is subject to removal in a future version.Answer the OntModelSpec described using the Jena Assembler vocabulary properties ofroot.static OntModelSpecOntModelSpec.getDefaultSpec(String languageURI) Deprecated, for removal: This API element is subject to removal in a future version.Answer a default specification for the given language URI.OntModel.getSpecification()Deprecated, for removal: This API element is subject to removal in a future version.Answer the ontology model specification that was used to construct this modelMethods in org.apache.jena.ontology with parameters of type OntModelSpecModifier and TypeMethodDescriptionOntDocumentManager.getOntology(String uri, OntModelSpec spec) Answer the ontology model that results from loading the document with the given URI.Constructors in org.apache.jena.ontology with parameters of type OntModelSpecModifierConstructorDescriptionOntModelSpec(OntModelSpec spec) Deprecated, for removal: This API element is subject to removal in a future version.Create one model spec as a copy of another. -
Uses of OntModelSpec in org.apache.jena.ontology.impl
Methods in org.apache.jena.ontology.impl that return OntModelSpecModifier and TypeMethodDescriptionOntModelImpl.getSpecification()Answer the ontology model specification that was used to construct this modelConstructors in org.apache.jena.ontology.impl with parameters of type OntModelSpecModifierConstructorDescriptionOntModelImpl(OntModelSpec spec) Construct a new ontology model from the given specification.OntModelImpl(OntModelSpec spec, Model model) Construct a new ontology model, using the given model as a base. -
Uses of OntModelSpec in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model with parameters of type OntModelSpecModifier and TypeMethodDescriptionstatic OntModelModelFactory.createOntologyModel(OntModelSpec spec) Deprecated, for removal: This API element is subject to removal in a future version.Use org.apache.jena.ontapi.static OntModelModelFactory.createOntologyModel(OntModelSpec spec, ModelMaker maker, Model base) Deprecated, for removal: This API element is subject to removal in a future version.Use org.apache.jena.ontapi.static OntModelModelFactory.createOntologyModel(OntModelSpec spec, Model base) Deprecated, for removal: This API element is subject to removal in a future version.Use org.apache.jena.ontapi.