Re: [Virtuoso-users] Linked Data visualisation alternatives for http://wiktionary.dbpedia.org

2013-03-27 Thread Sebastian Hellmann
ly display data from inside the store, thats fine with me. All the best, Sebastian Am 27.03.2013 16:37, schrieb Kingsley Idehen: On 3/27/13 11:18 AM, Sebastian Hellmann wrote: Hi Kingsley, the DBpedia VAD does not help at all. I have a lot more difficult requirements, as many more data sets

Re: [Virtuoso-users] Linked Data visualisation alternatives for http://wiktionary.dbpedia.org

2013-03-27 Thread Sebastian Hellmann
the best, Sebastian Am 27.03.2013 12:41, schrieb Kingsley Idehen: On 3/27/13 4:43 AM, Sebastian Hellmann wrote: Hi all, I created the following Apache2 rule: RewriteRule ^/page/(.*)$ http://wiktionary.dbpedia.org:8890/describe/?url=http://wiktionary.dbpedia.org/resource/$1 [P,B,L] which redire

[Virtuoso-users] Linked Data visualisation alternatives for http://wiktionary.dbpedia.org

2013-03-27 Thread Sebastian Hellmann
ws exactly 1 more triple ... quite the meager reward for this extra click. How can I just have one page? -- Dipl. Inf. Sebastian Hellmann Department of Computer Science, University of Leipzig Projects: http://nlp2rdf.org , http://dbpedia.org Homepage: h

[Virtuoso-users] OntoWiki Vad again

2010-10-20 Thread Sebastian Hellmann
h query would be nice. Still no solution on that end. 4. Decision should ontowiki have all graphs visible and editable by default after installation? I will be on holiday from 20nd Oct until 22nd November. Please CC Sebastian Tramp in any private conversation. Sebastian Hellmann -- Dipl. In

Re: [Virtuoso-users] Virtuoso Open Source 6.1.2 Reasoning

2010-10-19 Thread Sebastian Hellmann
3. see below HotGreenPepperTopping should be returned as subclassOf VegetableTopping and vice versa. Regards, Sebastian Am 19.10.2010 00:27, schrieb Kingsley Idehen: On 10/18/10 5:34 PM, Sebastian Hellmann wrote: Dear Virtuoso team, I tested the reasoning in Virtuoso

[Virtuoso-users] Virtuoso Open Source 6.1.2 Reasoning

2010-10-18 Thread Sebastian Hellmann
ogies/pizza/2005/05/16/pizza.owl#VegetableTopping>} ; sparql select * { ?sub rdfs:subClassOf <http://www.co-ode.org/ontologies/pizza/2005/05/16/pizza.owl#VegetableTopping>} ; Cheers, Sebastian -- Dipl. Inf. Sebastian Hellmann Department of Computer Science, University of Leipzig Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann Research Group: http://aksw.org

Re: [Virtuoso-users] using isql with unix console

2010-06-30 Thread Sebastian Hellmann
http://boards.openlinksw.com/support Twitter: http://twitter.com/OpenLink On 24 Jun 2010, at 08:19, Sebastian Hellmann wrote: Hello, I'm having trouble getting the data out of Virtuoso on a unix console. I can not use "cut" because isql pretty prints out whitespace in between result columns

[Virtuoso-users] using isql with unix console

2010-06-24 Thread Sebastian Hellmann
Hello, I'm having trouble getting the data out of Virtuoso on a unix console. I can not use "cut" because isql pretty prints out whitespace in between result columns instead of tabs. An example: FILE test.isql : ### sparql SELECT ?s ?o FROM { ?s a ?o .} LIMI

Re: [Virtuoso-users] Retrieve triples for list of entities

2010-03-23 Thread Sebastian Hellmann
m>, <http://dbpedia.org/ontology/Book>) ). or: FILTER ( ?expanded0 IN ( <http://dbpedia.org/ontology/Airline>, <http://dbpedia.org/ontology/Band>) ). FILTER ( ?expanded1 IN ( <http://dbpedia.org/ontology/Album>) ). both work. Regards, Sebastian Regards, Alexan

Re: [Virtuoso-users] Retrieve triples for list of entities

2010-03-23 Thread Sebastian Hellmann
compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev ___ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://li

[Virtuoso-users] DBpedia strange SPARQL anomaly

2010-02-25 Thread Sebastian Hellmann
lt;http://dbpedia.org/resource/Braniff_International_Airways> ?p ?o. Filter ( ?p != dbpedia2:redirects ) } The only difference is the s at the end of dbpedia2:redirects It does not return any results any more. I tried it with snorql Regards, Sebastian -- Dipl. Inf. Sebastian Hellmann Depart

