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
46
47
48
49
50
51
{
"@type": "ldp:Container",
"ldp:contains": [
{
"@id": "task-1.jsonld",
"batch": {
"@id": "batch-1.jsonld"
},
"title": "Création du module de recherche",
"creationDate": "2020-10-02",
"modificationDate": "2020-10-04",
"htAmount": 1200,
"permissions": []
},
{
"@id": "task-2.jsonld",
"batch": {
"@id": "batch-1.jsonld"
},
"title": "Authentification",
"creationDate": "2020-10-02",
"modificationDate": "2020-10-04",
"htAmount": 300,
"permissions": []
},
{
"@id": "task-3.jsonld",
"batch": {
"@id": "batch-2.jsonld"
},
"title": "Configuration du déploiement automatique",
"creationDate": "2020-10-02",
"modificationDate": "2020-10-04",
"htAmount": 200,
"permissions": []
},
{
"@id": "task-4.jsonld",
"batch": {
"@id": "batch-2.jsonld"
},
"title": "Certificat SSL",
"creationDate": "2020-10-02",
"modificationDate": "2020-10-04",
"htAmount": 300,
"permissions": []
}
],
"@id": "",
"@context": "https://cdn.happy-dev.fr/owl/hdcontext.jsonld"
}