Home
Random
Recent changes
Special pages
Community portal
Settings
About NeoWiki Demo
Disclaimers
NeoWiki Demo
Search
User menu
Create account
Log in
View source for Schema:Exhibition
←
Schema:Exhibition
{ "description": "A temporary or permanent exhibition hosted at a museum, showcasing works by one or more artists around a theme.", "propertyDefinitions": { "Start year": { "type": "number", "required": true }, "End year": { "type": "number" }, "Venue": { "type": "relation", "relation": "Hosted at", "targetSchema": "Museum", "required": true }, "Featured artists": { "type": "relation", "relation": "Features", "targetSchema": "Artist", "multiple": true }, "Website": { "type": "url" }, "Theme": { "type": "text" }, "Visitor count": { "type": "number", "minimum": 0, "precision": 0 } } }
Return to
Schema:Exhibition
.