Skip to content

Commit 11091f3

Browse files
committed
restyling tables
1 parent 3687b60 commit 11091f3

3 files changed

Lines changed: 18 additions & 21 deletions

File tree

ssn/chapters/Conformance.html

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ <h3>General conformance requirements</h3>
2020
<h3>OGC Specification conformance</h3>
2121

2222
<p>
23-
OGC Standards are required to follow the OGC Modular Specification policy [[ModSpec]].
24-
The key provisions of this policy are that:
23+
OGC Standards are required to follow the OGC Modular Specification policy [[ModSpec]].
24+
The key provisions of this policy are that:
2525
</p>
2626

2727
<ul>
@@ -30,31 +30,30 @@ <h3>OGC Specification conformance</h3>
3030
<li>each individual conformance Test is a member of one and only one Conformance Class</li>
3131
<li>each Requirement, Requirements Class, Test, and Conformance Class is denoted by an IRI</li>
3232
<li>dependencies are managed at the Requirements Class or Conformance Class level</li>
33-
<li>no circular dependencies are allowed</li>
33+
<li>no circular dependencies are permitted</li>
3434
<li>Conformance to the standard is assessed at the Conformance Class level</li>
3535
<li>the conformance target type is specified</li>
3636
</ul>
3737

3838
<p>
39-
The <a href="#modularization">SSN Ontology Modularization</a> (<a href="#Fig-SSN-core-modules"></a>) is consistent with this policy.
39+
The <a href="#modularization">SSN Ontology Modularization</a> (<a href="#Fig-SSN-core-modules"></a>) is consistent
40+
with this policy.
4041
</p>
4142

4243
<p>
43-
Ten core modules are defined, each module packaged into an RDF file that implements the module.
44-
Each module corresponds to a Requirements Class, and is denoted by the Ontology IRI.
45-
Dependencies between modules are indicated through the <code>owl:imports</code> property.
44+
Ten core modules are defined, each module packaged into an RDF file that implements the module.
45+
Each module corresponds to an OGC Requirements Class.
46+
Dependencies between modules are recorded in the RDF through the <code>owl:imports</code> property.
47+
The definition of each term in the SSN Ontology corresponds to a single Requirement.
4648
</p>
4749

4850
<p>
49-
The definition of each term in the SSN Ontology corresponds to a single Requirement.
50-
Membership in a module is indicated by the <code>rdfs:isDefinedBy</code> property.
51-
</p>
52-
53-
<p>
54-
OGC Requirements Classes for SSN, and their member Requirements are listed in <a href="#modularization"></a>.
51+
OGC Requirements Classes for SSN, their dependencies, and their member Requirements are listed in
52+
<a href="#modularization"></a>.
5553
</p>
5654

5755
<p class="note informative">
58-
OGC Conformance Classes and Tests are not provided explicitly at this time.
59-
A supplement to this document describing SHACL shapes ([[[shacl]]]) may be provided in the future.
56+
OGC Conformance Classes and Tests are not provided explicitly at this time.
57+
A supplement to this document describing SHACL shapes ([[[shacl]]]) may be provided in the future.
58+
This would provide some testing functionality.
6059
</p>

ssn/chapters/Modularization.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,10 @@ <h5 id="sosa-common-module">SOSA Common</h5>
4444
Actuation, Observation and Sampling applications, documented in section <a href="#Common"></a>.
4545
</p>
4646

47-
<table>
48-
<tr>
49-
<th colspan="2">OGC Requirements class</th>
50-
</tr>
47+
<table class="numbered">
48+
<caption>OGC Requirements class: SOSA Common</caption>
5149
<tr>
52-
<td><b>SOSA Common</b></td>
50+
<td>IRI</td>
5351
<td><a href="#sosa-common-module">https://www.w3.org/TR/vocab-ssn-2023#sosa-common-module</a></td>
5452
</tr>
5553
<tr>

ssn/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ table {
144144
border-bottom: 3px solid #005a9c;
145145
}
146146
th {
147-
background-color: #adc8d4;
147+
background-color: #4d6068;
148148
color: #ffffff;
149149
padding: 3px 5px;
150150
text-align: left;

0 commit comments

Comments
 (0)