rdfjs / data-model-spec

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.
http://rdf.js.org/data-model-spec/
72 stars 12 forks source link

Add info to §1. Design elements and principles, that specification does not define any value validation #134

Closed k00ni closed 5 years ago

k00ni commented 5 years ago

Why?

For some people it may be obvious, but if you not that familiar with the rdfjs specification, you may wonder if an implementation should implement value validation or not.

@bergos stated it here and for me as an implementer its very important to know that.

What?

I added a point in §1. Design elements and principles, which says that specification does not define any validation. If you want to change the text, feel free.

Ref https://github.com/rdfjs/representation-task-force/issues/130

k00ni commented 5 years ago

I have committed your suggestion @vhf.

k00ni commented 5 years ago

Ping :)

elf-pavlik commented 5 years ago

Due to conflicts I needed to pull your commits manually to master branch, thanks!

k00ni commented 5 years ago

No problem.