http://schema.org/Person
Instances of schema1:Person can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class schema1:Person | |||
schema1:additionalName | rdf:Property | An additional name for a Person, can be used for a middle name. | xsd:string |
schema1:address | rdf:Property | Physical address of the item. | xsd:string |
schema1:affiliation | rdf:Property | An organization that this person is affiliated with. For example, a school/university, a club, or a team. | schema1:Organization |
schema1:birthDate | rdf:Property | Date of birth. | xsd:date |
schema1:deathDate | rdf:Property | Date of death. | xsd:date |
schema1:email | rdf:Property | Email address. | xsd:string |
schema1:familyName | rdf:Property | Family name. In the U.S., the last name of a Person. | xsd:string |
schema1:givenName | rdf:Property | Given name. In the U.S., the first name of a Person. | xsd:string |
schema1:honorificPrefix | rdf:Property | An honorific prefix preceding a Person's name such as Dr/Mrs/Mr. | xsd:string |
schema1:honorificSuffix | rdf:Property | An honorific suffix following a Person's name such as M.D. /PhD/MSCSW. | xsd:string |
schema1:jobTitle | rdf:Property | The job title of the person (for example, Financial Manager). | xsd:string |
From class schema1:Thing | |||
schema1:alternateName | rdf:Property | An alias for the item. | xsd:string |
schema1:description | rdf:Property | A description of the item. | rdf:langString xsd:string |
schema1:identifier | rdf:Property | 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](/docs/datamodel.html#identifierBg) for more details. | sh:IRI xsd:string |
schema1:image | rdf:Property | An image of the item. | sh:IRI |
schema1:name | rdf:Property | The name of the item. | xsd:string |
schema1:sameAs | rdf:Property | 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. | sh:IRI |
schema1:url | rdf:Property | URL of the item. | sh:IRI |
By the associated SHACL property shapes, instances of schema1:Person can have the following properties:
PROPERTY |
PROPERTY TYPE |
DESCRIPTION |
MIN COUNT |
MAX COUNT |
LOCAL RANGE |
GLOBAL RANGE |
|
---|---|---|---|---|---|---|---|
schema1:Person | |||||||
schema1:additionalName | rdf:Property |
An additional name for a Person, can be used for a middle name.
An additional name for a Person, can be used for a middle name. |
xsd:string
|
owl:Thing | |||
schema1:address | rdf:Property |
Physical address of the item.
Physical address of the item. |
1 |
xsd:string
|
owl:Thing | ||
schema1:affiliation | rdf:Property |
An organization that this person is affiliated with. For example, a school/university, a club, or a team.
An organization that this person is affiliated with. For example, a school/university, a club, or a team. |
schema1:Organization
|
owl:Thing | |||
schema1:birthDate | rdf:Property |
Date of birth.
Date of birth. |
1 |
xsd:date
|
owl:Thing | ||
schema1:deathDate | rdf:Property |
Date of death.
Date of death. |
1 |
xsd:date
|
owl:Thing | ||
schema1:email | rdf:Property |
Email address.
Email address. |
1 |
xsd:string
|
owl:Thing | ||
schema1:familyName | rdf:Property |
Family name. In the U.S., the last name of a Person.
Family name. In the U.S., the last name of a Person. |
1 | 1 |
xsd:string
|
owl:Thing | |
schema1:givenName | rdf:Property |
Given name. In the U.S., the first name of a Person.
Given name. In the U.S., the first name of a Person. |
1 | 1 |
xsd:string
|
owl:Thing | |
schema1:honorificPrefix | rdf:Property |
An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.
An honorific prefix preceding a Person's name such as Dr/Mrs/Mr. |
1 |
xsd:string
|
owl:Thing | ||
schema1:honorificSuffix | rdf:Property |
An honorific suffix following a Person's name such as M.D. /PhD/MSCSW.
An honorific suffix following a Person's name such as M.D. /PhD/MSCSW. |
1 |
xsd:string
|
owl:Thing | ||
schema1:jobTitle | rdf:Property |
The job title of the person (for example, Financial Manager).
The job title of the person (for example, Financial Manager). |
xsd:string
|
owl:Thing | |||
schema1:Thing | |||||||
schema1:alternateName | rdf:Property |
An alias for the item.
An alias for the item. |
xsd:string
|
owl:Thing | |||
schema1:description | rdf:Property |
A description of the item.
A description of the item. |
1 | owl:Thing | |||
schema1:identifier | rdf:Property |
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](/docs/datamodel.html#identifierBg) for more details.
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](/docs/datamodel.html#identifierBg) for more details. |
1 | owl:Thing | |||
schema1:image | rdf:Property |
An image of the item.
An image of the item. |
1 | owl:Thing | |||
schema1:name | rdf:Property |
The name of the item.
The name of the item. |
1 | 1 |
xsd:string
|
owl:Thing | |
schema1:sameAs | rdf:Property |
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.
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. |
owl:Thing | ||||
schema1:url | rdf:Property |
URL of the item.
URL of the item. |
owl:Thing |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
schema1:Person a rdfs:Class ;
rdfs:subClassOf schema1:Thing .