you can either let them access it with sparql and, for example, the
fuseki client (but other clients can do as well) or you can write a
program in any language you like and use one of the HTTP clients in this
language to send a prefabricated query to the endpoint. i do this even
to load the data, because i like the sparql 1.1 update standard more
than the more or less idosyncratic API. the query says then something
like
"INSERT DATA { GRAPH " < graphname >
" {" < triples> "} }"
it is - at least for small applications (<1 G triples) and slow code to
produce the triples, fast enough.
andrew
--
em.o.Univ.Prof. Dr. sc.techn. Dr. h.c. Andrew U. Frank
+43 1 58801 12710 direct
Geoinformation, TU Wien +43 1 58801 12700 office
Gusshausstr. 27-29 +43 1 55801 12799 fax
1040 Wien Austria +43 676 419 25 72 mobil
On 04/04/2017 07:41 AM, Lorenz B. wrote:
> Then let me ask you a question:
>
> Ok, so you said you have Jena and maybe loaded some data. How would you
> allow users on the web to access this data? How would you implement this?
>
>> Thank you Lorenz, I have read that website but unfortunately did not get
>> the concept. Let me try to read it again.
>>
>>
>>
>> On Mon, Apr 3, 2017 at 4:35 PM, Lorenz Buehmann <
>> [email protected]> wrote:
>>
>>> Javed ...
>>>
>>> I'll simply cite the "slogan" from the web page [1] and recommend to
>>> read [2]
>>>
>>> "Fuseki: serving RDF data over HTTP"
>>>
>>>
>>>
>>> [1] https://jena.apache.org/documentation/serving_data/
>>>
>>> [2] https://jena.apache.org/documentation/fuseki2/
>>>
>>>
>>> On 03.04.2017 14:54, javed khan wrote:
>>>> Hi
>>>>
>>>> Why we need fuseki server in semantic web applications. We can run SPARQL
>>>> queries without it, like we do using Jena syntax.
>>>>