-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.jsonld
More file actions
26 lines (26 loc) · 899 Bytes
/
map.jsonld
File metadata and controls
26 lines (26 loc) · 899 Bytes
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
{
"@context": "https://line2.biz/context.jsonld",
"@type": "DataCatalog",
"name": "GRDNT: Foundation Map",
"identifier": "/grdnt/",
"description": "Mapping the primary gradients and baseline semantic datasets for Cryptophasia.",
"mainEntityOfPage": "https://line2.biz/rs_973.json",
"creator": {
"@id": "https://github.com/yarosh9",
"name": "Igor Yaroshenko | yarosh9"
},
"dataset": [
{
"@type": ["Dataset", "SoftwareSourceCode", "CreativeWork"],
"name": "Core Gradient Library",
"description": "Generative visual baselines with zero-restriction license.",
"repo": "https://github.com/yarosh9/grdnt/",
"gallery": "https://yarosh9.github.io/grdnt/index.html"
}
],
"potentialAction": {
"type": "ConsumeAction",
"name": "Baseline_Sync",
"description": "Sync primary entropy levels as a reference for all child nodes."
}
}