w3c / rdf-star

RDF-star specification
https://w3c.github.io/rdf-star/
Other
120 stars 23 forks source link

Quoted triples #192

Closed gkellogg closed 3 years ago

gkellogg commented 3 years ago

Fixes #184.


Preview | Diff

TallTed commented 3 years ago

Github apparently gets confused when an in-flight review contains suggestions to text that get changed between the start and submission of that review. I re-suggested the two that leapt out at me. Hopefully everything else gets through.

gkellogg commented 3 years ago

That should have all your changes, @TallTed, thanks!

TallTed commented 3 years ago

I'm a little concerned about not explicitly saying that the components of quoted triples are not interpreted (i.e., that quoted triples are not asserted when quoted, though they are when annotated) until discussing the examples (which discussion might well be skimmed over or ignored entirely).

It might be worth also including a plain language discussion of a quoted statement which is not asserted when quoting it, e.g., "Alice said, 'The Moon is made of Green Cheese.'", where I'm asserting that Alice stated something, but not asserting the something she stated; vs "The Moon is made of Green Cheese. Alice agreed." or the like...

afs commented 3 years ago

How about making:

A triple can be used as an asserted triple, a quoted triple, or both, in a given graph.

into

A triple can be used as an asserted triple, or used as a quoted triple, or both, in a given graph.

which is strengthening existing text to stress that there is no connection.

I don't think an English example can be robust enough for the document. Depending on use of " and ' is not so friendly for i18n. Not all languages quote that way.

FWIW: << was motivated by U+00AB: 'left-pointing double angle quotation mark'.

TallTed commented 3 years ago

How about ... strengthening existing text to stress that there is no connection.

Sure, that also works. Applied above.

I don't think an English example can be robust enough for the document. Depending on use of " and ' is not so friendly for i18n. Not all languages quote that way.

I'm certainly not suggesting removal of the existing examples.

I would hope, perhaps forlornly, that someone who didn't understand the English (or multi-lingual) textual examples would take that as a hint to pay more attention to the subsequent serialization examples. The clarity of the English textual examples might improve with use of the almost comical smart quotes, ❛ ❜ ❝ ❞...

FWIW: << was motivated by U+00AB: 'left-pointing double angle quotation mark'.

Textual examples in various languages using their typical quotation marks would be a bonus. (FWIW, I find all of these in the "Emoji and Symbols" of my macOS " « » ‘ ’ ‚ ‛ “ ” „ ‟ ‹ › ❛ ❜ ❝ ❞ ❮ ❯ 〝 〞 〟 "󠀢󠀢󠀢 ❟ ❠.)

afs commented 3 years ago

"for merging once editors are satisfied" https://w3c.github.io/rdf-star/Minutes/2021-07-16.html#t03

Are we ready to merge this now?

(Obviously if anything turns up it can be handled in the editors draft)

cc: @pchampin @hartig