-
Notifications
You must be signed in to change notification settings - Fork 5
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
RDF term equality definitions #154
Comments
I am not sure about "blank node equality," but I will definitely go with "triple term equality." |
"blank node equality" is "same object" i.e. identity in the set of all blank nodes I think it's implicitly there, just there isn't a reference. "the set of possible blank nodes is arbitrary." sets are defined by elements identity. They are arguments to mappings in https://www.w3.org/TR/rdf12-semantics/ |
I can see that a more explicit definition of "RDF term equality" may be useful for providing a more explicit definition of I was about to start working on a PR for it, but then I realized that this would conflict with the changes in PR #158 (which, apparently, removes the whole 'Triple Terms' subsection; currently, Sec.3.5). So, let's with the PR until #158 is merged. |
There are definitions for IRI equality and literal term equality.
There aren't definitions for "blank node equality", "triple term equality" or a general "RDF term equality".
Would it be useful to add these?
SPARQL needs definitions for term equality in
sameTerm
and other places.SPARQL 1.1 has it's own definition, and while this could updated to referring to RDF Concepts for IRI and literals and otherwise keeping the current text, if RDF Concepts has "RDF term equality", SPARQL 1.2 ought to use that.
The text was updated successfully, but these errors were encountered: