Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored May 5, 2020
1 parent db447e3 commit bb706da
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,27 @@ https://docs.evolveum.com/midpoint/midprivacy/
 <= midPrivacy Project: Develop

https://docs.evolveum.com/midpoint/midprivacy/phases/01-data-provenance-prototype/ <= Data Provenance Prototype: First work package in midPrivacy Project: To improve transparency and accountability of personal data processing.


JSON-LD Example
```
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "person",
"name": "Brian Anderson",
"jobTitle": "IAM Technologist",
"url": "https://foo.edu/~banderson",
"address": {
"@type": "PostalAddress",
"streetAddress": "2020 Ginko Ave",
"addressLocality": "Nutown",
"addressRegion": "New Florida",
"postalCode": "94453",
"addressCountry": "US"
},
"email": "banderson@gmail.com",
"telephone": "+1 608 467-6846",
"birthDate": "1997-03-10"
}
</script>
```

0 comments on commit bb706da

Please sign in to comment.