wiki-archive/twiki/data/SDD/Primer/DatasetMetadata.txt,v

223 lines
6.1 KiB
Plaintext
Raw Blame History

head 1.7;
access ;
symbols;
locks; strict;
comment @@;
1.7
date 2006.07.07.01.06.34; author DonovanSharp; state Exp;
branches;
next 1.6;
1.6
date 2006.07.06.05.33.43; author DonovanSharp; state Exp;
branches;
next 1.5;
1.5
date 2006.07.05.04.32.40; author DonovanSharp; state Exp;
branches;
next 1.4;
1.4
date 2006.06.07.02.44.51; author DonovanSharp; state Exp;
branches;
next 1.3;
1.3
date 2006.06.05.00.47.22; author DonovanSharp; state Exp;
branches;
next 1.2;
1.2
date 2006.06.02.06.18.05; author DonovanSharp; state Exp;
branches;
next 1.1;
1.1
date 2006.06.01.07.13.47; author DonovanSharp; state Exp;
branches;
next ;
desc
@@
1.7
log
@@
text
@%META:TOPICINFO{author="DonovanSharp" date="1152234394" format="1.1" reprev="1.7" version="1.7"}%
%META:TOPICPARENT{name="SddContents"}%
---++SDD Part 0: Introduction and Primer to the SDD Standard
---+++3.3 Dataset metadata
Each dataset in an SDD document must include some metadata about the dataset. The dataset metadata typically describes such things as source, ownership, copyright, versioning etc for the dataset.
%ATTACHURL%/datasetmetadata.gif
Metadata is stored in two places within an SDD instance document. The [[TechnicalMetadata][<TechnicalMetadata>]] element under [[SddDatasets][<Datasets>]] provides information about the processor that created the SDD document. Information about the dataset itself (or more accurately, the dataset from which the SDD document was created), is stored within the [[DatasetMetadata][<Dataset>]] element.
---++++Example 3.3.1 - Content Metadata for an SDD document
<table bgcolor="#ddddff" border="0" width="100%" cellpadding="5" cellspacing="5" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td>
<verbatim>
<Representation>
<Label xml:lang="en">Flying Fishes of the world</Label>
<Label xml:lang="de">Fliegende Fische der Welt</Label>
<Detail xml:lang="en" role="Description">A digital field guide</Detail>
<Detail xml:lang="en" role="Coverage">Flying Fishes (Exocoetidae)</Detail>
<Detail xml:lang="de" role="Coverage">Fliegende Fische (Exocoetidae)</Detail>
<MediaObject ref="m1"/>
</Representation>
<Links>
<Link rel="Alternate" href="http://www.DiversityCampus.net/Projects/xxx"/>
</Links>
<RevisionData>
<Creators>
<Agent role="aut" ref="a1" firstcontribution="2001-01-01T00:00:00Z" lastcontribution="2003-12-01T15:35:00Z"/>
<Agent role="edt" ref="a1"/>
<Agent role="edt" ref="a2"/>
</Creators>
<Contributors>
<Agent role="ctb" ref="a3"/>
<Agent role="trl" ref="a2"/>
</Contributors>
<DateCreated>1999-08-13T00:00:00</DateCreated>
<DateModified>2006-04-20T00:00:00</DateModified>
<RevisionStatus>Unrevised</RevisionStatus>
<Version major="1" minor="01" modifier="beta" issued="2006-04-28T00:00:00Z" />
</RevisionData>
<IPRStatements>
<IPRStatement role="Copyright">
<Label>(c) 2002 Allmende Biological Research Station</Label>
<Detail>(c) 2002 Allmende Biological Research Station. All rights reserved. No part of this data may be....</Detail>
</IPRStatement>
<IPRStatement role="TermsOfUse">
<Detail>Data may be freely used as long as ...</Detail>
<Detail xml:lang="de">Die Daten d<>rfen frei verwendet werden, solange ...</Detail>
</IPRStatement>
<IPRStatement role="Disclaimer">
<Label>See also the disclaimer.</Label>
<URI>www.xyz.org/disclaimer.html</URI>
</IPRStatement>
<IPRStatement role="Acknowledgement">
<Detail>The work was made possible by a grant from ...</Detail>
<Detail xml:lang="de">Wir danken der X-Stiftung f<>r ...</Detail>
</IPRStatement>
</IPRStatements>
<Scope>
<Citation ref="p111"/>
<GeographicArea ref="g1"/>
<GeographicArea ref="g2"/>
</Scope>
</verbatim>
</td>
</tr>
</table>
-- Main.DonovanSharp - 01 Jun 2006
%META:FILEATTACHMENT{name="datasetmetadata.gif" attr="" autoattached="1" comment="" date="1152234298" path="datasetmetadata.gif" size="16193" user="Main.DonovanSharp" version="1"}%
@
1.6
log
@@
text
@d1 1
a1 1
%META:TOPICINFO{author="DonovanSharp" date="1152164023" format="1.1" version="1.6"}%
d9 1
a9 1
%ATTACHURL%/datasetmetadata.jpg
d82 1
a82 1
%META:FILEATTACHMENT{name="datasetmetadata.jpg" attachment="datasetmetadata.jpg" attr="" comment="" date="1149648061" path="datasetmetadata.jpg" size="14221" stream="datasetmetadata.jpg" user="Main.DonovanSharp" version="1"}%
@
1.5
log
@@
text
@d1 1
a1 1
%META:TOPICINFO{author="DonovanSharp" date="1152073960" format="1.1" version="1.5"}%
d15 6
d72 6
@
1.4
log
@@
text
@d1 1
a1 1
%META:TOPICINFO{author="DonovanSharp" date="1149648291" format="1.1" reprev="1.4" version="1.4"}%
d11 1
a11 1
Metadata is stored in two places within an SDD instance document. The TechnicalMetadata element under [[SddDatasets][Datasets]] provides information about the processor that created the SDD document. Information about the dataset itself (or more accurately, the dataset from which the SDD document was created), is stored within the [[DatasetMetadata][Dataset]] element]].
@
1.3
log
@@
text
@d1 1
a1 1
%META:TOPICINFO{author="DonovanSharp" date="1149468442" format="1.1" version="1.3"}%
d9 2
d69 3
@
1.2
log
@@
text
@d1 1
a1 1
%META:TOPICINFO{author="DonovanSharp" date="1149229085" format="1.1" version="1.2"}%
d9 1
a9 1
Two elements are used in SDD for metadata. The TechnicalMetadata element provides information about the processor that created the SDD document. The &lt;ContentMetadata&gt; element provides information about the dataset itself (or more accurately, the dataset from which the SDD document was created).
@
1.1
log
@@
text
@d1 1
a1 1
%META:TOPICINFO{author="DonovanSharp" date="1149146027" format="1.1" version="1.1"}%
d3 1
d5 1
a5 1
SDD Part 0: Introduction and Primer to the SDD Standard
a6 1
3.3 Dataset metadata
d9 1
a9 1
Two elements are used in SDD for metadata. The <TechnicalMetadata> element provides information about the processor that created the SDD document. The <ContentMetadata> element provides information about the dataset itself (or more accurately, the dataset from which the SDD document was created).
d11 1
a11 1
Example 3.3.1 - Content Metadata for an SDD document
d13 1
a13 1
d63 1
a63 1
@