Jump to content
Main menu
Main menu
move to sidebar
hide
Demo tour
Main page
Museum collection
ACME Inc
Research catalog
People and life events
Features
Subjects on a page
Schemas
Subject views
RDF and ontology mappings
SPARQL queries
Developers hub
About NeoWiki
NeoWiki website
Issue tracker
This wiki
Recent changes
NeoWiki Demo
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
View source for Schema:Artwork
Schema
Discussion
English
Read
View source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
View source
View history
General
What links here
Related changes
Special pages
Page information
NeoWiki
All schemas
RedHerb
Find a subject
Appearance
move to sidebar
hide
←
Schema:Artwork
{ "description": "A work of art such as a painting, sculpture, or other creative piece held in a museum collection.", "propertyDefinitions": { "Year": { "type": "number", "required": true, "description": "Year the artwork was created or completed" }, "Medium": { "type": "text", "required": true }, "Condition": { "type": "text", "default": "Good" }, "Creator": { "type": "relation", "relation": "Created by", "targetSchema": "Artist", "required": true }, "Located at": { "type": "relation", "relation": "Held at", "targetSchema": "Museum" }, "Image": { "type": "url" }, "Estimated value": { "type": "number", "minimum": 0, "precision": 2, "description": "Estimated value in millions EUR" } } }
Return to
Schema:Artwork
.