Dhaval Thakker wrote:
Hi
We are evaluating virtuoso and would like to see if the owl:inverseOf
is supported in the open source edition.
I tried the following ontology and data:
Person isa Class
A isa Person
B isa Person
hasFather is a property
fatherOf is a property
hasFather and fatherOf are
Hi Timo,
Following your example I can load RDF data into my Virtuoso Server
using curl:
$ curl -T vc-db-1.rdf http://localhost:8891/DAV/home/dba/rdf_sink/vc-
db-1.rdf -u dba:dba
EN">201 CreatedCreatedH1>Resource /DAV/home/dba/rdf_sink/vc-db-1.rdf has been created.BODY>
$ /usr/local/virtuos
Hi Dhaval,
Not sure if this is what you are looking for, but I would imagine
this can be done by querying the Virtuoso SPARQL endpoint [1] (as
could be done with any other available SPARQL endpoint ) using the
Jena SPARQL Query library ARQ [1] [2] .
Best Regards
Hugh Williams
Profession
Hi
I'm having trouble inserting RDF using rdf_sink. The file uploads just
fine, but the RDF data is not inserted to the database.
The sink itself is the "built in" for the dba user which resides in my
case in http://thtimo1:8890/DAV/home/dba/rdf_sink.
After I upload some valid RDF file to the se