Re: [Virtuoso-users] Automating RDF data imports in VIrtuoso

2015-10-02 Thread Kingsley Idehen
On 9/29/15 10:57 AM, Haag, Jason wrote: > Following up on my original inquiry: I currently have several RDF > datasets available on my server. Each data set has an RDF dump > available as RDF/XML, JSON-LD, and Turtle. These dumps are generated > automatically without virtuoso from an HTML page mark

Re: [Virtuoso-users] Automating RDF data imports in VIrtuoso

2015-09-30 Thread Kingsley Idehen
On 9/30/15 6:10 PM, Haag, Jason wrote: > Thanks Daniel. I'm running Linux/Debian + Ubuntu. I am able to import > the HTML/RDFa file using the crawler. I'm able to find it in WEBDAV. > It just doesn't populate the database. If I import the same data in > RDF/XML format it does populate the database.

Re: [Virtuoso-users] Automating RDF data imports in VIrtuoso

2015-09-30 Thread Hugh Williams
Hi Jason, Have you installed the Virtuoso Sponger VAD [1] which installs the necessary RDF mappers [2] to perform the transformations of RDFa and other structure data to RDF for storage in the Quad Store ? [1] http://s3.amazonaws.com/opldownload/uda/vad-vos-packages/7.2/rdf_mappers_dav.vad [2

Re: [Virtuoso-users] Automating RDF data imports in VIrtuoso

2015-09-30 Thread Haag, Jason
Thanks Daniel. I'm running Linux/Debian + Ubuntu. I am able to import the HTML/RDFa file using the crawler. I'm able to find it in WEBDAV. It just doesn't populate the database. If I import the same data in RDF/XML format it does populate the database.

Re: [Virtuoso-users] Automating RDF data imports in VIrtuoso

2015-09-30 Thread Davis, Daniel (NIH/NLM) [C]
> 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 11

Re: [Virtuoso-users] Automating RDF data imports in VIrtuoso

2015-09-30 Thread Haag, Jason
Following up on my original inquiry: What is the best option for automating the import and update of RDFa/HTML data on a regular basis into the virtuoso DB? I'm able to use the crawler to import direct RDF/XML graph (.rdf) URIs, but I receive the following error page when I use a HTML/RDFa URI:

Re: [Virtuoso-users] Automating RDF data imports in VIrtuoso

2015-09-29 Thread Hugh Williams
Hi Jason, Yes, that would be the page to use for setting up schedule import jobs for RDF or other structured data sources, can also use http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtSetCrawlerJobsGuideSemanticSitemaps

Re: [Virtuoso-users] Automating RDF data imports in VIrtuoso

2015-09-28 Thread Haag, Jason
What would the steps/instructions be to set up an automatic import for 7.2.1? The instructions and screens here don't match the new interface and field options: http://docs.openlinksw.com/virtuoso/rdfinsertmethods.html#rdfinsertmethodvirtuosocrawler For example, there is no longer a field for "Loc

Re: [Virtuoso-users] Automating RDF data imports in VIrtuoso

2015-09-28 Thread Davis, Daniel (NIH/NLM) [C]
To: Paul Houle Cc: virtuoso-users Subject: Re: [Virtuoso-users] Automating RDF data imports in VIrtuoso Hi Paul, If you a test case for recreating this data corruption issues I would suggest trying against the git develop/7 branch with all the latest fixes to see if it still persists ? Or if t

Re: [Virtuoso-users] Automating RDF data imports in VIrtuoso

2015-09-26 Thread Hugh Williams
Hi Paul, If you a test case for recreating this data corruption issues I would suggest trying against the git develop/7 branch with all the latest fixes to see if it still persists ? Or if this step for recreation can be provide it we could test locally ? Best Regards Hugh Williams Professiona

Re: [Virtuoso-users] Automating RDF data imports in VIrtuoso

2015-09-26 Thread Paul Houle
I like the cloud solution of creating a new virtuoso system, doing the load, having plenty of time to test it, then replacing the production instance with the new instance and retiring the production instance. The main advantage here is that there is no way a screw-up in the load procedure can

[Virtuoso-users] Automating RDF data imports in VIrtuoso

2015-09-25 Thread Haag, Jason
Hi Users, I'm trying to determine the best option for my situation for importing RDF data into Virtuoso. Here's my situation: I currently have several RDF datasets available on my server. Each data set has an RDF dump available as RDF/XML, JSON-LD, and Turtle. These dumps are generated automatica