com.hp.hpl.jena.sparql.core
Interface DatasetPrefixStorage
- All Superinterfaces:
- Closeable, Sync
public interface DatasetPrefixStorage
- extends Closeable, Sync
Abstract of prefix storage for graphs in an RDF dataset
Methods inherited from interface org.openjena.atlas.lib.Closeable |
close |
Methods inherited from interface org.openjena.atlas.lib.Sync |
sync |
graphNames
Set<String> graphNames()
readPrefix
String readPrefix(String graphName,
String prefix)
readByURI
String readByURI(String graphName,
String uriStr)
readPrefixMap
Map<String,String> readPrefixMap(String graphName)
insertPrefix
void insertPrefix(String graphName,
String prefix,
String uri)
loadPrefixMapping
void loadPrefixMapping(String graphName,
com.hp.hpl.jena.shared.PrefixMapping pmap)
removeFromPrefixMap
void removeFromPrefixMap(String graphName,
String prefix,
String uri)
getPrefixMapping
com.hp.hpl.jena.shared.PrefixMapping getPrefixMapping()
- Return a PrefixMapping for the unamed graph
getPrefixMapping
com.hp.hpl.jena.shared.PrefixMapping getPrefixMapping(String graphName)
- Return a PrefixMapping for a named graph
Licenced under the Apache License, Version 2.0