I have a product page with \"microdata\" and \"json+ld\" codes. Both of the codes refers to the same @id URI object (http://www.example.org/product#this) so I would expect t
While technically it is feasible to merge data coming from two different syntaxes (read microdata and json-ld) and the Structured Data Linter confirms so, Google does not support it, which means properties won't be merged (and won't satisfy Rich Snippets' requirements).
We have a final confirmation by several actors in the SEO World, including Dan Brickley and Jarno van Driel.
in general you can use both syntaxes side by side, but you won't get the fine-grained merging of triples by ID that a pure RDF application might expect (Dan Brickley on Twitter, Jan 14th, 2020, bold mine)
--
I think @danbri already was pretty clear. Highly doubt you'll get a different answer from other Googlers. (Jarno van Driel on Twitter, Jan 14th, 2020)
The proposed solution so far is to parse the microdata and publish it as JSON-LD.