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

versions/2.0.0 #341

Draft
wants to merge 48 commits into
base: main
Choose a base branch
from
Draft

versions/2.0.0 #341

wants to merge 48 commits into from

Conversation

jeswr
Copy link
Collaborator

@jeswr jeswr commented Mar 24, 2023

WIP For version 2 of N3.js

TODO:

  • Make lists and similar entites work in arbitrary path positions (in N3)
  • Predicate literals?
  • Error on subject lists in turtle?

jeswr and others added 30 commits November 23, 2022 13:57
Co-authored-by: Ruben Verborgh <ruben@verborgh.org>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
@jeswr
Copy link
Collaborator Author

jeswr commented Mar 24, 2023

Note to self for when I revisit in the morning - the matrix based rdf-star tests appear to be passing even on cases they should be failing and erroring.

I need to investigate.

README.md Outdated Show resolved Hide resolved
This was referenced Mar 24, 2023
jeswr and others added 5 commits March 27, 2023 11:21
* chore: add test cases for named nodes in lists

* chore: add more graph in list test cases

* fix: correctly handle named graphs in lists
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
* fix: support predicates in the list position in Notation3

* chore: remove TODOs
These constructors take the `id` at face value so can be interpreted as the
wrong term type if an invalid value is given; for instance a `NamedNode` can
be interpred as a `Literal` if instantiated with `new NamedNode('"hellow world"')`.

Consumers of the library should use the `DataFactory` instead to create new terms.
jeswr and others added 2 commits March 27, 2023 16:23
@jeswr
Copy link
Collaborator Author

jeswr commented Jul 1, 2023

Before releasing we should make sure that our mime types for rdf-star are correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants