Skip to content

Commit

Permalink
Fixed spec builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pietercolpaert committed Nov 21, 2024
1 parent 23ab434 commit 93a149d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
23 changes: 11 additions & 12 deletions 01-tree-specification.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Shortname: TREE
Level: 1
Status: w3c/CG-DRAFT
Markup Shorthands: markdown yes
Group: TREE hypermedia community group
URL: https://w3id.org/tree/specification
Repository: https://github.com/treecg/specification
Mailing List: public-treecg@w3.org
Expand All @@ -19,7 +18,7 @@ Abstract:

# Overview # {#overview}

<img src="TREE-overview.svg" alt="An overview of the TREE specification with the TREE collection, a reference to the first focus node of its members, and the relations to other nodes from the current node.">
<img height="500px" src="TREE-overview.svg" alt="An overview of the TREE specification with the TREE collection, a reference to the first focus node of its members, and the relations to other nodes from the current node.">
<div class="informative">
The TREE specification introduces these core concepts:
* `tree:Collection` is a set of members. It typically has these properties when described in a node:
Expand Down Expand Up @@ -188,16 +187,16 @@ The members that the client is able to find in a subtree will be complete relati
<div class="example">
```turtle
<> tree:relation [
a tree:GreaterThanRelation ; # the type of the relation deciding the operator
tree:node ex:Node2 ; # for the left-hand: all members from here
tree:path dct:created ; # for the left-hand: the path pointing at the term(s) in the member
tree:value "2024-12-16T12:00:00Z"^^xsd:dateTime # the right-hand
],[
a tree:SubstringRelation ;
tree:node ex:Node2 ;
tree:path dct:title ;
tree:value "osa"
] .
a tree:GreaterThanRelation ; # the type of the relation deciding the operator
tree:node ex:Node2 ; # for the left-hand: all members from here
tree:path dct:created ; # for the left-hand: the path pointing at the term(s) in the member
tree:value "2024-12-16T12:00:00Z"^^xsd:dateTime # the right-hand
],[
a tree:SubstringRelation ;
tree:node ex:Node2 ;
tree:path dct:title ;
tree:value "osa"
] .
```
</div>

Expand Down
1 change: 0 additions & 1 deletion 02-shape-topologies.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Shortname: ShapeTopologies
Level: 1
Status: w3c/CG-DRAFT
Markup Shorthands: markdown yes
Group: TREE hypermedia community group
URL: https://w3id.org/tree/specification/shape-topologies
Repository: https://github.com/treecg/specification
Mailing List: public-treecg@w3.org
Expand Down
1 change: 0 additions & 1 deletion 03-discovery-specification.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Shortname: TREEDiscovery
Level: 1
Status: w3c/CG-DRAFT
Markup Shorthands: markdown yes
Group: TREE hypermedia community group
URL: https://w3id.org/tree/specification/discovery
Repository: https://github.com/treecg/specification
Mailing List: public-treecg@w3.org
Expand Down

0 comments on commit 93a149d

Please sign in to comment.