-
Notifications
You must be signed in to change notification settings - Fork 23
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-star and reasoning #200
Comments
You may be interested in this text in the published draft: https://w3c.github.io/rdf-star/cg-spec/2021-07-01.html#ref-opacity-owl-entailment Given the inference system you describe if always present, we lose other uses cases where quoting is important (i.e the exact triple used, not triples due to local conclusions). In other words, inference is to be used carefully. |
Indeed and it is good to be explicit for instance using N3 rules. |
I agree. rdf-star was motivated as a response to LPG. @hartig What do you think? |
About: https://w3c.github.io/rdf-star/cg-spec/2021-07-01.html#ref-opacity-owl-entailment: select
(<https://dbpedia.org/resource/Linköping> = <https://dbpedia.org/resource/Link%C3%B6ping> as ?foo)
(sameTerm(<https://dbpedia.org/resource/Linköping>, <https://dbpedia.org/resource/Link%C3%B6ping>) as ?bar)
{} |
That's an encoding problem? |
I agree that it would be good to allow users to have reasoning with RDF-star for the cases in which it makes sense to the users. To this end, it would be important to have something that enables the users to make such cases explicit. Take, for instance, your first example:
You may probably not want to have that as a general rule (for the same reasons as to why the current semantics of RDF-star treat embedded triples as referentially opaque, see Sec.6.4.4 of the draft). Perhaps, you want it only for specific predicates in the position of ?s. To enable users to be explicit about such cases it might be possible to introduce a vocabulary via which they can identify such predicates, which also requires defining the semantics of this vocabulary by means of reasoning rules for the different entailment regimes. Note that there are already long discussions of such a vocabulary for locally overriding the opaque semantics of embedded triples, making them transparent in some contexts. See #170
But this has nothing to do with RDF-star per se. |
PR #209 provides a proposal to support selective referential transparency, which can be a basis for the reasoning capabilities discussed above. |
[about the inference rule with
While the rule above makes sense for |
A great example! Which shows that asymmetric qualifiers on a symmetric relation may be problematic. I'm starting to think that qualifiers on any prop instance that is subject to inference may be problematic. Because you pick just one instance to attach the qualifiers to, but that instance is interdependent with other instances... |
I came to a realization lately : there is actually a tension between
Advocates of referential transparency wish that, because This reinforces my opinion that we did the right thing: both behaviors remain possible locally, but need to be explicitly enabled (with TEPs for referential transparency, and with additional nodes for multiple occurrences). |
YES! This has been the underlying cause of much of our discussion on list, calls, etc. The challenge is how to achieve both without "modes". Only time will tell whether the draft solutions we've arrived at will serve for all live deployments. |
Yes! It is going to be important to get recognition that "occurrences" and "exactly what the triple is" can be important as well as the transparency and reasoning cases. |
Is it worth documenting different rdf-star idioms that meet @pchampin's conflicting use cases? |
It seems unlikely to hurt ... and may well be helpful ... but I can't guess at how much time this would take, nor how valuable it might be (e.g., by revealing something significant we haven't already thought through). |
We can add entries to the UCR document. Even if these are short items, it will be useful to have them for the future. I'm sure the WG will discuss these matters. |
@pchampin Could you include this in https://github.com/w3c/rdf-star/blob/main/UCR/rdf-star-ucr.html as per @afs above? |
@VladimirAlexiev - could you put in a PR and tag it "use case" please? (I'm not sure what the status of the UCR document is for the Working Group - the CG isn't likely to be active while the WG is running) |
As a semantic developer who uses rdf-star
As a semantic repository vendor
Example: if
x p y
andp owl:inverseOf q
and there are annotations<<x p y>> s o
,shouldn't there be some annotations on
<<y q x>>
?Related UC: OWLstar of @cmungall (see #148, compact-serialization-of-owl-graphs.
Eg here are some simple proposals to start people thinking (I'd guess these may be controversial):
The text was updated successfully, but these errors were encountered: