Skip to content

Commit 36b7cf9

Browse files
sioc:contents -> sioc:content + small textual fixes (#8)
* Fix example $ROOT URI It seems unlikely that the author intended 'alice' to be the hostname and '/example.org' to be part of the path, changing / to . * Insert missing space * sioc:contents -> sioc:contents Make the shape match the example just above it. Also, `sioc:contents` doesn't exist but [`sioc:content`](http://rdfs.org/sioc/spec/#term_content) does. * Fix more occurrences of sioc:contents * typo 'the one corresponding to' * Typo 'in response to' * Typo 'example' * Typo 'channel' * Typos 'to the list' / 'their participation'
1 parent 7beca99 commit 36b7cf9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ <h2 property="schema:name">Chat Channel</h2>
10501050
<p>
10511051
A chat channel is all built inside a single folder (LDP Container) in a pod.
10521052
Let us call the URI of that folder -- less its final '/' -- <code>$ROOT</code>.
1053-
It could be say, <code>https://alice/example.org/Bob/OurChat</code>
1053+
It could be say, <code>https://alice.example.org/Bob/OurChat</code>
10541054
Developers must never make assumptions about where a chat channel is
10551055
stored as chats are used within other apps (such as issue trackers and meetings)
10561056
which create the container for them.
@@ -1129,7 +1129,7 @@ <h2 property="schema:name">Chat Message</h2>
11291129
</pre>
11301130
</figure>
11311131
<p class="note">Note that each message does not have an explicit type. This is just to save storage.
1132-
It does have, in the chat file, a <code>meeting:message</code>link from the channel to the message.
1132+
It does have, in the chat file, a <code>meeting:message</code> link from the channel to the message.
11331133
In the shapes, we use the class <code>schema:Message</code> but while there was also <code>sioc:Post</code>, nothing
11341134
we could find seemed to capture Chat Message perfectly.
11351135
</p>
@@ -1155,8 +1155,8 @@ <h2 property="schema:name">Chat Message</h2>
11551155
];
11561156

11571157
sh:property [
1158-
sh:path sioc:contents ;
1159-
sh:message "A chat message must have a contents.";
1158+
sh:path sioc:content ;
1159+
sh:message "A chat message must have a content.";
11601160
sh:datatype xsd:string;
11611161

11621162
sh:count 1;
@@ -1196,7 +1196,7 @@ <h2 property="schema:name">Chat Message</h2>
11961196
<table><tr><th>Message Property</th><th>Use</th></tr>
11971197
<tr><td>dct:created</td><td>Mandatory UTC datetime the message is sent.</td></tr>
11981198
<tr><td>foaf:maker</td><td>Mandatory WebID of the message sender</td></tr>
1199-
<tr><td>sioc:contents</td><td>Mandatory unicode text of the message contents.</td></tr>
1199+
<tr><td>sioc:content</td><td>Mandatory unicode text of the message content.</td></tr>
12001200
<tr><td>dct:isReplacedBy</td><td>Message editing is discussed below</td></tr>
12011201
<tr><td>schema:dateDeleted</td><td>Message deletion is discussed below</td></tr>
12021202
<tr><td>sioc:has_reply</td><td>Replies and threads are discussed below</td></tr>
@@ -1207,7 +1207,7 @@ <h2 property="schema:name">Chat Message</h2>
12071207
This is because the chat file may be being updated by other clients at the same time.
12081208
It also has the semantics that the resource is automatically created if it does not previously exist.
12091209
</p>
1210-
<p>An interactive client must also watch the latest resource, the once corresponding to today's UTC date,
1210+
<p>An interactive client must also watch the latest resource, the one corresponding to today's UTC date,
12111211
to see if it changes. This is done using the Solid Live Update protocol.
12121212
</p><p class="note">
12131213
Note that while in August 2023 this uses Web Sockets to
@@ -1219,7 +1219,7 @@ <h2 property="schema:name">Chat Message</h2>
12191219
<h2 property="schema:name">Threads and Replies</h2>
12201220

12211221
<p>Reply is a single message which is made in response to one original message.
1222-
A thread is a series of messages in response too the same original message.</p>
1222+
A thread is a series of messages in response to the same original message.</p>
12231223
<p class="note">In the screenshot below (of the Element matrix client running on Mac) the designer
12241224
has chosen to show the thread messages to one side while the replies are in line.
12251225
On small screens, a thread typically takes the whole screen.
@@ -1442,12 +1442,12 @@ <h2 property="schema:name">Actions</h2>
14421442

14431443
&lt;#action0888> schema:agent &lt;https://alice.example.com/profile/card#me> ;
14441444
a schema:AgreeAction ;
1445-
scioc:contents "👍";
1445+
scioc:content "👍";
14461446
&lt;http://schema.org/target> &lt;#Msg1677678647433> .
14471447

14481448
&lt;#action099> schema:agent &lt;https://charlie.example.com/profile/card#me> ;
14491449
a schema:Action ;
1450-
scioc:contents "⭐️";
1450+
scioc:content "⭐️";
14511451
&lt;http://schema.org/target> &lt;#Msg1677678647433> .
14521452

14531453
</pre>
@@ -1564,7 +1564,7 @@ <h2 property="schema:name">Preferences</h2>
15641564
</code>
15651565
</pre>
15661566
</figure>
1567-
<p>In the exmample above, data in the main chat channel file, <code>$ROOT/index.ttl#this</code>,
1567+
<p>In the example above, data in the main chat channel file, <code>$ROOT/index.ttl#this</code>,
15681568
show that Alice made the chat, and has background color <code>#c1d0c8</code>;
15691569
and Bob has turned off image expansion for his view of the chat,
15701570
and Charlie has turned on the image epansion with image height set to 10em,
@@ -1586,7 +1586,7 @@ <h2 property="schema:name">Preferences</h2>
15861586

15871587
<section id="discovery">
15881588
<h2>Discovery</h2>
1589-
<p>The RDF class used to register an instance of a chat chanel
1589+
<p>The RDF class used to register an instance of a chat channel
15901590
is <code>meeting:LongChat</code><div class="
15911591
The <a href="#bib-type-indexes">Type Indexes</a> may be used with that Class to create
15921592
a personal note of the Chat to find it later, a similar note
@@ -1654,8 +1654,8 @@ <h3 property="schema:name">Privacy considerations</h3>
16541654
<p><em>This section is non-normative.</em></p>
16551655
<p>
16561656
Typically when a user joins a chat where they allowed to
1657-
contribute, then the chat app adds them to th list of participants.
1658-
There participation is captured automatically.
1657+
contribute, then the chat app adds them to the list of participants.
1658+
Their participation is captured automatically.
16591659
This is valuable to have the list of participants
16601660
but some users might like to opt out and just lurk.
16611661
On the other hand, other users might not want

0 commit comments

Comments
 (0)