We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does ARC2 work with N-Quads? Or only with N-Triples?
the only example I've found in the docs to parse data is this one which seems to be parsing XML. Is it possible with ARC2 to parse a n-quad like this
[subject, predicate, object, graph] = $parser->parse ('<S> <P> "O" <Graph> .');
The text was updated successfully, but these errors were encountered:
Hi @MindfulMonkey, this might be a late response, but to my knowledge, ARC2 can't handle quads, according to this wiki page. Hope it helps.
Sorry, something went wrong.
No branches or pull requests
Does ARC2 work with N-Quads? Or only with N-Triples?
the only example I've found in the docs to parse data is this one which seems to be parsing XML. Is it possible with ARC2 to parse a n-quad like this
The text was updated successfully, but these errors were encountered: