Skip to content

Commit b8ac36a

Browse files
Merge pull request #273 from w3c/fixes
Fix HTML errors
2 parents fca97de + 45662ad commit b8ac36a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

shacl12-core/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
{
8686
name: "Holger Knublauch",
8787
company: "TopQuadrant, Inc.",
88-
companyURL: "http://topquadrant.com/",
88+
companyURL: "https://topquadrant.com/",
8989
mailto: "[email protected]",
9090
w3cid: 46500
9191
},
@@ -118,7 +118,7 @@
118118
w3cid: 58399
119119
}
120120
],
121-
testSuiteURI: "http://w3c.github.io/data-shapes/data-shapes-test-suite/",
121+
testSuiteURI: "https://w3c.github.io/data-shapes/data-shapes-test-suite/",
122122

123123
lint: {
124124
"no-unused-dfns": false, // This should be removed near the end of the process
@@ -500,7 +500,7 @@ <h3>Terminology</h3>
500500
<div class="def">
501501
<div class="term-def-header">Binding, Solution</div>
502502
<div>
503-
A <dfn data-lt="bindings">binding</dfn> is a pair (<a data-cite="sparql12-query/#defn_QueryVariable">variable</a>, <a>RDF term</a>), consistent with the term's use in [[!sparql12-query]]</a>.
503+
A <dfn data-lt="bindings">binding</dfn> is a pair (<a data-cite="sparql12-query/#defn_QueryVariable">variable</a>, <a>RDF term</a>), consistent with the term's use in [[!sparql12-query]].
504504
A <dfn data-lt="solutions">solution</dfn> is a set of bindings, informally often understood as one row in the body of the result table of a SPARQL query.
505505
Variables are not required to be bound in a solution.
506506
</div>
@@ -1290,6 +1290,7 @@ <h4>Subjects-of targets (sh:targetSubjectsOf)</h4>
12901290
ex:Bob ex:livesIn ex:NewYork .
12911291
</div>
12921292
</div>
1293+
</aside>
12931294
<p>
12941295
In the example above, only <code>ex:Alice</code> is validated against the given shape,
12951296
because it is the <a>subject</a> of a <a>triple</a> that has <code>ex:knows</code> as its <a>predicate</a>.
@@ -2615,6 +2616,7 @@ <h4>sh:maxCount</h4>
26152616
ex:Bob ex:birthDate "May 5th 1990" .
26162617
</div>
26172618
</div>
2619+
</aside>
26182620
</section>
26192621
</section>
26202622

0 commit comments

Comments
 (0)