|
Metadata Home > Metadata
Mappings > FGDC to UVa Metadata Mapping
Content Standard
at: http://www.fgdc.gov/metadata/csdgm/
DTD
at: http://www.fgdc.gov/metadata/fgdc-std-001-1998.dtd
Example in Native Format
Descriptive metadata
Administrative metadata
Technical metadata
The content standard contains seven categories of information:
1. Identification Information
2. Data Quality Information
3. Spatial Data Organization Information
4. Spatial Reference Information
5. Entity and Attribute Information
6. Distribution Information
7. Metadata Reference Information
Descriptive Metadata
The majority of the information needed to create a discovery metadata record
for an object within the Digital Library is contained within the Identification
Information category, however, the content of elements within the Data Quality
Information, Spatial Reference Information, Entity and Attribute Information,
and Distribution Information categories should be extracted when available.
1. Identification Information
The Identification Information category is subdivided into 14 sections. We
utilize 8 of the 14 sections.
1.1 Citation
Contains the Citation Information set of elements which is used in other sections
of the standard.
| 8.1 Originator |
the name of an organization or individual that developed the
data set. If the name of editors or compilers are provided, the name must be
followed by "(ed.)" or "(comp.)" respectively. |
| DTD tag name |
origin |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.1 Citation <citation> and 8 Citation Information <citeinfo>.
<citation>
<citeinfo>
<origin>Karl Ryavec</origin>
</citeinfo>
</citation> |
| Maps to |
Agent |
| 8.2 Publication Date |
the date when the data set is published or otherwise made available
for release. |
| DTD tag name |
pubdate |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.1 Citation <citation> and 8 Citation Information <citeinfo>.
<citation>
<citeinfo>
<pubdate>2000</pubdate>
</citeinfo>
</citation> |
| Maps to |
Date type=creation |
| 8.4 Title |
the name by which the data set is known. |
| DTD tag name |
title |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.1 Citation <citation> and 8 Citation Information <citeinfo>.
<citation>
<citeinfo>
<title>TAR Town/Townships</title>
</citeinfo>
</citation> |
| Maps to |
Title type=main |
| 8.6 Geospatial Data Presentation Form |
the mode in which the geospatial data are represented. |
| DTD tag name |
geoform |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.1 Citation <citation> and 8 Citation Information <citeinfo>.
<citation>
<citeinfo>
<geoform>vector digital data</geoform>
</citeinfo>
</citation> |
| Maps to |
Genre |
Elements in this section not mapped:
8.3 Publication Time
8.5 Edition
8.7 Series Information
8.8 Publication Information
8.9 Other Citation Details
8.10 Online Linkage
8.11 Larger Work Citation
1.2 Description
| 1.2.1 Abstract |
a brief narrative summary of the data set. |
| DTD tag name |
abstract |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.2 Description <descript>.
<descript>
<abstract>Approximate locations of all town/townships administrative seats
in counties of the Tibetan Autonoumus Region.
</abstract>
</descript> |
| Maps to |
Description type="abstract" |
| 1.2.2 Purpose |
a summary of the intentions with which the data set was developed.
|
| DTD tag name |
purpose |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.2 Description <descript>.
<descript>
<purpose>hese coverages are designed to show regional demographic patterns
in page-sized maps only, and are not meant for detailed mapping work.
</purpose>
</descript> |
| Maps to |
Description type="purpose" |
| 1.2.3 Supplemental Information |
other descriptive information about the data set. |
| DTD tag name |
supplinf |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.2 Description <descript>.
<descript>
<supplinf>Information from document file - tseats.doc - received Sept
26, 2000.
</supplinf>
</descript> |
| Maps to |
Description type="supplemental" |
1.3 Time Period of Content
This section contains the Time Period Information set of elements which is
used in other sections of the standard.
Choice of 1 of 3 elements:
9.1 Single Date/Time
9.2 Multiple Dates/Times
9.3 Range of Dates/Times
Both 9.1 and 9.2 use <caldate></caldate> to encode the date. 9.3
uses <begdate></begdate><enddate></enddate> pairs
to encode the date range.
| 9.1 Single Date |
means of encoding a single date. |
| DTD tag name |
sngdate |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.3 Time Period of Content <timeperd>.
For single date (9.1):
<timeperd>
<timeinfo>
<sngdate>
<caldate>1990</caldate>
</sngdate>
</timeinfo>
</timeperd>
|
| Maps to |
Covtime/Date |
| 9.2 Multiple Dates |
means of encoding a multiple dates. |
| DTD tag name |
mdattim |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.3 Time Period of Content <timeperd>.
<timeperd>
<timeinfo>
<mdattim>
<caldate>1990</caldate>
<caldate>1995</caldate>
</mdattim>
</timeinfo>
</timeperd>
|
| Maps to |
Covtime/Date |
| 9.3 Range of Dates |
means of encoding a range of dates . |
| DTD tag name |
rngdates |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.3 Time Period of Content <timeperd>.
<timeperd>
<timeinfo>
<rngdates>
<begdate>1990</begdate>
<enddate>1999</enddate>
</rngdates>
</timeinfo>
</timeperd>
|
| Maps to |
Covtime/Date |
1.5 Spatial Domain
| 1.5.1.1 West Bounding Coordinate |
western-most coordinate of the limit of coverage expressed
in longitude. |
| DTD tag name |
westbc |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.5 Spatial Domain <spdom>.
<spdom>
<bounding>
<westbc>79.426154</westbc>
</bounding>
</spdom> |
| Maps to |
Covspace/boundedby/westlong |
| 1.5.1.2 East Bounding Coordinate |
eastern-most coordinate of the limit of coverage expressed
in longitude. |
| DTD tag name |
eastbc |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.5 Spatial Domain <spdom>.
<spdom>
<bounding>
<eastbc>99.5722</eastbc>
</bounding>
</spdom> |
| Maps to |
Covspace/boundedby/eastlong |
| 1.5.1.3 North Bounding Coordinate |
northern-most coordinate of the limit of coverage expressed
in latitude. |
| DTD tag name |
northbc |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.5 Spatial Domain <spdom>.
<spdom>
<bounding>
<northbc>34.590472</northbc>
</bounding>
</spdom> |
| Maps to |
Covspace/boundedby/northlat |
| 1.5.1.4 South Bounding Coordinate |
southern-most coordinate of the limit of coverage expressed
in latitude. |
| DTD tag name |
southbc |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.5 Spatial Domain <spdom>.
<spdom>
<bounding>
<southbc>26.001884</southbc>
</bounding>
</spdom> |
| Maps to |
Covspace/boundedby/southlat |
1.6 Keywords
Keywords contains three categories, Theme, Place, and Temporal.
| 1.6.1.1 Theme Keyword Thesaurus |
reference to a formally registered thesaurus or a similar authoritative
source of theme keywords. |
| DTD tag name |
themekt |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.6 Keywords <keywords>.
<theme>
<themekt>Getty Thesaurus of Geographic Names</themekt>
</theme> |
| Maps to |
scheme attribute of Subject |
| 1.6.1.2 Theme Keyword |
common-use word or phrase used to describe the subject of the
data set. |
| DTD tag name |
themekey |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.6 Keywords <keywords>.
<theme>
<themekey>administrative seats</themekey>
</theme> |
| Maps to |
Subject |
| 1.6.2.1 Place Keyword Thesaurus |
reference to a formally registered thesaurus or a similar authoritative
source of place keywords. |
| DTD tag name |
placekt |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.6 Keywords <keywords>.
<place>
<placekt>Getty Thesaurus of Geographic Names</placekt>
</place> |
| Maps to |
scheme attribute of Covspace/geogname |
| 1.6.2.2 Place Keyword |
the geographic name of a location covered by a data set. |
| DTD tag name |
placekey |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.6 Keywords <keywords>.
<place>
<placekey>Tibetan Autonomous Region</placekey>
</place> |
| Maps to |
Covspace/geogname |
| 1.6.4.1 Temporal Keyword Thesaurus |
reference to a formally registered thesaurus or a similar authoritative
source of temporal keywords. |
| DTD tag name |
tempkt |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.6 Keywords <keywords>.
<temporal>
<tempkt>Getty Thesaurus of Geographic Names</tempkt>
</temporal> |
| Maps to |
scheme attribute of Covtime/intervalname |
| 1.6.4.2 Temporal Keyword |
the name of a time period covered by a data set. |
| DTD tag name |
tempkey |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.6 Keywords <keywords>.
<temporal>
<tempkey>Tang Dynasty</tempkey>
</temporal> |
| Maps to |
Covtime/intervalname |
1.7 Access Constraints
| 1.7 Access Constraints |
restrictions and legal prerequisites for accessing the data
set. These include any access constraints applied to assure the protection of
privacy or intellectural property, and any special restrictions or limitations
on obtaining the data set. |
| DTD tag name |
accconst |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.7 Access Constraints <accconst>.
<accconst>Data may be provided to scholars and institutions on a collaborative
research basis with Karl Ryavec of the THDL.</accconst> |
| Maps to |
Rights type=access |
1.8 Use Constraints
| 1.8 Use Constraints |
restrictions and legal prerequisites for using the data set
after access is granted. These include any use constraints applied to assure
the protection of privacy or intellectual property, and any special restrictions
or limitations on using the data set. |
| DTD tag name |
useconst |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.8 Use Constraints <useconst>.
<useconst>View access only.</useconst> |
| Maps to |
Rights type=use |
1.11 Data Set Credit
| 1.11 Use Constraints |
recognition of those who contributed to the data set. |
| DTD tag name |
datacred |
| Context |
Used in the Identification Information <idinfo> section
and nested within 1.11 Data Set Credit <datacred>.
<datacred>Karl Ryavec</datacred> |
| Maps to |
Agent role="contributor" |
2. Data Quality Information
2.5 Lineage
Information about the events, parameters, and source data which constructed
the data set, and information about the responsible parties
| 2.5.1.1 Source Citation |
reference for a source data set |
| DTD tag name |
srccite |
| Context |
The Source Citation is nested within the Lineage <lineage>,
and Source Information <srcinfo> elements. It contains the Citation Information
set of elements (see 1.1 Citation above). The content of Originator, Publication
Date, and Title should be extracted.
In the Descriptive Element Set, maps to Source/bibref.
In Administrative Element Set, maps to Agent, Date, and Title respectively.
<lineage>
<srcinfo>
<srccite>
<citeinfo>
<origin>unknown</origin>
<pubdate>1990</pubdate>
<title>Chinese maps/atlases</title>
<geoform>map</geoform>
</citeinfo>
</srccite>
</srcinfo>
</lineage> |
| Maps to |
see context |
4. Spatial Reference Information
4.1 Horizontal Coordinate System Definition
The reference frame or system from which linear or angular quantities are
measured and assigned to the position that a point ocupies.
| 4.1.2.1.1 Map Projection Name |
name of the map projection. |
| DTD tag name |
mapprojn |
| Context |
The Map Projection Name is nested within the Planar <planar>,
and Map Projection <mapproj > elements.
<horizsys>
<planar>
<mapproj>
<mapprojn>Albers Conical Equal Area
</mapprojn>
</mapproj>
</planar>
</horizsys> |
| Maps to |
projection attribute of Covspace |
5. Entity and Attribute Information
5.1 Overview Description
A summary of, and citation to detailed description of, the information content
of the data set.
| 5.2.1 Entity and Attribute Overview |
detailed summary of the information contained in a data set. |
| DTD tag name |
eaover |
| Context |
The Entity and Attribute Overview is nested within the Entity
and Attribute Information <eainfo>, and Overview <overview > elements.
<eainfo>
<overview>
<eaover>Point ID values match Map ID values in Excel files listing available
1990 TAR town/township-level census data.
</eaover>
</overview>
</eainfo>
|
| Maps to |
Description type="attribute abstract" |
Administrative metadata
No mappings
Technical metadata
No mappings
|