Hi All.
We are in the process of exporting items from various repositories to
one central repository.
One of the repositories has a custom metadata schema, namely the ISO19115.
However when I use the export command, it does not export the custom
metadata.
Similarly with the import command there is no option to specify a custom
metadata schema on import.
So my question is this.
Why does the facility exist to create custom metadata schemas if the
items cannot be exported with the custom metadata ?
And will external harvesters be able to pick up the custom metadata ?
Please find attached files.
Cheers
hg
--
-- PostgreSQL database dump
--
SET statement_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = off;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET escape_string_warning = off;
SET search_path = public, pg_catalog;
SET default_tablespace = '';
SET default_with_oids = false;
--
-- Name: metadataschemaregistry; Type: TABLE; Schema: public; Owner: dspace; Tablespace:
--
CREATE TABLE metadataschemaregistry (
metadata_schema_id integer DEFAULT nextval('metadataschemaregistry_seq'::regclass) NOT NULL,
namespace character varying(256),
short_id character varying(32)
);
ALTER TABLE public.metadataschemaregistry OWNER TO dspace;
--
-- Data for Name: metadataschemaregistry; Type: TABLE DATA; Schema: public; Owner: dspace
--
COPY metadataschemaregistry (metadata_schema_id, namespace, short_id) FROM stdin;
1 http://dublincore.org/documents/dcmi-terms/ dc
2 http://www.opengeospatial.org/ iso19115
\.
--
-- Name: metadataschemaregistry_namespace_key; Type: CONSTRAINT; Schema: public; Owner: dspace; Tablespace:
--
ALTER TABLE ONLY metadataschemaregistry
ADD CONSTRAINT metadataschemaregistry_namespace_key UNIQUE (namespace);
--
-- Name: metadataschemaregistry_pkey; Type: CONSTRAINT; Schema: public; Owner: dspace; Tablespace:
--
ALTER TABLE ONLY metadataschemaregistry
ADD CONSTRAINT metadataschemaregistry_pkey PRIMARY KEY (metadata_schema_id);
--
-- Name: metadataschemaregistry_short_id_key; Type: CONSTRAINT; Schema: public; Owner: dspace; Tablespace:
--
ALTER TABLE ONLY metadataschemaregistry
ADD CONSTRAINT metadataschemaregistry_short_id_key UNIQUE (short_id);
--
-- PostgreSQL database dump complete
--
--
-- PostgreSQL database dump
--
-- Started on 2010-08-13 13:32:15 SAST
SET statement_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = off;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET escape_string_warning = off;
SET search_path = public, pg_catalog;
SET default_tablespace = '';
SET default_with_oids = false;
--
-- TOC entry 1659 (class 1259 OID 16604)
-- Dependencies: 1972 3
-- Name: metadatafieldregistry; Type: TABLE; Schema: public; Owner: dspace; Tablespace:
--
CREATE TABLE metadatafieldregistry (
metadata_field_id integer DEFAULT nextval('metadatafieldregistry_seq'::regclass) NOT NULL,
metadata_schema_id integer NOT NULL,
element character varying(64),
qualifier character varying(64),
scope_note text
);
ALTER TABLE public.metadatafieldregistry OWNER TO dspace;
--
-- TOC entry 1977 (class 0 OID 16604)
-- Dependencies: 1659
-- Data for Name: metadatafieldregistry; Type: TABLE DATA; Schema: public; Owner: dspace
--
COPY metadatafieldregistry (metadata_field_id, metadata_schema_id, element, qualifier, scope_note) FROM stdin;
1 1 contributor \N A person, organization, or service responsible for the content of the resource. Catch-all for unspecified contributors.
2 1 contributor advisor Use primarily for thesis advisor.
3 1 contributor author \N
4 1 contributor editor \N
5 1 contributor illustrator \N
6 1 contributor other \N
7 1 coverage spatial Spatial characteristics of content.
8 1 coverage temporal Temporal characteristics of content.
9 1 creator \N Do not use; only for harvested metadata.
10 1 date \N Use qualified form if possible.
11 1 date accessioned Date DSpace takes possession of item.
12 1 date available Date or date range item became available to the public.
13 1 date copyright Date of copyright.
14 1 date created Date of creation or manufacture of intellectual content if different from date.issued.
15 1 date issued Date of publication or distribution.
16 1 date submitted Recommend for theses/dissertations.
17 1 identifier \N Catch-all for unambiguous identifiers not defined by\n qualified form; use identifier.other for a known identifier common\n to a local collection instead of unqualified form.
18 1 identifier citation Human-readable, standard bibliographic citation \n of non-DSpace format of this item
19 1 identifier govdoc A government document number
20 1 identifier isbn International Standard Book Number
21 1 identifier issn International Standard Serial Number
22 1 identifier sici Serial Item and Contribution Identifier
23 1 identifier ismn International Standard Music Number
24 1 identifier other A known identifier type common to a local collection.
25 1 identifier uri Uniform Resource Identifier
26 1 description \N Catch-all for any description not defined by qualifiers.
27 1 description abstract Abstract or summary.
28 1 description provenance The history of custody of the item since its creation, including any changes successive custodians made to it.
29 1 description sponsorship Information about sponsoring agencies, individuals, or\n contractual arrangements for the item.
30 1 description statementofresponsibility To preserve statement of responsibility from MARC records.
31 1 description tableofcontents A table of contents for a given item.
32 1 description uri Uniform Resource Identifier pointing to description of\n this item.
33 1 format \N Catch-all for any format information not defined by qualifiers.
34 1 format extent Size or duration.
35 1 format medium Physical medium.
36 1 format mimetype Registered MIME type identifiers.
37 1 language \N Catch-all for non-ISO forms of the language of the\n item, accommodating harvested values.
38 1 language iso Current ISO standard for language of intellectual content, including country codes (e.g. "en_US").
39 1 publisher \N Entity responsible for publication, distribution, or imprint.
40 1 relation \N Catch-all for references to other related items.
41 1 relation isformatof References additional physical form.
42 1 relation ispartof References physically or logically containing item.
43 1 relation ispartofseries Series name and number within that series, if available.
44 1 relation haspart References physically or logically contained item.
45 1 relation isversionof References earlier version.
46 1 relation hasversion References later version.
47 1 relation isbasedon References source.
48 1 relation isreferencedby Pointed to by referenced resource.
49 1 relation requires Referenced resource is required to support function,\n delivery, or coherence of item.
50 1 relation replaces References preceeding item.
51 1 relation isreplacedby References succeeding item.
52 1 relation uri References Uniform Resource Identifier for related item.
53 1 rights \N Terms governing use and reproduction.
54 1 rights uri References terms governing use and reproduction.
55 1 source \N Do not use; only for harvested metadata.
56 1 source uri Do not use; only for harvested metadata.
57 1 subject \N Uncontrolled index term.
58 1 subject classification Catch-all for value from local classification system;\n global classification systems will receive specific qualifier
59 1 subject ddc Dewey Decimal Classification Number
60 1 subject lcc Library of Congress Classification Number
61 1 subject lcsh Library of Congress Subject Headings
62 1 subject mesh MEdical Subject Headings
63 1 subject other Local controlled vocabulary; global vocabularies will receive specific qualifier.
64 1 title \N Title statement/title proper.
65 1 title alternative Varying (or substitute) form of title proper appearing in item,\n e.g. abbreviation or translation
66 1 type \N Nature or genre of content.
67 1 date updated The last time the item was updated via the SWORD interface
68 1 description version The Peer Reviewed status of an item
69 1 identifier slug a uri supplied via the sword slug header, as a suggested uri for the item
70 1 language rfc3066 the rfc3066 form of the language for the item
71 1 rights holder The owner of the copyright
72 1 userid uid Staff number/ Student number
73 1 subject name
74 1 subject corp
75 1 subject uni
76 1 subject geog
78 2 mdidentification abstract Abstract of the dataset (keywords).
79 2 mdidentification purpose Summary of the intentions with which the resource(s) was developed.
80 2 mdidentification supplementalinformation Any other descriptive information about the dataset.
81 2 mdidentification credits Recognition of those that contributed to the resource.
82 2 mdidentification individualname Name of the responsible person.
83 2 mdidentification organizationname Name of the responsible organization.
84 2 mdidentification deliverypoint Address line for the location.
85 2 mdidentification postalcode ZIP or other postal code.
86 2 mdidentification phone Telephone number at which the individual or organisation can be contacted (for the DSpace collection administrator).
87 2 mdidentification electronicmailaddress Address of the electronic mailbox of the responsible organization or individual.
88 2 mddataidentification spatialrepresentationtype Method used to spatially represent geographic information.
89 2 mddataidentification spatialresolution Factor which provides a general understanding of the density of spatial data in the dataset.
90 2 mddataidentification language The language used within the dataset.
91 2 mdkeywords keyword Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.
92 2 mdusage specificusage Brief description of the resource and/or resource series usage.
93 2 mdusage userdeterminedlimitations Applications determined by the user for which the resource and/or resource series is not suitable.
94 2 mdusage usagedatetime Date and time of the first use.
95 2 mdconstraints uselimitation Limitation affecting the fitness for use of the resource.
96 2 mdlegalconstraints accessconstraints Access constraints applied to assure the protection of privacy or intellectual property.
97 2 mdlegalconstraints useconstraints Constraints applied to assure the protection of privacy or intellectual property.
98 2 mdlegalconstraints otherconstraints Other restrictions and legal prerequisites for accessing and using the resource.
99 2 lilineage statement General explanation of the data producer's knowledge about the lineage of a dataset.
100 2 dqcompletenessomission valueunit The value unit for reporting a data quality result.
101 2 dqcompletenessomission valuespatialdata Quantitative value or values, content determined by the evaluation procedure used.
102 2 dqcompletenessomission valueattributedata Quantitative value or values, content determined by the evaluation procedure used.
103 2 mdmaintenanceinformation maintenanceandupdatefrequency Frequency with which changes and additions are made to the resource after the initial resource is completed.
104 2 mdmaintenanceinformation dateofnextupdate The scheduled revision date for the resource.
105 2 mdreference name Name of the reference system used.
106 2 mdcrs projection Identity of the projection used.
107 2 mdcrs ellipsiod Identity of the ellipsiod used.
108 2 mdcrs datum Identity of the datum used.
109 2 mdfeaturecataloguedescription contenttype Type of information represented by the cell value.
110 2 mdfeaturecataloguedescription language Language used within the catalogue.
111 2 mdfeaturecataloguedescription cataloguedate The date the item was uploaded.
112 2 mdcoveragedescription attributedescription Description of the attribute described by the measurement value.
113 2 mdcoveragedescription contenttype Type of information represented by the cell value.
114 2 mdimagedescription cloudcoverpercentage Area of the dataset obscured by clouds.
115 2 mdimagedescription imagingcondition Conditions that affected the image.
116 2 mdimagedescription imagingconditionother Other conditions affecting the image.
117 2 mdimagedescription triangulationindicator Indication of whether or not triangulation has been performed on the image.
118 2 mdimagedescription radiometriccalibrationdataavailability Indication of whether or not radiometric calibration information for generating the radiometric calibrated standard data product is available.
119 2 mdimagedescription lensdistortioninformationavailability Indication of whether or not lens aberration correction information is available.
120 2 mdimagedescription cameracalibrationinformationavailablity Indication of whether or not constants are available which allow for camera calibration information.
121 2 mddistributor distributorcontact Party from whom the resource may be obtained.
122 2 mdformat name Name of the data transfer format(s).
123 2 mdformat version The version of the format.
124 2 exgeographicboundingbox westboundlongitude Western-most coordinate of the limit of the dataset extent.
125 2 exgeographicboundingbox eastboundlongitude Eastern-most coordinate of the limit of the dataset extent.
126 2 exgeographicboundingbox northboundlongitude Northern-most coordinate of the limit of the dataset extent.
127 2 exgeographicboundingbox southboundlongitude Southern-most coordinate of the limit of the dataset extent.
128 2 exverticalextent minimumvalue The lowest vertical extent contained in the dataset.
129 2 exverticalextent maximumvalue The highest vertical extent contained in the dataset.
130 2 exverticalextent unitofmeasure Vertical units for vertical extent information.
131 2 exverticalextent verticaldatum Provide information about the origin from which the maximum and minimum values are measured.
132 2 extemporalextent extent Date and time of the content.
133 2 mdidentification title Name given to the dataset.
189 1 embargo terms This is the drop-down list of terms. E.g. 6 months, 12 months, 18 monts etc.
190 1 embargo lift This is the calculated lift date derived from the dc.embargo.terms field.
\.
--
-- TOC entry 1975 (class 2606 OID 16612)
-- Dependencies: 1659 1659
-- Name: metadatafieldregistry_pkey; Type: CONSTRAINT; Schema: public; Owner: dspace; Tablespace:
--
ALTER TABLE ONLY metadatafieldregistry
ADD CONSTRAINT metadatafieldregistry_pkey PRIMARY KEY (metadata_field_id);
--
-- TOC entry 1973 (class 1259 OID 16644)
-- Dependencies: 1659
-- Name: metadatafield_schema_idx; Type: INDEX; Schema: public; Owner: dspace; Tablespace:
--
CREATE INDEX metadatafield_schema_idx ON metadatafieldregistry USING btree (metadata_schema_id);
--
-- TOC entry 1976 (class 2606 OID 16613)
-- Dependencies: 1659 1658
-- Name: metadatafieldregistry_metadata_schema_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: dspace
--
ALTER TABLE ONLY metadatafieldregistry
ADD CONSTRAINT metadatafieldregistry_metadata_schema_id_fkey FOREIGN KEY (metadata_schema_id) REFERENCES metadataschemaregistry(metadata_schema_id);
-- Completed on 2010-08-13 13:32:15 SAST
--
-- PostgreSQL database dump complete
--
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel