-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathro-crate-metadata.json
36 lines (36 loc) · 1.13 KB
/
ro-crate-metadata.json
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
{
"@context": [
"https://w3id.org/ro/crate/1.2-DRAFT/context",
{"hasShaclFile":"https://example.org/NS/dmbonassistent/hasShaclFile"},
{"hasCrateRepo":"https://example.org/NS/dmbonassistent/hasCrateRepo"}
],
"@graph": [
{
"@id": "ro-crate-metadata.json",
"@type": "CreativeWork",
"hasCrateRepo":"https://github.com/vliz-be-opsci/test_OSD_profilecrate",
"hasShaclFile":"https://github.com/vliz-be-opsci/test_OSD_profilecrate/all_constraints.ttl",
"about": {
"@id": "./"
},
"conformsTo": {
"@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/profiles"
}
},
{
"@id": "./",
"@type": ["Dataset","Profile"],
"hasShaclFile": "all_constraints.ttl",
"datePublished": "2022-02-08T18:04:04.531904",
"hasPart": [
{
"@id": "all_constraints.ttl"
}
]
},
{
"@id": "all_constraints.ttl",
"@type": "File"
}
]
}