Skip to content
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

Stub introduction / abstract #28

Merged
merged 2 commits into from
Jun 29, 2022
Merged
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
23 changes: 20 additions & 3 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,12 @@
<body>
<section id='abstract'>
<p>
FIXME.
In recent years, YAML emerged as a more concise format
to represent information serialized as JSON,
including Linked Data.
This document defines how to serialize linked data
in YAML documents.
Moreover, it registers the application/ld+yaml media type.
</p>
</section>

Expand All @@ -211,8 +216,20 @@

<section>
<h2>Introduction</h2>
<p>FIXME.</p>

<p>
JSON-LD is a JSON-based format to serialize Linked Data.
In recent years, YAML emerged as a more concise format
to represent information serialized as JSON,
including API specification, data schemas, and Linked Data.
</p>
<p>
Since YAML is more expressive than JSON,
both in the available data types and in the document structure
(see I-D.ietf-yaml-mediatypes),
this document identifies constraints on YAML documents
such that they can be used to represent JSON-LD documents.
</p>

<section id="conformance">
<p>A <a>YAML-LD document</a> complies with this specification if ...</p>

Expand Down