Uses of Interface
org.apache.jena.ontology.Profile
Packages that use Profile
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.-
Uses of Profile in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return ProfileModifier and TypeMethodDescriptionOntModel.getProfile()Deprecated, for removal: This API element is subject to removal in a future version.Answer the language profile (for example, OWL or DAML+OIL) that this model is working to.OntModelSpec.getProfile()Deprecated, for removal: This API element is subject to removal in a future version.Answer the language profile for this ontology specificationOntResource.getProfile()Answer the ontology language profile that governs the ontology model to which this ontology resource is attached.ProfileRegistry.getProfile(String uri) Answer the language profile for the given language URI, or null if not known.Methods in org.apache.jena.ontology with parameters of type ProfileModifier and TypeMethodDescriptionvoidProfileRegistry.registerProfile(String uri, Profile profile) Add a language profile with the given URI keyConstructors in org.apache.jena.ontology with parameters of type Profile -
Uses of Profile in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement ProfileModifier and TypeClassDescriptionclassAbstract base class to provide shared implementation for ontology language profiles.classOntology language profile implementation for the DL variant of the OWL 2002/07 language.classOntology language profile implementation for the Lite variant of the OWL 2002/07 language.classOntology language profile implementation for the Full variant of the OWL 2002/07 language.classOntology language profile for working with RDFS ontologies.Methods in org.apache.jena.ontology.impl that return ProfileModifier and TypeMethodDescriptionOntModelImpl.getProfile()Answer the language profile (for example, OWL or DAML+OIL) that this model is working to.OntResourceImpl.getProfile()Answer the ontology language profile that governs the ontology model to which this ontology resource is attached.