elmccarthy,
Thanks for looking into this and finding a lead.
I'll fix the http://purl.org/twc/vocab/datafaqs#EvaluatedDataset Accept
issue.
Do you plan to clarify the Registry's error message, so that it indicates a
problem with the in/out class URIs?
Thanks,
Tim Lebo
Although http://purl.org/twc/vocab/datafaqs#EvaluatedDataset now resolves
to RDF/XML, the Registry still reports the error:
com.hp.hpl.jena.shared.JenaException: org.xml.sax.SAXParseException: White
spaces are required between publicId and systemId.
Perhaps Jena isn't following the redirects...
(I'll hack the I/O class URIs on another service to check that)
bash-3.2$ curl -LI http://purl.org/twc/vocab/datafaqs#EvaluatedDataset
HTTP/1.1 302 Moved Temporarily
Date: Mon, 19 Dec 2011 17:52:12 GMT
Server: 1060 NetKernel v3.3 - Powered by Jetty
Location:
https://raw.github.com/timrdf/DataFAQs/master/ontology/datafaqs.ttl.owl
Content-Type: text/html; charset=iso-8859-1
X-Purl: 2.0; http://localhost:8080
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 304
HTTP/1.1 200 OK
Server: nginx/1.0.4
Date: Mon, 19 Dec 2011 17:52:12 GMT
Content-Type: text/plain; charset=utf-8
Connection: keep-alive
Status: 200 OK
X-RateLimit-Limit: 100
X-Frame-Options: deny
X-RateLimit-Remaining: 100
X-Runtime: 11
Content-Length: 1
Cache-Control: no-cache
-Tim
Google's just decided to sign me out of my account and I can't seem to sign back in from the train that I'm on, so I'm replying here in the hopes that you'll notice.
Jena does follow redirects (seriously, why the disrespect for Jena? It's a mature library and not, as far as I can tell, written by idiots), but it's not following yours for some reason. It's actually not Jena, but Java in general that's having problems with your redirect, as the following attached code and output indicate (I've included a working redirect, too…)
Cheers,
Luke
Comment #7 on issue 11 by elmccar...@gmail.com: Registry error message is
vague when input/output OWL class definitions can't be parsed
http://code.google.com/p/sadi/issues/detail?id=11
The error message from the registry now looks like this:
"error loading ontology for
http://purl.org/twc/vocab/datafaqs#EvaluatedDataset from
http://purl.org/twc/vocab/datafaqs caused by
com.hp.hpl.jena.shared.JenaException: org.xml.sax.SAXParseException: White
spaces are required between publicId and systemId."
I'm closing this issue because the outstanding redirect problem doesn't
seem to be due to anything on our side. Feel free to reopen it or followup
to either of the mailing lists if any new information comes to light.