Person {stencilaschema} | R Documentation |
A person (alive, dead, undead, or fictional).
Description
A person (alive, dead, undead, or fictional).
Usage
Person(
address,
affiliations,
alternateNames,
description,
emails,
familyNames,
funders,
givenNames,
honorificPrefix,
honorificSuffix,
id,
identifiers,
images,
jobTitle,
memberOf,
meta,
name,
telephoneNumbers,
url
)
Arguments
address |
Postal address for the person. |
affiliations |
Organizations that the person is affiliated with. |
alternateNames |
Alternate names (aliases) for the item. |
description |
A description of the item. |
emails |
Email addresses for the person. |
familyNames |
Family name. In the U.S., the last name of a person. |
funders |
A person or organization that supports (sponsors) something through some kind of financial contribution. |
givenNames |
Given name. In the U.S., the first name of a person. |
honorificPrefix |
An honorific prefix preceding a person's name such as Dr/Mrs/Mr. |
honorificSuffix |
An honorific suffix after a person's name such as MD/PhD/MSCSW. |
id |
The identifier for this item. |
identifiers |
Any kind of identifier for any kind of Thing. |
images |
Images of the item. |
jobTitle |
The job title of the person (for example, Financial Manager). |
memberOf |
An organization (or program membership) to which this person belongs. |
meta |
Metadata associated with this item. |
name |
The name of the item. |
telephoneNumbers |
Telephone numbers for the person. |
url |
The URL of the item. |
Value
A list
of class Person
See Also
Examples
Person(
honorificPrefix = "Dr",
givenNames = list("Jane", "J"),
familyNames = list("Jamieson")
)