Item talk:Q48555: Difference between revisions

From geokb
No edit summary
(caching schema from staff profile page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'@context': https://schema.org
{
'@type': Person
  "USGS Staff Profile": {
affiliation: []
    "@context": "https://schema.org",
description:
    "@type": "Person",
- '@type': TextObject
    "dateModified": "2024-09-21T07:58:24.302520",
  abstract: Scientist Emeritus with the Kansas Water Science Center
    "name": "Charlie A Perry, Ph.D.",
  additionalType: short description
    "identifier": [],
email: null
    "jobTitle": "Scientist Emeritus",
hasCredential: []
    "hasOccupation": [
hasOccupation:
      {
- '@type': OrganizationalRole
        "@type": "OrganizationalRole",
  affiliatedOrganization:
        "startDate": "2024-09-21T07:58:24.305474",
    '@type': Organization
        "affiliatedOrganization": {
    name: Kansas Water Science Center
          "@type": "Organization",
    url: https://www.usgs.gov/centers/kansas-water-science-center
          "name": "Kansas Water Science Center",
  roleName: Scientist Emeritus
          "url": "https://www.usgs.gov/centers/kansas-water-science-center"
  startDate: '2024-05-10T20:46:58.381515'
        },
jobTitle: Scientist Emeritus
        "roleName": "Scientist Emeritus"
knowsAbout: []
      }
memberOf:
    ],
  '@type': OrganizationalRole
    "description": [
  description: Former Employee
      {
  member:
        "@type": "TextObject",
    '@type': Organization
        "additionalType": "short description",
    name: U.S. Geological Survey
        "abstract": "Scientist Emeritus with the Kansas Water Science Center"
  name: staff member
      }
  startDate: '2024-05-10T20:46:58.378110'
    ],
name: Charlie A Perry, Ph.D.
    "email": null,
url: https://www.usgs.gov/staff-profiles/charlie-a-perry
    "url": "https://www.usgs.gov/staff-profiles/charlie-a-perry",
    "affiliation": [],
    "hasCredential": [],
    "knowsAbout": [],
    "memberOf": {
      "@type": "OrganizationalRole",
      "name": "staff member",
      "member": {
        "@type": "Organization",
        "name": "U.S. Geological Survey"
      },
      "startDate": "2024-09-21T07:58:24.302527",
      "description": "Former Employee"
    }
  }
}

Latest revision as of 15:07, 21 September 2024

{

 "USGS Staff Profile": {
   "@context": "https://schema.org",
   "@type": "Person",
   "dateModified": "2024-09-21T07:58:24.302520",
   "name": "Charlie A Perry, Ph.D.",
   "identifier": [],
   "jobTitle": "Scientist Emeritus",
   "hasOccupation": [
     {
       "@type": "OrganizationalRole",
       "startDate": "2024-09-21T07:58:24.305474",
       "affiliatedOrganization": {
         "@type": "Organization",
         "name": "Kansas Water Science Center",
         "url": "https://www.usgs.gov/centers/kansas-water-science-center"
       },
       "roleName": "Scientist Emeritus"
     }
   ],
   "description": [
     {
       "@type": "TextObject",
       "additionalType": "short description",
       "abstract": "Scientist Emeritus with the Kansas Water Science Center"
     }
   ],
   "email": null,
   "url": "https://www.usgs.gov/staff-profiles/charlie-a-perry",
   "affiliation": [],
   "hasCredential": [],
   "knowsAbout": [],
   "memberOf": {
     "@type": "OrganizationalRole",
     "name": "staff member",
     "member": {
       "@type": "Organization",
       "name": "U.S. Geological Survey"
     },
     "startDate": "2024-09-21T07:58:24.302527",
     "description": "Former Employee"
   }
 }

}