Class SPARQLRepository

    • Constructor Detail

      • SPARQLRepository

        public SPARQLRepository​(String endpointUrl)
        Create a new SPARQLRepository using the supplied endpoint URL for queries and updates.
        Parameters:
        endpointUrl - a SPARQL endpoint URL. May not be null.
      • SPARQLRepository

        public SPARQLRepository​(String queryEndpointUrl,
                                String updateEndpointUrl)
        Create a new SPARQLRepository using the supplied query endpoint URL for queries, and the supplied update endpoint URL for updates.
        Parameters:
        queryEndpointUrl - a SPARQL endpoint URL for queries. May not be null.
        updateEndpointUrl - a SPARQL endpoint URL for updates. May not be null.
        Throws:
        IllegalArgumentException - if one of the supplied endpoint URLs is null.