Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fail detect format with LOAD query #52

Open
4meck opened this issue May 16, 2013 · 1 comment
Open

Fail detect format with LOAD query #52

4meck opened this issue May 16, 2013 · 1 comment

Comments

@4meck
Copy link

4meck commented May 16, 2013

if xml has remark in beginning document > 1024 byte

....

in ARC2_Reader->getFormat (...readStream( )
-> ARC2::getFormat($v...
-> ARC2_getFormat() detect format (by remark content) as "ntriples" (need "rdfxml")

example:
LOAD http://www.ebusiness-unibw.org/ontologies/eclass/5.1.4/eclass_514en.owl

getErrors() return
Array (
[0] => too many loops: 501. Could not parse "
)

@k00ni
Copy link
Collaborator

k00ni commented May 13, 2015

Can you please post a complete XML-document which raises that error? You should give https://gist.github.com/ a try for posting file content.

EDIT: I just saw that you already posted an example, but had to remove the > of the link. So nevermind that post of mine.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants