Skip to content

Commit

Permalink
feat: #76 added not equal to relation
Browse files Browse the repository at this point in the history
feat for #76
- Added tree:NotEqualToRelation to vacabulary.md under tree:Relation
- added tree:NotEqualToRelation to tree.ttl example

#TODO for #76
-proof-read the spec text on comparing named nodes
  • Loading branch information
xdxxxdx committed Dec 6, 2023
1 parent 2445ede commit 0f61038
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tree.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ tree:EqualToRelation a rdfs:Class ;
rdfs:subClassOf tree:Relation ;
rdfs:label "Equal To Relation"@en .

tree:NotEqualToRelation a rdfs:Class ;
rdfs:subClassOf tree:Relation ;
rdfs:label "Not equal To Relation"@en .

tree:GeospatiallyContainsRelation a rdfs:Class ;
rdfs:subClassOf tree:Relation ;
rdfs:label "Geospatially Contains Relation"@en;
Expand Down
1 change: 1 addition & 0 deletions vocabulary.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The <code>tree:Relation</code> has specific sub-classes that implement a more sp
- <code>tree:LessThanRelation</code>
- <code>tree:LessThanOrEqualToRelation</code>
- <code>tree:EqualToRelation</code>
- <code>tree:NotEqualToRelation</code>
- Geo-spatial comparison (requires the node values to be WKT-strings):
- <code>tree:GeospatiallyContainsRelation</code> — (for semantics, see the [DE-9IM wikipedia page](https://en.wikipedia.org/wiki/DE-9IM))

Expand Down

0 comments on commit 0f61038

Please sign in to comment.