Module 09

Schema & Knowledge Graph Generator

Machine-readable identity built only from records that resolve. Nothing is asserted in markup that is not asserted publicly.

EVIDENCE GATE ACTIVE

Generate

{
  "@context": "https://schema.org",
  "@type": "Person",
  "@id": "https://genetics.university/faculty/roberto-grobman#person",
  "name": "Roberto Grobman",
  "honorificPrefix": "Prof.",
  "jobTitle": "Physician · Geneticist · Researcher",
  "url": "https://genetics.university/faculty/roberto-grobman",
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "ORCID",
      "value": "0000-0002-3308-4314"
    },
    {
      "@type": "PropertyValue",
      "propertyID": "Google Scholar",
      "value": "VhDETOAAAAAJ"
    }
  ],
  "knowsAbout": [
    "Medical genetics",
    "Pharmacogenetics",
    "Longevity science",
    "Epigenetics",
    "Precision medicine",
    "Genomic education"
  ],
  "sameAs": [
    "https://orcid.org/0000-0002-3308-4314",
    "https://scholar.google.com/citations?user=VhDETOAAAAAJ"
  ]
}

Only verified identifiers appear in sameAs, and only DOI-resolved publications appear as ScholarlyArticle. Markup that claims more than the public record is a misrepresentation, not an optimisation.