Setting up samples

draft_specifications
meerkat 2021-11-03 08:29:21 +11:00
parent 0c13261f5c
commit c718f6ed3a
5 changed files with 224 additions and 132 deletions

View File

@ -0,0 +1,20 @@
[MartiLQ]
tags = sample,docs
publisher = meerkat@merebox.com
contactPoint = Your friendly Meerkat
accessLevel = Confidential
rights = Public
license = MIT
batch = @./config/batch.no
theme = Documentation
[Resources]
author = Hive
title = {{documentName}}
state = active
expires = 0:0:7
urlPrefix = https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/

View File

@ -0,0 +1,20 @@
[MartiLQ]
tags = sample,docs
publisher = meerkat@merebox.com
contactPoint = Your friendly Meerkat
accessLevel = Confidential
rights = Public
license = MIT
batch = @./config/batch.no
theme = Documentation
[Resources]
author = Hive
title = {{documentName}}
state = active
expires = 0:0:7
urlPrefix = https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/

View File

@ -1,3 +1,75 @@
# Basic sample # Basic sample
The sample **martiLQ** document below has been generated
using the client GOLANG program using defaults and one input file.
The source is the project document ``/docs/source/martiLQ.md``
GOLANG program arguments are :
```
-t GEN -m test_Sample01.json -s docs/source/martiLQ.md --title "GEN001" --description "Simple example with no config"
```
```json
{
"content-type": "application/vnd.martilq.json",
"title": "GEN001",
"uid": "cff090b2-5845-490c-bd81-88b3a9267b5a",
"description": "Simple example with no config",
"modified": "2021-11-03T08:27:43.3630156+11:00",
"publisher": "",
"contactPoint": "",
"accessLevel": "",
"rights": "",
"tags": null,
"license": "",
"state": "",
"batch": 0,
"describedBy": "",
"landingPage": "",
"theme": "",
"resources": [
{
"title": "martiLQ.md",
"uid": "33802718-1a63-4632-be52-f281234d7fd7",
"documentName": "martiLQ.md",
"issueDate": "2021-11-03T08:27:43.3624588+11:00",
"modified": "2021-11-02T22:57:00.0061831+11:00",
"expires": "2028-11-03T00:00:00+11:00",
"state": "active",
"author": "",
"length": 6046,
"hash": {
"algo": "SHA256",
"value": "111f3ad34d94dc346ac282c9a1cc9a3e5802706b5274684b660d2f9b1721abcf",
"signed": false
},
"description": "",
"url": "file://martiLQ.md",
"version": "",
"content-type": "",
"encoding": "UTF-8",
"compression": "",
"encryption": "",
"describedBy": "",
"attributes": [
{
"category": "dataset",
"name": "records",
"function": "count",
"comparison": "EQ",
"value": "172"
}
]
}
],
"custom": [
{
"extension": "software",
"softwareName": "MARTILQREFERENCE",
"author": "Meerkat@merebox.com",
"version": "0.0.1"
}
]
}
```

View File

@ -4,14 +4,20 @@ The sample **martiLQ** document below has been generated
using the client GOLANG program and a configuration file using the client GOLANG program and a configuration file
with changed values from the default with changed values from the default
The source is the project folder /docs/source The source is the project document ``/docs/source/martiLQ.md``
GOLANG program arguments are :
```
-t GEN -m test_Sample02.json -c GEN002.ini -s docs/source/ --title "GEN002" --description "Simple example"
```
The configuration file is The configuration file is
```ini ```ini
[MartiLQ] [MartiLQ]
tags = sample
tags = sample,docs
publisher = meerkat@merebox.com publisher = meerkat@merebox.com
contactPoint = Your friendly Meerkat contactPoint = Your friendly Meerkat
accessLevel = Confidential accessLevel = Confidential
@ -20,24 +26,14 @@ license = MIT
batch = @./config/batch.no batch = @./config/batch.no
theme = Documentation theme = Documentation
[Resources] [Resources]
author = Hive author = Hive
title = {{documentName}} title = {{documentName}}
state = expired state = active
expires = 2:0:0 expires = 0:0:7
encoding = UTF-8 urlPrefix = https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/
urlPrefix = http://localhost/martilq/
[Custom_Spatial]
enabled = true
country = Netherland
region =
town = Amsterdam
[Custom_Temporal]
enabled = true
businessDate = {{yesterday}}
runDate = {{today}}
``` ```
@ -46,41 +42,42 @@ The **martiLQ** document
```json ```json
{ {
"content-type": "application/vnd.martilq.json", "content-type": "application/vnd.martilq.json",
"title": "GEN001", "title": "GEN002",
"uid": "369fb6c4-3628-4f61-a3ee-7b03a0fc8e25", "uid": "42532ae8-4d42-4875-b7c8-bcb7a5c38eaa",
"description": "Simple example", "description": "Simple example",
"modified": "2021-11-02T22:56:03.5897714+11:00", "modified": "2021-11-03T07:23:22.9177182+11:00",
"publisher": "meerkat@merebox.com", "publisher": "meerkat@merebox.com",
"contactPoint": "Your friendly Meerkat", "contactPoint": "Your friendly Meerkat",
"accessLevel": "Confidential", "accessLevel": "Confidential",
"rights": "Public", "rights": "Public",
"tags": [ "tags": [
"sample" "sample",
"docs"
], ],
"license": "MIT", "license": "MIT",
"state": "expired", "state": "active",
"batch": 1.001, "batch": 1.001,
"describedBy": "", "describedBy": "",
"landingPage": "", "landingPage": "",
"theme": "Documentation", "theme": "Documentation",
"resources": [ "resources": [
{ {
"title": "martilq.md", "title": "martiLQ.md",
"uid": "b0206363-5dcb-485d-83e9-9495e75662c1", "uid": "965fc95b-5d36-468c-abe4-7df618914180",
"documentName": "martilq.md", "documentName": "martiLQ.md",
"issueDate": "2021-11-02T22:56:03.5892511+11:00", "issueDate": "2021-11-03T07:23:22.909717+11:00",
"modified": "2021-11-02T22:47:49.7108132+11:00", "modified": "2021-11-02T22:57:00.0061831+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 5873, "length": 6046,
"hash": { "hash": {
"algo": "SHA256", "algo": "SHA256",
"value": "38714907ced5ff5efbf939f6404634dfa51762cec075b82187c0c6fa880aa37b", "value": "111f3ad34d94dc346ac282c9a1cc9a3e5802706b5274684b660d2f9b1721abcf",
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/martilq.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/martiLQ.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -93,7 +90,7 @@ The **martiLQ** document
"name": "records", "name": "records",
"function": "count", "function": "count",
"comparison": "EQ", "comparison": "EQ",
"value": "169" "value": "172"
} }
] ]
} }
@ -104,17 +101,6 @@ The **martiLQ** document
"softwareName": "MARTILQREFERENCE", "softwareName": "MARTILQREFERENCE",
"author": "Meerkat@merebox.com", "author": "Meerkat@merebox.com",
"version": "0.0.1" "version": "0.0.1"
},
{
"extension": "spatial",
"country": "Netherland",
"region": "",
"town": "Amsterdam"
},
{
"extension": "temporal",
"businessDate": "2021-11-01T00:00:00+11:00",
"runDate": "2021-11-02T00:00:00+11:00"
} }
] ]
} }

View File

