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

Reply via email to