Html – Schema: Link schema objects via itemid
I have a small code example that describes my situation: see below. I need to associate the ImageObject and the creator inside it with a Person that is in another block. <div itemtype="https://schema.org/Person" itemscope="" itemid="https://website.com/name/#profile"> <meta itemprop="name" content="MyName"> </div> <div…