anything relevant to the OpenLink Virtuoso Universal Server O/R/V/G-DBMS

learn more… | top users | synonyms

2
votes
1answer
18 views

Size of Opensource Virtuoso DB or any particular graph

I am conducting a study on comparison of storing RDF triples in different stores. With Virtuoso, is there any particular way to determine the size of the database? I tried with the .db file in db ...
0
votes
1answer
36 views

Federated dbpedia query timeouts with offset > 1000

At this endpoint http://spcdata.digitpa.gov.it:8899/sparql I have a list of all italian municipalities. I want to fetch the population data for every muncipality from dbpedia, and I'm using the ...
0
votes
0answers
10 views

virtuoso sponger bulk upload

I would like to upload to virtuso some rdf/xml files. As I see, I have to load them through sponger in the WebDAV rdf_sink folder. The data of each file are stored by default in ...
1
vote
1answer
56 views

Pubby doesn´t show xsd:double. (semantic web & opendata)

I have a Virtuoso Server to serve triples about domotical sensors. There is a pubby configured to resolve the URIS of the resources. Let´s consider a device, which has the following triples: @prefix ...
0
votes
2answers
68 views

libgc seems to be missing (Installing Virtuoso-Opensource with Mono support)

I'm building Virtuoso Opensource after doing ./configure --enable_mono - works fine. Calling make then gives me an error because libgc is not found. make[2]: Entering directory ...
0
votes
0answers
32 views

virtuoso sparql engine

I'd like to ask if anyone knows how a sparql query is actually executed in virtuoso opensource edition. Is the sparql query mapped to an sql query? How the RDF data are accessed? Should I read the ...
0
votes
1answer
92 views

sharepoint is throwing securityException on silverlight, even though clientaccesspolicy.xml is in place

after one day of thorough searching for solutions, I'm at a standstill over the following issue: I am adding a aspx-page with silverlight app as a feature to my sharepoint. The app accesses the ...
2
votes
1answer
61 views

STRAFTER SPARQL 1.1 function in Virtuoso

Does STRAFTER from SPARQL 1.1 work in Virtuoso (version 6.04 June 2012 build)? Trying PREFIX qb: <http://purl.org/linked-data/cube#> PREFIX iodp: ...
1
vote
1answer
103 views

Build Virtuoso (with Mono integration) on Ubuntu: build error on libgc

UPDATE: Okay, I found it on this page: you have to run ./configure with the --enable-mono parameter. Then you'll also find out that some more dependencies are missing that aren't mentioned anywhere. ...
4
votes
1answer
40 views

Briefcase optional package on Virtuoso

I've installed Virtuoso open source and some of its packages (including Briefcase) on a Ubuntu VM following this guide. Everything was OK, but after restarting Virtuoso server when I tried to access ...
3
votes
0answers
25 views

How is the table RDF_PREFIX used in Virtuoso?

Virtuoso stores RDF triples in RDF_QUAD table. In this table, IRIs are stored as IRI_ID's datatype and the values are stored in RDF_IRI table. But I don't understand the use of RDF_PREFIX table. Is ...
1
vote
1answer
60 views

Alternatives to SPARQL query with lots of UNIONs

I have some named graphs stored in Virtuoso, and I want to find the one that matches the highest number of terms from a provided list. My query is constructed programatically and looks like this: ...
0
votes
1answer
25 views

Could not start virtuoso on windows server 2003

I have installed opensource virtuoso on windows server 2003. I followed all the instructions given on the link openlinksw even the service instance has been created i can see the service list but ...
1
vote
1answer
115 views

Do SPARQL queries on :BaseKB

I have loaded :BaseKB Lite in Virtuoso (Windows). What SPARQL statement should I use in Vitruoso SPARQL endpoint(http:/comphost:8890/sparql) to get all topics names with all their aliases related to ...
0
votes
2answers
281 views

Load Freebase full dump file to Virtuoso

I have downloaded the full RDF Freebase dump file 'freebase-rdf-2012-12-09-00-00.gz'(7.5GB) from this link http://download.freebaseapps.com/ This data dump uses the the Turtle RDF syntax as defined ...
0
votes
1answer
40 views

Redland context in Virtuoso

I'm using the Redland Python bindings to add triples to Virtuoso RDF.Storage(storage_name='virtuoso') and am trying to understand how context is implemented. I am getting some surprising results. If ...
0
votes
1answer
51 views

