Item talk:Q46346: 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-21T08:00:17.237853",
  abstract: Hydrologist with the California Water Science Center
    "name": "Dara Goldrath",
  additionalType: short description
    "identifier": [],
email: null
    "jobTitle": "Hydrologist",
hasCredential: []
    "hasOccupation": [
hasOccupation:
      {
- '@type': OrganizationalRole
        "@type": "OrganizationalRole",
  affiliatedOrganization:
        "startDate": "2024-09-21T08:00:17.240835",
    '@type': Organization
        "affiliatedOrganization": {
    name: California Water Science Center
          "@type": "Organization",
    url: https://www.usgs.gov/centers/california-water-science-center
          "name": "California Water Science Center",
  roleName: Hydrologist
          "url": "https://www.usgs.gov/centers/california-water-science-center"
  startDate: '2024-05-10T21:05:39.804138'
        },
jobTitle: Hydrologist
        "roleName": "Hydrologist"
knowsAbout: []
      }
memberOf:
    ],
  '@type': OrganizationalRole
    "description": [
  description: Former Employee
      {
  member:
        "@type": "TextObject",
    '@type': Organization
        "additionalType": "short description",
    name: U.S. Geological Survey
        "abstract": "Hydrologist with the California Water Science Center"
  name: staff member
      }
  startDate: '2024-05-10T21:05:39.800690'
    ],
name: Dara Goldrath
    "email": null,
url: https://www.usgs.gov/staff-profiles/dara-goldrath
    "url": "https://www.usgs.gov/staff-profiles/dara-goldrath",
    "affiliation": [],
    "hasCredential": [],
    "knowsAbout": [],
    "memberOf": {
      "@type": "OrganizationalRole",
      "name": "staff member",
      "member": {
        "@type": "Organization",
        "name": "U.S. Geological Survey"
      },
      "startDate": "2024-09-21T08:00:17.237860",
      "description": "Former Employee"
    }
  }
}

Latest revision as of 15:15, 21 September 2024

{

 "USGS Staff Profile": {
   "@context": "https://schema.org",
   "@type": "Person",
   "dateModified": "2024-09-21T08:00:17.237853",
   "name": "Dara Goldrath",
   "identifier": [],
   "jobTitle": "Hydrologist",
   "hasOccupation": [
     {
       "@type": "OrganizationalRole",
       "startDate": "2024-09-21T08:00:17.240835",
       "affiliatedOrganization": {
         "@type": "Organization",
         "name": "California Water Science Center",
         "url": "https://www.usgs.gov/centers/california-water-science-center"
       },
       "roleName": "Hydrologist"
     }
   ],
   "description": [
     {
       "@type": "TextObject",
       "additionalType": "short description",
       "abstract": "Hydrologist with the California Water Science Center"
     }
   ],
   "email": null,
   "url": "https://www.usgs.gov/staff-profiles/dara-goldrath",
   "affiliation": [],
   "hasCredential": [],
   "knowsAbout": [],
   "memberOf": {
     "@type": "OrganizationalRole",
     "name": "staff member",
     "member": {
       "@type": "Organization",
       "name": "U.S. Geological Survey"
     },
     "startDate": "2024-09-21T08:00:17.237860",
     "description": "Former Employee"
   }
 }

}