Skip to content

Commit c976b42

Browse files
niklaslafsTallTed
authored
Rename "atomic" to "basic RDF term" (#226)
* Rename "atomic" to "basic RDF term" and reference from basic conformance section. * Apply suggestions from code review Co-authored-by: Andy Seaborne <[email protected]> * Apply suggestions from code review Co-authored-by: Ted Thibodeau Jr <[email protected]> --------- Co-authored-by: Andy Seaborne <[email protected]> Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 23df161 commit c976b42

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spec/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,9 @@ <h3>RDF Version Announcement</h3>
613613
with <a>triples</a> that contain <a>triple terms</a>.
614614
</li>
615615
<li><dfn id="dfn-basic" class="export" data-local-lt="basic">Basic conformance</dfn>
616-
only supports <a data-lt="RDF graph">graphs</a> or <a data-lt="RDF dataset">datasets</a>
617-
with <a>triples</a> that do not contain <a>triple terms</a>.</li>
616+
only supports <a data-lt="RDF graph">graphs</a> and/or <a data-lt="RDF dataset">datasets</a>
617+
with <a>triples</a> that only contain <a>basic RDF terms</a> &mdash; i.e.,
618+
they do not contain <a>triple terms</a>.</li>
618619
</ul>
619620
<p class="ednote">The conformance levels described above are tentative,
620621
and still the subject of group discussion. An alternative to conformance
@@ -788,7 +789,7 @@ <h3>RDF Terms</h3>
788789
<span id="dfn-rdf-terms"><!-- obsolete term--></span><dfn class="export" data-lt="rdf term">RDF terms</dfn>.</p>
789790

790791
<p>
791-
[=IRIs=], [=literals=] and [=blank nodes=] are said to be <dfn class="export" data-lt-no-plural>atomic</dfn> [=RDF terms=].
792+
[=IRIs=], [=literals=] and [=blank nodes=] are said to be <dfn data-lt="basic rdf term">basic RDF terms</dfn>.
792793
</p>
793794

794795
<p><dfn class="export">RDF term equality</dfn>:

0 commit comments

Comments
 (0)