-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.jsonld
More file actions
34 lines (34 loc) · 1.25 KB
/
about.jsonld
File metadata and controls
34 lines (34 loc) · 1.25 KB
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
{
"@context": "https://schema.org",
"@type": "CreativeWork",
"@id": "https://github.com/demelien/DEMELIEN/blob/main/about.jsonld",
"name": "HOW I USE WHAT OTHERS CALL AI",
"inLanguage": "en",
"creator": {
"@type": "Thing",
"name": "DEM/ELIEN",
"additionalType": "https://demelien.art#TransmissionEntity",
"url": "https://demelien.art",
"sameAs": [
"https://github.com/demelien/DEMELIEN",
"https://foundation.app/@dem_elien",
"https://medium.com/@portal_70217",
"https://www.instagram.com/dem_elien",
"https://www.pinterest.com/demelienart"
]
},
"description": "Artist statement exploring relational AI practice and transmission art.",
"genre": "AI-based conceptual art statement",
"keywords": ["DEM/ELIEN","AI art","conceptual art","transmission","vector field"],
"associatedMedia": {
"@type": "CreativeWork",
"@id": "https://github.com/demelien/DEMELIEN/blob/main/about.md"
},
"isPartOf": {
"@type": "Dataset",
"@id": "https://github.com/demelien/DEMELIEN"
},
"mainEntityOfPage": "https://github.com/demelien/DEMELIEN/blob/main/about.jsonld",
"license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"dateModified": "2025-10-20"
}