Skip to content

Add paragraph to abstract on 1.0 compatibility. #316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions common/jsonld.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,31 @@ const jsonld = {
"Marcus Langhaler"
]
},
"JSON-LD10-API": {
title: "JSON-LD 1.0 Processing Algorithms And API",
href: "https://www.w3.org/TR/2014/REC-json-ld-api-20140116/",
publisher: "W3C",
date: "16 January 2014",
status: "W3C Recommendation",
authors: [
"Marcus Langhaler",
"Gregg Kellogg",
"Manu Sporny"
]
},
"JSON-LD10-FRAMING": {
title: "JSON-LD Framing 1.0",
href: "https://json-ld.org/spec/ED/json-ld-framing/20120830/",
publisher: "W3C",
date: "30 August 2012",
status: "Unofficial Draft",
authors: [
"Manu Sporny",
"Gregg Kellogg",
"David Longley",
"Marcus Langhaler"
]
},
"IEEE-754-2008": {
title: "IEEE 754-2008 Standard for Floating-Point Arithmetic",
href: "http://standards.ieee.org/findstds/standard/754-2008.html",
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,11 @@
It is primarily intended to be a way to use Linked Data in Web-based
programming environments, to build interoperable Web services, and to
store Linked Data in JSON-based storage engines.</p>

<p>This specification describes a superset of the features defined in
[[[JSON-LD10]]] [[JSON-LD10]]
and, except where noted,
documents created using the 1.0 version of this specification remain compatible with JSON-LD 1.1.</p>
</section>

<section id="sotd">
Expand Down