Item talk:Q163636: Difference between revisions

From geokb
(Updating schema.org structured data for legacy USGS staff profile)
(caching schema from staff profile page)
 
(2 intermediate revisions 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:mrymer@usgs.gov
    "@type": "Person",
  hasOccupation:
    "email": "mailto:mrymer@usgs.gov",
  - '@type': OrganizationalRole
    "hasOccupation": [
    affiliatedOrganization:
      {
      '@type': Organization
        "@type": "OrganizationalRole",
      name: Earthquake Science Center
        "affiliatedOrganization": {
      url: https://www.usgs.gov/centers/earthquake-science-center
          "@type": "Organization",
  identifier:
          "name": "Earthquake Science Center",
  - '@type': PropertyValue
          "url": "https://www.usgs.gov/centers/earthquake-science-center"
    propertyID: GeoKB
        }
    value: https://geokb.wikibase.cloud/entity/Q163636
      }
  jobTitle: Scientist Emeritus
    ],
  memberOf:
    "identifier": [
    '@type': OrganizationalRole
      {
    endDate: '2021-11-30T18:38:31.452073'
        "@type": "PropertyValue",
    member:
        "propertyID": "GeoKB",
      '@type': Organization
        "value": "https://geokb.wikibase.cloud/entity/Q163636"
      name: U.S. Geological Survey
      }
    name: staff member
    ],
  name: Michael J Rymer
    "jobTitle": "Scientist Emeritus",
  url: https://www.usgs.gov/staff-profiles/michael-j-rymer
    "memberOf": {
      "@type": "OrganizationalRole",
      "endDate": "2021-11-30T18:38:31.452073",
      "member": {
        "@type": "Organization",
        "name": "U.S. Geological Survey"
      },
      "name": "staff member"
    },
    "name": "Michael J Rymer",
    "url": "https://www.usgs.gov/staff-profiles/michael-j-rymer",
    "dateModified": "2024-05-22T00:00:00Z"
  },
  "ORCID": {
    "@context": "http://schema.org",
    "@type": "Person",
    "@id": "https://orcid.org/0000-0002-5429-5073",
    "mainEntityOfPage": "https://orcid.org/0000-0002-5429-5073",
    "givenName": "Michael",
    "familyName": "Rymer",
    "alumniOf": {
      "@type": "Organization",
      "name": "San Jose State University",
      "alternateName": "Geology",
      "identifier": {
        "@type": "PropertyValue",
        "propertyID": "RINGGOLD",
        "value": "7161"
      }
    },
    "affiliation": {
      "@type": "Organization",
      "@id": "https://doi.org/10.13039/100000201",
      "name": "U.S. Department of the Interior",
      "alternateName": "Geological Survey"
    },
    "@reverse": {}
  }
}

Latest revision as of 22:47, 22 September 2024

{

 "USGS Staff Profile": {
   "@context": "https://schema.org",
   "@type": "Person",
   "email": "mailto:mrymer@usgs.gov",
   "hasOccupation": [
     {
       "@type": "OrganizationalRole",
       "affiliatedOrganization": {
         "@type": "Organization",
         "name": "Earthquake Science Center",
         "url": "https://www.usgs.gov/centers/earthquake-science-center"
       }
     }
   ],
   "identifier": [
     {
       "@type": "PropertyValue",
       "propertyID": "GeoKB",
       "value": "https://geokb.wikibase.cloud/entity/Q163636"
     }
   ],
   "jobTitle": "Scientist Emeritus",
   "memberOf": {
     "@type": "OrganizationalRole",
     "endDate": "2021-11-30T18:38:31.452073",
     "member": {
       "@type": "Organization",
       "name": "U.S. Geological Survey"
     },
     "name": "staff member"
   },
   "name": "Michael J Rymer",
   "url": "https://www.usgs.gov/staff-profiles/michael-j-rymer",
   "dateModified": "2024-05-22T00:00:00Z"
 },
 "ORCID": {
   "@context": "http://schema.org",
   "@type": "Person",
   "@id": "https://orcid.org/0000-0002-5429-5073",
   "mainEntityOfPage": "https://orcid.org/0000-0002-5429-5073",
   "givenName": "Michael",
   "familyName": "Rymer",
   "alumniOf": {
     "@type": "Organization",
     "name": "San Jose State University",
     "alternateName": "Geology",
     "identifier": {
       "@type": "PropertyValue",
       "propertyID": "RINGGOLD",
       "value": "7161"
     }
   },
   "affiliation": {
     "@type": "Organization",
     "@id": "https://doi.org/10.13039/100000201",
     "name": "U.S. Department of the Interior",
     "alternateName": "Geological Survey"
   },
   "@reverse": {}
 }

}