On 06.01.2008, at 11:27, Harshal Hayatnagarkar wrote:
> SPARQL is not a feasible option for me as I need
support for read/
> write
> operations.
> However, I am interested to know if ActiveRDF can
convert a Redland
> store
> into a SPARQL-endpoint.
By this, you probably mean the possibility of using
ActiveRDF to
provide a SPARQL endpoint so that other services can re-use
your data.
There is no direct support for providing SPARQL endpoints in
ActiveRDF and I do not know of anybody who has implemented
this
already with ActiveRDF.
But if you take a look at the way in which SPARQL queries
are send
over HTTP, I think you can figure out how to set the Ruby on
Rails
routes, so that the parameters of the query arrive at a self
written
controller object, which constructs the query and and
returns the
triples.
Keep in mind that ActiveRDF only supports a subset of the
SPARQL
standard.
Taking a look at the 2 files of the SPARQL adapter will
probably also
help with that.
> A couple of days back I have started my exploration for
the Oracle 11g
> support for RDF/OWL.
>> From my past experience, Oracle Call Interface, an
API for C
>> language,
> appears to be a good possibility.
>
> I will get back with details, since my exploration has
just begun.
Thank you, and I am looking forward to that.
cheers, Benjamin.
_______________________________________________
ActiveRDF mailing list
ActiveRDF lists.deri.org
http
://lists.deri.org/mailman/listinfo/activerdf
|