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

feat/rdfstar support #311

Closed
wants to merge 29 commits into from
Closed

feat/rdfstar support #311

wants to merge 29 commits into from

Commits on Nov 23, 2022

  1. chore: add nested list test

    jeswr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    2f7d6e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ab09c View commit details
    Browse the repository at this point in the history
  3. breaking: drop support for quads in quoted triples as they are forbid…

    …den in the rdf-star spec
    jeswr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f837b8d View commit details
    Browse the repository at this point in the history
  4. feat: support annotated triples

    jeswr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    da945e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    624e3e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d27b920 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2af5e05 View commit details
    Browse the repository at this point in the history
  8. chore: remove commented code

    jeswr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0ac4c46 View commit details
    Browse the repository at this point in the history
  9. chore: rename RDF* -> RDF-star

    jeswr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0337ed8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    99d6b72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d258f22 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. chore: add tests from rdfjs#303

    jeswr committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    56cc184 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. chore: describe quoted triple predicate parsing

    Co-authored-by: Ruben Verborgh <ruben@verborgh.org>
    jeswr and RubenVerborgh authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2f0f57d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0539be9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7646d9 View commit details
    Browse the repository at this point in the history
  4. chore: remove doubling comment

    jeswr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    6140e86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bec8395 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ce8428 View commit details
    Browse the repository at this point in the history
  7. fix: dont interpret }| as {|

    jeswr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    211bf07 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Update test/N3Parser-test.js

    Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
    jeswr and TallTed authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    4489772 View commit details
    Browse the repository at this point in the history
  2. Update src/N3Parser.js

    Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
    jeswr and TallTed authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    c76f3fd View commit details
    Browse the repository at this point in the history
  3. Update src/N3Parser.js

    Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
    jeswr and TallTed authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    8a6dcbb View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    7df44bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    545e646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90e15b9 View commit details
    Browse the repository at this point in the history
  4. chore: refactor lexer

    jeswr committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    6907296 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. fix: re-enable line mode check

    jeswr committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    73791d8 View commit details
    Browse the repository at this point in the history
  2. chore: refactor lexer

    jeswr committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    8e3b997 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    2e655fb View commit details
    Browse the repository at this point in the history