You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shacl12-profiling/index.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -444,38 +444,38 @@ <h3>What is profiling?</h3>
444
444
Profiling is the act of creating a "profile" of something.
445
445
</p>
446
446
<p>
447
-
Generically, in English, a "profile" of something is:
447
+
Generically, in English, a "profile" of something is as follows:
448
448
</p>
449
449
<pstyle="padding: 0 50px 0 50px;">
450
450
The outline of a physical object or feature, or a representation of this
451
451
<br/><br/>- Oxford English dictionary, use of the word "profile" since the 17th century
452
452
</p>
453
453
<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 —
455
455
</p>
456
456
<p>
457
457
A summary or an extraction
458
458
</p>
459
459
<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.
461
461
</p>
462
462
<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.
464
464
</p>
465
465
<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>:
467
467
</p>
468
468
<pstyle="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>
470
470
</p>
471
471
<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.
473
473
</p>
474
474
</section>
475
475
<sectionid="scope">
476
476
<h3>Scope</h3>
477
477
<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:
0 commit comments