<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="http://www.mediabistro.com/common_v4/xsl/content.xsl"?>

<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:media="http://search.yahoo.com/mrss"
	>

<channel>
<title>JSON-LD - semanticweb.com</title>
<link>http://semanticweb.com</link>
<description>The Voice of Semantic Web Business</description>
<copyright>Copyright 2013</copyright>
<lastBuildDate>Fri, 24 May 2013 20:30:26 +0000</lastBuildDate>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<atom:link href="http://semanticweb.com/tag/json-ld/feed" rel="self" type="application/rss+xml" />

<generator>http://wordpress.org/?v=3.4.1</generator>

<item>
<title>Gmail, Meet JSON-LD</title>
<description><![CDATA[<p><img class="alignleft size-full wp-image-37212" title="gmail" src="http://semanticweb.com/files/2013/05/gmail.jpg" alt="" width="147" height="134" />Another announcement by Google this week – one that didn’t get quite as much play as the launch at I/O of Google Play Music All Access and improvements to its search, map and Google + services – was this: Support for <a href="https://developers.google.com/gmail/schemas/embedding-schemas-in-emails">JSON-LD markup in Gmail.</a></p>
<p>The W3C in April published a <a href="http://www.w3.org/TR/2013/WD-json-ld-20130411/">Last Call Working Draft for JSON-LD</a> 1.0 (JavaScript Object Notation for Linking Data), a lightweight <a href="http://en.wikipedia.org/wiki/Linked_data">Linked Data</a> format to give data context. It has been shepherded along for some time by the <a href="http://www.w3.org/community/json-ld/">JSON for Linked Data Community Group</a>.</p>
<p>Manu Sporny, who has been instrumental in JSON-LD’s development and is one of the authors of the draft, heralds the news here in his <a href="http://manu.sporny.org/2013/gmail-json-ld/">blog</a>, noting that it means that Gmail now will be able to recognize people, places, events and a variety of other Linked Data objects, and that actions may be taken on the Linked Data objects embedded in an e-mail. “For example, if someone sends you an invitation to a party, you can do a single-click response on whether or not you’ll attend a party right from your inbox. Doing so will also create a reminder for the party in your calendar,” he writes.<img class="alignright size-medium wp-image-37213" title="jsonld" src="http://semanticweb.com/files/2013/05/jsonld-300x71.jpg" alt="" width="300" height="71" /></p>
<p>The news was greeted with enthusiasm on a <a href="http://lists.w3.org/Archives/Public/public-rdf-wg/2013May/0183.html">W3C JSON LD message round</a>, as, as Sporny describes it, “pretty big validation of the technology.”</p>
<p>While noting that Google followed the standard closely, Sporny does point out some issues with the implementation – including a major one that Google isn’t using the JSON-LD <em>@context</em> parameter correctly in its markup examples:</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-37217" title="jsonldpix" src="http://semanticweb.com/files/2013/05/jsonldpix.jpg" alt="" width="670" height="162" /></p>
<p> <a href="http://semanticweb.com/gmail-meet-json-ld_b37211#more-37211" class="more-link">continued&#8230;</a></p>
<p>New Career Opportunities Daily: The <a href="http://www.mediabistro.com/joblistings/?c=rss">best jobs in media</a>. </p>]]></description>
<dc:creator>Jennifer Zaino</dc:creator>
<comments>http://semanticweb.com/gmail-meet-json-ld_b37211#disqus_thread</comments>
<link>http://semanticweb.com/gmail-meet-json-ld_b37211</link>
<guid isPermaLink="false">http://semanticweb.com/?p=37211</guid>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Dan Brickley]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google I/O]]></category>
		<category><![CDATA[JSON-LD]]></category>
		<category><![CDATA[linked data]]></category>
		<category><![CDATA[Manu Sporny]]></category>
		<category><![CDATA[schema.org]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[World Wide Web Consortium]]></category>
<pubDate>Fri, 17 May 2013 12:51:00 +0000</pubDate>
  
	<media:content url="http://semanticweb.com/files/2013/05/gmail.jpg" width="290" height="140" medium="image" />
