Note that there are some explanatory texts on larger screens.

plurals
  1. POadding triples in 4store
    primarykey
    data
    text
    <p>here url_add is a link that contains the rdf triples that i want to store in 4store.but if i pass url_add as an argument it generates Relative URIerror .</p> <p>so what is the way in which i can pass url_add as an argument only. </p> <p>response = store.add_from_uri('url_add')</p> <p>Traceback (most recent call last):</p> <p>File "", line 1, in </p> <p>File "/usr/local/lib/python2.7/dist-packages/django_gstudio-0.3.dev-py2.7.egg/gstudio/testing1.py", line 152, in </p> <pre><code>response = store.add_from_uri('url_add') </code></pre> <p>File "/usr/local/lib/python2.7/dist-packages/django_gstudio-0.3.dev-py2.7.egg/gstudio/HTTP4Store/HTTP4Store.py", line 74, in add_from_uri</p> <pre><code>r_obj = self.rh.GET(uri, headers=headers) </code></pre> <p>File "/usr/local/lib/python2.7/dist-packages/django_gstudio-0.3.dev-py2.7.egg/gstudio/HTTP4Store/utils.py", line 53, in GET</p> <pre><code>return self._request("%s" % (path), method="GET", headers=headers) </code></pre> <p>File "/usr/local/lib/python2.7/dist-packages/django_gstudio-0.3.dev-py2.7.egg/gstudio/HTTP4Store/utils.py", line 92, in _request</p> <pre><code>resp, content = self.h.request(path, method, headers=headers, body=data) </code></pre> <p>File "/usr/lib/python2.7/dist-packages/httplib2/<strong>init</strong>.py", line 1297, in request (scheme, authority, request_uri, defrag_uri) = urlnorm(uri)</p> <p>File "/usr/lib/python2.7/dist-packages/httplib2/<strong>init</strong>.py", line 204, in urlnorm raise RelativeURIError("Only absolute URIs are allowed. uri = %s" % uri)</p> <p>RelativeURIError: Only absolute URIs are allowed. uri = url_add</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload