{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "ProfilePage",
            "@id": "did:web:sergio.me#profile",
            "mainEntity": {
                "@id": "did:web:sergio.me#person"
            },
            "subjectOf": {
                "@id": "did:web:sergio.me#profile-vc"
            },
            "url": "https://sergio.me/profile.json"
        },
        {
            "@type": "Person",
            "@id": "did:web:sergio.me#person",
            "mainEntityOfPage": {
                "@id": "did:web:sergio.me#profile"
            },
            "hasPart": {
                "@id": "did:web:seht.at.hyx.net#person"
            },
            "url": "https://sergio.me",
            "name": "Sergio Montenegro",
            "alternateName": "seht",
            "image": "https://gravatar.com/avatar/13963bede2262a23051c4bd7353594b1?size=300",
            "identifier": {
                "@type": "PropertyValue",
                "propertyID": "caip10",
                "value": "eip155:1:0xc99579634aeee98c1bce5b799f7a0b941bd98224"
            },
            "sameAs": [
                "https://github.com/seht",
                "https://gitlab.com/seht",
                "https://www.linkedin.com/in/sergio-me",
                "https://www.instagram.com/serdomonte",
                "https://www.youtube.com/@tvseht",
                "https://creators.brave.com/c/seht",
                "https://orcid.org/0009-0001-1869-9580",
                "https://www.webofscience.com/wos/author/record/PXB-8887-2026",
                "https://www.researchgate.net/profile/Sergio-Montenegro-9"
            ]
        }
    ]
}