Re: [Virtuoso-users] How to increase Max Memory for transitivity?

2010-02-22 Thread Sebastian Hellmann
. Maybe speed for transitivity can be improved by giving it more memory? (not sure) Regards, Sebastian Nathan schrieb: Sebastian Hellmann wrote: Hello, I get the the following error for this OWL Concept: Sentence and hasToken some VVPP and hasToken some (APPR and nextToken some VVPP

[Virtuoso-users] How to increase Max Memory for transitivity?

2010-02-18 Thread Sebastian Hellmann
_MAX_memory ? I could give it maybe 5 times the memory, but did not find the correct syntax for this option. Thanks, Sebastian -- Dipl. Inf. Sebastian Hellmann Department of Computer Science, University of Leipzig Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann Research Group: http://aksw.org

Re: [Virtuoso-users] V6.1.0 Reasoning and index with strange error

2010-02-12 Thread Sebastian Hellmann
with reasoning? Regards, Sebastian -- Dipl. Inf. Sebastian Hellmann Department of Computer Science, University of Leipzig Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann Research Group: http://aksw.org

[Virtuoso-users] V6.1.0 Reasoning and index with strange error

2010-02-11 Thread Sebastian Hellmann
lter ( ?class in ( my:Person, my:Student) ) I'm not sure if this is a bug, might be a new feature. Dataset: 8 million triples instance data About 1000 schema triples with subclassof, inverseof and transitive properties Regards, Sebastian, AKSW -- Dipl. Inf. Sebastian Hellmann Department of Com

Re: [Virtuoso-users] List graphs in V5 and V6

2009-11-21 Thread Sebastian Hellmann
__ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users -- Dipl. Inf. Sebastian Hellmann Department of Computer Science, University of Leipzig Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann Research Group: http://aksw.org

Re: [Virtuoso-users] List graphs in V5 and V6

2009-11-20 Thread Sebastian Hellmann
e, a variant of that procedure will be used in the compilation of the above mentioned query. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com On Fri, 2009-11-20 at 15:27 +0100, Sebastian Hellmann wrote: Hello, what is the fastest way to query for a list of gra

[Virtuoso-users] List graphs in V5 and V6

2009-11-20 Thread Sebastian Hellmann
-- Dipl. Inf. Sebastian Hellmann Department of Computer Science, University of Leipzig Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann Research Group: http://aksw.org

[Virtuoso-users] owl sameAs reasoning

2009-11-18 Thread Sebastian Hellmann
, that they contain 7 datasets about drugs and therefore a lot of duplicates, partly linked with owl:sameAs across the 7 graphs. So if we make a distinct query for 'Aspirin', will we get a unified set of subjects or all? Regards, Sebastian -- Dipl. Inf. Sebastian Hellmann Department of

[Virtuoso-users] JSON over php odbc

2009-10-28 Thread Sebastian Hellmann
42001: [Virtuoso Driver][Virtuoso Server]SR185: Undefined procedure DB.DBA.RDF_FORMAT_RESULT_SET_AS_JSON. at line 1 of Top-Level: SPARQL define output:format "JSON" define input:default-graph-uri <http://dbpedia.org> SELECT * WHERE { ?s ?p ?o . } LIMIT 10 -- Dipl. Inf. Sebastian H

[Virtuoso-users] Feature Request http log

2009-10-02 Thread Sebastian Hellmann
ave extra output like received request headers, url parameters, post data, etc. Could be something like: HTTPLogFileExtendedOutput = true -- Dipl. Inf. Sebastian Hellmann Department of Computer Science, University of Leipzig Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann Research Group: http://aksw.org

[Virtuoso-users] rules generated in conductor cannot be reused for vad creation

2009-10-02 Thread Sebastian Hellmann
led. Please delete the transaction file /opt/virtuoso-opensource-20090928/owdata/virtuoso.trx and then restart your database server. Note: Your database will be in its pre VAD installation state after you restart. 0 FATAL -- Dipl. Inf. Sebastian Hellmann Depart

[Virtuoso-users] DB.DBA.VAD_PACK parameter handling

2009-10-02 Thread Sebastian Hellmann
/vad/vsp/ so I tested parameter 1 and 3 and they work fine with absolute paths and relative paths, but parameter 2 is ignored. Regards, Sebastian -- Dipl. Inf. Sebastian Hellmann Department of Computer Science, University of Leipzig Homepage: http://bis.informatik.uni-leipzig.de/Seb

Re: [Virtuoso-users] Virtuoso export

2009-09-17 Thread Sebastian Hellmann
r things we now have BIFs written in C - it will be rewritten shortly. It should be useable as is, though. Let me know how it works for you! Best Regards, Yrjänä Cheers, Georgi -Original Message- From: Sebastian Hellmann [mailto:kur...@googlemail.com] Sent: Wedne

[Virtuoso-users] Virtuoso export

2009-09-16 Thread Sebastian Hellmann
Hello, what is the best way to export data from Virtuoso. I want to export a graph, should I really use SPARQL construct with LIMIT, OFFSET and ORDER BY ? I just wanted to check in case there is a better function. Regards, Sebastian Hellmann, AKSW

Re: [Virtuoso-users] Setting up DBpedia on Virtuoso

2009-09-07 Thread Sebastian Hellmann
Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users -- Dipl. Inf. Sebastian Hellmann Department of Computer Science, University of Lei

Re: [Virtuoso-users] VAD, virtuoso php POST data not arriving

2009-07-29 Thread Sebastian Hellmann
js [3] http://code.google.com/p/ontowiki/source/browse/trunk/ontowiki/src/application/controllers/ApplicationController.php [4] http://aksw.org/SebastianHellmann/VAD [5] http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtDeployingLinkedDataGuide_UsingVirtuoso#AncmozTocId132652 Tim Hayne

[Virtuoso-users] VAD, virtuoso php POST data not arriving

2009-07-28 Thread Sebastian Hellmann
configured to VOS, login dba, pw dba There are two rewrite rules and a mapping to the physical location of the files (OntoWiki->vad/vsp/ontowiki) Two graphs are created automatically. Login should be possible with Virtuoso credentials, e.g. dba:dba Regards, Sebastian Hellmann, AKSW Here is

Re: [Virtuoso-users] VOS PHP URI rewrite, VAD sticker template from MediaWiki

2009-07-22 Thread Sebastian Hellmann
not able to find the vad sticker or the source for it. My task would become quite easy, if I would have that as a template. Is it or something similar available? Regards, Sebastian Hellmann, AKSW [1] http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main

[Virtuoso-users] VOS PHP URI rewrite

2009-07-21 Thread Sebastian Hellmann
how that works. Regards, Sebastian Hellmann, AKSW [http://code.google.com/p/ontowiki/]

Re: [Virtuoso-users] hosting_php.so

2009-07-14 Thread Sebastian Hellmann
. Sebastian Tim Haynes schrieb: Sebastian Hellmann wrote: ok, still no luck with 5.0.11 here is some output: cat config.log | grep php $ ./configure --prefix=/opt/virtuoso-opensource-5.0.11 --with-readline=/usr/lib/libreadline.so --with-php5=/opt/lib/php5 config.status:912: creating binsrc

Re: [Virtuoso-users] hosting_php.so

2009-07-13 Thread Sebastian Hellmann
lain, im ;Load5= plain, wbxml2 ;Load6= plain, hslookup Load7= attach, libphp5.so Load8= Hosting, hosting_php.so ;Load9= Hosting,hosting_perl.so ;Load10= Hosting,hosting_python.so ;Load11= Hosting,hosting_ruby.so ;Load12 = msdtc

Re: [Virtuoso-users] hosting_php.so

2009-07-10 Thread Sebastian Hellmann
the debian package by Will Daniels, but it seems to come without php Do you think it would be better to try with Virtuoso 5.0.11 ? Thanks for your help, Sebastian, AKSW Tim Haynes schrieb: Sebastian Hellmann wrote: Hi all, I'm currently analising the structure of Virtuoso, PHP and V

[Virtuoso-users] hosting_php.so

2009-07-08 Thread Sebastian Hellmann
Hi all, I'm currently analising the structure of Virtuoso, PHP and VAD, because I'm trying to create an OntoWiki VAD. My problem is that I could not locate hosting_php.so Specs: Ubuntu 9.04, I compiled it myself, standard options. I tried version 6.0-tp1 and also 5.011 13:27:46 { Loading plugin

Re: [Virtuoso-users] DBpedia-Live & Reification or Unique Triple IDs for adding metadata

2009-06-02 Thread Sebastian Hellmann
ike yago and owl:sameAs links. Are we moving them to separate graphs or shall I implement the new diff? Regards, Sebastian Kingsley Idehen schrieb: Jens Lehmann wrote: Hello, Sebastian Hellmann schrieb: Hello, [...] 1. Use of RDF Reification It is a clean

[Virtuoso-users] DBpedia-Live & Reification or Unique Triple IDs for adding metadata

2009-05-31 Thread Sebastian Hellmann
Hello, Note: If you want the short version. here is the single question I have: Can you keep Metadata for triples in Virtuoso in an effective way? And if so where can I read about it. The concrete problem I have is here: The DBpedia live extraction will be working around next week in a first