Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pchampin committed Feb 13, 2025
1 parent 6d98de7 commit 9f4a595
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1563,8 +1563,8 @@ <h2>From [=Classic=] to [=Full=]</h2>

<p>Reverting a [=classicized=] graph to its original form consists of locating
each [=asserted=] triple (<var>b</var>, `rdf:type`, `rdf:TripleTerm`)
that has a [=blank node=] <var>b</var> as its subject,
along with the three associated [=asserted=] triples
that has a [=blank node=] <var>b</var> as its subject,
along with the three associated [=asserted=] triples
that have the same [=blank node=] <var>b</var> as their subjects, i.e.,
(<var>b</var>, `rdf:ttSubject`, <var>s</var>),
(<var>b</var>, `rdf:ttPredicate`, <var>p</var>),
Expand All @@ -1581,7 +1581,7 @@ <h2>From [=Classic=] to [=Full=]</h2>
is missing or duplicated).
An implementation MUST also report an error if the input graph contains
at the same time a [=triple term=] and an [=asserted triple=]
(<var>b</var>, `rdf:type`, `rdf:TripleTerm`)
(<var>b</var>, `rdf:type`, `rdf:TripleTerm`)
where <var>b</var> is the same [=blank node=].
Note that none of these situations can occur if the input graph was produced by the [=classicize=] transformation.
</p>
Expand All @@ -1599,7 +1599,7 @@ <h2>From [=Classic=] to [=Full=]</h2>
<h2>Limitations</h2>

<p>The two transformations above explicitly do not support graphs or datasets containing at the same time a [=triple term=] and an [=asserted triple=]
(<var>b</var>, `rdf:type`, `rdf:TripleTerm`)
(<var>b</var>, `rdf:type`, `rdf:TripleTerm`)
where <var>b</var> is a [=blank node=].
This means that the [=classicize=] transformation is not <em>strictly</em> universal.
</p>
Expand Down

0 comments on commit 9f4a595

Please sign in to comment.