Skip to main content

Experts

{
"@context": {
"@vocab": "https://schema.org/"
},
"@id": "https://example.org/id/x",
"@type": "Person",
"name": "Jane Doe",
"jobTitle": "Professor",
"workLocation": {
"@type": "Place",
"address": "54 Ocean Drive, 23521 Ocean City, CountryName",
"name": "Place name"
},
"telephone": "(425) 123-4567",
"url": "http://www.janedoe.com",
"knowsAbout": [
{
"@type": "Text",
"description": "Invasive species in brackish water"
},
{
"@type": "URL",
"url": "https://www.wikidata.org/wiki/Q183368"
},
{
"@id": "https://example.org/id/course/x",
"@type": "Course",
"description": "In this course ...",
"url": "URL to the course"
}
],
"identifier": {
"@id": "https://orcid.org/0000-0002-2257-9127",
"@type": "PropertyValue",
"propertyID": "https://registry.identifiers.org/registry/orcid",
"url": "https://orcid.org/0000-0002-2257-9127",
"description": "Optional description of this record..."
},
"nationality": [
{
"@type": "Country",
"name": "Fiji"
},
{
"@type": "DefinedTerm",
"url": "https://unece.org/trade/cefact/unlocode-code-list-country-and-territory",
"inDefinedTermSet": "UN/LOCODE Code List by Country and Territory",
"name": "Fiji",
"termCode": "FJ"
}
],
"knowsLanguage": {
"@type": "Language",
"name": "Spanish",
"alternateName": "es"
}
}