Node
data class Node(val subject: String, val ownerWebId: String, val resourceUri: String, val mode: ShareMode, val addedAt: String?)
One reified solidshare:Share record. subject is the node IRI (the writer targets patch deletes at it); mode is the strongest acl:mode asserted; addedAt is the record's dcterms:created, or null.