RDFa + JSON-LD

RDFa Community Group,
RDF Working Group,

Does anybody know whether or where RDFa + JSON-LD scenarios are specified?

See: RDFa + JSON-LD Examples at https://www.w3.org/community/argumentation/schemas/ .


<html>
  <head>
    <script type="application/ld+json">
[{"@id": "2", "http://schema.org/supports": { "@id": "1" }},
 {"@id": "3", "http://schema.org/supports": { "@id": "1" }},
 {"@id": "4", "http://schema.org/supports": { "@id": "1" }}]
   </script>
  </head>
  <body vocab="http://schema.org/">
    <span about="1" typeof="Statement" property="text">Statement 1.</span>
    <span about="2" typeof="Statement" property="text">Statement 2.</span>
    <span about="3" typeof="Statement" property="text">Statement 3.</span>
    <span about="4" typeof="Statement" property="text">Statement 4.</span>
  </body>
</html>



Thank you,
Adam Sobieski

Received on Friday, 20 January 2017 00:04:05 UTC