Improvements for channel counter
[friendica.git/.git] / static / identity-v1.jsonld
1 {
2   "@context": {
3     "id": "@id",
4     "type": "@type",
5
6     "cred": "https://w3id.org/credentials#",
7     "dc": "http://purl.org/dc/terms/",
8     "identity": "https://w3id.org/identity#",
9     "perm": "https://w3id.org/permissions#",
10     "ps": "https://w3id.org/payswarm#",
11     "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
12     "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
13     "sec": "https://w3id.org/security#",
14     "schema": "http://schema.org/",
15     "xsd": "http://www.w3.org/2001/XMLSchema#",
16
17     "Group": "https://www.w3.org/ns/activitystreams#Group",
18
19     "claim": {"@id": "cred:claim", "@type": "@id"},
20     "credential": {"@id": "cred:credential", "@type": "@id"},
21     "issued": {"@id": "cred:issued", "@type": "xsd:dateTime"},
22     "issuer": {"@id": "cred:issuer", "@type": "@id"},
23     "recipient": {"@id": "cred:recipient", "@type": "@id"},
24     "Credential": "cred:Credential",
25     "CryptographicKeyCredential": "cred:CryptographicKeyCredential",
26
27     "about": {"@id": "schema:about", "@type": "@id"},
28     "address": {"@id": "schema:address", "@type": "@id"},
29     "addressCountry": "schema:addressCountry",
30     "addressLocality": "schema:addressLocality",
31     "addressRegion": "schema:addressRegion",
32     "comment": "rdfs:comment",
33     "created": {"@id": "dc:created", "@type": "xsd:dateTime"},
34     "creator": {"@id": "dc:creator", "@type": "@id"},
35     "description": "schema:description",
36     "email": "schema:email",
37     "familyName": "schema:familyName",
38     "givenName": "schema:givenName",
39     "image": {"@id": "schema:image", "@type": "@id"},
40     "label": "rdfs:label",
41     "name": "schema:name",
42     "postalCode": "schema:postalCode",
43     "streetAddress": "schema:streetAddress",
44     "title": "dc:title",
45     "url": {"@id": "schema:url", "@type": "@id"},
46     "Person": "schema:Person",
47     "PostalAddress": "schema:PostalAddress",
48     "Organization": "schema:Organization",
49
50     "identityService": {"@id": "identity:identityService", "@type": "@id"},
51     "idp": {"@id": "identity:idp", "@type": "@id"},
52     "Identity": "identity:Identity",
53
54     "paymentProcessor": "ps:processor",
55     "preferences": {"@id": "ps:preferences", "@type": "@vocab"},
56
57     "cipherAlgorithm": "sec:cipherAlgorithm",
58     "cipherData": "sec:cipherData",
59     "cipherKey": "sec:cipherKey",
60     "digestAlgorithm": "sec:digestAlgorithm",
61     "digestValue": "sec:digestValue",
62     "domain": "sec:domain",
63     "expires": {"@id": "sec:expiration", "@type": "xsd:dateTime"},
64     "initializationVector": "sec:initializationVector",
65     "member": {"@id": "schema:member", "@type": "@id"},
66     "memberOf": {"@id": "schema:memberOf", "@type": "@id"},
67     "nonce": "sec:nonce",
68     "normalizationAlgorithm": "sec:normalizationAlgorithm",
69     "owner": {"@id": "sec:owner", "@type": "@id"},
70     "password": "sec:password",
71     "privateKey": {"@id": "sec:privateKey", "@type": "@id"},
72     "privateKeyPem": "sec:privateKeyPem",
73     "publicKey": {"@id": "sec:publicKey", "@type": "@id"},
74     "publicKeyPem": "sec:publicKeyPem",
75     "publicKeyService": {"@id": "sec:publicKeyService", "@type": "@id"},
76     "revoked": {"@id": "sec:revoked", "@type": "xsd:dateTime"},
77     "signature": "sec:signature",
78     "signatureAlgorithm": "sec:signatureAlgorithm",
79     "signatureValue": "sec:signatureValue",
80     "CryptographicKey": "sec:Key",
81     "EncryptedMessage": "sec:EncryptedMessage",
82     "GraphSignature2012": "sec:GraphSignature2012",
83     "LinkedDataSignature2015": "sec:LinkedDataSignature2015",
84
85     "accessControl": {"@id": "perm:accessControl", "@type": "@id"},
86     "writePermission": {"@id": "perm:writePermission", "@type": "@id"}
87   }
88 }