> What is the best option for automating the import and update of RDFa/HTML 
> data on a regular basis into the virtuoso DB?

Jason, 

Are you running virtuoso on a Windows system or on a UNIX/Linux system?

In either case, I suggest you:
        - Write a script that talks to the server on port 1111 (e.g. the 
database port)
            - Good choices are perl/python with ODBC or Java with JDBC are good 
options.
        - Debug the script

If you are running this from UNIX/Linux, you can possibly edit a file to run 
regular jobs be entering:
        crontab -e

If that doesn't work, you may have to ask your system administrators for help.
Entering the command 'man crontab' may help.



------------------------------------------------------------------------------
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to