Skip to content

Commit

Permalink
Merge pull request #1185 from w3c/andrea-perego-prof-rev
Browse files Browse the repository at this point in the history
Editorial fixes
  • Loading branch information
rob-metalinkage committed Dec 8, 2019
2 parents de20c0c + e0f91c0 commit e8c6aad
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions prof/index.html
Expand Up @@ -309,7 +309,7 @@ <h3>Web Ontology Language (OWL)</h3>
<p>
Regarding profiling, none of the various OWL (or the updated OWL2) specifications directly address profiling, as
it's understood here, however OWL does include "ontology properties" that "can be used to associate information
with an ontology" [[owl2-rdf-based-semantics]] (<a href="https://www.w3.org/TR/owl2-syntax/#Ontology_Annotations">&#167; 3.5 Ontology Annotations</a>).
with an ontology" [[OWL2-RDF-BASED-SEMANTICS]] (<a href="https://www.w3.org/TR/owl2-syntax/#Ontology_Annotations">&#167; 3.5 Ontology Annotations</a>).
In particular, the ontology and annotation property <code>owl:imports</code> allows an ontology to indicate that
it <em>imports</em> other ontology[ies] "in order to gain access to their entities, expressions, and axioms,
thus providing the basic facility for ontology modularization" (<a href="https://www.w3.org/TR/owl2-syntax/#Imports">&#167; 3.4 Imports</a>).
Expand Down Expand Up @@ -475,9 +475,11 @@ <h3>Vocabulary of a Friend (VOAF)</h3>
</tr>
</tbody>
</table>
<aside class="ednote">
<p>
VOAF/PROF differentiator here
</p>
</aside>
</section>
<section id="related-modspec">
<h3>OGC's ModSpec</h3>
Expand Down Expand Up @@ -773,7 +775,7 @@ <h4>Property: isTransitiveProfileOf</h4>
</tbody>
</table>
</section>
<div class="note" title="Explanation of profiling transitivity">
<aside class="note" title="Explanation of profiling transitivity">
<p>
The property <a href="#Property:isTransitiveProfileOf">prof:isTransitiveProfileOf</a> defined here performs a role
similar to that of the property <a href="https://www.w3.org/TR/skos-reference/#semantic-relations">skos:broaderTransitive</a>
Expand Down Expand Up @@ -808,7 +810,7 @@ <h4>Property: isTransitiveProfileOf</h4>
Inference based on <code>prof:isTransitiveProfileOf</code> will be more complex than inference based on
<code>skos:broaderTransitive</code> due to Profiles being complex objects relative to SKOS Concepts.
</p>
</div>
</aside>
<figure id="fig-isTransitiveProfileOf">
<a href="figures/isTransitiveProfileOf.svg">
<img src="figures/isTransitiveProfileOf.svg" title="Property isTransitiveProfileOf in use" style="width:90%;" />
Expand Down Expand Up @@ -1102,11 +1104,11 @@ <h3>Resource Role Instances</h3>
These instances are both <code>owl:NamedIndividual</code>s and <code>skos:Concept</code>s and have basic SKOS
[[SKOS-REFERENCE]] properties.
</p>
<div class="note">
<aside class="note">
These Roles are defined within a namespace that is derived from, but separate from, the namespace for PROF.
This namespace is: <code>http://www.w3.org/ns/dx/prof/role/</code> with the suggested RDF prefix of <code>role</code>.
This is to allow for them to grow independently from the main vocabulary.
</div>
</aside>
<section id="Role:constraints" class="property">
<h4>Resource Role: Constraints</h4>
<table class="definition">
Expand Down Expand Up @@ -1998,11 +2000,11 @@ <h3>Features at risk</h3>
<p>
The following features of in this specification are considered AT RISK pending evidence of implementation:
</p>
<div class="note">
<aside class="note">
At the time of release of this specification as a <em>Working Group Note in December, 2019</em>, the list below
contains all specification features since no implementation evidence has formally been gathered yet. This list
will be reduced as evidence is documented.
</div>
</aside>
<ul>
<li>
<code><a href="#Class:Profile">prof:Profile</a></code>
Expand Down

0 comments on commit e8c6aad

Please sign in to comment.