Person (JSON)
A Person construct is an element that describes a person, corporation, or similar entity
| URI: | Person |
|---|---|
| Extends: | ExtensibleElement |
Properties
| Name | Type | Description | |
|---|---|---|---|
| name | string | Conveys a human-readable name for the person. | |
| uri | string | an IRI associated with the person. | |
| string | an e-mail address associated with the person. | ||
| Properties inherited from CommonAttributes | |||
| lang | string | The language. | |
| base | string | The base. | |
Example
{
"name" : "...",
"uri" : "...",
"email" : "...",
"lang" : "...",
"base" : "..."
}