SpatialCoverage

A description of spatial coverage (geographic coverage) of the annotated object. Spatial coverage is described using a number of objects that support searching by a wide range of systems (geospatial coordinates, geographic classification systems, and general systems using dcterms:spatial.

Properties

Name Type Cardinality
description Description 0..1
spatialAreaCode CodeValueType 0..n
spatialObject SpatialObject 0..1

description

A textual description of the spatial coverage to support general searches.

spatialAreaCode

Supports the use of a standardized code such as ISO 3166-1, the Getty Thesaurus of Geographic Names, FIPS-5, etc.

spatialObject

Indicates the most discrete spatial object type identified for a single case. Note that data can be collected at a geographic point (address) and reported as such in a protected file, and then aggregated to a polygon for a public file.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_SpatialCoverage [ label = "{<id>SpatialCoverage | + description : Description \l + spatialAreaCode : CodeValueType \l + spatialObject : SpatialObject \l \l \l| <SpatialCoveragehasBoundingBox> hasBoundingBox \l \l}" tooltip = "Discovery:SpatialCoverage" ] subgraph Discovery { label = "Discovery" node [ color = "#000000" ] DDI4_BoundingBox [ label = "{<id>BoundingBox | + eastLongitude : xs:decimal \l + westLongitude : xs:decimal \l + northLatitude : xs:decimal \l + southLatitude : xs:decimal \l \l \l| \l \l}" tooltip = "Discovery:BoundingBox" ]; } subgraph Identification { label = "Identification" node [ color = "#000000" ] DDI4_AnnotatedIdentifiable [ label = "{<id>AnnotatedIdentifiable | + versionResponsibility : xs:string \l + versionRationale : xs:string \l + versionDate : xs:dateTime \l + isUniversallyUnique : xs:boolean \l + isPersistent : xs:boolean \l + localId : LocalId \l + basedOnObject : BasedOnObject \l \l \l| <AnnotatedIdentifiablehasAnnotation> hasAnnotation \l \l}" tooltip = "Identification:AnnotatedIdentifiable" ]; } DDI4_SpatialCoverage -> DDI4_AnnotatedIdentifiable [arrowhead=empty color="#000000" ]; DDI4_BoundingBox -> DDI4_SpatialCoverage:SpatialCoveragehasBoundingBox [arrowhead=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasBoundingBox" fontcolor="black" color="#00000"]; }