Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarrant64 authored Sep 7, 2024
1 parent 61ce008 commit f667803
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions Chris Cata.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"@context": {
"CIP100": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#",
"CIP119": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0119/README.md#",
"hashAlgorithm": "CIP100:hashAlgorithm",
"body": {
"@id": "CIP119:body",
"@context": {
"references": {
"@id": "CIP119:references",
"@container": "@set",
"@context": {
"GovernanceMetadata": "CIP100:GovernanceMetadataReference",
"Identity": "CIP119:IdentityReference",
"Link": "CIP119:LinkReference",
"Other": "CIP100:OtherReference",
"label": "CIP100:reference-label",
"uri": "CIP100:reference-uri",
"referenceHash": {
"@id": "CIP119:referenceHash",
"@context": {
"hashDigest": "CIP119:hashDigest",
"hashAlgorithm": "CIP100:hashAlgorithm"
}
}
}
},
"paymentAddress": "CIP119:paymentAddress",
"givenName": "CIP119:givenName",
"image": "CIP119:image",
"objectives": "CIP119:objectives",
"motivations": "CIP119:motivations",
"qualifications": "CIP119:qualifications",
"doNotList": "CIP119:doNotList"
}
},
"authors": {
"@id": "CIP100:authors",
"@container": "@set",
"@context": {
"name": "http://xmlns.com/foaf/0.1/name",
"witness": {
"@id": "CIP100:witness",
"@context": {
"witnessAlgorithm": "CIP100:witnessAlgorithm",
"publicKey": "CIP100:publicKey",
"signature": "CIP100:signature"
}
}
}
}
},
"authors": [],
"hashAlgorithm": "blake2b-256",
"body": {
"doNotList": false,
"givenName": "Chris Cata",
"motivations": "Financial and economic success for myself and others.",
"objectives": "Move Cardano forward.",
"paymentAddress": "Empty",
"qualifications": "20+ years in IT\n\nLean Enterprise certified.",
"references": [
{
"@type": "Link",
"label": "X",
"uri": "https://x.com/mr_cata"
},
{
"@type": "Link",
"label": "LinkedIn",
"uri": "https://www.linkedin.com/in/chriscata"
}
]
}
}

0 comments on commit f667803

Please sign in to comment.