Skip to content
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
19 changes: 14 additions & 5 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,19 @@

<section id="introduction">
<h2>Introduction</h2>
<p class=issue>
TODO write a nice intro
<p>
RDF 1.2 [[RDF12-CONCEPTS]] defines two classes of conformance, namely <i>RDF 1.2 Full</i> and <i>RDF 1.2 Basic</i>,
which can also be understood as two variants of the RDF 1.2 syntax.
More specifically, RDF 1.2 Basic is the subset of RDF 1.2 where no [=triple term=] is used.
This raises a challenge when Basic and Full implementations need to interoperate.
</p>

<p>
This specification aims to provide guidance to solve these interoperability challenges.
Note that the methods and tools provided here are not normative,
as they are not meant to be the only and authoritative way to achieve interoperability across heterogeneous implementations.
As pointed out in the <a data-cite="RDF12-CONCEPTS#conformance">Conformance section of RDF 1.2 Concepts</a>,
different strategies are acceptable, depending on the context.
</p>
</section>

Expand All @@ -59,14 +70,12 @@ <h2>Notation and Terminology</h2>
<dfn data-cite="RDF12-CONCEPTS#dfn-reifier">reifier</dfn>,
<dfn data-cite="RDF12-CONCEPTS#dfn-subject">subject</dfn>,
<dfn data-cite="RDF12-CONCEPTS#dfn-triple">triple</dfn>,
<dfn data-cite="RDF12-CONCEPTS#dfn-triple term">triple term</dfn>.
<dfn data-cite="RDF12-CONCEPTS#dfn-triple-term">triple term</dfn>.
</section>

<section id="section-basic-full-interop">
<h2>Interoperability between RDF [=Basic=] and RDF [=Full=]</h2>

<p class=issue>Should we make this section normative?</p>

<p>This section provides transformations between [=Full=] [=RDF graphs=] (respectively, [=RDF datasets=]) and [=Basic=] [=RDF graphs=] (respectively, [=RDF datasets=]),
to provide some level of interoperability between the different classes of <a data-cite="RDF12-CONCEPTS#conformance">Conformance</a>.

Expand Down
Loading