Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CentralNic
CentralNic RDAP Extensions
Commits
47a46d6e
Unverified
Commit
47a46d6e
authored
Apr 16, 2019
by
Gavin Brown
Browse files
add further examples provided by Sergey Baukin <sb@nic.art>
parent
443ed2cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
art-records.md
View file @
47a46d6e
...
...
@@ -18,38 +18,52 @@ RDAP servers which implement this extension MUST insert `artRecord_level_0` into
This extension defines a new JSON data structure for RDAP: an array of objects, where each object represents an Art Record data element.
"artRecord_record": [
{
"title": "objectType",
"name": "Type of Object",
"value": "a moving-image"
},
{
"title": "materialsAndTechniques",
"name": "Materials & Techniques",
"value": "digitally processed film shot on camera"
},
{
"title": "dimensions",
"name": "Measurements",
"value": "1920x1080 px"
},
{
"title": "title",
"name": "Title",
"value": "John Doe"
},
{
"title": "dateOrPeriod",
"name": "Date or Period",
"value": "2018"
},
{
"title": "maker",
"name": "Maker",
"value": "Jane Doe"
}
]
"artRecord_record": [{
"title": "objectType",
"name": "Type of Object",
"value": "a moving-image"
},
{
"title": "materialsAndTechniques",
"name": "Materials & Techniques",
"value": "digitally processed film shot on camera"
},
{
"title": "dimensions",
"name": "Measurements",
"value": "1920x1080 px"
},
{
"title": "title",
"name": "Title",
"value": "John Doe"
},
{
"title": "dateOrPeriod",
"name": "Date or Period",
"value": "2018"
},
{
"title": "maker",
"name": "Maker",
"value": "Jane Doe"
},
{
"title": "inscriptionsAndMarkings",
"name": "Inscriptions And Markings",
"value": "'Jane Doe' at the lower right"
},
{
"title": "subject",
"name": "Subject",
"value": "Landscape"
},
{
"title": "features",
"name": "Features",
"value": ""
}
]
## Art Record Data Elements
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment