http://schema.org/Person
A person (alive, dead, undead, or fictional).
| Property | Expected Type | Description |
|---|---|---|
| birthDate | Date | Date of birth. |
| deathDate | Date | Date of death. |
| referenceURL | URL | Bij entiteiten te gebruiken om een link naar online referentie op te nemen |
| spouse | Person | The person's spouse. |
| birthYear | Integer | Bij personen gebruikt voor het geboortejaar als de volledige geboortedatum niet bekend is |
| sourceImage | URL | Te gebruiken om bij de bronpagina van de afbeelding uit de afbeeldings-URL op te nemen |
| familyName | Text | Family name. In the U.S., the last name of a Person. |
| memberOf | Organization, ProgramMembership | An Organization (or ProgramMembership) to which this Person or Organization belongs. |
| reference | URL | Bij entiteiten te gebruiken om de naam van een online referentie op te nemen |
| deathPlace | Place | The place where the person died. |
| jobTitle | DefinedTerm, Text | The job title of the person (for example, Financial Manager). |
| parent | Person | A parent of this 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". |
| birthPlace | Place | The place where the person was born. |
| givenName | Text | Given name. In the U.S., the first name of a Person. |
| deathYear | Integer | Bij personen gebruikt voor het jaar van overlijden als de volledige overlijdensdatum niet bekend is |
| Property | Expected Type | Description |
|---|---|---|
| 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. |
| mainEntityOfPage | CreativeWork, URL | Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details. |
| alternateName | Text | An alias for the item. |
| url | URL | URL of the item. |
| 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 |
| name | Text | The name of the item. |
| description | Text, TextObject | A description of the item. |
| image | ImageObject, URL | An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. |
| 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. |
Instances of Person may appear as a value for the following properties:
| Property | On Type | Description |
|---|---|---|
| provider | CreativeWork | The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller. |
| spouse | Person | The person's spouse. |
| member | Organization | A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. |
| publisher | CreativeWork | The publisher of the creative work. |
| parent | Person | A parent of this person. |
| contributor | Event, CreativeWork | A secondary contributor to the CreativeWork or Event. |
| 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. |
| creator | CreativeWork | The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. |