Uses of Interface
org.apache.jena.shared.PrefixMapping
Packages that use PrefixMapping
Package
Description
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
This package defines simple composite graphs - union, intersection,
difference, and update-tracking.
This package provides basic implementations of Graph interfaces
such as EventManager and Capabilities.
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.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
This package defines some classes common to the Jena API
and SPI levels, in particular the JenaException class from which
all Jena-specific exceptions hang, and the interface PrefixMapping
for translation to and from QNames.
This package provides "standard" implementations for the interfaces
defined by .shared, notably an implementation of PrefixMapping.
Miscellaneous collection of utility classes.
-
Uses of PrefixMapping in org.apache.jena.assembler.assemblers
Methods in org.apache.jena.assembler.assemblers that return PrefixMappingModifier and TypeMethodDescriptionstatic PrefixMapping
PrefixMappingAssembler.getPrefixes
(Assembler a, Resource root, PrefixMapping result) Methods in org.apache.jena.assembler.assemblers with parameters of type PrefixMappingModifier and TypeMethodDescriptionstatic PrefixMapping
PrefixMappingAssembler.getPrefixes
(Assembler a, Resource root, PrefixMapping result) -
Uses of PrefixMapping in org.apache.jena.graph
Methods in org.apache.jena.graph that return PrefixMappingMethods in org.apache.jena.graph with parameters of type PrefixMappingModifier and TypeMethodDescriptionNode_ANY.toString
(PrefixMapping pm, boolean quoting) Node_Literal.toString
(PrefixMapping pm, boolean quoting) Node_Triple.toString
(PrefixMapping pm, boolean quoting) Node_URI.toString
(PrefixMapping pm, boolean quoting) Answer a String representing the node, taking into account the PrefixMapping.Node.toString
(PrefixMapping pm) Answer a human-readable representation of the Node, quoting literals and compressing URIs.Node.toString
(PrefixMapping pm, boolean quoting) Answer a human readable representation of this Node, quoting literals if specified, and compressing URIs using the prefix mapping supplied.Triple.toString
(PrefixMapping pm) -
Uses of PrefixMapping in org.apache.jena.graph.compose
Classes in org.apache.jena.graph.compose that implement PrefixMappingMethods in org.apache.jena.graph.compose that return PrefixMappingModifier and TypeMethodDescriptionPolyadicPrefixMappingImpl.clearNsPrefixMap()
PolyadicPrefixMappingImpl.removeNsPrefix
(String prefix) PolyadicPrefixMappingImpl.setNsPrefix
(String prefix, String uri) PolyadicPrefixMappingImpl.setNsPrefixes
(Map<String, String> other) Add the bindings in the map to our own.PolyadicPrefixMappingImpl.setNsPrefixes
(PrefixMapping other) Add the bindings of other to our own.Methods in org.apache.jena.graph.compose with parameters of type PrefixMappingModifier and TypeMethodDescriptionPolyadicPrefixMappingImpl.setNsPrefixes
(PrefixMapping other) Add the bindings of other to our own. -
Uses of PrefixMapping in org.apache.jena.graph.impl
Methods in org.apache.jena.graph.impl that return PrefixMappingModifier and TypeMethodDescriptionGraphBase.getPrefixMapping()
Answer the PrefixMapping object for this graph, the same one each time.WrappedGraph.getPrefixMapping()
-
Uses of PrefixMapping in org.apache.jena.ontology
Subinterfaces of PrefixMapping in org.apache.jena.ontologyModifier and TypeInterfaceDescriptioninterface
An enhanced view of a Jena model that is known to contain ontology data, under a given ontologyvocabulary
(such as OWL). -
Uses of PrefixMapping in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement PrefixMappingModifier and TypeClassDescriptionclass
Implementation of a model that can process general ontologies in OWL and similar languages. -
Uses of PrefixMapping in org.apache.jena.rdf.model
Subinterfaces of PrefixMapping in org.apache.jena.rdf.modelModifier and TypeInterfaceDescriptioninterface
An extension to the normal Model interface that supports access to any underlying inference capability.interface
An RDF Model.Methods in org.apache.jena.rdf.model with parameters of type PrefixMappingModifier and TypeMethodDescriptionModel.setNsPrefixes
(PrefixMapping other) Model.withDefaultMappings
(PrefixMapping map) -
Uses of PrefixMapping in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement PrefixMappingModifier and TypeClassDescriptionclass
Default implementation of the InfModel interface which simply wraps up an InfGraph.class
Common methods for model implementations.Methods in org.apache.jena.rdf.model.impl that return PrefixMappingMethods in org.apache.jena.rdf.model.impl with parameters of type PrefixMappingModifier and TypeMethodDescriptionboolean
ModelCom.samePrefixMappingAs
(PrefixMapping other) ModelCom.setNsPrefixes
(PrefixMapping pm) ModelCom.withDefaultMappings
(PrefixMapping other) -
Uses of PrefixMapping in org.apache.jena.reasoner
Methods in org.apache.jena.reasoner that return PrefixMappingModifier and TypeMethodDescriptionBaseInfGraph.getPrefixMapping()
Inference graphs share the prefix-mapping of their underlying raw graph. -
Uses of PrefixMapping in org.apache.jena.util
Classes in org.apache.jena.util that implement PrefixMappingModifier and TypeClassDescriptionclass
Model wrapper which provides normal access to an underlying model but also maintains a snapshot of the triples it was last known to contain.Methods in org.apache.jena.util that return PrefixMappingModifier and TypeMethodDescriptionstatic PrefixMapping
PrefixMappingUtils.calcInUsePrefixMapping
(Graph graph) Analyse the graph to see which prefixes of the graph are in use.static PrefixMapping
PrefixMappingUtils.calcInUsePrefixMapping
(Graph graph, PrefixMapping prefixMapping) Analyse the graph to see which prefixes of the givenPrefixMapping
are in use.static PrefixMapping
PrefixMappingUtils.calcInUsePrefixMappingTTL
(Graph graph) Analyse the graph to see which prefixes of the graph are in use.static PrefixMapping
PrefixMappingUtils.calcInUsePrefixMappingTTL
(Graph graph, PrefixMapping prefixMapping) Analyse the graph to see which prefixes of the givenPrefixMapping
are used by the graph triples.Methods in org.apache.jena.util with parameters of type PrefixMappingModifier and TypeMethodDescriptionstatic PrefixMapping
PrefixMappingUtils.calcInUsePrefixMapping
(Graph graph, PrefixMapping prefixMapping) Analyse the graph to see which prefixes of the givenPrefixMapping
are in use.static PrefixMapping
PrefixMappingUtils.calcInUsePrefixMappingTTL
(Graph graph, PrefixMapping prefixMapping) Analyse the graph to see which prefixes of the givenPrefixMapping
are used by the graph triples.