-
Notifications
You must be signed in to change notification settings - Fork 140
versions/2.0.0 #341
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
Draft
jeswr
wants to merge
48
commits into
main
Choose a base branch
from
versions/2.0.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
versions/2.0.0 #341
Changes from 40 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
2f7d6e8
chore: add nested list test
jeswr 37ab09c
fix: support quoted triples in list
jeswr f837b8d
breaking: drop support for quads in quoted triples as they are forbid…
jeswr da945e9
feat: support annotated triples
jeswr 624e3e1
chore: error on quoted compound bnodes
jeswr d27b920
feat: turtle-star spec tests are passing
jeswr 2af5e05
chore: fix lint and coverage errors
jeswr 0ac4c46
chore: remove commented code
jeswr 0337ed8
chore: rename RDF* -> RDF-star
jeswr 99d6b72
chore: update RDF-star reference in readme
jeswr d258f22
chore: fix round trip on deeply nested rdfstar triples
jeswr 56cc184
chore: add tests from https://github.com/rdfjs/N3.js/pull/303
jeswr 2f0f57d
chore: describe quoted triple predicate parsing
jeswr 0539be9
chore: clarify use of graph term in quoted quads
jeswr e7646d9
fix: allow a split between '|' and '}' (see https://github.com/rdfjs/…
jeswr 6140e86
chore: remove doubling comment
jeswr bec8395
chore: add comment about nested parameter
jeswr 8ce8428
fix: use describe for all shouldParse test suites
jeswr 211bf07
fix: dont interpret }| as {|
jeswr 9d8afd8
perf: mint quad ids using term ids
jeswr 4489772
Update test/N3Parser-test.js
jeswr c76f3fd
Update src/N3Parser.js
jeswr 8a6dcbb
Update src/N3Parser.js
jeswr d422319
fix: fix broken N3Store tests
jeswr 49e9fb6
chore: improve tests range
jeswr 19ed891
chore: use _termToNumericId to convert Ids
jeswr 4ef4fc0
chore: don't mint new ids unecessarily
jeswr 78f5acf
feat: allow nested graph terms
jeswr 6b25c80
Update src/N3Parser.js
jeswr bf957a8
Update src/N3Parser.js
jeswr a25f9e9
chore: add performance testing
jeswr a089fc7
chore: add performance test for limited annotations
jeswr 7df44bc
chore: document writing rdf-star
jeswr 545e646
BREAKING CHANGE: enable rdfStar support by default
jeswr 90e15b9
chore: update docs to not rdfStar default
jeswr 6907296
chore: refactor lexer
jeswr 73791d8
fix: re-enable line mode check
jeswr 8e3b997
chore: refactor lexer
jeswr 2e655fb
fix: make rdf-star work with n3 paths
jeswr 925d66f
Merge branch 'perf/better-quad-ids' into feat/rdfstar-support
jeswr be1bcd9
fix: fix support for paths to support all usages supported by the N3 …
jeswr 18826de
fix: correctly handle named graphs in lists
jeswr 5d49813
Update README.md
jeswr 47e41f0
fix: support predicates in the list position in Notation3 (#345)
jeswr e733c1f
feat: parse subject and predicate literals in N3 mode (https://github…
jeswr f4887f3
BREAKING CHANGE: Make class Term constructors internal (#338)
jeswr f3898fd
fix: use BlankNode according to RDF/JS spec (#346)
jeswr fd6e7f1
BREAKING CHANGE: parse <= as log:isImpliedBy (https://github.com/rdfj…
jeswr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.