From e463f7134035e08422f99977405eb825a407d5f8 Mon Sep 17 00:00:00 2001 From: buttle Date: Mon, 8 Mar 2021 12:20:19 +0100 Subject: [PATCH] Added Physical object --- Physical_object.json | 71 ++++++++++++++++++++++++++++++++++++++++++++ README.md | 54 +++++++++++++++++++++++++++++++++ arcHIVE_Base.json | 18 +++++------ 3 files changed, 134 insertions(+), 9 deletions(-) create mode 100644 Physical_object.json diff --git a/Physical_object.json b/Physical_object.json new file mode 100644 index 0000000..840611a --- /dev/null +++ b/Physical_object.json @@ -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" + } +} diff --git a/README.md b/README.md index e69de29..a69d973 100644 --- a/README.md +++ b/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 diff --git a/arcHIVE_Base.json b/arcHIVE_Base.json index e1f392c..8355eaf 100644 --- a/arcHIVE_Base.json +++ b/arcHIVE_Base.json @@ -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",