-
Notifications
You must be signed in to change notification settings - Fork 5
Update RDF dataset merge definition #178
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
base: main
Are you sure you want to change the base?
Conversation
|
Closes #173 |
|
Is there going to be a follow-up to this PR to remove the definition of RDF Dataset (being updated by #172)? This PR makes it redundant. The RDF Datasets Definition includes notation such as:
which is only in RDF Semantics because the notation is used for RDF Dataset merge. |
Right. I am removing the definition in this PR, making PR #172 redundant. |
|
Removed the RDF Datasets Definition. |
|
Closes PR #172 |
|
It appears to me that this definition would remove from the default graph any triple that was also in any named graph. Why not use the previous definition plus the initial standardize apart and replace merge with union, although they are the same as there are no shared blank node names. |
Use |
|
I used the special label "default" as label for the default graph. Committed. |
|
Yes, but why all this new way of doing things when the old way worked fine with the addition of the standardize apart initial step? |
It is much simpler, and it generalises to n datasets. |
|
Rebased to main to integrate PR #171; resolve conflict; replace a use of tabs by spaces like the lines around it. |
Removed the definition of an RDF dataset from the HTML specification.
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
|
Conflicts resolved; #172 touches RDF Dataset definition whereas this PR removes that definition. |
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Andy Seaborne <andy@apache.org>
As per issue #173
Preview | Diff