Item talk:Q45137: 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:48.150244",
  abstract: Physical Scientist with the Wyoming-Montana Water Science Center
    "name": "Ashley Bussell",
  additionalType: short description
    "identifier": [],
email: null
    "jobTitle": "Physical Scientist",
hasCredential: []
    "hasOccupation": [
hasOccupation:
      {
- '@type': OrganizationalRole
        "@type": "OrganizationalRole",
  affiliatedOrganization:
        "startDate": "2024-09-21T07:55:48.154776",
    '@type': Organization
        "affiliatedOrganization": {
    name: Wyoming-Montana Water Science Center
          "@type": "Organization",
    url: https://www.usgs.gov/centers/wyoming-montana-water-science-center
          "name": "Wyoming-Montana Water Science Center",
  roleName: Physical Scientist
          "url": "https://www.usgs.gov/centers/wyoming-montana-water-science-center"
  startDate: '2024-05-10T20:40:47.891705'
        },
jobTitle: Physical Scientist
        "roleName": "Physical Scientist"
knowsAbout: []
      }
memberOf:
    ],
  '@type': OrganizationalRole
    "description": [
  description: Former Employee
      {
  member:
        "@type": "TextObject",
    '@type': Organization
        "additionalType": "short description",
    name: U.S. Geological Survey
        "abstract": "Physical Scientist with the Wyoming-Montana Water Science Center"
  name: staff member
      }
  startDate: '2024-05-10T20:40:47.888205'
    ],
name: Ashley Bussell
    "email": null,
url: https://www.usgs.gov/staff-profiles/ashley-bussell
    "url": "https://www.usgs.gov/staff-profiles/ashley-bussell",
    "affiliation": [],
    "hasCredential": [],
    "knowsAbout": [],
    "memberOf": {
      "@type": "OrganizationalRole",
      "name": "staff member",
      "member": {
        "@type": "Organization",
        "name": "U.S. Geological Survey"
      },
      "startDate": "2024-09-21T07:55:48.150251",
      "description": "Former Employee"
    }
  }
}

Latest revision as of 14:51, 21 September 2024

{

 "USGS Staff Profile": {
   "@context": "https://schema.org",
   "@type": "Person",
   "dateModified": "2024-09-21T07:55:48.150244",
   "name": "Ashley Bussell",
   "identifier": [],
   "jobTitle": "Physical Scientist",
   "hasOccupation": [
     {
       "@type": "OrganizationalRole",
       "startDate": "2024-09-21T07:55:48.154776",
       "affiliatedOrganization": {
         "@type": "Organization",
         "name": "Wyoming-Montana Water Science Center",
         "url": "https://www.usgs.gov/centers/wyoming-montana-water-science-center"
       },
       "roleName": "Physical Scientist"
     }
   ],
   "description": [
     {
       "@type": "TextObject",
       "additionalType": "short description",
       "abstract": "Physical Scientist with the Wyoming-Montana Water Science Center"
     }
   ],
   "email": null,
   "url": "https://www.usgs.gov/staff-profiles/ashley-bussell",
   "affiliation": [],
   "hasCredential": [],
   "knowsAbout": [],
   "memberOf": {
     "@type": "OrganizationalRole",
     "name": "staff member",
     "member": {
       "@type": "Organization",
       "name": "U.S. Geological Survey"
     },
     "startDate": "2024-09-21T07:55:48.150251",
     "description": "Former Employee"
   }
 }

}