forked from json-ld/json-ld.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.html
138 lines (131 loc) · 8.75 KB
/
learn.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html
prefix="
xhv: http://www.w3.org/1999/xhtml/vocab#
xsd: http://www.w3.org/2001/XMLSchema#
rdfs: http://www.w3.org/2000/01/rdf-schema#
dc: http://purl.org/dc/terms/
vcard: http://www.w3.org/2006/vcard/ns#
v: http://rdf.data-vocabulary.org/#"
lang="en" >
<head>
<title>JSON-LD Articles and Presentations</title>
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<!-- Style Sheets -->
<link rel="stylesheet" type="text/css" href="static/css/bootstrap/bootstrap.css">
<link rel="stylesheet" type="text/css" href="static/css/bootstrap/bootstrap-responsive.css">
<link rel="stylesheet" type="text/css" href="static/css/bootstrap/font-awesome.css">
<link rel="shortcut icon" href="favicon.ico" />
<!-- Script tags -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42886053-1', 'json-ld.org');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="row-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="./"><img src="images/json-ld-data-24.png" alt="JSON-LD logo"> JSON-LD</a>
<div class="nav-collapse">
<ul class="nav">
<li>
<a href="playground/"><span class="icon-beer"></span> Playground</a>
</li>
<li class="active">
<a href="learn.html"><span class="icon-book"></span> Documentation</a>
</li>
<!-- <li><a href="#"><span class="icon-beaker"></span> Developers</a></li> -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<span class="icon-folder-open"></span> Specifications <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li class="nav-header"><strong>Latest</strong></li>
<li><a href="spec/latest/json-ld/">Syntax</a></li>
<li><a href="spec/latest/json-ld-api/">API</a></li>
<li><a href="spec/latest/json-ld-framing/">Framing</a></li>
<li><a href="spec/latest/json-ld-api-best-practices/">Best Practices</a></li>
<li class="divider"></li>
<li class="nav-header"><strong>Previous Drafts</strong></li>
<li><a href="spec#syntax">Syntax</a></li>
<li><a href="spec#api">API</a></li>
<li><a href="spec#framing">Framing</a></li>
</ul>
</li>
<li><a href="images/"><span class="icon-picture"></span> Branding</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<br>
<div id="publ" class="span12 text-justify">
<h1>Introductory Material</h1>
<ul>
<li><a href="http://www.youtube.com/watch?v=4x_xzT5eF5Q">What is Linked Data?</a> Short video introduction to Linked Data by Manu Sporny.</li>
<li><a href="http://www.youtube.com/watch?v=vioCbTo3C-4">What is JSON-LD?</a> Short video introduction to JSON-LD by Manu Sporny.</li>
<li><a href="https://www.youtube.com/watch?v=UmvWk_TQ30A">JSON-LD: Core Markup</a> An overview of some of the core markup features of JSON-LD including types, aliasing, nesting, and internationalization support by Manu Sporny. </li>
<li><a href="https://www.youtube.com/watch?v=Tm3fD89dqRE">JSON-LD: Compaction and Expansion</a> An overview of JSON-LD's compaction and expansion features and how you can use them to merge data from multiple sources by Manu Sporny.</li>
<li><a href="https://www.youtube.com/watch?v=QdUZaYeQblY">Linked Data Signatures</a> An overview of how digital signatures can be added to Linked Data to provide verifiable statements on the Web by Manu Sporny.</li>
<li><a href="https://www.youtube.com/watch?v=eWtOg3vSzxI">Credentials on the Web</a> A quick introduction to verifiable credentials on the Web by Manu Sporny. </li>
</ul>
<h1>Articles</h1>
<ul>
<li><a href="http://m.lanthi.com/www2013-paper">Creating 3rd Generation Web APIs with JSON-LD and Hydra</a>, Markus Lanthaler.
Proceedings of the Proceedings of the 22nd International World Wide Web Conference (WWW2013), pp. 35-37.
Rio de Janeiro, Brazil: ACM Press.</li>
<li><a href="http://m.lanthi.com/wsrest2013-paper">Model Your Application Domain, Not Your JSON Structures</a>, Markus Lanthaler and Christian Gütl.
Proceedings of the 4th International Workshop on RESTful Design (WS-REST 2013) at WWW2013, pp. 1415-1420.
Rio de Janeiro, Brazil: ACM Press.</li>
<li><a href="http://m.lanthi.com/ldow2013-paper">Hydra: A Vocabulary for Hypermedia-Driven Web APIs</a>, Markus Lanthaler and Christian Gütl.
Proceedings of the 6th Workshop on Linked Data on the Web (LDOW2013) at WWW2012. Rio de Janeiro.</li>
<li><a href="http://m.lanthi.com/jsonld4rest-paper">On Using JSON-LD to Create Evolvable RESTful Services</a>, Markus Lanthaler and Christian Gütl.
Proceedings of the 3rd International Workshop on RESTful Design (WS-REST 2012) at WWW2012, pp. 25-32.
Lyon, France: ACM Press.</li>
</ul>
<h1>Presentations</h1>
<ul>
<li><a href="http://www.slideshare.net/gkellogg1/jsonld-json-for-the-social-web">JSON-LD: JSON for the Social Web</a> by Gregg Kellogg, W3C Social Standards Workshop 2013, San Francisco, CA, USA.</li>
<li><a href="http://slidesha.re/sl-portland2013">Building Next-Generation Web APIs with JSON-LD and Hydra</a> by Markus Lanthaler, Symfony Live Portland 2013, OR, USA.</li>
<li><a href="http://slidesha.re/wsrest2013-preso">Model Your Application Domain, Not Your JSON Structures</a> by Markus Lanthaler, World Wide Web Conference (WWW2013), Rio de Janeiro, Brazil.</li>
<li><a href="http://slidesha.re/ldow2013-preso">Hydra: A Vocabulary for Hypermedia-Driven Web APIs</a> by Markus Lanthaler, World Wide Web Conference (WWW2013), Rio de Janeiro, Brazil.</li>
<li><a href="http://www.slideshare.net/gkellogg1/json-for-linked-data">JSON-LD: JSON for Linked Data</a> by Gregg Kellogg, Semantic Technology & Business Conference (SemTechBiz SF 2012), San Francisco, CA, USA.</li>
<li><a href="http://slidesha.re/jsonld4rest">JSON-LD for RESTful Services</a> by Markus Lanthaler, World Wide Web Conference (WWW2012), Lyon, France.</li>
<li><a href="http://www.slideshare.net/gkellogg1/jsonld-and-mongodb">JSON-LD and MongoDB</a> by Gregg Kellogg, NoSQL Now! 2012, San Jose, CA, USA.</li>
<li><a href="http://www.greggkellogg.net/presentations/JSON-LD-Update-DC-2017/">JSON-LD Update – DC-2017</a> by Gregg Kellogg, DC 2017, October 2017, Washington DC.</li>
<li><a href="/presentations/JSON-LD-Update-TPAC-2017/">JSON-LD Update – W3C TPAC 2017</a> by Gregg Kellogg, DC 2017, October 2017, Washington DC.</li>
</ul>
<h1>Blog Posts</h1>
<ul>
<li><a href="http://blog.codeship.com/json-ld-building-meaningful-data-apis/">JSON-LD: Building Meaningful Data APIs</a>, <a href="http://bigbluehat.com/">Benjamin Young</a>.</li>
<li><a href="https://cloudant.com/blog/webizing-your-database-with-linked-data-in-json-ld/">Webizing your database with Linked Data in JSON-LD on Cloudant</a>, <a href="http://bigbluehat.com/">Benjamin Young</a>.</li>
</ul>
</div>
<div class="clearfix"></div>
<hr>
<div id="footer">
<p id="copyright">
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
</p>
</div>
</div> <!-- End Container -->
<!-- Script tags -->
<script type="text/javascript" src="static/js/bootstrap/bootstrap.js"></script>
</body>
</html>