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

언어 변경

피드백

보내는 중…

피드백이 발송되었습니다.

피드백을 발송할 수 없습니다. 5초 후에 다시 시도하십시오.