Add JSON-LD icons.
authorDavid I. Lehn <dlehn@digitalbazaar.com>
Tue, 26 Feb 2013 01:00:20 -0500
changeset 1331 2a2f43a6e9cd
parent 1330 29ddd3071fe6
child 1332 739c3a6a8020
Add JSON-LD icons.

- First attempt: RDF icon inside a JSON object.
- Add various types:
- logo
- button
- data icons
- favicon.ico
favicon.ico
icons/.htaccess
icons/Makefile
icons/README.md
icons/index.html
icons/json-ld-button-88.png
icons/json-ld-button.svg
icons/json-ld-data-16.png
icons/json-ld-data-24.png
icons/json-ld-data-32.png
icons/json-ld-data-48.png
icons/json-ld-data-64.png
icons/json-ld-data.svg
icons/json-ld-logo-64.png
icons/json-ld-logo.svg
icons/rdf_flyer.svg
site.css
Binary file favicon.ico has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/.htaccess	Tue Feb 26 01:00:20 2013 -0500
@@ -0,0 +1,10 @@
+<Files Makefile>
+  order allow,deny
+  deny from all
+</Files>
+
+<Files README>
+  order allow,deny
+  deny from all
+</Files>
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/Makefile	Tue Feb 26 01:00:20 2013 -0500
@@ -0,0 +1,40 @@
+# JSON-LD Data Icons
+
+LOGO_NAME=json-ld-logo
+LOGO_SRC=$(LOGO_NAME).svg
+LOGO_PNGS=\
+	$(LOGO_NAME)-64.png
+
+BUTTON_NAME=json-ld-button
+BUTTON_SRC=$(BUTTON_NAME).svg
+BUTTON_PNGS=\
+	$(BUTTON_NAME)-88.png
+
+DATA_NAME=json-ld-data
+DATA_SRC=$(DATA_NAME).svg
+DATA_PNGS=\
+	$(DATA_NAME)-64.png \
+	$(DATA_NAME)-48.png \
+	$(DATA_NAME)-32.png \
+	$(DATA_NAME)-24.png \
+	$(DATA_NAME)-16.png
+
+#	convert -background none -resize 256 $< $(DATA_NAME)-256.gif
+
+all: $(LOGO_PNGS) $(BUTTON_PNGS) $(DATA_PNGS)
+
+clean:
+	$(RM) $(LOGO_PNGS) $(BUTTON_PNGS) $(DATA_PNGS)
+
+$(LOGO_PNGS): $(LOGO_SRC)
+	inkscape --export-width=64 --export-png=$(LOGO_NAME)-64.png $<
+
+$(BUTTON_PNGS): $(BUTTON_SRC)
+	inkscape --export-width=88 --export-png=$(BUTTON_NAME)-88.png $<
+
+$(DATA_PNGS): $(DATA_SRC)
+	inkscape --export-width=64 --export-png=$(DATA_NAME)-64.png $<
+	inkscape --export-width=48 --export-png=$(DATA_NAME)-48.png $<
+	inkscape --export-width=32 --export-png=$(DATA_NAME)-32.png $<
+	inkscape --export-width=24 --export-png=$(DATA_NAME)-24.png $<
+	inkscape --export-width=16 --export-png=$(DATA_NAME)-16.png $<
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/README.md	Tue Feb 26 01:00:20 2013 -0500
@@ -0,0 +1,18 @@
+JSON-LD Icons
+=============
+
+To create the icons from SVG:
+
+    $ make
+
+To clean up old pngs:
+
+    $ make clean
+
+To create multi-size ../favicon.ico:
+
+    $ make
+    # open largest json-ld-data-64.png with GIMP
+    # go to File > Open as Layers...
+    # select the 32 and 16 files
+    # export to favicon.ico
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/index.html	Tue Feb 26 01:00:20 2013 -0500
@@ -0,0 +1,130 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html version="XHTML+RDFa 1.0" xmlns="http://www.w3.org/1999/xhtml"
+   xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"
+   xmlns:dcterms="http://purl.org/dc/terms/">
+   <head>
+      <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+      <title>JSON-LD - Icons</title>
+      <link rel="stylesheet" href="../site.css" type="text/css" />
+      <link rel="shortcut icon" href="../favicon.ico" />
+   </head>
+
+   <body>
+      <div id="container">
+         <div id="header">
+            <span class="col">
+               <img class="banner" src="../images/json-ld-logo-1.png" />
+               <img class="banner" src="../images/json-ld-logo-2.png" />
+               <img class="banner" src="../images/json-ld-logo-3.png" />
+               <h1 property="dcterms:title">Playground</h1>
+            </span>
+         </div>
+
+         <div id="content">
+            <div class="breadcrumbs"><a href="../">JSON-LD</a> &gt; Icons</div>
+            <div id="info">
+               <h1>Icons</h1>
+               <p>The following icons can be used for JSON-LD.</p>
+               <p>Use of these icons must follow the guidelines found on the <a href="http://www.w3.org/RDF/icons/">W3C RDF Icons</a> page due to the embedded use of thier excellent logo and inspiration for this page.</p>
+            </div>
+
+            <div id="logos">
+               <h2>Logos</h2>
+               <p>These are the JSON-LD logos. Also available as <a href="json-ld-logo.svg">SVG</a>.</p>
+               <table class="icons">
+                 <tbody>
+                   <tr>
+                     <td>
+                       <a href="http://json-ld.org/" title="JSON-LD"><img border="0" width="64" src="json-ld-logo-64.png"
+                         alt="JSON-LD"/></a>
+                     </td>
+                     <td>
+                       &lt;a href="http://json-ld.org/" title="JSON-LD"&gt;&lt;img border="0" width="64" src="http://json-ld.org/icons/json-ld-logo-64.png"
+                         alt="JSON-LD"/&gt;&lt;/a&gt;
+                     </td>
+                   </tr>
+                 </tbody>
+               </table>
+            </div>
+
+            <div id="buttons">
+               <h2>Buttons</h2>
+               <p>These buttons can be used to show JSON-LD support. Also available as <a href="json-ld-button.svg">SVG</a>.</p>
+               <table class="icons">
+                 <tbody>
+                   <tr>
+                     <td>
+                       <a href="http://json-ld.org/" title="JSON-LD"><img border="0" width="88" src="json-ld-button-88.png"
+                         alt="JSON-LD"/></a>
+                     </td>
+                     <td>
+                       &lt;a href="http://json-ld.org/" title="JSON-LD"&gt;&lt;img border="0" width="88" src="http://json-ld.org/icons/json-ld-button-88.png"
+                         alt="JSON-LD"/&gt;&lt;/a&gt;
+                     </td>
+                   </tr>
+                 </tbody>
+               </table>
+            </div>
+
+            <div id="data">
+               <h2>Data</h2>
+               <p>These icons can be used for JSON-LD data. Also available as <a href="json-ld-data.svg">SVG</a>.</p>
+               <table class="icons">
+                 <tbody>
+                   <tr>
+                     <td>
+                       <a href="http://json-ld.org/" title="JSON-LD Data"><img border="0" width="64" src="json-ld-data-64.png"
+                         alt="JSON-LD Data"/></a>
+                     </td>
+                     <td>
+                       &lt;a href="http://json-ld.org/" title="JSON-LD Data"&gt;&lt;img border="0" width="64" src="http://json-ld.org/icons/json-ld-data-64.png"
+                         alt="JSON-LD Data"/&gt;&lt;/a&gt;
+                     </td>
+                   </tr>
+                   <tr>
+                     <td>
+                       <a href="http://json-ld.org/" title="JSON-LD Data"><img border="0" width="48" src="json-ld-data-48.png"
+                         alt="JSON-LD Data"/></a>
+                     </td>
+                     <td>
+                       &lt;a href="http://json-ld.org/" title="JSON-LD Data"&gt;&lt;img border="0" width="48" src="http://json-ld.org/icons/json-ld-data-48.png"
+                         alt="JSON-LD Data"/&gt;&lt;/a&gt;
+                     </td>
+                   </tr>
+                   <tr>
+                     <td>
+                       <a href="http://json-ld.org/" title="JSON-LD Data"><img border="0" width="32" src="json-ld-data-32.png"
+                         alt="JSON-LD Data"/></a>
+                     </td>
+                     <td>
+                       &lt;a href="http://json-ld.org/" title="JSON-LD Data"&gt;&lt;img border="0" width="32" src="http://json-ld.org/icons/json-ld-data-32.png"
+                         alt="JSON-LD Data"/&gt;&lt;/a&gt;
+                     </td>
+                   </tr>
+                   <tr>
+                     <td>
+                       <a href="http://json-ld.org/" title="JSON-LD Data"><img border="0" width="24" src="json-ld-data-24.png"
+                         alt="JSON-LD Data"/></a>
+                     </td>
+                     <td>
+                       &lt;a href="http://json-ld.org/" title="JSON-LD Data"&gt;&lt;img border="0" width="24" src="http://json-ld.org/icons/json-ld-data-24.png"
+                         alt="JSON-LD Data"/&gt;&lt;/a&gt;
+                     </td>
+                   </tr>
+                 </tbody>
+               </table>
+            </div>
+         </div>
+
+         <div id="footer">
+            <p id="copyright">
+               Website content released under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution Share-Alike license</a> except where an alternate is specified.
+            </p>
+            <p id="legal">
+               Part of the <a href="http://payswarm.com/">payswarm.com</a> initiative.
+            </p>
+         </div>
+      </div>
+   </body>
+</html>
Binary file icons/json-ld-button-88.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/json-ld-button.svg	Tue Feb 26 01:00:20 2013 -0500
@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg:svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="100%"
+   height="100%"
+   viewBox="0 0 88 31"
+   id="svg3051"
+   xml:space="preserve"
+   style="overflow:visible"><svg:metadata
+   id="metadata3077"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></svg:metadata><svg:defs
+   id="defs3075" />
+  
+<svg:rect
+   width="86.083992"
+   height="29.083998"
+   x="0.95800126"
+   y="0.95800114"
+   id="rect3601"
+   style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.91600251;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /><svg:text
+   x="51.556633"
+   y="22.255196"
+   id="obj-start"
+   xml:space="preserve"
+   style="font-size:22.64262199px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans Mono;-inkscape-font-specification:Bitstream Vera Sans Mono"><svg:tspan
+     x="51.556633"
+     y="22.255196"
+     id="tspan3093">{</svg:tspan></svg:text>
+
+
+
+<svg:text
+   x="71.290306"
+   y="22.255196"
+   id="obj-end"
+   xml:space="preserve"
+   style="font-size:22.64262199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"><svg:tspan
+     x="71.290306"
+     y="22.255196"
+     id="tspan3097">}</svg:tspan></svg:text>
+
+
+
+<svg:g
+   transform="matrix(0.15724043,0,0,0.15724043,60.327076,7.4899964)"
+   id="g3212"
+   style="overflow:visible"><svg:g
+     id="g3186">
+    <svg:path
+   d="m 84.45,66.836 c -0.636,-0.337 -1.284,-0.624 -1.936,-0.879 l 0.466,-0.038 c 0,0 -4.151,-1.838 -4.514,-15.18 -0.359,-13.344 3.957,-15.62 3.957,-15.62 l -0.62,0.027 C 85.064,33.473 87.869,30.83 89.72,27.342 94.543,18.27 91.092,7.001 82.018,2.177 72.94,-2.641 61.674,0.802 56.854,9.883 54.872,13.608 54.309,17.7 54.935,21.566 L 54.723,21.24 c 0,0 1.093,4.842 -10.258,11.888 -11.349,7.05 -16.469,3.54 -16.469,3.54 l 0.326,0.48 C 27.997,36.947 27.686,36.742 27.347,36.565 18.269,31.741 7,35.188 2.178,44.266 c -4.82,9.077 -1.372,20.341 7.703,25.167 6.766,3.591 14.744,2.59 20.365,-1.914 l -0.122,0.236 c 0,0 4.132,-3.399 16.04,2.994 9.4,5.044 10.796,9.988 10.975,11.846 -0.246,6.893 3.347,13.654 9.847,17.107 9.075,4.825 20.344,1.375 25.164,-7.701 4.824,-9.075 1.378,-20.345 -7.7,-25.165 z m -20.984,2.446 c -1.504,0.532 -5.801,1.121 -14.847,-3.73 -9.797,-5.26 -11.251,-9.654 -11.464,-10.973 0.139,-1.6 0.05,-3.197 -0.223,-4.755 l 0.06,0.09 c 0,0 -0.798,-4.274 10.412,-11.235 10.033,-6.228 14.594,-4.989 15.443,-4.664 0.546,0.371 1.112,0.717 1.706,1.033 1.129,0.6 2.293,1.07 3.472,1.418 1.38,1.314 3.92,5.045 4.184,14.854 0.27,9.883 -2.634,13.694 -4.217,15.042 -1.63,0.738 -3.156,1.723 -4.526,2.92 z"
+   inkscape:connector-curvature="0"
+   id="path3188"
+   style="fill:#0c479c" />
+    <svg:g
+   id="g3190">
+      <svg:path
+   d="m 62.239,8.1 c -5.415,5.923 -5.529,14.636 -0.312,19.566 -2.579,-2.483 -2.523,-7.651 0.083,-12.597 0.335,-0.443 1.306,-1.49 2.725,-1.014 0.143,0.049 0.237,0.062 0.292,0.053 0.321,0.069 0.65,0.11 0.99,0.095 2.155,-0.098 3.822,-1.921 3.725,-4.077 C 69.698,9.159 69.297,8.303 68.677,7.646 73.679,4.369 79.419,3.994 81.771,6.142 l 0.09,0.006 C 76.488,1.242 67.705,2.119 62.239,8.1 z"
+   inkscape:connector-curvature="0"
+   id="path3192"
+   style="fill:#ffffff" />
+    </svg:g>
+    <svg:g
+   id="g3194">
+      <svg:path
+   d="M 7.632,62.845 C 7.586,62.798 7.539,62.743 7.491,62.697 c 0.03,0.031 0.059,0.069 0.095,0.102 l 0.046,0.046 z"
+   inkscape:connector-curvature="0"
+   id="path3196"
+   style="fill:#ffffff" />
+      <svg:path
+   d="M 7.805,43.13 C 2.389,49.054 2.276,57.765 7.492,62.696 4.914,60.212 4.969,55.044 7.575,50.098 c 0.336,-0.444 1.308,-1.49 2.727,-1.014 0.141,0.049 0.236,0.061 0.292,0.054 0.321,0.069 0.651,0.11 0.99,0.095 2.156,-0.099 3.822,-1.922 3.725,-4.076 -0.045,-0.967 -0.445,-1.824 -1.063,-2.48 4.999,-3.276 10.74,-3.654 13.092,-1.505 l 0.089,0.008 C 22.054,36.271 13.269,37.147 7.805,43.13 z"
+   inkscape:connector-curvature="0"
+   id="path3198"
+   style="fill:#ffffff" />
+    </svg:g>
+    <svg:g
+   id="g3200">
+      <svg:path
+   d="m 65.256,92.504 c -0.047,-0.048 -0.094,-0.102 -0.141,-0.148 0.029,0.031 0.059,0.069 0.094,0.101 l 0.047,0.047 z"
+   inkscape:connector-curvature="0"
+   id="path3202"
+   style="fill:#ffffff" />
+      <svg:path
+   d="m 65.428,72.786 c -5.416,5.926 -5.529,14.639 -0.313,19.569 -2.58,-2.483 -2.523,-7.653 0.082,-12.597 0.336,-0.445 1.307,-1.49 2.727,-1.014 0.143,0.047 0.235,0.061 0.292,0.053 0.32,0.069 0.651,0.11 0.99,0.096 2.154,-0.1 3.82,-1.924 3.723,-4.08 -0.044,-0.966 -0.445,-1.822 -1.063,-2.479 5,-3.275 10.739,-3.652 13.093,-1.504 l 0.088,0.007 c -5.37,-4.907 -14.156,-4.03 -19.619,1.949 z"
+   inkscape:connector-curvature="0"
+   id="path3204"
+   style="fill:#ffffff" />
+    </svg:g>
+  </svg:g></svg:g><image /><svg:text
+   x="4.5615234"
+   y="18.998047"
+   id="text4371"
+   xml:space="preserve"
+   style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"><svg:tspan
+     x="4.5615234"
+     y="18.998047"
+     id="tspan4373">JSON-LD</svg:tspan></svg:text>
+
+
+</svg:svg>
\ No newline at end of file
Binary file icons/json-ld-data-16.png has changed
Binary file icons/json-ld-data-24.png has changed
Binary file icons/json-ld-data-32.png has changed
Binary file icons/json-ld-data-48.png has changed
Binary file icons/json-ld-data-64.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/json-ld-data.svg	Tue Feb 26 01:00:20 2013 -0500
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg:svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="100%"
+   height="100%"
+   viewBox="0 0 183.58 183.58"
+   id="svg3051"
+   xml:space="preserve"
+   style="overflow:visible"><svg:metadata
+   id="metadata3077"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></svg:metadata><svg:defs
+   id="defs3075" />
+  
+<svg:text
+   x="-15.539062"
+   y="134.75093"
+   id="obj-start"
+   xml:space="preserve"
+   style="font-size:144px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans Mono;-inkscape-font-specification:Bitstream Vera Sans Mono"><svg:tspan
+     x="-15.539062"
+     y="134.75093"
+     id="tspan3093">{</svg:tspan></svg:text>
+
+
+
+<svg:text
+   x="109.96094"
+   y="134.75093"
+   id="obj-end"
+   xml:space="preserve"
+   style="font-size:144px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"><svg:tspan
+     x="109.96094"
+     y="134.75093"
+     id="tspan3097">}</svg:tspan></svg:text>
+
+
+
+<svg:g
+   transform="translate(40.238144,40.848879)"
+   id="g3212"
+   style="overflow:visible"><svg:g
+     id="g3186">
+    <svg:path
+   d="m 84.45,66.836 c -0.636,-0.337 -1.284,-0.624 -1.936,-0.879 l 0.466,-0.038 c 0,0 -4.151,-1.838 -4.514,-15.18 -0.359,-13.344 3.957,-15.62 3.957,-15.62 l -0.62,0.027 C 85.064,33.473 87.869,30.83 89.72,27.342 94.543,18.27 91.092,7.001 82.018,2.177 72.94,-2.641 61.674,0.802 56.854,9.883 54.872,13.608 54.309,17.7 54.935,21.566 L 54.723,21.24 c 0,0 1.093,4.842 -10.258,11.888 -11.349,7.05 -16.469,3.54 -16.469,3.54 l 0.326,0.48 C 27.997,36.947 27.686,36.742 27.347,36.565 18.269,31.741 7,35.188 2.178,44.266 c -4.82,9.077 -1.372,20.341 7.703,25.167 6.766,3.591 14.744,2.59 20.365,-1.914 l -0.122,0.236 c 0,0 4.132,-3.399 16.04,2.994 9.4,5.044 10.796,9.988 10.975,11.846 -0.246,6.893 3.347,13.654 9.847,17.107 9.075,4.825 20.344,1.375 25.164,-7.701 4.824,-9.075 1.378,-20.345 -7.7,-25.165 z m -20.984,2.446 c -1.504,0.532 -5.801,1.121 -14.847,-3.73 -9.797,-5.26 -11.251,-9.654 -11.464,-10.973 0.139,-1.6 0.05,-3.197 -0.223,-4.755 l 0.06,0.09 c 0,0 -0.798,-4.274 10.412,-11.235 10.033,-6.228 14.594,-4.989 15.443,-4.664 0.546,0.371 1.112,0.717 1.706,1.033 1.129,0.6 2.293,1.07 3.472,1.418 1.38,1.314 3.92,5.045 4.184,14.854 0.27,9.883 -2.634,13.694 -4.217,15.042 -1.63,0.738 -3.156,1.723 -4.526,2.92 z"
+   inkscape:connector-curvature="0"
+   id="path3188"
+   style="fill:#0c479c" />
+    <svg:g
+   id="g3190">
+      <svg:path
+   d="m 62.239,8.1 c -5.415,5.923 -5.529,14.636 -0.312,19.566 -2.579,-2.483 -2.523,-7.651 0.083,-12.597 0.335,-0.443 1.306,-1.49 2.725,-1.014 0.143,0.049 0.237,0.062 0.292,0.053 0.321,0.069 0.65,0.11 0.99,0.095 2.155,-0.098 3.822,-1.921 3.725,-4.077 C 69.698,9.159 69.297,8.303 68.677,7.646 73.679,4.369 79.419,3.994 81.771,6.142 l 0.09,0.006 C 76.488,1.242 67.705,2.119 62.239,8.1 z"
+   inkscape:connector-curvature="0"
+   id="path3192"
+   style="fill:#ffffff" />
+    </svg:g>
+    <svg:g
+   id="g3194">
+      <svg:path
+   d="M 7.632,62.845 C 7.586,62.798 7.539,62.743 7.491,62.697 c 0.03,0.031 0.059,0.069 0.095,0.102 l 0.046,0.046 z"
+   inkscape:connector-curvature="0"
+   id="path3196"
+   style="fill:#ffffff" />
+      <svg:path
+   d="M 7.805,43.13 C 2.389,49.054 2.276,57.765 7.492,62.696 4.914,60.212 4.969,55.044 7.575,50.098 c 0.336,-0.444 1.308,-1.49 2.727,-1.014 0.141,0.049 0.236,0.061 0.292,0.054 0.321,0.069 0.651,0.11 0.99,0.095 2.156,-0.099 3.822,-1.922 3.725,-4.076 -0.045,-0.967 -0.445,-1.824 -1.063,-2.48 4.999,-3.276 10.74,-3.654 13.092,-1.505 l 0.089,0.008 C 22.054,36.271 13.269,37.147 7.805,43.13 z"
+   inkscape:connector-curvature="0"
+   id="path3198"
+   style="fill:#ffffff" />
+    </svg:g>
+    <svg:g
+   id="g3200">
+      <svg:path
+   d="m 65.256,92.504 c -0.047,-0.048 -0.094,-0.102 -0.141,-0.148 0.029,0.031 0.059,0.069 0.094,0.101 l 0.047,0.047 z"
+   inkscape:connector-curvature="0"
+   id="path3202"
+   style="fill:#ffffff" />
+      <svg:path
+   d="m 65.428,72.786 c -5.416,5.926 -5.529,14.639 -0.313,19.569 -2.58,-2.483 -2.523,-7.653 0.082,-12.597 0.336,-0.445 1.307,-1.49 2.727,-1.014 0.143,0.047 0.235,0.061 0.292,0.053 0.32,0.069 0.651,0.11 0.99,0.096 2.154,-0.1 3.82,-1.924 3.723,-4.08 -0.044,-0.966 -0.445,-1.822 -1.063,-2.479 5,-3.275 10.739,-3.652 13.093,-1.504 l 0.088,0.007 c -5.37,-4.907 -14.156,-4.03 -19.619,1.949 z"
+   inkscape:connector-curvature="0"
+   id="path3204"
+   style="fill:#ffffff" />
+    </svg:g>
+  </svg:g></svg:g><image /></svg:svg>
\ No newline at end of file
Binary file icons/json-ld-logo-64.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/json-ld-logo.svg	Tue Feb 26 01:00:20 2013 -0500
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg:svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="100%"
+   height="100%"
+   viewBox="0 0 208.09 222.25994"
+   id="svg3051"
+   xml:space="preserve"
+   style="overflow:visible"><svg:metadata
+   id="metadata3077"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></svg:metadata><svg:defs
+   id="defs3075" />
+  
+<svg:rect
+   width="204.00441"
+   height="218.00441"
+   x="1.9977944"
+   y="2.2577422"
+   id="rect4417"
+   style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.99559116;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /><svg:text
+   x="-4.1668515"
+   y="122.65713"
+   id="obj-start"
+   xml:space="preserve"
+   style="font-size:144px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans Mono;-inkscape-font-specification:Bitstream Vera Sans Mono"><svg:tspan
+     x="-4.1668515"
+     y="122.65713"
+     id="tspan3093">{</svg:tspan></svg:text>
+
+
+
+
+<svg:text
+   x="121.33315"
+   y="122.65713"
+   id="obj-end"
+   xml:space="preserve"
+   style="font-size:144px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"><svg:tspan
+     x="121.33315"
+     y="122.65713"
+     id="tspan3097">}</svg:tspan></svg:text>
+
+
+
+
+<svg:g
+   transform="translate(51.610356,28.755054)"
+   id="g3212"
+   style="overflow:visible"><svg:g
+     id="g3186">
+    <svg:path
+   d="m 84.45,66.836 c -0.636,-0.337 -1.284,-0.624 -1.936,-0.879 l 0.466,-0.038 c 0,0 -4.151,-1.838 -4.514,-15.18 -0.359,-13.344 3.957,-15.62 3.957,-15.62 l -0.62,0.027 C 85.064,33.473 87.869,30.83 89.72,27.342 94.543,18.27 91.092,7.001 82.018,2.177 72.94,-2.641 61.674,0.802 56.854,9.883 54.872,13.608 54.309,17.7 54.935,21.566 L 54.723,21.24 c 0,0 1.093,4.842 -10.258,11.888 -11.349,7.05 -16.469,3.54 -16.469,3.54 l 0.326,0.48 C 27.997,36.947 27.686,36.742 27.347,36.565 18.269,31.741 7,35.188 2.178,44.266 c -4.82,9.077 -1.372,20.341 7.703,25.167 6.766,3.591 14.744,2.59 20.365,-1.914 l -0.122,0.236 c 0,0 4.132,-3.399 16.04,2.994 9.4,5.044 10.796,9.988 10.975,11.846 -0.246,6.893 3.347,13.654 9.847,17.107 9.075,4.825 20.344,1.375 25.164,-7.701 4.824,-9.075 1.378,-20.345 -7.7,-25.165 z m -20.984,2.446 c -1.504,0.532 -5.801,1.121 -14.847,-3.73 -9.797,-5.26 -11.251,-9.654 -11.464,-10.973 0.139,-1.6 0.05,-3.197 -0.223,-4.755 l 0.06,0.09 c 0,0 -0.798,-4.274 10.412,-11.235 10.033,-6.228 14.594,-4.989 15.443,-4.664 0.546,0.371 1.112,0.717 1.706,1.033 1.129,0.6 2.293,1.07 3.472,1.418 1.38,1.314 3.92,5.045 4.184,14.854 0.27,9.883 -2.634,13.694 -4.217,15.042 -1.63,0.738 -3.156,1.723 -4.526,2.92 z"
+   inkscape:connector-curvature="0"
+   id="path3188"
+   style="fill:#0c479c" />
+    <svg:g
+   id="g3190">
+      <svg:path
+   d="m 62.239,8.1 c -5.415,5.923 -5.529,14.636 -0.312,19.566 -2.579,-2.483 -2.523,-7.651 0.083,-12.597 0.335,-0.443 1.306,-1.49 2.725,-1.014 0.143,0.049 0.237,0.062 0.292,0.053 0.321,0.069 0.65,0.11 0.99,0.095 2.155,-0.098 3.822,-1.921 3.725,-4.077 C 69.698,9.159 69.297,8.303 68.677,7.646 73.679,4.369 79.419,3.994 81.771,6.142 l 0.09,0.006 C 76.488,1.242 67.705,2.119 62.239,8.1 z"
+   inkscape:connector-curvature="0"
+   id="path3192"
+   style="fill:#ffffff" />
+    </svg:g>
+    <svg:g
+   id="g3194">
+      <svg:path
+   d="M 7.632,62.845 C 7.586,62.798 7.539,62.743 7.491,62.697 c 0.03,0.031 0.059,0.069 0.095,0.102 l 0.046,0.046 z"
+   inkscape:connector-curvature="0"
+   id="path3196"
+   style="fill:#ffffff" />
+      <svg:path
+   d="M 7.805,43.13 C 2.389,49.054 2.276,57.765 7.492,62.696 4.914,60.212 4.969,55.044 7.575,50.098 c 0.336,-0.444 1.308,-1.49 2.727,-1.014 0.141,0.049 0.236,0.061 0.292,0.054 0.321,0.069 0.651,0.11 0.99,0.095 2.156,-0.099 3.822,-1.922 3.725,-4.076 -0.045,-0.967 -0.445,-1.824 -1.063,-2.48 4.999,-3.276 10.74,-3.654 13.092,-1.505 l 0.089,0.008 C 22.054,36.271 13.269,37.147 7.805,43.13 z"
+   inkscape:connector-curvature="0"
+   id="path3198"
+   style="fill:#ffffff" />
+    </svg:g>
+    <svg:g
+   id="g3200">
+      <svg:path
+   d="m 65.256,92.504 c -0.047,-0.048 -0.094,-0.102 -0.141,-0.148 0.029,0.031 0.059,0.069 0.094,0.101 l 0.047,0.047 z"
+   inkscape:connector-curvature="0"
+   id="path3202"
+   style="fill:#ffffff" />
+      <svg:path
+   d="m 65.428,72.786 c -5.416,5.926 -5.529,14.639 -0.313,19.569 -2.58,-2.483 -2.523,-7.653 0.082,-12.597 0.336,-0.445 1.307,-1.49 2.727,-1.014 0.143,0.047 0.235,0.061 0.292,0.053 0.32,0.069 0.651,0.11 0.99,0.096 2.154,-0.1 3.82,-1.924 3.723,-4.08 -0.044,-0.966 -0.445,-1.822 -1.063,-2.479 5,-3.275 10.739,-3.652 13.093,-1.504 l 0.088,0.007 c -5.37,-4.907 -14.156,-4.03 -19.619,1.949 z"
+   inkscape:connector-curvature="0"
+   id="path3204"
+   style="fill:#ffffff" />
+    </svg:g>
+  </svg:g></svg:g><image /><svg:rect
+   width="204.19733"
+   height="60.197334"
+   x="1.9013321"
+   y="160.16129"
+   id="rect4927"
+   style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.80266666;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /><svg:text
+   x="21.998007"
+   y="200.01582"
+   id="text4413"
+   xml:space="preserve"
+   style="font-size:36.00001526px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"><svg:tspan
+     x="21.998007"
+     y="200.01582"
+     id="tspan4415">JSON-LD</svg:tspan></svg:text>
+
+
+</svg:svg>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/rdf_flyer.svg	Tue Feb 26 01:00:20 2013 -0500
@@ -0,0 +1,18 @@
+<?xml version='1.0' encoding='iso-8859-1'?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' version='1.1' overflow='visible' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 94.332 101.883'>
+  <g shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality'>
+    <path d='M84.45,66.836c-0.636-0.337-1.284-0.624-1.936-0.879l0.466-0.038c0,0-4.151-1.838-4.514-15.18  c-0.359-13.344,3.957-15.62,3.957-15.62l-0.62,0.027c3.261-1.673,6.066-4.316,7.917-7.804c4.823-9.072,1.372-20.341-7.702-25.165  C72.94-2.641,61.674,0.802,56.854,9.883c-1.982,3.725-2.545,7.817-1.919,11.683l-0.212-0.326c0,0,1.093,4.842-10.258,11.888  c-11.349,7.05-16.469,3.54-16.469,3.54l0.326,0.48c-0.325-0.201-0.636-0.406-0.975-0.583C18.269,31.741,7,35.188,2.178,44.266  c-4.82,9.077-1.372,20.341,7.703,25.167c6.766,3.591,14.744,2.59,20.365-1.914l-0.122,0.236c0,0,4.132-3.399,16.04,2.994  c9.4,5.044,10.796,9.988,10.975,11.846c-0.246,6.893,3.347,13.654,9.847,17.107c9.075,4.825,20.344,1.375,25.164-7.701  C96.974,82.926,93.528,71.656,84.45,66.836z M63.466,69.282c-1.504,0.532-5.801,1.121-14.847-3.73  c-9.797-5.26-11.251-9.654-11.464-10.973c0.139-1.6,0.05-3.197-0.223-4.755l0.06,0.09c0,0-0.798-4.274,10.412-11.235  c10.033-6.228,14.594-4.989,15.443-4.664c0.546,0.371,1.112,0.717,1.706,1.033c1.129,0.6,2.293,1.07,3.472,1.418  c1.38,1.314,3.92,5.045,4.184,14.854c0.27,9.883-2.634,13.694-4.217,15.042C66.362,67.1,64.836,68.085,63.466,69.282z' fill='#0C479C'/>
+    <g>
+      <path d='M62.239,8.1c-5.415,5.923-5.529,14.636-0.312,19.566c-2.579-2.483-2.523-7.651,0.083-12.597   c0.335-0.443,1.306-1.49,2.725-1.014c0.143,0.049,0.237,0.062,0.292,0.053c0.321,0.069,0.65,0.11,0.99,0.095   c2.155-0.098,3.822-1.921,3.725-4.077c-0.044-0.967-0.445-1.823-1.065-2.48c5.002-3.277,10.742-3.652,13.094-1.504l0.09,0.006   C76.488,1.242,67.705,2.119,62.239,8.1z' fill='#FFFFFF'/>
+    </g>
+    <g>
+      <path d='M7.632,62.845c-0.046-0.047-0.093-0.102-0.141-0.148c0.03,0.031,0.059,0.069,0.095,0.102L7.632,62.845z' fill='#FFFFFF'/>
+      <path d='M7.805,43.13c-5.416,5.924-5.529,14.635-0.313,19.566c-2.578-2.484-2.523-7.652,0.083-12.598   c0.336-0.444,1.308-1.49,2.727-1.014c0.141,0.049,0.236,0.061,0.292,0.054c0.321,0.069,0.651,0.11,0.99,0.095   c2.156-0.099,3.822-1.922,3.725-4.076c-0.045-0.967-0.445-1.824-1.063-2.48c4.999-3.276,10.74-3.654,13.092-1.505l0.089,0.008   C22.054,36.271,13.269,37.147,7.805,43.13z' fill='#FFFFFF'/>
+    </g>
+    <g>
+      <path d='M65.256,92.504c-0.047-0.048-0.094-0.102-0.141-0.148c0.029,0.031,0.059,0.069,0.094,0.101L65.256,92.504z' fill='#FFFFFF'/>
+      <path d='M65.428,72.786c-5.416,5.926-5.529,14.639-0.313,19.569c-2.58-2.483-2.523-7.653,0.082-12.597   c0.336-0.445,1.307-1.49,2.727-1.014c0.143,0.047,0.235,0.061,0.292,0.053c0.32,0.069,0.651,0.11,0.99,0.096   c2.154-0.1,3.82-1.924,3.723-4.08c-0.044-0.966-0.445-1.822-1.063-2.479c5-3.275,10.739-3.652,13.093-1.504l0.088,0.007   C79.677,65.93,70.891,66.807,65.428,72.786z' fill='#FFFFFF'/>
+    </g>
+  </g>
+</svg>
--- a/site.css	Tue Feb 26 00:49:03 2013 -0500
+++ b/site.css	Tue Feb 26 01:00:20 2013 -0500
@@ -37,6 +37,11 @@
 margin-bottom: .5em;
 }
 
+h2 {
+margin-top: .5em;
+margin-bottom: .5em;
+}
+
 p {
 margin: 10px 0;
 /*font-family: "Georgia", Times, serif;*/
@@ -124,3 +129,11 @@
 padding: 20px;
 border-bottom: 1px solid #ddd;
 }
+
+table.icons td {
+border: 1px solid black;
+}
+
+table.icons td {
+padding: 3px;
+}