{"id":3,"date":"2006-10-17T13:42:25","date_gmt":"2006-10-17T20:42:25","guid":{"rendered":"http:\/\/blog.mozilla.org\/axel\/2006\/10\/17\/sneak-preview\/"},"modified":"2006-12-04T07:17:36","modified_gmt":"2006-12-04T14:17:36","slug":"sneak-preview","status":"publish","type":"post","link":"https:\/\/blog.mozilla.org\/axel\/2006\/10\/17\/sneak-preview\/","title":{"rendered":"sneak preview"},"content":{"rendered":"<p>Letting all the overall agenda aside, how does this sound?<\/p>\n<pre>js&gt; ds = new RDFSimpleTripleDataStore();\r\njs&gt; em = new RDF.Vocabulary('urn:x-moz:em#');\r\njs&gt; ds.assert(RDF.resources[document.location], em.title,\r\n               RDF.getLiteral(\"Some English string\", null, \"en-US\"));\r\njs&gt; c = ''; ds.forEach(function(t) {c += t;}); c<\/pre>\n<pre>   &lt;about:blank&gt; &lt;urn:x-moz:em#title&gt; \"Some English string\"@en-US.<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Letting all the overall agenda aside, how does this sound? js&gt; ds = new RDFSimpleTripleDataStore(); js&gt; em = new RDF.Vocabulary(&#8216;urn:x-moz:em#&#8217;); js&gt; ds.assert(RDF.resources[document.location], em.title, RDF.getLiteral(&#8220;Some English string&#8221;, null, &#8220;en-US&#8221;)); js&gt; c = &#8221;; ds.forEach(function(t) {c += t;}); c &lt;about:blank&gt; &lt;urn:x-moz:em#title&gt; &#8220;Some English string&#8221;@en-US.<\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"_links":{"self":[{"href":"https:\/\/blog.mozilla.org\/axel\/wp-json\/wp\/v2\/posts\/3"}],"collection":[{"href":"https:\/\/blog.mozilla.org\/axel\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mozilla.org\/axel\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mozilla.org\/axel\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mozilla.org\/axel\/wp-json\/wp\/v2\/comments?post=3"}],"version-history":[{"count":0,"href":"https:\/\/blog.mozilla.org\/axel\/wp-json\/wp\/v2\/posts\/3\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.mozilla.org\/axel\/wp-json\/wp\/v2\/media?parent=3"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mozilla.org\/axel\/wp-json\/wp\/v2\/categories?post=3"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mozilla.org\/axel\/wp-json\/wp\/v2\/tags?post=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}