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.
email 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" : "..."
}

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.