From 17be66925997b05ab702a06483f675fc3102e20f Mon Sep 17 00:00:00 2001 From: buttle Date: Mon, 8 Mar 2021 10:39:04 +0100 Subject: [PATCH] first commit --- README.md | 0 arcHIVE_Base.json | 83 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 README.md create mode 100644 arcHIVE_Base.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/arcHIVE_Base.json b/arcHIVE_Base.json new file mode 100644 index 0000000..e1f392c --- /dev/null +++ b/arcHIVE_Base.json @@ -0,0 +1,83 @@ +{ + "o:label": "arcHIVE Base", + "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": "creator", + "label": "Creator" + }, + { + "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\/ontology\/bibo\/", + "vocabulary_label": "Bibliographic Ontology", + "local_name": "shortDescription", + "label": "shortDescription" + }, + { + "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": null, + "o:alternate_comment": null, + "o:is_required": true, + "o:is_private": false, + "data_type_name": "work_type", + "data_type_label": "Custom License Types", + "vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/", + "vocabulary_label": "Dublin Core", + "local_name": "license", + "label": "License" + }, + { + "o:alternate_label": null, + "o:alternate_comment": null, + "o:is_required": false, + "o:is_private": false, + "data_type_name": "numeric:timestamp", + "data_type_label": "Timestamp", + "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": "Dataset", + "label": "Dataset" + } +}