Skip to content

Commit

Permalink
moved issues in SOTD to appropriate locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Car committed Aug 31, 2019
1 parent ef863ae commit 89506d7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions prof/index.html
Expand Up @@ -30,11 +30,6 @@ <h2>Abstract</h2>
as what it means to be a profile of something, the relationships between profiles, and how and whether inheritance
is included in the specification. See <a href="#changes"></a> for more change details and the GitHub issues below
for further information on outstanding issues.
<div class="issue" data-number="802"></div>
<div class="issue" data-number="755"></div>
<div class="issue" data-number="857"></div>
<div class="issue" data-number="507"></div>
<div class="issue" data-number="795"></div>
</p>
<section id="profiledocs">
<h3>Overview of DXWG documents on profiles</h3>
Expand Down Expand Up @@ -464,6 +459,8 @@ <h4>Property: isProfileOf</h4>
<tr><td class="prop">Usage Note:</td><td>A Profile may define constraints on the usage of one or more specifications. All constraints of these specifications are inherited, in the sense that an object conforming to a profile conforms to all the constraints specified the targets of prof:isProfileOf relations. This property is optional, allowing any specification to be declared at the root of a profile hierarchy using the Profile class</td></tr>
</tbody>
</table>
<div class="issue" data-number="507"></div>
<div class="issue" data-number="802"></div>
</section>
<section id="Property:isTransitiveProfileOf" class="property">
<h4>Property: isTransitiveProfileOf</h4>
Expand Down Expand Up @@ -684,8 +681,10 @@ <h4>Property: isInheritedFrom</h4>
<tr><td class="prop">Usage note:</td><td>This property is created for the convenience of clients. When profile describers wish to allow clients to discover all resources relevant to a Profile without having to navigating an inheritance hierarchy of prof:profileOf relations, this predicate may be used to directly associate inherited Profile Descriptors with the Profile. If this property is present, it should be used consistently and all relevant resources a client may need to utilise the profile should be present and described using this predicate</td></tr>
</tbody>
</table>
<div class="issue" data-number="795"></div>
<div class="issue" data-number="840"></div>
<div class="issue" data-number="842"></div>
<div class="issue" data-number="857"></div>
<p>
To illustrate the use of <code>prof:isInheritedFrom</code>, the following example is given in both pictorial
and code forms.
Expand Down

0 comments on commit 89506d7

Please sign in to comment.