@@ -8756,15 +8756,13 @@ <h3>Graph Containers</h3>
8756
8756
<head>
8757
8757
<base href="http://dbpedia.org/resource/"/>****
8758
8758
<script type="application/ld+json">
8759
- < ! - -
8760
8759
{
8761
8760
"@context": "https://json-ld.org/contexts/person.jsonld",
8762
8761
"@id": ****"John_Lennon"****,
8763
8762
"name": "John Lennon",
8764
8763
"born": "1940-10-09",
8765
8764
"spouse": ****"Cynthia_Lennon"****
8766
8765
}
8767
- - - >
8768
8766
</script>
8769
8767
****</head>
8770
8768
</html>****
@@ -8849,7 +8847,6 @@ <h3>Graph Containers</h3>
8849
8847
< div class ="selectors ">
8850
8848
< button class ="selected " data-selects ="original "> Original</ button >
8851
8849
< button data-selects ="expanded "> Expanded</ button >
8852
- < button data-selects ="statements "> Statements</ button >
8853
8850
< button data-selects ="turtle "> Turtle</ button >
8854
8851
</ div >
8855
8852
< pre class ="original selected " data-transform ="updateExample "
@@ -8860,43 +8857,36 @@ <h3>Graph Containers</h3>
8860
8857
"@context": "http://schema.org/",
8861
8858
"@type": "WebPageElement",
8862
8859
"name": "Encoding Issues",
8863
- "description": "Issues list such as unescaped </script> or -- >"
8860
+ "description": "Issues list such as unescaped </script> or - - >"
8864
8861
}
8865
8862
</script>
8866
8863
-->
8867
8864
</ pre >
8868
8865
< pre class ="expanded "
8869
8866
data-transform ="updateExample "
8870
- data-result-for ="Embedding JSON-LD in HTML with comments -original ">
8867
+ data-result-for ="Embedding JSON-LD containing HTML in HTML -original ">
8871
8868
<!--
8872
8869
[{
8873
- "@type": "http://schema.org/WebPageElement",
8870
+ "@type": [ "http://schema.org/WebPageElement"] ,
8874
8871
"http://schema.org/name": [{"@value": "Encoding Issues"}],
8875
8872
"http://schema.org/description": [
8876
- {"@value": "Issues list such as unescaped < /script> or --> "}
8873
+ {"@value": "Issues list such as unescaped < /script> or - - > "}
8877
8874
]
8878
8875
}]
8879
8876
-->
8880
8877
</ pre >
8881
- < table class ="statements "
8882
- data-result-for ="Embedding JSON-LD in HTML with comments-expanded "
8883
- data-to-rdf >
8884
- < thead > < tr > < th > Subject</ th > < th > Property</ th > < th > Value</ th > < th > Value Type</ th > </ tr > </ thead >
8885
- < tbody >
8886
- < tr > < td > _:b0</ td > < td > schema:name</ td > < td > Encoding Issues</ td > < td > </ td > </ tr >
8887
- < tr > < td > _:b0</ td > < td > schema:description</ td > < td > Issues list such as unescaped &lt;/script&gt; or --&gt;</ td > < td > </ td > </ tr >
8888
- </ tbody >
8889
- </ table >
8890
8878
< pre class ="turtle "
8891
8879
data-content-type ="text/turtle "
8892
8880
data-transform ="updateExample "
8893
- data-result-for ="Embedding JSON-LD in HTML with comments -expanded "
8881
+ data-result-for ="Embedding JSON-LD containing HTML in HTML -expanded "
8894
8882
data-to-rdf >
8895
8883
<!--
8896
8884
@prefix schema: <http://schema.org/> .
8897
8885
8898
- <> schema:name "Encoding Issues";
8899
- schema:description "Issues list such as unescaped </script> or -->" .
8886
+ [ a schema:WebPageElement;
8887
+ schema:name "Encoding Issues";
8888
+ schema:description "Issues list such as unescaped </script> or - - >"
8889
+ ] .
8900
8890
-->
8901
8891
</ pre >
8902
8892
</ aside >
0 commit comments