Skip to content
New issue

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

Writers: add base IRI parameter #43

Open
tpluscode opened this issue Jun 4, 2021 · 1 comment
Open

Writers: add base IRI parameter #43

tpluscode opened this issue Jun 4, 2021 · 1 comment
Labels
v5-implemented The requested feature/fix is already implemented in the upcoming V5 alpha

Comments

@tpluscode
Copy link

It would be nice to have support for base IRI in compatible writers.

Not an RDF/JS standard, but some parsers support a baseIRI parameter, which could also be useful for serializing to shorten those lengthy URLs

@blake-regalia blake-regalia added the v5-implemented The requested feature/fix is already implemented in the upcoming V5 alpha label Jun 8, 2021
@blake-regalia
Copy link
Owner

This will be ready in v5:

case 'base': return this._serialize_base(g_event.value);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v5-implemented The requested feature/fix is already implemented in the upcoming V5 alpha
Projects
None yet
Development

No branches or pull requests

2 participants