Skip to content

Commit f3663a2

Browse files
committed
Fix indentation and clarify profile reference
Corrected inconsistent indentation in example Turtle data and updated a reference to the profile section for clarity.
1 parent a7c2b12 commit f3663a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)