|
85 | 85 | {
|
86 | 86 | name: "Holger Knublauch",
|
87 | 87 | company: "TopQuadrant, Inc.",
|
88 |
| - companyURL: "http://topquadrant.com/", |
| 88 | + companyURL: "https://topquadrant.com/", |
89 | 89 |
|
90 | 90 | w3cid: 46500
|
91 | 91 | },
|
|
118 | 118 | w3cid: 58399
|
119 | 119 | }
|
120 | 120 | ],
|
121 |
| - testSuiteURI: "http://w3c.github.io/data-shapes/data-shapes-test-suite/", |
| 121 | + testSuiteURI: "https://w3c.github.io/data-shapes/data-shapes-test-suite/", |
122 | 122 |
|
123 | 123 | lint: {
|
124 | 124 | "no-unused-dfns": false, // This should be removed near the end of the process
|
@@ -500,7 +500,7 @@ <h3>Terminology</h3>
|
500 | 500 | <div class="def">
|
501 | 501 | <div class="term-def-header">Binding, Solution</div>
|
502 | 502 | <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]]. |
504 | 504 | 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.
|
505 | 505 | Variables are not required to be bound in a solution.
|
506 | 506 | </div>
|
@@ -1290,6 +1290,7 @@ <h4>Subjects-of targets (sh:targetSubjectsOf)</h4>
|
1290 | 1290 | ex:Bob ex:livesIn ex:NewYork .
|
1291 | 1291 | </div>
|
1292 | 1292 | </div>
|
| 1293 | + </aside> |
1293 | 1294 | <p>
|
1294 | 1295 | In the example above, only <code>ex:Alice</code> is validated against the given shape,
|
1295 | 1296 | 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>
|
2615 | 2616 | ex:Bob ex:birthDate "May 5th 1990" .
|
2616 | 2617 | </div>
|
2617 | 2618 | </div>
|
| 2619 | + </aside> |
2618 | 2620 | </section>
|
2619 | 2621 | </section>
|
2620 | 2622 |
|
|
0 commit comments