@@ -1361,13 +1361,13 @@ literal(1, "nonNegativeInteger")
13611361
13621362## date
13631363##### 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
13651365
1366- ** Returns** : <code >object</code > - - A JSON-LD literal
1366+ ** Returns** : <code >object</code > - - A JSON-LD literal date
13671367
13681368| Param | Type | Description |
13691369| --- | --- | --- |
1370- | date | <code >string</code > | any date string format YYYY-MM-DD |
1370+ | date | <code >string</code > | any date format string ( YYYY-MM-DD) |
13711371
13721372** Example**
13731373``` javascript
@@ -1376,14 +1376,14 @@ date("2022-10-02")
13761376```
13771377
13781378## 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
13811381
1382- ** Returns** : <code >object</code > - - A JSON-LD literal
1382+ ** Returns** : <code >object</code > - - A JSON-LD literal datetime
13831383
13841384| Param | Type | Description |
13851385| --- | --- | --- |
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) |
13871387
13881388** Example**
13891389``` javascript
@@ -1393,9 +1393,9 @@ datetime("2022-10-19T14:17:12Z")
13931393
13941394## boolean
13951395##### 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
13971397
1398- ** Returns** : <code >object</code > - - A JSON-LD literal
1398+ ** Returns** : <code >object</code > - - A JSON-LD literal boolean
13991399
14001400| Param | Type | Description |
14011401| --- | --- | --- |
0 commit comments