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
Variable support is optional. Can we just say variables are not supported if the constructor is undefined?
The text was updated successfully, but these errors were encountered:
Maybe we should mention that implementation not supporting Variable (eg. all RDF1.1 serializes) MAY/SHOULD/MUST throw error if they encounter it? https://gitter.im/rdfjs/Representation-Task-Force?at=58c22b991465c46a560ff842
Sorry, something went wrong.
Looking at reference implementation: https://github.com/rdfjs/data-model/blob/master/lib/variable.js
Do we really need factories which don't implement DataFactory.variable() ?
DataFactory.variable()
We could just remove This method is optional. from the spec.
No branches or pull requests
Variable support is optional. Can we just say variables are not supported if the constructor is undefined?
The text was updated successfully, but these errors were encountered: