Skip to content

Commit 5c3678c

Browse files
committed
add dx-prof defined terms
1 parent 94e8655 commit 5c3678c

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

shacl12-profiling/index.html

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,21 @@ <h2>Introduction</h2>
351351
<h3>Terminology</h3>
352352

353353
<p>
354-
The terminology used throughout this document is consistent with the definitions in the main SHACL [[shacl]] specification, which references
355-
terms from RDF [[rdf11-concepts]]. This includes the terms
354+
Terminology used throughout this document is consistent with several sources:
355+
</p>
356+
<ol>
357+
<li>the main SHACL [[shacl]] specification
358+
<ul>
359+
<li>which references terms from RDF [[rdf11-concepts]]</li>
360+
<li>technical terns for SHACL</li>
361+
</ul>
362+
</li>
363+
<li>the Profiles Vocabulary [[dx-prof]], a W3C Dataset Exchange Working Group Note
364+
<ul><li>which defines general terms to do with profiling including the terms "profiling" / "profile"</li></ul>
365+
</li>
366+
</ol>
367+
<p>
368+
The SHACL terms include
356369
<dfn data-lt="bindings">
357370
<a href="https://www.w3.org/TR/shacl/#dfn-binding">binding</a>
358371
</dfn>
@@ -504,6 +517,25 @@ <h3>Terminology</h3>
504517
</dfn>
505518
.
506519
</p>
520+
<p>
521+
The general profiling terms include
522+
<dfn data-lt="validation reports">
523+
<a href="https://www.w3.org/TR/dx-prof/#dfn-specification">specification</a>
524+
</dfn>
525+
,
526+
<dfn data-lt="validation results">
527+
<a href="https://www.w3.org/TR/dx-prof/#dfn-profile">[data] profile</a>
528+
</dfn>
529+
,
530+
<dfn data-lt="validators">
531+
<a href="https://www.w3.org/TR/dx-prof/#dfn-data-resource">data resource</a>
532+
</dfn>
533+
,
534+
<dfn data-lt="values">
535+
<a href="https://www.w3.org/TR/dx-prof/#dfn-metadata">metadata</a>
536+
</dfn>
537+
.
538+
</p>
507539
</section>
508540
<section class="conventions">
509541
<h3>Document Conventions</h3>

0 commit comments

Comments
 (0)