data-model-spec
data-model-spec copied to clipboard
RDF/JS: Data model specification – A specification of a low level interface definition representing RDF data independent of a serialized format in a JavaScript environment.
The specification currently doesn't specific certain errors or exceptions. Is that intended? Would you open to define ones for certain cases? One would be if someone tries to change an...
While this issue is related to the `.equals` function, it actually exists outside the scope of the other discussions we've had. This one might be addressed by amending the definition...
I am one of the maintainers/supporters of RDF libraries such as hardf, ARC2 and Saft, written in PHP. And i am currently evaluating, if its worth working on a (basic)...
I have just come across the rdf.js specification. Please forgive me if I have overlooked a previous discussion of this point. It does not appear that this specification is itself...
We should add an acknowledgements section and mention: - all people who attended the calls - joined discussions on github - the rdf interfaces spec
As mentioned in #172, RDF 1.2 is scheduled to introduce the [base direction concept](https://w3c.github.io/rdf-concepts/spec/#dfn-base-direction) for literals. This PR proposes a backwards-compatible addition to the data model spec to handle this...
There's a high chance of [text directions](https://github.com/w3c/rdf-star-wg/wiki/Text-Direction-Proposal) to be added in RDF 1.2, so that string literals can indicate their direction (relevant I18N). This issue is a place do discuss...
The interfaces are exemplified (or defined? formal status of the blue boxes is unclear) with a formal language named "WebIDL" but [WebIDL](https://webidl.spec.whatwg.org) is not referenced in the specification.