Add The New Current

This commit is contained in:
Ruben van de Ven 2019-02-18 12:05:42 +01:00
parent 0737c09e1f
commit 95a35c1f06
1 changed files with 15 additions and 1 deletions

View File

@ -96,6 +96,7 @@
"endDate": "2015-01-23", "endDate": "2015-01-23",
"organizer": { "organizer": {
"@id": "http://constantvzw.org", "@id": "http://constantvzw.org",
"@type": "Organization",
"name": "Constant" "name": "Constant"
} }
} }
@ -120,6 +121,19 @@
"startDate": "2018-05", "startDate": "2018-05",
"endDate": "2018-05", "endDate": "2018-05",
"workFeatured": [] "workFeatured": []
},
{
"@type": "ExhibitionEvent",
"name": "The New Current",
"url": "https://www.thenewcurrent.org/artists-artweek",
"location": {
"@type": "EventVenue",
"name": "Cruise Terminal",
"address": "Rotterdam"
},
"startDate": "2019-02-06",
"endDate": "2019-02-10",
"workFeatured": []
} }
] ]
}, },
@ -447,7 +461,7 @@
"workFeatured": [], "workFeatured": [],
"@reverse": { "@reverse": {
"subEvent": { "subEvent": {
"@id": "http://summersessions.net/17-projects/projects-2016/55-emotion-hero" "@id": "http://summersessions.net/17-projects/projects-2016/55-emotion-hero#id"
} }
} }
} }