Class RDFStorageImpl

  • All Implemented Interfaces:
    RDFStorage

    public class RDFStorageImpl
    extends Object
    implements RDFStorage
    Author:
    Pascal-Nicolas Becker (dspace -at- pascal -hyphen- becker -dot- de)
    • Field Detail

      • configurationService

        @Autowired(required=true)
        protected ConfigurationService configurationService
    • Constructor Detail

      • RDFStorageImpl

        public RDFStorageImpl()
    • Method Detail

      • load

        public com.hp.hpl.jena.rdf.model.Model load​(String uri)
        Description copied from interface: RDFStorage
        Don't use this method directly, use RDFizer.loadModel(...) instead.
        Specified by:
        load in interface RDFStorage
        Parameters:
        uri - Identifier for this DSO
        Returns:
        the model
      • getAccessor

        protected org.apache.jena.web.DatasetGraphAccessor getAccessor()
      • getGraphStoreEndpoint

        protected String getGraphStoreEndpoint()
      • getSparqlEndpoint

        protected String getSparqlEndpoint()