Item talk:Q45191: Difference between revisions

From geokb
(Updating schema.org structured data for legacy USGS staff profile)
(caching schema from staff profile page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
USGS Staff Profile:
{
  '@context': https://schema.org
  "USGS Staff Profile": {
  '@type': Person
    "@context": "https://schema.org",
  email: mailto:dtcampbell@usgs.gov
    "@type": "Person",
  hasOccupation:
    "email": "mailto:dtcampbell@usgs.gov",
  - '@type': OrganizationalRole
    "hasOccupation": [
    affiliatedOrganization:
      {
      '@type': Organization
        "@type": "OrganizationalRole",
      name: New England Water Science Center
        "affiliatedOrganization": {
      url: https://www.usgs.gov/centers/new-england-water-science-center
          "@type": "Organization",
  identifier:
          "name": "New England Water Science Center",
  - '@type': PropertyValue
          "url": "https://www.usgs.gov/centers/new-england-water-science-center"
    propertyID: GeoKB
        }
    value: https://geokb.wikibase.cloud/entity/Q45191
      }
  jobTitle: Hydrologic Technician
    ],
  memberOf:
    "identifier": [
    '@type': OrganizationalRole
      {
    endDate: '2021-11-30T18:38:31.452073'
        "@type": "PropertyValue",
    member:
        "propertyID": "GeoKB",
      '@type': Organization
        "value": "https://geokb.wikibase.cloud/entity/Q45191"
      name: U.S. Geological Survey
      }
    name: staff member
    ],
  name: David Todd Campbell
    "jobTitle": "Hydrologic Technician",
  url: https://www.usgs.gov/staff-profiles/david-todd-campbell
    "memberOf": {
      "@type": "OrganizationalRole",
      "endDate": "2021-11-30T18:38:31.452073",
      "member": {
        "@type": "Organization",
        "name": "U.S. Geological Survey"
      },
      "name": "staff member"
    },
    "name": "David Todd Campbell",
    "url": "https://www.usgs.gov/staff-profiles/david-todd-campbell",
    "dateModified": "2024-05-22T00:00:00Z"
  }
}

Latest revision as of 22:36, 22 September 2024

{

 "USGS Staff Profile": {
   "@context": "https://schema.org",
   "@type": "Person",
   "email": "mailto:dtcampbell@usgs.gov",
   "hasOccupation": [
     {
       "@type": "OrganizationalRole",
       "affiliatedOrganization": {
         "@type": "Organization",
         "name": "New England Water Science Center",
         "url": "https://www.usgs.gov/centers/new-england-water-science-center"
       }
     }
   ],
   "identifier": [
     {
       "@type": "PropertyValue",
       "propertyID": "GeoKB",
       "value": "https://geokb.wikibase.cloud/entity/Q45191"
     }
   ],
   "jobTitle": "Hydrologic Technician",
   "memberOf": {
     "@type": "OrganizationalRole",
     "endDate": "2021-11-30T18:38:31.452073",
     "member": {
       "@type": "Organization",
       "name": "U.S. Geological Survey"
     },
     "name": "staff member"
   },
   "name": "David Todd Campbell",
   "url": "https://www.usgs.gov/staff-profiles/david-todd-campbell",
   "dateModified": "2024-05-22T00:00:00Z"
 }

}