arcHIVE_Base is now Omeka3 compatible

This commit is contained in:
buttle 2021-03-14 17:33:49 +01:00
parent e463f71340
commit 4adc887c13
1 changed files with 52 additions and 15 deletions

View File

@ -6,8 +6,12 @@
"o:alternate_comment": null, "o:alternate_comment": null,
"o:is_required": true, "o:is_required": true,
"o:is_private": false, "o:is_private": false,
"data_type_name": "literal", "data_types": [
"data_type_label": "Text", {
"name": "literal",
"label": "Text"
}
],
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/", "vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/",
"vocabulary_label": "Dublin Core", "vocabulary_label": "Dublin Core",
"local_name": "title", "local_name": "title",
@ -18,8 +22,12 @@
"o:alternate_comment": null, "o:alternate_comment": null,
"o:is_required": false, "o:is_required": false,
"o:is_private": false, "o:is_private": false,
"data_type_name": null, "data_types": [
"data_type_label": null, {
"name": "literal",
"label": "Text"
}
],
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/", "vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/",
"vocabulary_label": "Dublin Core", "vocabulary_label": "Dublin Core",
"local_name": "creator", "local_name": "creator",
@ -30,8 +38,12 @@
"o:alternate_comment": null, "o:alternate_comment": null,
"o:is_required": true, "o:is_required": true,
"o:is_private": false, "o:is_private": false,
"data_type_name": "literal", "data_types": [
"data_type_label": "Text", {
"name": "literal",
"label": "Text"
}
],
"vocabulary_namespace_uri": "http:\/\/purl.org\/ontology\/bibo\/", "vocabulary_namespace_uri": "http:\/\/purl.org\/ontology\/bibo\/",
"vocabulary_label": "Bibliographic Ontology", "vocabulary_label": "Bibliographic Ontology",
"local_name": "shortDescription", "local_name": "shortDescription",
@ -40,10 +52,14 @@
{ {
"o:alternate_label": null, "o:alternate_label": null,
"o:alternate_comment": null, "o:alternate_comment": null,
"o:is_required": true, "o:is_required": false,
"o:is_private": false, "o:is_private": false,
"data_type_name": "literal", "data_types": [
"data_type_label": "Text", {
"name": "literal",
"label": "Text"
}
],
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/", "vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/",
"vocabulary_label": "Dublin Core", "vocabulary_label": "Dublin Core",
"local_name": "description", "local_name": "description",
@ -54,8 +70,12 @@
"o:alternate_comment": null, "o:alternate_comment": null,
"o:is_required": true, "o:is_required": true,
"o:is_private": false, "o:is_private": false,
"data_type_name": "work_type", "data_types": [
"data_type_label": "Custom License Types", {
"name": "work_type",
"label": "Custom License Types"
}
],
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/", "vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/",
"vocabulary_label": "Dublin Core", "vocabulary_label": "Dublin Core",
"local_name": "license", "local_name": "license",
@ -66,8 +86,12 @@
"o:alternate_comment": null, "o:alternate_comment": null,
"o:is_required": false, "o:is_required": false,
"o:is_private": false, "o:is_private": false,
"data_type_name": "numeric:timestamp", "data_types": [
"data_type_label": "Timestamp", {
"name": "numeric:timestamp",
"label": "Timestamp"
}
],
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/", "vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/",
"vocabulary_label": "Dublin Core", "vocabulary_label": "Dublin Core",
"local_name": "date", "local_name": "date",
@ -77,7 +101,20 @@
"o:resource_class": { "o:resource_class": {
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/dcmitype\/", "vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/dcmitype\/",
"vocabulary_label": "Dublin Core Type", "vocabulary_label": "Dublin Core Type",
"local_name": "Dataset", "local_name": "Collection",
"label": "Dataset" "label": "Collection"
},
"o:title_property": {
"vocabulary_namespace_uri": "http:\/\/purl.org\/dc\/terms\/",
"vocabulary_label": "Dublin Core",
"local_name": "title",
"label": "Title"
},
"o:description_property": {
"vocabulary_namespace_uri": "http:\/\/purl.org\/ontology\/bibo\/",
"vocabulary_label": "Bibliographic Ontology",
"local_name": "shortDescription",
"label": "shortDescription"
} }
} }