Repository: https://github.com/solid/specification - Technical Reports: https://solidproject.org/TR/ - Code of Conduct: https://github.com/solid/specification#code-of-conduct
csarven on main
Update work-item-technical-repo… (compare)
csarven on main
Add view potentialAction for un… (compare)
csarven on main
Add Solid QA work item (compare)
csarven on main
Update CG URLs Update introduction Update technical-report-descrip… and 1 more (compare)
csarven on main
Add Solid QA (#495) * Add Soli… (compare)
csarven on qa
csarven on qa
Update abstract in response to … (compare)
csarven on main
Add 2023-02-01 agenda and minut… (compare)
csarven on 2023-02-01
csarven on main
Update some links to the redire… (compare)
csarven on main
Update societal-impact-review s… (compare)
csarven on 2023-02-01
Add clarifications to 2023-02-0… (compare)
csarven on 2023-02-01
Apply suggestions from code rev… (compare)
@uvdsl Excellent. I've just moved Henry's issue from 2015 to solid/notifications#35 . Please do share your findings in that issue (and elsewhere in that repository).
The current work on notifications (protocol / data model..) is taken on by the https://github.com/solid/notifications-panel (see Charter: https://github.com/solid/process/blob/main/notifications-panel-charter.md ) . Chat: https://gitter.im/solid/notifications-panel . You're invited to join us on Thursday meetings.
@edwardsph https://github.com/solid/specification/issues/158#issuecomment-606503695 , in particular:
When I suggested this I was thinking of two areas of use: http 301/302s to https or location of (an inbox) container changing.. and if the original request is a POST, I'd still like it to go through (I think).
So I think we can do "301 or 308". I do remember related discussions where we don't double down on specific status codes when redirecting is needed.
http://csarven.ca/inbox/
(also one of the examples in the LDN spec) but then later switched to https. So, POST to http and server responding with 301 didn't work out. 308 would be great.
We are asked to renew or remove our expression of interest for the W3C RDF Dataset Canonicalization and Hash Working Group Charter (formerly Linked Data Signatures): https://github.com/w3c/rch-wg-charter/issues/49#issuecomment-1027048465
Has there been any changes in our interest? As with our original support, this is an important undertaking for all communities that works directly/indirectly with RDF and I suggest that the W3C Solid Community Group should +1.
Has there been any changes in our interest? As with our original support, this is an important undertaking for all communities that works directly/indirectly with RDF and I suggest that the W3C Solid Community Group should +1.
+1
Should the Solid Protocol limit the JSON-LD requirement to one of the Forms as opposed to all (current)?
i don’t think we should limit anything at this time - maybe never. i like @acoburn’s suggestions about establishing best practices and documenting patterns over restriction
Thanks @csarven ,
I saw some discussions about access-log aux resources, which may have their own acls, etc. For now, i take it to be any long chain in general case.
Also is there any absolute-term for those subject resources, that which is not in relation with aux resources? like some "primary resources", etc?
as:actor a owl:ObjectProperty ;
rdfs:label "actor"@en ;
rdfs:domain as:Activity ;
rdfs:comment "Subproperty of as:attributedTo that identifies the primary actor"@en ;
rdfs:subPropertyOf as:attributedTo ;
rdfs:range [
a owl:Class ;
owl:unionOf (as:Object as:Link)
] .
I'm not sure how a Link woudn't be a subclass of Object? An easier to use hierarchy could be: Link subclassOf Object . Entity subclassOf Object . Activity subclassOf Object . Condition subclassOf Object.
Then
Collection subclassOf Condition . OrderedCollection subclassOf Collection.