Item talk:Q46116: 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:55:31.227929",
  abstract: Hydrologist with the Arizona Water Science Center
    "name": "Marilyn Flynn",
  additionalType: short description
    "identifier": [],
email: null
    "jobTitle": "Hydrologist",
hasCredential: []
    "hasOccupation": [
hasOccupation:
      {
- '@type': OrganizationalRole
        "@type": "OrganizationalRole",
  affiliatedOrganization:
        "startDate": "2024-09-21T07:55:31.232031",
    '@type': Organization
        "affiliatedOrganization": {
    name: Arizona Water Science Center
          "@type": "Organization",
    url: https://www.usgs.gov/centers/arizona-water-science-center
          "name": "Arizona Water Science Center",
  roleName: Hydrologist
          "url": "https://www.usgs.gov/centers/arizona-water-science-center"
  startDate: '2024-05-10T20:44:21.120459'
        },
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 Arizona Water Science Center"
  name: staff member
      }
  startDate: '2024-05-10T20:44:21.117048'
    ],
name: Marilyn Flynn
    "email": null,
url: https://www.usgs.gov/staff-profiles/marilyn-flynn
    "url": "https://www.usgs.gov/staff-profiles/marilyn-flynn",
    "affiliation": [],
    "hasCredential": [],
    "knowsAbout": [],
    "memberOf": {
      "@type": "OrganizationalRole",
      "name": "staff member",
      "member": {
        "@type": "Organization",
        "name": "U.S. Geological Survey"
      },
      "startDate": "2024-09-21T07:55:31.227934",
      "description": "Former Employee"
    }
  }
}

Latest revision as of 14:50, 21 September 2024

{

 "USGS Staff Profile": {
   "@context": "https://schema.org",
   "@type": "Person",
   "dateModified": "2024-09-21T07:55:31.227929",
   "name": "Marilyn Flynn",
   "identifier": [],
   "jobTitle": "Hydrologist",
   "hasOccupation": [
     {
       "@type": "OrganizationalRole",
       "startDate": "2024-09-21T07:55:31.232031",
       "affiliatedOrganization": {
         "@type": "Organization",
         "name": "Arizona Water Science Center",
         "url": "https://www.usgs.gov/centers/arizona-water-science-center"
       },
       "roleName": "Hydrologist"
     }
   ],
   "description": [
     {
       "@type": "TextObject",
       "additionalType": "short description",
       "abstract": "Hydrologist with the Arizona Water Science Center"
     }
   ],
   "email": null,
   "url": "https://www.usgs.gov/staff-profiles/marilyn-flynn",
   "affiliation": [],
   "hasCredential": [],
   "knowsAbout": [],
   "memberOf": {
     "@type": "OrganizationalRole",
     "name": "staff member",
     "member": {
       "@type": "Organization",
       "name": "U.S. Geological Survey"
     },
     "startDate": "2024-09-21T07:55:31.227934",
     "description": "Former Employee"
   }
 }

}