|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OntModelSpec | |
|---|---|
| com.hp.hpl.jena.ontology | Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. |
| com.hp.hpl.jena.rdf.model | A package for creating and manipulating RDF graphs. |
| Uses of OntModelSpec in com.hp.hpl.jena.ontology |
|---|
| Fields in com.hp.hpl.jena.ontology declared as OntModelSpec | |
|---|---|
static OntModelSpec |
OntModelSpec.DAML_MEM
A specification for DAML models that are stored in memory and do no additional entailment reasoning |
static OntModelSpec |
OntModelSpec.DAML_MEM_RDFS_INF
A specification for DAML models that are stored in memory and use the RDFS inferencer for additional entailments |
static OntModelSpec |
OntModelSpec.DAML_MEM_RULE_INF
A specification for DAML models that are stored in memory and use a subset of the DAML semantic model additional entailments |
static OntModelSpec |
OntModelSpec.DAML_MEM_TRANS_INF
A specification for DAML models that are stored in memory and use the transitive reasoner for entailments |
static OntModelSpec |
OntModelSpec.OWL_DL_MEM
A specification for OWL DL models that are stored in memory and do no additional entailment reasoning |
static OntModelSpec |
OntModelSpec.OWL_DL_MEM_RDFS_INF
A specification for OWL DL models that are stored in memory and use the RDFS inferencer for additional entailments |
static OntModelSpec |
OntModelSpec.OWL_DL_MEM_RULE_INF
A specification for OWL DL models that are stored in memory and use the OWL rules inference engine for additional entailments |
static OntModelSpec |
OntModelSpec.OWL_DL_MEM_TRANS_INF
A specification for OWL DL models that are stored in memory and use the transitive inferencer for additional entailments |
static OntModelSpec |
OntModelSpec.OWL_LITE_MEM
A specification for OWL Lite models that are stored in memory and do no entailment additional reasoning |
static OntModelSpec |
OntModelSpec.OWL_LITE_MEM_RDFS_INF
A specification for OWL Lite models that are stored in memory and use the RDFS inferencer for additional entailments |
static OntModelSpec |
OntModelSpec.OWL_LITE_MEM_RULES_INF
A specification for OWL Lite models that are stored in memory and use the OWL rules inference engine for additional entailments |
static OntModelSpec |
OntModelSpec.OWL_LITE_MEM_TRANS_INF
A specification for OWL Lite models that are stored in memory and use the transitive inferencer for additional entailments |
static OntModelSpec |
OntModelSpec.OWL_MEM
A specification for OWL models that are stored in memory and do no additional entailment reasoning |
static OntModelSpec |
OntModelSpec.OWL_MEM_MICRO_RULE_INF
A specification for OWL models that are stored in memory and use the micro OWL rules inference engine for additional entailments |
static OntModelSpec |
OntModelSpec.OWL_MEM_MINI_RULE_INF
A specification for OWL models that are stored in memory and use the mini OWL rules inference engine for additional entailments |
static OntModelSpec |
OntModelSpec.OWL_MEM_RDFS_INF
A specification for OWL models that are stored in memory and use the RDFS inferencer for additional entailments |
static OntModelSpec |
OntModelSpec.OWL_MEM_RULE_INF
A specification for OWL models that are stored in memory and use the OWL rules inference engine for additional entailments |
static OntModelSpec |
OntModelSpec.OWL_MEM_TRANS_INF
A specification for OWL models that are stored in memory and use the transitive inferencer for additional entailments |
static OntModelSpec |
OntModelSpec.RDFS_MEM
A specification for RDFS ontology models that are stored in memory and do no additional entailment reasoning |
static OntModelSpec |
OntModelSpec.RDFS_MEM_RDFS_INF
A specification for RDFS ontology models that are stored in memory and use the RDFS inferencer for additional entailments |
static OntModelSpec |
OntModelSpec.RDFS_MEM_TRANS_INF
A specification for RDFS ontology models that are stored in memory and use the transitive reasoner for entailments |
| Methods in com.hp.hpl.jena.ontology that return OntModelSpec | |
|---|---|
static OntModelSpec |
OntModelSpec.assemble(Model model)
Answer the OntModelSpec described using the Jena Assembler vocabulary properties of the single resource in model of type
JA:OntModelSpec. |
static OntModelSpec |
OntModelSpec.assemble(Resource root)
Answer the OntModelSpec described using the Jena Assembler vocabulary properties of root. |
static OntModelSpec |
OntModelSpec.getDefaultSpec(String languageURI)
Answer a default specification for the given language URI. |
OntModelSpec |
OntModel.getSpecification()
Answer the ontology model specification that was used to construct this model |
| Methods in com.hp.hpl.jena.ontology with parameters of type OntModelSpec | |
|---|---|
OntModel |
OntDocumentManager.getOntology(String uri,
OntModelSpec spec)
Answer the ontology model that results from loading the document with the given URI. |
| Constructors in com.hp.hpl.jena.ontology with parameters of type OntModelSpec | |
|---|---|
OntModelSpec(OntModelSpec spec)
Create one model spec as a copy of another. |
|
| Uses of OntModelSpec in com.hp.hpl.jena.rdf.model |
|---|
| Methods in com.hp.hpl.jena.rdf.model with parameters of type OntModelSpec | |
|---|---|
static OntModel |
ModelFactory.createOntologyModel(OntModelSpec spec)
Answer a new ontology model constructed according to the specification, which includes a ModelMaker which will create the necessary base model. |
static OntModel |
ModelFactory.createOntologyModel(OntModelSpec spec,
Model base)
Answer a new ontology model, constructed according to the given ontology model specification, and starting with the ontology data in the given model. |
static OntModel |
ModelFactory.createOntologyModel(OntModelSpec spec,
ModelMaker maker,
Model base)
Answer a new ontology model which will process in-memory models of ontologies expressed the default ontology language (OWL). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||