Skip to content

Commit adb648c

Browse files
committed
applying Ted's grammar changes
1 parent c056c81 commit adb648c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

shacl12-profiling/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -444,38 +444,38 @@ <h3>What is profiling?</h3>
444444
Profiling is the act of creating a "profile" of something.
445445
</p>
446446
<p>
447-
Generically, in English, a "profile" of something is:
447+
Generically, in English, a "profile" of something is as follows:
448448
</p>
449449
<p style="padding: 0 50px 0 50px;">
450450
The outline of a physical object or feature, or a representation of this
451451
<br /><br />- Oxford English dictionary, use of the word "profile" since the 17th century
452452
</p>
453453
<p>
454-
Within the world of data, a derived definition of "profile" consistent with the above is:
454+
Within the world of data, a derived definition of "profile" consistent with the above is
455455
</p>
456456
<p>
457457
A summary or an extraction
458458
</p>
459459
<p>
460-
In this definition, the essence of the English word is retained since a summary or extraction of/from a data object <em>may</em> be an outline of it, for example a 2D representation of a 3D spatial object or a statistical summary of a dataset with lots of parts.
460+
In this definition, the essence of the English word is retained, since a summary or extraction of or from a data object <em>may</em> be an outline of it; for example, a 2D representation of a 3D spatial object. or a statistical summary of a dataset having lots of parts.
461461
</p>
462462
<p>
463-
SHACL, by definition, constrains (RDF) data, and thus any data valid according to a shapes graph will be a profile of the data graph that was validated. In the case of a shapes graph validating all elements of a data graph, the valid data will be a "null" profile of the data graph, that is identical to it.
463+
By definition, SHACL constrains (RDF) data; thus, any data that is valid according to a shapes graph will be a profile of the data graph that was validated. In the case of a shapes graph validating all elements of a data graph, the valid data will be a "null" profile of the data graph, that is identical to it.
464464
</p>
465465
<p>
466-
The W3C's <em>Profiles Vocabulary</em> [[dx-prof]] has defined "data profiling" profiling in the context of <em>specifications</em> or <em>data specifications</em>:
466+
The W3C's <em>Profiles Vocabulary</em> [[dx-prof]] has defined "data profiling" in the context of <em>specifications</em> or <em>data specifications</em>:
467467
</p>
468468
<p style="padding: 0 50px 0 50px;">
469-
<em>A data specification that constrains, extends, combines, or provides guidance or explanation about the usage of other data specifications.</em>
469+
<em>A data specification that constrains, extends, combines, or provides guidance or explanation about the use of other data specifications.</em>
470470
</p>
471471
<p>
472-
If a shapes graph is taken to be a "data specification", and it can sensibly be, then in addition to data valid according to a shapes graph being a profile of the data graph validated, the shapes graph itself is a profile of the data model used for a data graph.
472+
If a shapes graph is taken to be a "data specification" (and it can sensibly be), then, in addition to data valid according to a shapes graph being a profile of the data graph validated, the shapes graph itself is a profile of the data model used for the data graph.
473473
</p>
474474
</section>
475475
<section id="scope">
476476
<h3>Scope</h3>
477477
<p>
478-
With the above section's concepts in mind, this document defines:
478+
With the above section's concepts in mind, this document defines the following:
479479
</p>
480480
<ol>
481481
<li>profiles of SHACL</li>

0 commit comments

Comments
 (0)