Thank you Tim! I thought you were only checking this using the sparql endpoint. My apologies.
Returned the following top 5: Query result:VQ_HOST VARCHARVQ_TS DATETIMEVQ_URL VARCHARVQ_ROOT VARCHARVQ_STAT VARCHARVQ_OTHER VARCHARVQ_ERROR LONG VARCHARVQ_LEVEL INTEGERVQ_VIA_SITEMAP INTEGERVQ_DT TIMESTAMPVQ_ORIGIN IRI_ID xapi.vocab.pub 2015-10-02 13:44:17.027270 /datasets/adl/verbs.rdf /home/rdf-importer/adl/ retrieved <DB NULL> <DB NULL> 0 0 2015-10-02 13:48:17.601209 <DB NULL> xapi.vocab.pub 2015-10-02 13:42:52.742365 /datasets/ieee-adb/verbs.rdf DAV/home/rdfa-importer/adb/ retrieved <DB NULL> <DB NULL> 0 0 2015-10-02 13:47:51.454316 <DB NULL> xapi.vocab.pub 2015-10-02 13:39:46.137360 /datasets/acrossx/verbs.rdf DAV/home/rdfa-importer/ retrieved <DB NULL> <DB NULL> 0 0 2015-10-02 13:39:58.571053 <DB NULL> xapi.vocab.pub 2015-10-01 17:02:04.722269 /datasets/acrossx/verbs/index.html DAV/home/dba/rdf_sink/sem-sitemap/ retrieved <DB NULL> <DB NULL> 1 1 2015-10-01 17:02:04.737600 #i11979265 xapi.vocab.pub 2015-10-01 17:02:04.722236 /datasets/ieee-adb/verbs/index.html DAV/home/dba/rdf_sink/sem-sitemap/ retrieved <DB NULL> <DB NULL> 1 1 2015-10-01 17:02:04.732432 #i11979265No. of rows in result: 5 The two index.html files from yesterday showing in this table are RDFa (I tried the semantic sitemap approach. ), but there was nothing in the virtuoso DB. Also, I just checked and Tidy version in iSQL and result is "ANY" Query result:tidy_html ANY ------------------------------------------------------- Advanced Distributed Learning Initiative +1.850.266.7100(office) +1.850.471.1300 (mobile) jhaag75 (skype) http://motifproject.org (MoTIF Project) http://ml.adlnet.gov (Web) http://twitter.com/mobilejson (Twitter) http://linkedin.com/in/jasonhaag (LinkedIn) On Fri, Oct 2, 2015 at 4:16 PM, Hugh Williams <hwilli...@openlinksw.com> wrote: > Hi Jason, > > So have you ran the "SQL" query against the SQL interface ie > http://54.174.231.102:8890 > <http://54.174.231.102:8890/sparql>/conductor/isql_main.vspx > ? > > Best Regards > Hugh Williams > Professional Services > OpenLink Software, Inc. // http://www.openlinksw.com/ > Weblog -- http://www.openlinksw.com/blogs/ > LinkedIn -- http://www.linkedin.com/company/openlink-software/ > Twitter -- http://twitter.com/OpenLink > Google+ -- http://plus.google.com/100570109519069333827/ > Facebook -- http://www.facebook.com/OpenLinkSoftware > Universal Data Access, Integration, and Management Technology Providers > > On 2 Oct 2015, at 22:01, Haag, Jason <jason.haag....@adlnet.gov> wrote: > > Yes, http://54.174.231.102:8890/sparql > > ------------------------------------------------------- > Advanced Distributed Learning Initiative > +1.850.266.7100(office) > +1.850.471.1300 (mobile) > jhaag75 (skype) > http://motifproject.org (MoTIF Project) > http://ml.adlnet.gov (Web) > http://twitter.com/mobilejson (Twitter) > http://linkedin.com/in/jasonhaag (LinkedIn) > > On Fri, Oct 2, 2015 at 3:38 PM, Hugh Williams <hwilli...@openlinksw.com> > wrote: > >> Hi Jason, >> >> Are you running the query against the SPARQL endpoint, as it is a SQL >> query that should be run against the SQL interface ie either command line >> isql tool or the Interactive SQL Interface of the Conductor ... >> >> Best Regards >> Hugh Williams >> Professional Services >> OpenLink Software, Inc. // http://www.openlinksw.com/ >> Weblog -- http://www.openlinksw.com/blogs/ >> LinkedIn -- http://www.linkedin.com/company/openlink-software/ >> Twitter -- http://twitter.com/OpenLink >> Google+ -- http://plus.google.com/100570109519069333827/ >> Facebook -- http://www.facebook.com/OpenLinkSoftware >> Universal Data Access, Integration, and Management Technology Providers >> >> On 2 Oct 2015, at 20:10, Haag, Jason <jason.haag....@adlnet.gov> wrote: >> >> Thanks for the tip Tim! I did not use HTML Tidy. I will give that try and >> see if it makes a difference. I always run my content through the w3c >> validators and they also have the Tidy option. I checked, but don't see any >> errors: >> >> >> https://validator.w3.org/nu/?doc=http%3A%2F%2Fxapi.vocab.pub%2Fdatasets%2Fadl%2Fverbs%2Findex.html >> >> >> When I tried that first sparql query to get the error message, I receive >> the following syntax error message: >> >> Virtuoso 37000 Error SP030: SPARQL compiler, line 3: syntax error at >> 'ws.ws.vfs_queue' before 'where' >> >> SPARQL query: >> define sql:big-data-const 0 >> #output-format:text/html >> define sql:signal-void-variables 1 select * from ws.ws.vfs_queue where { >> >> VQ_HOST='xapi.vocab.pub' order by VQ_TS desc; >> >> } >> >> order by VQ_TS desc; >> >> >> >> ------------------------------------------------------- >> Advanced Distributed Learning Initiative >> +1.850.266.7100(office) >> +1.850.471.1300 (mobile) >> jhaag75 (skype) >> http://motifproject.org (MoTIF Project) >> http://ml.adlnet.gov (Web) >> http://twitter.com/mobilejson (Twitter) >> http://linkedin.com/in/jasonhaag (LinkedIn) >> >> On Fri, Oct 2, 2015 at 8:55 AM, Tim Haynes <thay...@openlinksw.com> >> wrote: >> >>> On 1 October 2015 at 16:45, Haag, Jason <jason.haag....@adlnet.gov> >>> wrote: >>> >>>> I'm curious if Virtuoso only works with XHTML doctype declarations? >>>> I'm trying to use the crawler to automatically import this page: >>>> http://xapi.vocab.pub/datasets/adl/verbs but it uses HTML5. Can anyone >>>> confirm whether or not RDFa in HTML5 is supported in version 7.2.1? >>>> >>> >>> Hi, >>> >>> In your target definition, did you have "Use HTML Tidy" enabled? Does it >>> make a difference if you toggle it? >>> >>> Also, can you supply the output of: >>> >>> select top 5 * from ws.ws.vfs_queue where VQ_HOST='xapi.vocab.pub' >>> order by VQ_TS desc; >>> (to see what your error message is) >>> >>> select tidy_html('', ''); >>> (gives the version of tidy used in your Virtuoso server) >>> >>> Thanks, >>> >>> ~Tim >>> -- >>> Tim Haynes >>> Product Development Consultant >>> OpenLink Software >>> <http://www.openlinksw.com/> >>> <http://twitter.com/openlink> >>> >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Virtuoso-users mailing list >> Virtuoso-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/virtuoso-users >> >> >> > > ------------------------------------------------------------------------------ > _______________________________________________ > Virtuoso-users mailing list > Virtuoso-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/virtuoso-users > > >
------------------------------------------------------------------------------
_______________________________________________ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users