@@ -1361,13 +1361,13 @@ literal(1, "nonNegativeInteger")
1361
1361
1362
1362
## date
1363
1363
##### WOQL.date(date) ⇒ <code >object</code >
1364
- Generates explicitly a JSON-LD string date literal from the input
1364
+ Generates explicitly a JSON-LD literal date from the imput
1365
1365
1366
- ** Returns** : <code >object</code > - - A JSON-LD literal
1366
+ ** Returns** : <code >object</code > - - A JSON-LD literal date
1367
1367
1368
1368
| Param | Type | Description |
1369
1369
| --- | --- | --- |
1370
- | date | <code >string</code > | any date string format YYYY-MM-DD |
1370
+ | date | <code >string</code > | any date format string ( YYYY-MM-DD) |
1371
1371
1372
1372
** Example**
1373
1373
``` javascript
@@ -1376,14 +1376,14 @@ date("2022-10-02")
1376
1376
```
1377
1377
1378
1378
## datetime
1379
- ##### WOQL.datetime(date ) ⇒ <code >object</code >
1380
- Generates explicitly a JSON-LD string datetime literal from the input
1379
+ ##### WOQL.datetime(datetime ) ⇒ <code >object</code >
1380
+ Generates explicitly a JSON-LD literal datetime from the imput
1381
1381
1382
- ** Returns** : <code >object</code > - - A JSON-LD literal
1382
+ ** Returns** : <code >object</code > - - A JSON-LD literal datetime
1383
1383
1384
1384
| Param | Type | Description |
1385
1385
| --- | --- | --- |
1386
- | date | <code >string</code > | any datetime string format YYYY-MM-DDThh-mm-ssZ |
1386
+ | datetime | <code >string</code > | any datetime format string ( YYYY-MM-DDThh-mm-ssZ) |
1387
1387
1388
1388
** Example**
1389
1389
``` javascript
@@ -1393,9 +1393,9 @@ datetime("2022-10-19T14:17:12Z")
1393
1393
1394
1394
## boolean
1395
1395
##### WOQL.boolean(bool) ⇒ <code >object</code >
1396
- Generates explicitly a JSON-LD boolean literal from the input
1396
+ Generates explicitly a JSON-LD literal boolean from the input
1397
1397
1398
- ** Returns** : <code >object</code > - - A JSON-LD literal
1398
+ ** Returns** : <code >object</code > - - A JSON-LD literal boolean
1399
1399
1400
1400
| Param | Type | Description |
1401
1401
| --- | --- | --- |
0 commit comments