#social 2016-12-31
2016-12-31 UTC
bengo joined the channel
# bengo hello
# bengo csarven
# bengo Good to hear about #2. I was discussing that with rhiaro last night.
# bengo #1 shouldn't be a problem as what I'm currently working on won't try to retrieve notifications from inbox, should send them
# csarven re: http://json-ld.org/playground/#startTab=tab-nquads&json-ld=%7B%22%40context%22%3A%22https%3A%2F%2Fwww.w3.org%2Fns%2Factivitystreams%22%2C%22type%22%3A%22Create%22%2C%22object%22%3A%7B%22%40context%22%3A%22https%3A%2F%2Fwww.w3.org%2Fns%2Factivitystreams%22%2C%22type%22%3A%22Note%22%2C%22content%22%3A%22Test%22%2C%22cc%22%3A%5B%22https%3A%2F%2Fwww.w3.org%2Fns%2Factivitystreams%23Public%22%2C%22https%3A%2F%2Flinkedresearch.org%2Fldn%2Ftests%2F%22%5D%2C%
# csarven 22inReplyTo%22%3A%22https%3A%2F%2Flinkedresearch.org%2Fldn%2Ftests%2F%22%7D%2C%22cc%22%3A%5B%22https%3A%2F%2Fwww.w3.org%2Fns%2Factivitystreams%23Public%22%2C%22https%3A%2F%2Flinkedresearch.org%2Fldn%2Ftests%2F%22%5D%2C%22id%22%3A%22urn%3Auuid%3A4d72c129-38c6-437c-9166-2a6a0fb72162%22%2C%22published%22%3A%222016-12-31T12%3A10%3A21.987Z%22%2C%22inbox%22%3A%22%2Factivitypub%2Finbox%22%2C%22url%22%3A%22%2Factivities%2F4d72c129-38c6-437c-9166-2a6a0fb72162%22%2C%
# bengo Good idea, adding to TODOs
# bengo It's basically "Ben created a note over here that's inReplyTo your resource"
# bengo I'm intending to implement this https://w3c.github.io/activitypub/#create-activity-inbox
# csarven Would you mind creating https://github.com/linkeddata/dokieli/issues/ mentioning 1) what the notification would contain 2) what data to expect inside the external resources
# bengo No I wouldn't mind
# bengo FWIW I found another minor thing while testing just now - https://github.com/csarven/ldn-tests/issues/15
# bengo Makes sense. FWIW this is an as:Collection of my examples http://distbin.com/public
# bengo But I will file issue too
# bengo ohno
# bengo ok
# bengo Ugh you're right. I had copypasted from the other place I forgot that quote
# bengo sry
# bengo csarven Good to know about dcterms:identifier - I put it in there because I got sick of parsing it out of the id URI. It was a lazy move. Will consider moving or at least identifirying as dcterms:identifier
# bengo Just grepped and I only use it in one place that I can do a diff way
# bengo So will remove
# bengo the issue you requested, FWIW https://github.com/linkeddata/dokieli/issues/166
# csarven BTW, dokieli has a similar UC to distbin such that if the document it is on has a reference to an oa:annotationService, and if the user is signed-in, what happens when they annotate the article is that, thee body of the annotation gets to be saved at their personal storage (being the canonical copy), and another copy is sent to the annotationService.
# bengo oooh that's pretty cool
# bengo What do you mean by "UC"?
# csarven See the screencast at https://dokie.li/#annotate
# bengo ah got it
# bengo Was thinking today about how I should impl Web Annotation Protocol next/soon
# bengo csarven Do you know if/how there is any equivalence between sioc:has_reply and oa:replying ?
# bengo like an inference rule... x hasMotifivation Replying & x target parent -> x sioc:reply_of parent
# bengo Eh I will ask in #annotation
timbl joined the channel