Skip to content

Commit 9ae79d7

Browse files
committed
Use definition list
Signed-off-by: Alex Nelson <[email protected]>
1 parent b1982a5 commit 9ae79d7

File tree

1 file changed

+10
-23
lines changed

1 file changed

+10
-23
lines changed

shacl12-overview/index.html

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -448,29 +448,16 @@ <h2>SHACL-SHACL</h2>
448448
<p>
449449
Each SHACL-SHACL graph corresponds to the scope of individual SHACL specifications and are available as RDF resources:
450450
</p>
451-
<ul>
452-
<li>
453-
<a href="">SHACL-SHACL all</a> - <em>the union of all other SHACL-SHACL graphs</em>
454-
</li>
455-
<li>
456-
<a href="">SHACL-SHACL Core</a>
457-
</li>
458-
<li>
459-
<a href="">SHACL-SHACL SPARQL</a>
460-
</li>
461-
<li>
462-
<a href="">SHACL-SHACL Node Expressions</a>
463-
</li>
464-
<li>
465-
<a href="">SHACL-SHACL Inference Rules</a>
466-
</li>
467-
<li>
468-
<a href="">SHACL-SHACL UI</a>
469-
</li>
470-
<li>
471-
<a href="">SHACL-SHACL Profiling</a>
472-
</li>
473-
</ul>
451+
<dl>
452+
<dt><a href="">SHACL-SHACL all</a></dt>
453+
<dd>the union of all other SHACL-SHACL graphs</dd>
454+
<dt><a href="">SHACL-SHACL Core</a></dt>
455+
<dt><a href="">SHACL-SHACL SPARQL</a></dt>
456+
<dt><a href="">SHACL-SHACL Node Expressions</a></dt>
457+
<dt><a href="">SHACL-SHACL Inference Rules</a></dt>
458+
<dt><a href="">SHACL-SHACL UI</a></dt>
459+
<dt><a href="">SHACL-SHACL Profiling</a></dt>
460+
</dl>
474461
</section>
475462

476463
<section id="security" class="appendix informative">

0 commit comments

Comments
 (0)