Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
csarven committed Aug 14, 2023
1 parent 1e1e0d8 commit 1d631aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -538,14 +538,14 @@ <h4 property="schema:name skos:prefLabel">Classes of Products</h4>
<section id="interoperability" inlist="" rel="schema:hasPart" resource="#interoperability" typeof="skos:ConceptScheme">
<h4 property="schema:name skos:prefLabel">Interoperability</h4>
<div datatype="rdf:HTML" property="schema:description">
<p property="skos:definition">Interoperability occurs between <a href="#discovery-client-resource-server-interoperability" rel="skos:hasTopConcept">Discovery ClientResource Server</a>, <a href="#subscription-client-subscription-server-interoperability" rel="skos:hasTopConcept">Subscription ClientSubscription Server</a>, or <a href="#notification-sender-notification-receiver-interoperability" rel="skos:hasTopConcept">Notification SenderNotification Receiver</a>, as defined by the <a href="" rel="foaf:page">Solid Notifications Protocol</a>.</p>
<p property="skos:definition">Interoperability occurs between <a href="#discovery-client-resource-server-interoperability" rel="skos:hasTopConcept">Discovery ClientResource Server</a>, <a href="#subscription-client-subscription-server-interoperability" rel="skos:hasTopConcept">Subscription ClientSubscription Server</a>, or <a href="#notification-sender-notification-receiver-interoperability" rel="skos:hasTopConcept">Notification SenderNotification Receiver</a>, as defined by the <a href="" rel="foaf:page">Solid Notifications Protocol</a>.</p>

<dl>
<dt about="#discovery-client-resource-server-interoperability" property="skos:prefLabel" typeof="skos:Concept"><dfn id="discovery-client-resource-server-interoperability">Discovery ClientResource Server interoperability</dfn></dt>
<dt about="#discovery-client-resource-server-interoperability" property="skos:prefLabel" typeof="skos:Concept"><dfn id="discovery-client-resource-server-interoperability">Discovery ClientResource Server interoperability</dfn></dt>
<dd about="#discovery-client-resource-server-interoperability" property="skos:definition">Interoperability of implementations for <a href="#SubscriptionClient" rel="rdfs:seeAlso">Discovery Clients</a> and <a href="#ResourceServer" rel="rdfs:seeAlso">Resource Servers</a> is tested by evaluating an implementation’s ability to request and respond to HTTP messages that conform to the Solid Notifications Protocol.</dd>
<dt about="#subscription-client-subscription-server-interoperability" property="skos:prefLabel" typeof="skos:Concept"><dfn id="subscription-client-subscription-server-interoperability">Subscription ClientSubscription Server interoperability</dfn></dt>
<dt about="#subscription-client-subscription-server-interoperability" property="skos:prefLabel" typeof="skos:Concept"><dfn id="subscription-client-subscription-server-interoperability">Subscription ClientSubscription Server interoperability</dfn></dt>
<dd about="#subscription-client-subscription-server-interoperability" property="skos:definition">Interoperability of implementations for <a href="#SubscriptionClient" rel="rdfs:seeAlso">Subscription Clients</a> and <a href="#SubscriptionServer" rel="rdfs:seeAlso">Subscription Servers</a> is tested by evaluating an implementation’s ability to request and respond to HTTP messages that conform to the Solid Notifications Protocol.</dd>
<dt about="#notification-sender-notification-receiver-interoperability" property="skos:prefLabel" typeof="skos:Concept"><dfn id="notification-sender-notification-receiver-interoperability">Notification SenderNotification Receiver interoperability</dfn></dt>
<dt about="#notification-sender-notification-receiver-interoperability" property="skos:prefLabel" typeof="skos:Concept"><dfn id="notification-sender-notification-receiver-interoperability">Notification SenderNotification Receiver interoperability</dfn></dt>
<dd about="#notification-sender-notification-receiver-interoperability" property="skos:definition">Interoperability of implementations for <a href="#NotificationSender" rel="rdfs:seeAlso">Notification Sender</a> and <a href="#NotificationReceiver" rel="rdfs:seeAlso">Notification Receiver</a> is tested by evaluating an implementation’s ability to produce and consume content that adheres to the <a href="#notification-message-data-model" rel="rdfs:seeAlso">notification message data model</a> and conforms to a particular <a href="#notification-channel-types" rel="rdfs:seeAlso">notification channel type</a>.</dd>
</dl>
</div>
Expand Down Expand Up @@ -1036,7 +1036,7 @@ <h2 property="schema:name">Changelog</h2>
<tr about="#bc9d1ee1-dcb7-403c-abbd-35ee1c732189" typeof="spec:Change">
<td><a href="https://www.w3.org/2023/Process-20230612/#class-3" rel="spec:changeClass" resource="spec:ChangeClass3">3</a></td>
<td><a href="#discovery-client-resource-server-interoperability" rel="spec:changeSubject">#discovery-client-resource-server-interoperability</a></td>
<td property="spec:statement">Replace <em>Subscription ClientResource Server interoperability</em> with <a href="#discovery-client-resource-server-interoperability">Discovery ClientResource Server interoperability</a>.</td>
<td property="spec:statement">Replace <em>Subscription ClientResource Server interoperability</em> with <a href="#discovery-client-resource-server-interoperability">Discovery ClientResource Server interoperability</a>.</td>
</tr>
<tr about="#a5a91f3d-856c-43dd-a34a-1ec32e835063" typeof="spec:Change">
<td><a href="https://www.w3.org/2023/Process-20230612/#class-3" rel="spec:changeClass" resource="spec:ChangeClass3">3</a></td>
Expand Down

0 comments on commit 1d631aa

Please sign in to comment.