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
Hi, I was trying to output a simple json-ld document from the following input :
@prefix lt: <urn:lt:onto:> . <urn:lt:members:f.biville> a lt:Person; lt:email "test@gmail.com" .
And i got the following error at build/bdist.macosx-10.4-x86_64/egg/rdflib_jsonld/ldcontext.py in _rec_expand at the line 119 using latest master.
Context was :
nxt u'lt:onto:' expr u'urn:lt:onto:' is_term False pfx u'urn' prev None data {'lt': u'urn:lt:onto:', 'rdf': u'http://www.w3.org/1999/02/22-rdf-syntax-ns#', 'rdfs': u'http://www.w3.org/2000/01/rdf-schema#'} self <rdflib_jsonld.ldcontext.Context object at 0x104c81950>
It seems that the converter is trying to match a "binded namespace : URN" which is a bit confusing. What did i do wrong ?
Regards,
Olivier.
The text was updated successfully, but these errors were encountered:
I think this is a symptom of my issue #10. Try changing IRI_KEY in ldcontext.py to ID_KEY.
Sorry, something went wrong.
This has been fixed.
No branches or pull requests
Hi,
I was trying to output a simple json-ld document from the following input :
And i got the following error at build/bdist.macosx-10.4-x86_64/egg/rdflib_jsonld/ldcontext.py in _rec_expand at the line 119 using latest master.
Context was :
It seems that the converter is trying to match a "binded namespace : URN" which is a bit confusing.
What did i do wrong ?
Regards,
Olivier.
The text was updated successfully, but these errors were encountered: