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

Add initial implementation of RDF Patch parser. #2863

Merged
merged 17 commits into from
Aug 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ruff again
recalcitrantsupplant committed Jul 31, 2024
commit e219665eb8bcbf7cecd39b689158723d8cb3ecc2
2 changes: 1 addition & 1 deletion test/test_parsers/test_parser_patch.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

import pytest

from rdflib import Dataset, BNode, URIRef
from rdflib import BNode, Dataset, URIRef
from test.data import TEST_DATA_DIR

TEST_BASE = os.path.join(TEST_DATA_DIR, "patch")