Added Physical object
This commit is contained in:
parent
17be669259
commit
e463f71340
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"o:label": "Physical object",
|
||||
"o:resource_template_property": [
|
||||
{
|
||||
"o:alternate_label": null,
|
||||
"o:alternate_comment": null,
|
||||
"o:is_required": false,
|
||||
"o:is_private": false,
|
||||
"data_type_name": null,
|
||||
"data_type_label": null,
|
||||
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/",
|
||||
"vocabulary_label": "Dublin Core",
|
||||
"local_name": "title",
|
||||
"label": "Title"
|
||||
},
|
||||
{
|
||||
"o:alternate_label": null,
|
||||
"o:alternate_comment": null,
|
||||
"o:is_required": false,
|
||||
"o:is_private": false,
|
||||
"data_type_name": null,
|
||||
"data_type_label": null,
|
||||
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/",
|
||||
"vocabulary_label": "Dublin Core",
|
||||
"local_name": "description",
|
||||
"label": "Description"
|
||||
},
|
||||
{
|
||||
"o:alternate_label": "Height",
|
||||
"o:alternate_comment": null,
|
||||
"o:is_required": false,
|
||||
"o:is_private": false,
|
||||
"data_type_name": "numeric:integer",
|
||||
"data_type_label": "Integer",
|
||||
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/",
|
||||
"vocabulary_label": "Dublin Core",
|
||||
"local_name": "spatial",
|
||||
"label": "Spatial Coverage"
|
||||
},
|
||||
{
|
||||
"o:alternate_label": "State",
|
||||
"o:alternate_comment": null,
|
||||
"o:is_required": false,
|
||||
"o:is_private": false,
|
||||
"data_type_name": "customvocab:1",
|
||||
"data_type_label": "State",
|
||||
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/",
|
||||
"vocabulary_label": "Dublin Core",
|
||||
"local_name": "type",
|
||||
"label": "Type"
|
||||
},
|
||||
{
|
||||
"o:alternate_label": "Lifespan",
|
||||
"o:alternate_comment": null,
|
||||
"o:is_required": false,
|
||||
"o:is_private": false,
|
||||
"data_type_name": "numeric:duration",
|
||||
"data_type_label": "Duration",
|
||||
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/",
|
||||
"vocabulary_label": "Dublin Core",
|
||||
"local_name": "date",
|
||||
"label": "Date"
|
||||
}
|
||||
],
|
||||
"o:resource_class": {
|
||||
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/dcmitype\/",
|
||||
"vocabulary_label": "Dublin Core Type",
|
||||
"local_name": "PhysicalObject",
|
||||
"label": "Physical Object"
|
||||
}
|
||||
}
|
54
README.md
54
README.md
|
@ -0,0 +1,54 @@
|
|||
# Resouce templates
|
||||
|
||||
Resources describe content. json files can be used to import these resources.
|
||||
|
||||
## ArcHIVE_Base template
|
||||
|
||||
A list of properties that are commons to all arcHIVE resources
|
||||
|
||||
* Title: dcterms:title ✓
|
||||
* Author: (artist, collective, scientist...) dcterms:creator ✓
|
||||
* Date: dcterms:date Numeric:Timestamp ✓
|
||||
* Summary: bibo:shortDescription ✓
|
||||
* Rights: TODO
|
||||
* License: dcterms:license Hangar:License-Types ✓
|
||||
* Extended description: dcterms:description ✓
|
||||
* Keywords: TODO
|
||||
|
||||
## Physical object
|
||||
|
||||
**Omeka Class**: Physical Object
|
||||
|
||||
* Size
|
||||
* Dimension Height (cm)
|
||||
* Dimension Width (cm)
|
||||
* Dimension Length (cm)
|
||||
* Weight (kg)
|
||||
* Volume structure: (flat or 3D)
|
||||
* Volume state: (flexible or rigid)
|
||||
* Raw Material(s): Materials or substances used in the primary production or manufacturing of the item
|
||||
* Glossiness: The property of being smooth and shiny. burnish, polish, gloss
|
||||
* Color: the property possessed by an object of producing different sensations on the eye as a result of the way it reflects or emits light.
|
||||
* Transport: movable or fixed
|
||||
* Status: dcterms:type: Custom vocab [stable, unstable, living, dead(fixed or decaying), inert] ✓
|
||||
* Lifespan: dcterms:date Numeric:Duration ✓
|
||||
* Life cycle
|
||||
|
||||
## Digital content
|
||||
|
||||
All digital content share these same properties
|
||||
|
||||
* Creators of digitization files:
|
||||
* Contributors for the digitization:
|
||||
* Uploader. Who uploaded it.
|
||||
|
||||
### Images
|
||||
|
||||
|
||||
### Audio
|
||||
|
||||
|
||||
### Video
|
||||
|
||||
|
||||
### Documentation
|
|
@ -4,10 +4,10 @@
|
|||
{
|
||||
"o:alternate_label": null,
|
||||
"o:alternate_comment": null,
|
||||
"o:is_required": false,
|
||||
"o:is_required": true,
|
||||
"o:is_private": false,
|
||||
"data_type_name": null,
|
||||
"data_type_label": null,
|
||||
"data_type_name": "literal",
|
||||
"data_type_label": "Text",
|
||||
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/",
|
||||
"vocabulary_label": "Dublin Core",
|
||||
"local_name": "title",
|
||||
|
@ -28,10 +28,10 @@
|
|||
{
|
||||
"o:alternate_label": null,
|
||||
"o:alternate_comment": null,
|
||||
"o:is_required": false,
|
||||
"o:is_required": true,
|
||||
"o:is_private": false,
|
||||
"data_type_name": null,
|
||||
"data_type_label": null,
|
||||
"data_type_name": "literal",
|
||||
"data_type_label": "Text",
|
||||
"vocabulary_namespace_uri": "http:\/\/purl.org\/ontology\/bibo\/",
|
||||
"vocabulary_label": "Bibliographic Ontology",
|
||||
"local_name": "shortDescription",
|
||||
|
@ -40,10 +40,10 @@
|
|||
{
|
||||
"o:alternate_label": null,
|
||||
"o:alternate_comment": null,
|
||||
"o:is_required": false,
|
||||
"o:is_required": true,
|
||||
"o:is_private": false,
|
||||
"data_type_name": null,
|
||||
"data_type_label": null,
|
||||
"data_type_name": "literal",
|
||||
"data_type_label": "Text",
|
||||
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/",
|
||||
"vocabulary_label": "Dublin Core",
|
||||
"local_name": "description",
|
||||
|
|
Loading…
Reference in New Issue