</item>
<item>
<title>Getting Closer to JSON Linked Data</title>
<description><![CDATA[<p><img class="alignleft size-full wp-image-36544" title="json" src="http://semanticweb.com/files/2013/04/json.jpg" alt="" width="192" height="119" /></p>
<p><a href="http://www.i-programmer.info/news/87-web-development/5749-json-linked-data.html">Kay Ewbank of I Programmer recently wrote</a>, &#8220;<a href="http://semanticweb.com/?cx=014154320031312368439%3Aroum4ta8hle&amp;cof=FORID%3A11&amp;s=1&amp;q=json">JSON</a> Linked Data is getting closer with the publication of two Last Call Working Drafts by the W3C&#8217;s RDF Working Group and its JSON-LD Community Group. <a href="http://json-ld.org/" target="_blank">JSON-LD </a>(<strong>J</strong>ava<strong>S</strong>cript <strong>O</strong>bject <strong>N</strong>otation for <strong>L</strong>inking <strong>D</strong>ata) is a lightweight Linked Data format designed to provide context for data and to help JSON data interoperate at Web-scale. Based on the JSON format, it is easy for humans to read and write at the same time as being easy for machines to parse and generate.  The first working draft is for <a href="http://www.w3.org/TR/2013/WD-json-ld-20130411/" target="_blank">JSON-LD 1.0</a>, which sets out a common JSON representation format for expressing directed graphs; mixing both Linked Data and non-Linked Data in a single document. The aim is to provide a smooth upgrade path from JSON to JSON-LD, though any systems already using JSON can remain in their currently deployed state. JSON-LD aims to give you a way to work with Linked Data.&#8221; <a href="http://semanticweb.com/getting-closer-to-json-linked-data_b36543#more-36543" class="more-link">continued&#8230;</a></p>
<p>New Career Opportunities Daily: The <a href="http://www.mediabistro.com/joblistings/?c=rss">best jobs in media</a>. </p>]]></description>
<dc:creator>Angela Guess</dc:creator>
<comments>http://semanticweb.com/getting-closer-to-json-linked-data_b36543#disqus_thread</comments>
<link>http://semanticweb.com/getting-closer-to-json-linked-data_b36543</link>
<guid isPermaLink="false">http://semanticweb.com/?p=36543</guid>
		<category><![CDATA[JSON-LD]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Technologies]]></category>
		<category><![CDATA[linked data]]></category>
		<category><![CDATA[Overview]]></category>
		<category><![CDATA[W3C]]></category>
<pubDate>Wed, 17 Apr 2013 11:00:31 +0000</pubDate>
  
	<media:content url="http://semanticweb.com/files/2013/04/json.jpg" width="290" height="140" medium="image" />
</item>
<item>
<title>RDF Tree: An Updated Approach</title>
<description><![CDATA[<p><a href="http://daverog.wordpress.com/2012/11/13/rdf-tree-developer-friendly-graph-data/"><img class="alignleft size-medium wp-image-33569" title="309319811_21cd1ffc15_n" src="http://semanticweb.com/files/2012/11/309319811_21cd1ffc15_n-300x225.jpg" alt="" width="300" height="225" />Last week David Rogers wrote about RDF tree</a>. He said, &#8220;I want to make RDF data more developer-friendly. When you show a typical developer RDF, where they have previously been used to simple JSON or XML structures, they find the format confusing, and hard to code with. This is primarily because the data is a graph, and graphs don’t fit well with the tree structures of JSON and XML. I have seen this problem tackled through the use of libraries that can parse and interpret the graph data, and present an easier interface to the developer. Whilst these have been useful, I still think there are some fundamental problems. <a href="http://semanticweb.com/?cx=014154320031312368439%3Aroum4ta8hle&amp;cof=FORID%3A11&amp;s=1&amp;q=json-ld&amp;ocmt=SEARCH">JSON-LD </a>also offers a solution to this problem, but is not sufficiently lightweight for environments where data structures change and develop regularly. I compare my approach with JSON-LD at the end of the post.&#8221; <a href="http://semanticweb.com/rdf-tree-an-updated-approach_b33568#more-33568" class="more-link">continued&#8230;</a></p>
<p>New Career Opportunities Daily: The <a href="http://www.mediabistro.com/joblistings/?c=rss">best jobs in media</a>. </p>]]></description>
<dc:creator>Angela Guess</dc:creator>
<comments>http://semanticweb.com/rdf-tree-an-updated-approach_b33568#disqus_thread</comments>
<link>http://semanticweb.com/rdf-tree-an-updated-approach_b33568</link>
<guid isPermaLink="false">http://semanticweb.com/?p=33568</guid>
		<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Insight]]></category>
		<category><![CDATA[JSON-LD]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[approach]]></category>
		<category><![CDATA[David Rogers]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[RDF Tree]]></category>
		<category><![CDATA[revised]]></category>
<pubDate>Fri, 23 Nov 2012 13:55:48 +0000</pubDate>
  
	<media:content url="http://semanticweb.com/files/2012/11/309319811_21cd1ffc15_n.jpg" width="290" height="140" medium="image" />
</item>
<item>
<title>Linked Data at Wikia</title>
<description><![CDATA[<p><a href="http://greggkellogg.net/2012/08/21/json-ld-and-mongodb"><img class="alignleft size-medium wp-image-31717" title="Official_wikia_logo" src="http://semanticweb.com/files/2012/08/Official_wikia_logo-300x75.png" alt="" width="300" height="75" />Gregg Kellogg recently discussed a project</a> which he is involved with called <a href="http://wikia.com/">Wikia</a>: &#8220;Wikia hosts hundreds of thousands of special-interest wikis for things as varied as pokemon, best cellphone rate comparisons, TV shows and Video Games. For those of you not aware of Wikia, it is an outgrowth of the <a href="http://www.mediawiki.org/">MediaWiki</a> and was founded by Jimmy Wales as a for-profit means of using the MediaWiki platform for exactly such interests. Recently MediaWiki Deutschland started work on <a href="http://meta.wikimedia.org/wiki/Wikidata">WikiData</a>, an effort to use Semantic Web principles to create a factual knowledge base that can be used within Wikis (typically to replace Infobox information, which can vary between different language versions). This is a somewhat different direction than <a href="http://semantic-mediawiki.org/">Semantic Media Wiki</a>, which is more about using Wiki markup to express semantic relationships within a Wiki. As it happens <a href="http://semanticweb.com/?cx=014154320031312368439%3Aroum4ta8hle&amp;cof=FORID%3A11&amp;s=1&amp;q=json&amp;siteurl=http%3A%2F%2Fsemanticweb.com%2F">JSON-LD</a> is being considered as the data representation model for <a href="http://greggkellogg.net/2012/08/21/json-ld-and-mongodb">WikiData</a>.&#8221; <a href="http://semanticweb.com/linked-data-at-wikia_b31716#more-31716" class="more-link">continued&#8230;</a></p>
<p>New Career Opportunities Daily: The <a href="http://www.mediabistro.com/joblistings/?c=rss">best jobs in media</a>. </p>]]></description>
<dc:creator>Angela Guess</dc:creator>
<comments>http://semanticweb.com/linked-data-at-wikia_b31716#disqus_thread</comments>
<link>http://semanticweb.com/linked-data-at-wikia_b31716</link>
<guid isPermaLink="false">http://semanticweb.com/?p=31716</guid>
		<category><![CDATA[Industry News]]></category>
		<category><![CDATA[JSON-LD]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[linked data]]></category>
		<category><![CDATA[Mediawiki]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[Wikia]]></category>
		<category><![CDATA[Wikidata]]></category>
<pubDate>Mon, 27 Aug 2012 13:00:23 +0000</pubDate>
  
	<media:content url="http://semanticweb.com/files/2012/08/Official_wikia_logo.png" width="290" height="140" medium="image" />
</item>
<item>
<title>RDFa 1.1 Distiller &amp; JSON-LD</title>
<description><![CDATA[<p><a href="http://www.w3.org/QA/2011/11/rdfa_11_meets_json-ld_in_the_d.html"><img class="alignleft size-medium wp-image-24955" title="W3C_logo" src="http://semanticweb.com/files/2011/11/W3C_logo-300x180.jpg" alt="" width="300" height="180" /></a><a href="http://www.w3.org/QA/2011/11/rdfa_11_meets_json-ld_in_the_d.html" target="_blank">Ivan Herman recently posted</a> a demonstration on the W3C blog of a new feature that he has added to the RDFa 1.1 Distiller. Herman writes, “Up to today, the possible serializations were RDF/XML, Turtle, and N Triples. Although not yet final, I decided to add a JSON-LD serialization, too, in spite of the fact that JSON-LD is not yet final either (it is under development by a <a href="http://www.w3.org/community/json-ld/" target="_blank">W3C Community Group</a>). However, adding this to the system it shows the potentials of this combination.” <a href="http://semanticweb.com/rdfa-1-1-distiller-json-ld_b24954#more-24954" class="more-link">continued&#8230;</a></p>
<p>New Career Opportunities Daily: The <a href="http://www.mediabistro.com/joblistings/?c=rss">best jobs in media</a>. </p>]]></description>
<dc:creator>Angela Guess</dc:creator>
<comments>http://semanticweb.com/rdfa-1-1-distiller-json-ld_b24954#disqus_thread</comments>
<link>http://semanticweb.com/rdfa-1-1-distiller-json-ld_b24954</link>
<guid isPermaLink="false">http://semanticweb.com/?p=24954</guid>
		<category><![CDATA[Industry News]]></category>
		<category><![CDATA[JSON-LD]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[Scientific and Research Applications]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[demonstration]]></category>
		<category><![CDATA[Distiller]]></category>
		<category><![CDATA[Ivan Herman]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[rdfa]]></category>
		<category><![CDATA[W3C]]></category>
