Re: [Virtuoso-users] Question about LDP documentation

2023-12-01 Thread Hugh Williams via Virtuoso-users
Hi Mark, That old wiki document is indeed out of date as there is now a new “LDP enable/disable” checkbox option in the latest build for enabling LDP on WebDAV folders via the Conductor and not as an added WebDAV property as before, as detailed in this new community forum post we have created

Re: [Virtuoso-users] Virtuoso support for ERA - Virtuoso backend

2023-11-30 Thread Hugh Williams via Virtuoso-users
Hi Ghislain, Yes, I do remember from the publication office and Mondeca days, I am fine thanks and trust you are too … The issues you report were logged as a support case#693 by Anestis from Deloitte (cc’ed

Re: [Virtuoso-users] Regarding Virtuoso's RDF Store

2022-11-17 Thread Hugh Williams via Virtuoso-users
Hi Jishnu, Yes, that is correct as detailed in the following White paper on implementation: https://virtuoso.openlinksw.com/whitepapers/SPARQL%20RDF%20Store%20using%20SQL-ORDBMS.pdf Best Regards Hugh Williams Professional Services OpenLink Software Home Page: http://www.openlinksw.com <

Re: [Virtuoso-users] Regarding Virtuoso's RDF Store

2022-11-16 Thread Hugh Williams via Virtuoso-users
Hi Jishnu, What is the SQL database being used as RDF Store currently ? With the Virtuoso commercially licensed edition its virtual database engine can be used to generate transient or persisted RDF views of data stored in ODBC or JDBC accessible relational databases as detailed at: ht

Re: [Virtuoso-users] Unexpected results with geof:sfIntersects

2022-05-11 Thread Hugh Williams via Virtuoso-users
Hi Luí­s, I would suggest reporting this issue on the Virtuoso open source git issue tracker at: https://github.com/openlink/virtuoso-opensource/issues which is where most now report issues or ask questions since we move to using git ... Also, do you have a minimal test case for recre

Re: [Virtuoso-users] Obtain list of knowledge graphs in iSQL

2022-05-04 Thread Hugh Williams via Virtuoso-users
Hi Luís, Methods for listing RDF graphs in Virtuoso are documented at: http://vos.openlinksw.com/owiki/wiki/VOS/VirtTipsAndTricksGuideAllGraphs Best Regards Hugh Williams Professional Services OpenLink Software Home Page: http://www.openlinksw.com Community S

Re: [Virtuoso-users] Reasoning with owl:unionOf, owl:intersectionOf, etc...

2021-07-19 Thread Hugh Williams via Virtuoso-users
Hi Tom, The Virtuoso built-in inferencing available in the open source product does not support owl:unionOf, and owl:intersectionOf. In the Virtuoso 8+ commercial edition support for the creation of custom inference rules of any type is support new custom inferencing engine available in this

Re: [Virtuoso-users] sparql slow if more object value specified

2020-10-26 Thread Hugh Williams via Virtuoso-users
See the following response to this issue on the OpenLink Community Forum https://community.openlinksw.com/t/sparql-slow-if-more-object-value-specified/2064/2 ... post all further questions there ... > On 26 Oct 2020, at 04:49, William Kisman wrote: > > Hi , I am using virtuoso 7 open source e

Re: [Virtuoso-users] problem restoring from Online Backup.

2020-10-21 Thread Hugh Williams via Virtuoso-users
Hi Skaros, You need to specify the Virtuoso configuration ( ie INI) file with the -c or +configfile option when restoring the backup such that the database file(s) (without or with striping etc) the backup should be restore to ie $ virtuoso-t +restore-backup bck +configfile virtuoso.ini

Re: [Virtuoso-users] database corruption after DB.DBA.DAV_QUEUE_RUN exit handler

2020-08-12 Thread Hugh Williams via Virtuoso-users
Hi Jorge, I would suggest using the official OpenLink provided Virtuoso Docker images at: https://community.openlinksw.com/t/virtuoso-enterprise-edition-docker-quick-start-guide/285 rather then the “tenforce/virtuoso” docker images which use older code base, and see if the same error occu

Re: [Virtuoso-users] How to install isql?

2020-04-30 Thread Hugh Williams via Virtuoso-users
Hi Luis, The Virtuoso client connectivity kit components are not licensed and can be freely redistributed, as in the commercial product it is the Virtuoso server where licensing is enforce for use. Or why do you not use the open source “isql-vt” program Ubuntu provides as suggested previously

Re: [Virtuoso-users] How to install isql?

2020-04-29 Thread Hugh Williams via Virtuoso-users
Hi Luis, I don’t understand what does not make sense to you, having given you two methods of obtaining prebuilt Virtuoso client component only binaries in my last email ? Best Regards Hugh Williams Professional Services OpenLink Software Home Page: http://www.openlinksw.com

Re: [Virtuoso-users] How to install isql?

2020-04-29 Thread Hugh Williams via Virtuoso-users
Hi Luis, Where the Virtuoso server instance is hosted/running is irrelevant provided remote access to the SQL port is allowed. As said previously Ubuntu have provided prebuilt packages for Virtuoso for years, including an isql package: http://manpages.ubuntu.com/manpages/cosmic/man1/IS

Re: [Virtuoso-users] How to install isql?

2020-04-28 Thread Hugh Williams via Virtuoso-users
Hi Luis, What Virtuoso installation do you have as it you compile from source (http://vos.openlinksw.com/owiki/wiki/VOS/VOSUbuntuNotes ), build and install the “isql” program is placed in the “bin” directory along with the Virtuoso binar

Re: [Virtuoso-users] reset DBA password

2020-04-17 Thread Hugh Williams via Virtuoso-users
Hi Alfredo, If you are restoring a backup of the current database or is password was not changed since the last backup then it must restore with the same password. That is unless the restore actually failed and when you restarted Virtuoso actually an empty database with the default dba/dba uid

Re: [Virtuoso-users] just an information

2020-04-03 Thread Hugh Williams via Virtuoso-users
Hi Otavio, No we do not provide prebuilt open source binaries for Solaris, thus you would have to compile and build yourself as detailed at: http://vos.openlinksw.com/owiki/wiki/VOS/VOSBuild Best Regards Hugh Williams Professional Ser