Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 10
Expand
titleClick here to show Table of Contents...

Table of Contents

...

Excerpt

Status
colourBlue
titleRepeatable

MODS Element name: <subject><cartographics>

Short definition: Cartographic (maps or charts) data indicating spatial coverage.

Input guidelines: Fill out all cartographic subelements or leave all blank. Use to record scale (e.g. 1:25,000), projection, and/or coordinates. You may record: "not drawn to scale", "scales differ", or "no projection statement" in these fields.

Note

Do not enter scales for non-cartographic materials in this subelement.

Add scales for non-cartographic materials in a Note filed of type "scale" instead.

Definition

Cartographic (maps or charts) data indicating spatial coverage.

...

DAMS form field nameform field typerequiredMODS elementCollections Portal displaynotes
Coordinatestext fieldnosubject/cartographics/coordinatesCartographic Information

Contains a statement of coordinates covered by the resource. One or more statements may be supplied.

Enter point coordinates in decimal format, with the value for latitude first (e.g.: 18.2975,-65.9914). Preferably, use positive values for coordinates on the Northern and Eastern hemisphere, and negative values for coordinates on the Southern and Western hemisphere. If you provide a compass direction, place it after the numeric coordinate, not before.

Note

Specifications for coordinates for bounding boxes (rectangles) or polygons have not yet been finalised. Please contact the DAMS Management team to coordinate a suitable representation for your geospatial data.

Information from this field is consolidated with other cartographic subject information for display on the Collections portal.

Scaletext fieldnosubject/cartographics/scaleCartographic Information

Use this field to describe cartographic resources only. To record scale for non-cartographic resources, use the Note field with note type "scale".

Information from this field is consolidated with other cartographic subject information for display on the Collections portal.

Coordinate / spatial reference informationsystemtext fieldnosubject/cartographics/projectionCartographic Information Information about the Coordinate or Spatial Reference System. For map content, typically a projection statement is available. You may also record: "no projection statement". In addition, this field can include information about coordinate system and datum, if available.Information from this field is consolidated with other cartographic subject information for display on the Collections portal.

MODS Element description

Element <subject>

...

Subelement <subject><cartographics>

Guidelines for use

<cartographics> is a container element; data content is entered in the subelements.

Fill out all <cartographics> subelements or leave all blank.

Attributes

Attribute name

Details

XPath syntax examples

displayLabel

value:

  • Cartographic properties
subject/cartographics[@displayLabel="Cartographic properties"]

...

Subelement <subject><cartographics><scale>

Guidelines for use

Provides a statement of scale. Use this element to describe cartographic resources only. To record scale for non-cartographic resources, use the a note element with type "scale". You may also record: "not drawn to scale", or "scales differ".

Attributes

Attribute name

Details

XPath syntax examples

displayLabel

value:

  • Cartographic scale
subject/cartographics/scale[@displayLabel="Cartographic scale"]

...

Subelement <subject><cartographics><projection>

Guidelines for use

Information about the Coordinate or Spatial Reference System. For map content, typically a projection statement is availableProvides a statement of projectionYou may also record: "no projection statement". In addition, this field can include information about coordinate system and datum, if available.

Attributes

Attribute name

Details

XPath syntax examples

displayLabel

value:

  • Coordinate reference system
subject/cartographics/projection[@displayLabel="Coordinate reference system"]

Subelements

No subelements for <projection>.

...

Code Block
languagexml
collapsetrue
<subject>
	<cartographics displayLabel="Cartographic properties"> 
		<coordinates displayLabel="Cartographic coordinates">18.2975,-65.9914</coordinates> 
		<scale displayLabel="Cartographic scale">1:250,000 </scale>   
		<projection displayLabel="Coordinate reference system">Universal Transverse Mercator</projection> 
	</cartographics> 
</subject>

...