You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
The API of @ontologies/core seems to mimic / implement the RDF/JS DataModel. If this library is to be mentioned in http://rdf.js.org/, it should specify compliance.
The text was updated successfully, but these errors were encountered:
That's on purpose, but in the end it is up to the factory you're using, which changes concrete implementation.
RDF/JS data model is too constraining IMO, I'd like the next version to include some more methods on the factory so it has a full functional interface, removing the need for library code to know about things like termType: "Literal", or some mysterious empty string property on quad (my programmer instincts tell me someone wanted to union Terms and Quad 🤷🏻♂️).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The API of
@ontologies/core
seems to mimic / implement the RDF/JS DataModel. If this library is to be mentioned in http://rdf.js.org/, it should specify compliance.The text was updated successfully, but these errors were encountered: