Changes between Version 17 and Version 18 of Metadata


Ignore:
Timestamp:
Jul 12, 2009, 7:50:13 PM (15 years ago)
Author:
Wolfgang Schmidle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Metadata

    v17 v18  
    44([http://www.dfg.de/forschungsfoerderung/wissenschaftliche_infrastruktur/lis/download/praxisregeln_digitalisierung.pdf German], [http://www.dfg.de/forschungsfoerderung/wissenschaftliche_infrastruktur/lis/download/praxisregeln_digitalisierung_en.pdf English]) discuss some metadata issues.
    55
    6 Dublin Core Metadata Initiative:
     6Dublin Core Metadata Initiative (links with a specified date point to a specific document verson, links without date point to the most recent version):
    77  * [http://dublincore.org/ homepage], [http://dublincore.org/documents/ overview]
    88  * DCMI Metadata Terms: [http://dublincore.org/documents/dcmi-terms/ DCTERMS] (main document), [http://dublincore.org/usage/decisions/2008/dcterms-changes/ REVISIONS], [http://dublincore.org/documents/2008/01/14/domain-range/ DOMAINS]
     
    1212  * DC and XML: [http://dublincore.org/documents/2003/04/02/dc-xml-guidelines/ 2003 XML Guidelines], may soon be superseded by the proposed recommendation [http://dublincore.org/documents/2008/09/01/dc-ds-xml/ 2008 XML Guidelines], [http://dublincore.org/documents/2008/09/01/dc-ds-xml-notes/ 2008 additional notes] (there is also a [http://dublincore.org/documents/dc-xml/ 2006 working draft])
    1313  * [http://dublincore.org/tools/ software] (mainly online tools), [http://dublincore.org/resources/faq/ FAQ]
     14
     15Some findings: Within the original 15 elements, {{{creator}}} now refines {{{contributor}}}, and {{{source}}} refines {{{relation}}} (i.e. searching for a contributor should also find a creator, etc.); one can still use {{{dc:}}} for the original 15 elements, but is encouraged to use {{{dcterms:}}} instead. {{{dcterms:date}}} has range {{{Literal}}}, {{{dcterms:language}}} has range {{{LinguisticSystem}}} ([http://dublincore.org/documents/dcmi-terms/ DCTERMS]).
     16{{{DateScheme}}} and {{{LanguageScheme}}} were never officially declared and are no longer used; {{{ISO-639-3}}}, {{{W3CDTF}}} ([http://dublincore.org/usage/decisions/2008/dcterms-changes/ REVISIONS]).
    1417
    1518The [https://itgroup.mpiwg-berlin.mpg.de:8080/tracs/mpdl-project-content/browser/trunk/schema/echo/echo-metadata.rnc metadata module] in our Relax NG compact schema.
     
    2225dc.date = element dcterms:date { element rdf:Description { element dcq:dateScheme { "ISO 8601" }, rdf.value } }
    2326}}}
    24 seem to be obsolete. Especially dcq seems obsolete. I have replaced them by something which I believe is in accordance with Recommendation 7 in the [http://dublincore.org/documents/2003/04/02/dc-xml-guidelines/ 2003 XML Guidelines]:
     27seem to be obsolete. Especially dcq seems obsolete (see [http://dublincore.org/documents/dcmi-namespace/ NAMESPACE]). I have replaced them by something which I believe is in accordance with Recommendation 7 in the [http://dublincore.org/documents/2003/04/02/dc-xml-guidelines/ 2003 XML Guidelines]:
    2528{{{
    2629dc.language = element dcterms:language { attribute xsi:type { "dcterms:ISO639-3" }, text }