@ -4,26 +4,31 @@ The sample **martiLQ** document below has been generated
using the client GOLANG program and including all files using the client GOLANG program and including all files
in a directory. in a directory.
The source is the project folder /docs/source and is recursive The source is the project folder ``/docs/source`` and
to include child folders and documents. does not include child folders and documents.
GOLANG program arguments are :
```
-t GEN -m test_Sample03.json -c GEN002.ini -s docs/source/ --title "GEN003" --description "Directory example"
```
```json ```json
{ {
"content-type": "application/vnd.martilq.json", "content-type": "application/vnd.martilq.json",
"title": "GEN003", "title": "GEN002",
"uid": "67152b70-368e-4186-ab06-398f4c98a079", "uid": "a4cb9d10-4d87-455b-87ec-64003147b0cd",
"description": "Directory example", "description": "Directory example",
"modified": "2021-11-02T23:48:07.0787735+11:00", "modified": "2021-11-03T07:27:54.5640625+11:00",
"publisher": "meerkat@merebox.com", "publisher": "meerkat@merebox.com",
"contactPoint": "Your friendly Meerkat", "contactPoint": "Your friendly Meerkat",
"accessLevel": "Confidential", "accessLevel": "Confidential",
"rights": "Public", "rights": "Public",
"tags": [ "tags": [
"sample" "sample",
"docs"
], ],
"license": "MIT", "license": "MIT",
"state": "expired", "state": "active",
"batch": 1.001, "batch": 1.001,
"describedBy": "", "describedBy": "",
"landingPage": "", "landingPage": "",
@ -31,12 +36,12 @@ to include child folders and documents.
"resources": [ "resources": [
{ {
"title": "README.md", "title": "README.md",
"uid": "e32b8a62-5571-41a5-beba-071844a80082", "uid": "53402a88-54b0-4f84-ab9b-ac0849508dae",
"documentName": "README.md", "documentName": "README.md",
"issueDate": "2021-11-02T23:48:07.0480017+11:00", "issueDate": "2021-11-03T07:27:54.5559943+11:00",
"modified": "2021-11-01T22:33:07.3888826+11:00", "modified": "2021-11-01T22:33:07.3888826+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 1566, "length": 1566,
"hash": { "hash": {
@ -45,7 +50,7 @@ to include child folders and documents.
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/README.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/README.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -64,12 +69,12 @@ to include child folders and documents.
}, },
{ {
"title": "attributes.md", "title": "attributes.md",
"uid": "2d431e9b-9906-44bc-8b0b-6746ca9e5c4c", "uid": "bcd1c22d-bd8c-48c4-905c-965378096ae3",
"documentName": "attributes.md", "documentName": "attributes.md",
"issueDate": "2021-11-02T23:48:07.0497323+11:00", "issueDate": "2021-11-03T07:27:54.5571766+11:00",
"modified": "2021-11-01T22:56:49.7231238+11:00", "modified": "2021-11-01T22:56:49.7231238+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 1204, "length": 1204,
"hash": { "hash": {
@ -78,7 +83,7 @@ to include child folders and documents.
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/attributes.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/attributes.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -97,12 +102,12 @@ to include child folders and documents.
}, },
{ {
"title": "ckan.md", "title": "ckan.md",
"uid": "4141a67a-dcb3-4b0c-b819-66555d0699b4", "uid": "b60f40ae-7b8c-4bc0-8557-1e2302855c23",
"documentName": "ckan.md", "documentName": "ckan.md",
"issueDate": "2021-11-02T23:48:07.0509128+11:00", "issueDate": "2021-11-03T07:27:54.5571766+11:00",
"modified": "2021-11-01T22:59:14.8560535+11:00", "modified": "2021-11-01T22:59:14.8560535+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 613, "length": 613,
"hash": { "hash": {
@ -111,7 +116,7 @@ to include child folders and documents.
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/ckan.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/ckan.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -130,12 +135,12 @@ to include child folders and documents.
}, },
{ {
"title": "comparison.md", "title": "comparison.md",
"uid": "b76ca118-b01e-4f26-9395-c5c07051d0e2", "uid": "0e22fcc3-cbfd-44b5-b624-cb6fca47a7f3",
"documentName": "comparison.md", "documentName": "comparison.md",
"issueDate": "2021-11-02T23:48:07.0521334+11:00", "issueDate": "2021-11-03T07:27:54.5577439+11:00",
"modified": "2021-11-01T14:27:20.7769396+11:00", "modified": "2021-11-01T14:27:20.7769396+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 1974, "length": 1974,
"hash": { "hash": {
@ -144,7 +149,7 @@ to include child folders and documents.
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/comparison.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/comparison.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -163,12 +168,12 @@ to include child folders and documents.
}, },
{ {
"title": "custom.md", "title": "custom.md",
"uid": "e6829ac7-e0bd-413b-b035-2cf2aee1da5d", "uid": "df10237f-2aab-4c9c-9f46-72dfa21d6288",
"documentName": "custom.md", "documentName": "custom.md",
"issueDate": "2021-11-02T23:48:07.0532497+11:00", "issueDate": "2021-11-03T07:27:54.5577439+11:00",
"modified": "2021-11-01T13:52:22.4420815+11:00", "modified": "2021-11-01T13:52:22.4420815+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 397, "length": 397,
"hash": { "hash": {
@ -177,7 +182,7 @@ to include child folders and documents.
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/custom.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/custom.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -196,12 +201,12 @@ to include child folders and documents.
}, },
{ {
"title": "magda.md", "title": "magda.md",
"uid": "39879fe6-3525-4152-9b93-acf20aefd683", "uid": "3d9e5091-cd7d-4def-a0ec-ccf3b22bf508",
"documentName": "magda.md", "documentName": "magda.md",
"issueDate": "2021-11-02T23:48:07.0554587+11:00", "issueDate": "2021-11-03T07:27:54.5588975+11:00",
"modified": "2021-11-01T14:26:31.8900363+11:00", "modified": "2021-11-01T14:26:31.8900363+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 120, "length": 120,
"hash": { "hash": {
@ -210,7 +215,7 @@ to include child folders and documents.
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/magda.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/magda.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -229,12 +234,12 @@ to include child folders and documents.
}, },
{ {
"title": "martiLQ.md", "title": "martiLQ.md",
"uid": "d259ef9f-38a4-4af2-bfdb-baa29e5ea8c9", "uid": "c8bce28c-a1f5-4bed-a51f-8e5e860a279a",
"documentName": "martiLQ.md", "documentName": "martiLQ.md",
"issueDate": "2021-11-02T23:48:07.0569604+11:00", "issueDate": "2021-11-03T07:27:54.5588975+11:00",
"modified": "2021-11-02T22:57:00.0061831+11:00", "modified": "2021-11-02T22:57:00.0061831+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 6046, "length": 6046,
"hash": { "hash": {
@ -243,7 +248,7 @@ to include child folders and documents.
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/martiLQ.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/martiLQ.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -262,12 +267,12 @@ to include child folders and documents.
}, },
{ {
"title": "quality.md", "title": "quality.md",
"uid": "08966d7f-3f6b-4187-9fb8-432fa78cb43d", "uid": "fdada2e4-4207-453c-8fe9-7c9ba3c30be6",
"documentName": "quality.md", "documentName": "quality.md",
"issueDate": "2021-11-02T23:48:07.0581721+11:00", "issueDate": "2021-11-03T07:27:54.5594721+11:00",
"modified": "2021-11-01T22:43:35.410177+11:00", "modified": "2021-11-01T22:43:35.410177+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 2019, "length": 2019,
"hash": { "hash": {
@ -276,7 +281,7 @@ to include child folders and documents.
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/quality.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/quality.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -295,12 +300,12 @@ to include child folders and documents.
}, },
{ {
"title": "references.md", "title": "references.md",
"uid": "842066e0-2e81-487b-9f48-0df972aa6f12", "uid": "efdda457-2fe5-4b74-90b5-1853a4903224",
"documentName": "references.md", "documentName": "references.md",
"issueDate": "2021-11-02T23:48:07.0593388+11:00", "issueDate": "2021-11-03T07:27:54.5594721+11:00",
"modified": "2021-11-01T23:25:15.048493+11:00", "modified": "2021-11-01T23:25:15.048493+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 722, "length": 722,
"hash": { "hash": {
@ -309,7 +314,7 @@ to include child folders and documents.
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/references.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/references.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -328,12 +333,12 @@ to include child folders and documents.
}, },
{ {
"title": "resources.md", "title": "resources.md",
"uid": "21659556-bf8b-486e-868f-c739f3f9cee8", "uid": "6eaf4fcf-f224-40ec-acdd-d12b4efa5093",
"documentName": "resources.md", "documentName": "resources.md",
"issueDate": "2021-11-02T23:48:07.0604619+11:00", "issueDate": "2021-11-03T07:27:54.5600473+11:00",
"modified": "2021-11-01T23:23:55.517501+11:00", "modified": "2021-11-01T23:23:55.517501+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 4646, "length": 4646,
"hash": { "hash": {
@ -342,7 +347,7 @@ to include child folders and documents.
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/resources.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/resources.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -361,12 +366,12 @@ to include child folders and documents.
}, },
{ {
"title": "what.md", "title": "what.md",
"uid": "60b0ddad-d860-415e-a3da-4fdfb9d7dc91", "uid": "8d7c2730-072a-4dc7-9522-c04b1ae9805f",
"documentName": "what.md", "documentName": "what.md",
"issueDate": "2021-11-02T23:48:07.0638034+11:00", "issueDate": "2021-11-03T07:27:54.5623504+11:00",
"modified": "2021-11-01T23:22:55.6854301+11:00", "modified": "2021-11-01T23:22:55.6854301+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 864, "length": 864,
"hash": { "hash": {
@ -375,7 +380,7 @@ to include child folders and documents.
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/what.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/what.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -394,12 +399,12 @@ to include child folders and documents.
}, },
{ {
"title": "when.md", "title": "when.md",
"uid": "add6d143-e602-4066-b804-3ce7fc1214e4", "uid": "c7b95fe2-a795-4961-92a1-93aa8ad3893d",
"documentName": "when.md", "documentName": "when.md",
"issueDate": "2021-11-02T23:48:07.0650335+11:00", "issueDate": "2021-11-03T07:27:54.5629261+11:00",
"modified": "2021-11-01T23:22:49.8615445+11:00", "modified": "2021-11-01T23:22:49.8615445+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 1106, "length": 1106,
"hash": { "hash": {
@ -408,7 +413,7 @@ to include child folders and documents.
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/when.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/when.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -427,12 +432,12 @@ to include child folders and documents.
}, },
{ {
"title": "who.md", "title": "who.md",
"uid": "f281360b-b9ed-4485-b0d7-20f92a677085", "uid": "95aeabd7-cb54-471f-a060-05ecece85d17",
"documentName": "who.md", "documentName": "who.md",
"issueDate": "2021-11-02T23:48:07.0748937+11:00", "issueDate": "2021-11-03T07:27:54.563489+11:00",
"modified": "2021-11-01T14:28:37.7765182+11:00", "modified": "2021-11-01T14:28:37.7765182+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 1943, "length": 1943,
"hash": { "hash": {
@ -441,7 +446,7 @@ to include child folders and documents.
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/who.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/who.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -460,12 +465,12 @@ to include child folders and documents.
}, },
{ {
"title": "why.md", "title": "why.md",
"uid": "f4e8b691-3117-4864-a4a9-24737b7fcad0", "uid": "aef75a78-b2a2-44ec-b9dd-ccf821ceb879",
"documentName": "why.md", "documentName": "why.md",
"issueDate": "2021-11-02T23:48:07.0771793+11:00", "issueDate": "2021-11-03T07:27:54.563489+11:00",
"modified": "2021-11-01T14:29:02.7419541+11:00", "modified": "2021-11-01T14:29:02.7419541+11:00",
"expires": "2023-11-02T00:00:00+11:00", "expires": "2021-11-10T00:00:00+11:00",
"state": "expired", "state": "active",
"author": "Hive", "author": "Hive",
"length": 1614, "length": 1614,
"hash": { "hash": {
@ -474,7 +479,7 @@ to include child folders and documents.
"signed": false "signed": false
}, },
"description": "", "description": "",
"url": "http://localhost/martilq/why.md", "url": "https://github.com/meerkat-manor/marti/blob/draft_specifications/docs/source/why.md",
"version": "", "version": "",
"content-type": "", "content-type": "",
"encoding": "UTF-8", "encoding": "UTF-8",
@ -498,17 +503,6 @@ to include child folders and documents.
"softwareName": "MARTILQREFERENCE", "softwareName": "MARTILQREFERENCE",
"author": "Meerkat@merebox.com", "author": "Meerkat@merebox.com",
"version": "0.0.1" "version": "0.0.1"
},
{
"extension": "spatial",
"country": "Netherland",
"region": "",
"town": "Amsterdam"
},
{
"extension": "temporal",
"businessDate": "2021-11-01T00:00:00+11:00",
"runDate": "2021-11-02T00:00:00+11:00"
} }
] ]
} }