@id
properties are used as identifiers for compatibility with JSON-LD. The value of such a property must always be an absolute URI that provides a stable globally unique identifier for the resource, as described in RFC3986."@id": "https://id.bookingsystem.example.com/people/12345"
"description": "The leader of the coaching team"
"email": "[email protected]"
"familyName": "Thompson"
https://schema.org/Male
and https://schema.org/Female
may be used, text strings are also acceptable for people who do not identify as a binary gender."gender": "https://schema.org/Female"
"givenName": "Daley"
"identifier": "SB1234"
"isOpenBookingAllowed": "true"
"jobTitle": "Team Captain"
"legalName": "Central Speedball Ltd"
"logo": {
"@type": "ImageObject",
"url": "http://example.com/static/image/speedball_large.jpg"
}
"name": "Daley Thompson"
"sameAs": "https://example.org/example-org"
"telephone": "01234 567890"