<pubDate>Tue, 29 Nov 2011 18:30:45 +0000</pubDate>
  
	<media:content url="http://semanticweb.com/files/2011/11/W3C_logo.jpg" width="290" height="140" medium="image" />
</item>
<item>
<title>The Semantic Link – Episode 10, September 2011</title>
<description><![CDATA[<p><a href="http://semanticweb.com/files/2011/01/SemanticLinkers-521x751.jpg"><img class="alignnone size-full wp-image-17382" title="TheSemanticLinkers" src="http://semanticweb.com/files/2011/01/SemanticLinkers-521x751.jpg" border="0" alt="Paul Miller, Bernadette Hyland, Ivan Herman, Eric Hoffer, Andraz Tori, Peter Brown, Christine Connors, Eric Franzon" /></a></p>
<p>On Friday, September 9, a group of Semantic thought leaders from around the globe met with their host and colleague, Paul Miller, for the latest installment of <em>the Semantic Link</em>, a monthly podcast covering the world of Semantic Technologies. This episode includes a discussion about the latest document around the <strong>RDF 1.1 </strong>standard (a Working Draft). The Semantic Link panel was joined by special guest, David Wood, Co-Chair of the<a href="http://www.w3.org/2011/rdf-wg/wiki/Main_Page" target="_blank"> RDF Working Group</a> at the World Wide Web Consortium (W3C).</p>
<table width="75%">
<tbody>
<tr>
<td width="25%"><a href="http://semanticweb.com/files/2011/09/DavidWood_88x120.jpg"><img class="alignnone size-full wp-image-23077" title="DavidWood_88x120" src="http://semanticweb.com/files/2011/09/DavidWood_88x120.jpg" alt="David Wood photo" width="88" height="120" /></a></td>
<td width="75%" valign="middle"><strong>David Wood, </strong><br />
<a href="http://www.3roundstones.com/" target="_blank">3 Roundstones</a></td>
</tr>
</tbody>
</table>
<p> <a href="http://semanticweb.com/the-semantic-link-%e2%80%93-episode-10-september-2011_b23069#more-23069" class="more-link">continued&#8230;</a></p>
<p>New Career Opportunities Daily: The <a href="http://www.mediabistro.com/joblistings/?c=rss">best jobs in media</a>. </p>]]></description>
<dc:creator>Eric Franzon</dc:creator>
<comments>http://semanticweb.com/the-semantic-link-%e2%80%93-episode-10-september-2011_b23069#disqus_thread</comments>
<link>http://semanticweb.com/the-semantic-link-%e2%80%93-episode-10-september-2011_b23069</link>
<guid isPermaLink="false">http://semanticweb.com/?p=23069</guid>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Insight]]></category>
		<category><![CDATA[Interviews]]></category>
		<category><![CDATA[JSON-LD]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[PaulMiller]]></category>
		<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Technologies]]></category>
		<category><![CDATA[The Semantic Link]]></category>
		<category><![CDATA[Andraz Tori]]></category>
		<category><![CDATA[Bernadette Hyland]]></category>
		<category><![CDATA[Christine Connors]]></category>
		<category><![CDATA[David Wood]]></category>
		<category><![CDATA[Eric Franzon]]></category>
		<category><![CDATA[Eric Hoffer]]></category>
		<category><![CDATA[Ivan Herman]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[Paul Miller]]></category>
		<category><![CDATA[Peter Brown]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[RDF 1.1]]></category>
		<category><![CDATA[semantic link]]></category>
		<category><![CDATA[semanticlink]]></category>
		<category><![CDATA[thesemanticlink]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[World Wide Web (W3C) Working Group]]></category>
		<category><![CDATA[World Wide Web Consortium]]></category>
<pubDate>Mon, 12 Sep 2011 14:31:05 +0000</pubDate>
<enclosure url="http://static59.mediabistro.com/content/2011.09.SemanticLink.mp3" length="53016649" type="audio/mpeg" />
</item>

</channel>
</rss>
