Skip to content

Commit be95cd4

Browse files
committed
docs: update documentation regarding odrl core support (logical operands)
1 parent ff1158f commit be95cd4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ODRL-Support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,10 @@ Columns of the table elaborated:
303303

304304
| Label | Identifier | Normative | Deprecated | Supported |
305305
| ------------ | ------------------------------------------------------------- | --------- | ---------- | --------- |
306-
| Only One | [`odrl:xone`](http://www.w3.org/ns/odrl/2/xone) ||| |
306+
| Only One | [`odrl:xone`](http://www.w3.org/ns/odrl/2/xone) ||| |
307307
| And | [`odrl:and`](http://www.w3.org/ns/odrl/2/and) ||||
308-
| And Sequence | [`odrl:andSequence`](http://www.w3.org/ns/odrl/2/andSequence) ||| |
309-
| Or | [`odrl:or`](http://www.w3.org/ns/odrl/2/or) ||| |
308+
| And Sequence | [`odrl:andSequence`](http://www.w3.org/ns/odrl/2/andSequence) ||| |
309+
| Or | [`odrl:or`](http://www.w3.org/ns/odrl/2/or) ||| |
310310

311311
### Operators
312312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"demo:test-engine": "ts-node demo/test-n3-engine.ts",
1515
"demo:test-evaluator": "ts-node demo/test-n3-evaluator.ts",
1616
"prepare": "npm run build",
17-
"rele ase": "npm run build && npm publish --access public",
17+
"release": "npm run build && npm publish --access public",
1818
"test":"jest"
1919
},
2020
"repository": {

0 commit comments

Comments
 (0)