http://schema.org/Person
A person (alive, dead, undead, or fictional).
Property | Expected Type | Description |
---|---|---|
birthPlace | Place | The place where the person was born. |
homeLocation | Place, ContactPoint | A contact location for a person's residence. |
givenName | Text | Given name. In the U.S., the first name of a Person. |
gender | GenderType, Text | Gender of something, typically a [[Person]], but possibly also fictional characters, animals, etc. While http://schema.org/Male and http://schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender. The [[gender]] property can also be used in an extended sense to cover e.g. the gender of sports teams. As with the gender of individuals, we do not try to enumerate all possibilities. A mixed-gender [[SportsTeam]] can be indicated with a text value of "Mixed". |
jobTitle | DefinedTerm, Text | The job title of the person (for example, Financial Manager). |
deathDate | Date | Date of death. |
deathPlace | Place | The place where the person died. |
memberOf | Organization, ProgramMembership | An Organization (or ProgramMembership) to which this Person or Organization belongs. |
address | PostalAddress, Text | Physical address of the item. |
familyName | Text | Family name. In the U.S., the last name of a Person. |
birthDate | Date | Date of birth. |
Property | Expected Type | Description |
---|---|---|
additionalType | Text, URL | An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide |
sameAs | URL | URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. |
image | ImageObject, URL | An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. |
name | Text | The name of the item. |
identifier | PropertyValue, Text, URL | The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details. |
description | Text, TextObject | A description of the item. |
url | URL | URL of the item. |
alternateName | Text | An alias for the item. |
Instances of Person may appear as a value for the following properties:
Property | On Type | Description |
---|---|---|
creator | CreativeWork | The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. |
maintainer | CreativeWork | A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. |
actor | Event, VideoObject | An actor, e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip. contributor | Event, CreativeWork | A secondary contributor to the CreativeWork or Event. publisher | CreativeWork | The publisher of the creative work.