Initial commit
This commit is contained in:
39
packages/core-dsr/src/contexts/user-data.jsonld
Normal file
39
packages/core-dsr/src/contexts/user-data.jsonld
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"@context": {
|
||||
"@vocab": "https://schema.org/",
|
||||
"dsr": "https://w3.org/ns/dpv#",
|
||||
"prov": "https://www.w3.org/ns/prov#",
|
||||
|
||||
"subjectId": "identifier",
|
||||
"exportedAt": "dateCreated",
|
||||
"format": "encodingFormat",
|
||||
|
||||
"data": {
|
||||
"@id": "prov:hadMember",
|
||||
"@container": "@index"
|
||||
},
|
||||
|
||||
"asSelf": {
|
||||
"@id": "dsr:hasPersonalDataHandling",
|
||||
"@type": "@id"
|
||||
},
|
||||
"asReference": {
|
||||
"@id": "dsr:hasDataSubjectRight",
|
||||
"@type": "@id"
|
||||
},
|
||||
"rowId": "identifier",
|
||||
"linkedField": "name",
|
||||
"linkedThrough": {
|
||||
"@id": "isPartOf",
|
||||
"@type": "@id"
|
||||
},
|
||||
|
||||
"auditLog": {
|
||||
"@id": "prov:wasGeneratedBy",
|
||||
"@type": "@id"
|
||||
},
|
||||
|
||||
"UserDataBundle": "dsr:RightOfAccess",
|
||||
"SubjectReference": "dsr:DataSubjectRight"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user