- From: Adam Sobieski <adamsobieski@hotmail.com>
- Date: Fri, 20 Jan 2017 00:03:30 +0000
- To: "public-rdfa@w3.org" <public-rdfa@w3.org>, "public-rdf-comments@w3.org" <public-rdf-comments@w3.org>
Received on Friday, 20 January 2017 00:11:51 UTC
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:11:51 UTC