Interface PrefixesAccess

All Known Implementing Classes:
PrefixesMap, PrefixesPlain, PrefixesRDF

public interface PrefixesAccess
  • Method Details

    • fetchURI

      Optional<String> fetchURI(String prefix)
    • transactional

      org.apache.jena.sparql.core.Transactional transactional()
    • updatePrefix

      void updatePrefix(String prefix, String uri)
    • removePrefix

      void removePrefix(String prefixToRemove)
    • getAll

      Map<String,String> getAll()
    • fetchPrefix

      List<String> fetchPrefix(String uri)
      Fetches the prefixes assigned to the provided URI. There can be multiple in the List.