Skip to content

Commit 83b943a

Browse files
Merge pull request #147 from TREEcg/Minus-markdown
Few markdown fixes
2 parents 91f4033 + f3663a2 commit 83b943a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

01-tree-specification.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ See the [`tree:Relation`](#Relation) definitions in the vocabulary for the speci
225225

226226
- **String comparisons** MUST be performed using Unicode canonical equivalence. Ordering MUST follow case-sensitive Unicode code point order.
227227
- **IRI comparisons** MUST be treated as simple literal comparisons, consistent with the rules defined for the [ORDER BY operation in the SPARQL specification](https://www.w3.org/TR/sparql11-query/#modOrderBy).
228-
- **`xsd:dateTime` literals without a timezone comparisons** MUST be performed by interpreting the `xsd:dateTime` literal as a period of time, with a min inclusive bound of `-14:00` and max exclusive bound of `+14:00`.
228+
- <strong><code>xsd:dateTime</code> literals without a timezone comparisons </strong> MUST be performed by interpreting the `xsd:dateTime` literal as a period of time, with a min inclusive bound of `-14:00` and max exclusive bound of `+14:00`.
229229

230230
Note: It is highly recommended that server developers and data producers provide a timezone in their `xsd:dateTime` literals for time comparison.
231231

05-profile-specification.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ ex:Collection1 a tree:Collection;
5151

5252
ex:Subject1 a ex:Subject ;
5353
rdfs:label "Subject 1" ;
54-
ex:value 2 ;
54+
ex:value 2 ;
5555
ex:linkedTo [ a ex:Subject ] .
5656

5757
# Start of the second member
5858
ex:Collection1 tree:member ex:Subject2 .
5959
ex:Subject2 a ex:Subject ;
6060
rdfs:label "Subject 2" ;
61-
ex:value 9 ;
61+
ex:value 9 ;
6262
ex:linkedTo ex:Subject1 .
6363
# EOF flags the end of the second member
6464
```
@@ -67,7 +67,7 @@ ex:Subject2 a ex:Subject ;
6767

6868
The client in this case MUST use a parser that retains triple order as in the original document.
6969

70-
When the profile is set (see [](#profile)), the client MAY implement the profile algorithm and not perform the steps indicated by the Member Extraction Algorithm. In this case, a client MUST assume the document starts with a hypermedia block.
70+
When the profile is set (see [profile](#profile)), the client MAY implement the profile algorithm and not perform the steps indicated by the Member Extraction Algorithm. In this case, a client MUST assume the document starts with a hypermedia block.
7171
It then follows three simple rules:
7272
1. From the moment the `tree:member` property is used, a new bundle of member quads will start.
7373
2. From the moment the base IRI (`<>`) is used in the subject position, or when a `tree:view` property is used, a new block of hypermedia starts.

0 commit comments

Comments
 (0)