Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"@type": "ldp:Container",
"ldp:contains": [
{
"@id": "batch-1.jsonld",
"invoice": {
"@id": "customer-invoice-1.jsonld"
},
"title": "Développement",
"creationDate": "2020-10-02",
"modificationDate": "2020-10-04",
"tasks": {
"@id": "batch-1-tasks.jsonld",
"@type": "ldp:Container",
"ldp:contains": [
{ "@id": "task-1.jsonld" },
{ "@id": "task-2.jsonld" }
]
},
"htAmount": 1500,
"permissions": []
},
{
"@id": "batch-2.jsonld",
"invoice": {
"@id": "customer-invoice-1.jsonld"
},
"title": "Déploiement",
"creationDate": "2020-10-02",
"modificationDate": "2020-10-04",
"tasks": {
"@id": "batch-2-tasks.jsonld",
"@type": "ldp:Container",
"ldp:contains": [
{ "@id": "task-3.jsonld" },
{ "@id": "task-4.jsonld" }
]
},
"htAmount": 500,
"permissions": []
}
],
"@id": "",
"@context": "https://cdn.happy-dev.fr/owl/hdcontext.jsonld"
}