Virtuoso System Requirements

We would be using Virtuoso for storing RDFs, the triple count will be 100 million to start with. I need to know what should be typical RAM, CPU, Disk etc for this. Querying will be with SPARQL and ...
2
votes
1answer
118 views

Query RDF file using PHP and Sparql. Help and suggestions?

What is the endpoint for virtuoso?
0
votes
1answer
41 views

How to validate whether a string is a dateTime object or not?

I get some invalid dateString from freebase data. Output of the following sparql query is Query: select ?dob dataType(?dob) as ?dataType { <http://freebase.com/ns/m/011k9p> ...
1
vote
1answer
55 views

Virtuoso 22007 Error DT006 (How to validate datetime object in sparql)

I get the following error. Virtuoso 22007 Error DT006: Cannot convert -0359 to datetime : Incorrect month field length SPARQL query: define sql:big-data-const 0 #output-format:text/html define ...
2
votes
2answers
101 views

Find the alive people using SPARQL (choose the items that doesn't have an edge)

Following sparql query will give the persons who are dead. select distinct ?item{ ?item <http://freebase.com/ns/common/topic/notable_types> <http://freebase.com/ns/people/person> . ?item ...
2
votes
1answer
94 views

SPARQL DBpedia Query limit number of labels

I am trying to get instances that contains keywords using bif:contains but I want to get only one label for each ?s (instance) and I don't care which one. And I can't filter it with something like ...
-2
votes
1answer
187 views

How to execute Sparql delete query using jena?

I'm trying to execute a delete query using Jena, but I'm getting an error while executing it. I've tried two ways, but in both cases, I'm getting the same error. I'm using jena 2.7.3 and database ...
0
votes
1answer
74 views

Offline Backup RDF(Virtuoso) Database And restore this database with striping

Now in virtuoso.db file striping is not enable. and I want to restore this data with striping functionality. there has to one way to convert data with striping.so please tell me the complete way to do ...
0
votes
1answer
152 views

Cross-platform method for loading large RDF into triple stores

Currently, we're using Virtuoso to store RDF triples. We want an automated way to load RDF files to the database. The data can be very large, so currently we are relying on the Virtuoso bulk data ...
0
votes
2answers
101 views

How can I increase performance of sparql query while using inferencing?

I want to increase performance of my sparql queries. I have to run all type of sparql query. I have total 17,500,000 triples in the graph and i have other graph containg only knowledge. this graph ...
1
vote
2answers
137 views

Update VOS 6.1.6 using Jena without loading to memory by invoking Sparql endpoint

If I run delete/insert query from the sparql endpoint the update operation works. The sparql query is CODE: SELECT ALL INSERT DATA INTO <PERSONGRAPH> { personURI rdf:type foaf:Person } Is ...
1
vote
1answer
67 views

Setting up a SPARQL Endpoint with other permissions than 'SPARQL' user

I've set up another virtual directory within Virtuoso Conductor in order to access a second SPARQL endpoint through another port. My question: Why can I only choose 'dba' user to make the endpoint ...
3
votes
1answer
352 views

loading rdf triples into virtuoso opensource

I'm trying to create a local mirror of http://linkedgeodata.org from this dump: http://downloads.linkedgeodata.org/dumps/latest/LGD-Dump-Complete-2011-01-02.nt.bz2 That's around 61000000 triples. ...
2
votes
2answers
371 views

Sparql Query Results without Namespace

I want to get results from sparql query and the results contain no namespace. ex: there is result in triple format like: "http://www.xyz.com#Raxit" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" ...
0
votes
2answers
137 views

use more than 1 input inference in virtuoso

I have one input inference in virtuoso opensource that was defined from goodrelations site rdfs_rule_set('http://purl.org/goodrelations/v1', 'http://purl.org/goodrelations/v1'); that I used in query ...
0
votes
1answer
478 views

Sparql COUNT query using Jena api

I want to get total count of sparql query results. I am using jena API for this in java. count query is working in virtuoso but its not working in java using jena api. Sparql Query: select ( count ( ...
0
votes
1answer
63 views

querying rdf triples

How can I write sparql query where I can compare the variables (?a, ?b), if I have the following eg? (something's wrong with this eg?): <ont:XXXXX rdf:about="http://www.myOntDomain#C"> ...
2
votes
1answer
157 views

SPARQL INSERT using password

I'm currently storing RDF Data into the Virtuoso using HTTP-GET/POST via SPARQL-Endpoint. But that's kind of a lack of security to always 'GRANT PERMISSION' to 'SPARQL' for INSERT/DELETE graph content ...
0
votes
3answers
222 views

using part of RAM as local storage

I'm setting up a virtuoso server on my local machine, the databse is not big (about 2GB) The application I'm using the server for needs to make a very large number of queries and the results need to ...
1
vote
0answers
170 views

Setting the connection timeout in virtuoso server via connection string

I started the virtuoso service on windows with the following configurations (this is the important part of the config file): ResultSetMaxRows = 10000 MaxQueryCostEstimationTime = 40000 ; ...
0
votes
1answer
615 views

How to upload RDF files to Virtuoso with Java

I am developing an automatic method of retrieving rdf files from a url and then populating them to my (remote) virtuoso store. Currently, I am using the Jena libs and the Virtuoso Jena Provider to do ...
2
votes
1answer
157 views

POST Response Length is Non-Zero, but Read is Empty

I am following this Virtuoso Web Service example. My the response from a POST has a non-zero .length, but .read() is empty. This only happens when POST is successful. If I intentionally make a mistake ...
0
votes
1answer
196 views

virtuoso rdfs rule set

I was trying the following example from http://docs.openlinksw.com/virtuoso/rdfsparqlrule.html. Loaded data into the graph: ttlp ('<http://localhost:8890/dataspace> ...
0
votes
1answer
196 views

Viewing graphs in Virtuoso

currently, in my application I am working with graph,which is basically a RDF file(creating,inserting triples,manipulating) using Jena framework in Virtuoso. In the server I am able to see the graph ...
2
votes
2answers
1k views

How to insert/update an RDF which is being stored in local virtuoso using local sparql endpoint?

I am trying to insert an resource in my rdf file which is being stored in local virtuoso triple store. My sparql endpoint is also on my own server. But it says some error 500 is coming which says ...
0
votes
1answer
195 views

Manipulating RDF in Jena

currently, I found out that I can query using model (Model) syntax in Jena in a rdf after loading the model from a file, it gives me same output if I apply a sparql query. So, I want to know that , is ...
5
votes
1answer
295 views

How to skip bad dates in DBpedia SPARQL request?

I need to get data about films from DBpedia. I use SPARQL query as follows on http://dbpedia-live.openlinksw.com/sparql: PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: ...
3
votes
1answer
182 views

Create Drupal SPARQL view from custom store?

I'm trying to create a Drupal 7 SPARQL view using my own store. I have the triples loaded in Virtuoso and in Fuseki but can't seem to make the final connection feeding a View. I am able to query the ...
1
vote
1answer
856 views

How to start OpenLink Virtuoso on Ubuntu

I am not sure if this is the right place to ask this question or not, but i will ask anyways maybe someone could help me I have a remote server with Ubuntu OS.I am using putty to run commands on ...
4
votes
2answers
2k views

Update RDF in Triplestore

I'm experimenting with Sesame and Virtuoso Triplestores. At the Moment I use the Sesame Java API to add RDF Data to both Triplestores. My RDF Data represents different things like Videodata, Userdata ...
0
votes
1answer
664 views

how to insert rdf into virtuoso via jena?

After i generate my rdf triple.I want to insert them into Virtuoso triple Store via Jena. .... model.write(System.out,"RDF/XML"); .... url = "jdbc:virtuoso://localhost:1111"; VirtGraph set = new ...
2
votes
1answer
794 views

SPARQL Query with colon in predicate

I am trying to query the RDF Data from linkedgeodata.org for States within a Country. In RDF it is represented as such: <http://linkedgeodata.org/triplify/node1055351027> ...
2
votes
1answer
316 views

Library to connect node.js to virtuoso graph?

My first project using two different new technologies would be to implement some session management on node.js, storing the session & user data into a Virtuoso Datastore. It's exciting, because ...
0
votes
1answer
518 views

Defining endpoints in Virtuoso

How can I define a new endpoints for my ontology in Virtuoso? I was able to upload my ontology via Virtuoso Conductor in the RDF Store Upload tab. Now I need to define a set of endpoints to be able to ...

1 2