Coverage

Coverage information for an annotated object. Includes coverage information for temporal, topical, and spatial coverage.

Properties

Name Type Cardinality
description Description 0..n

description

A generic description including temporal, topical, and spatial coverage that is the equivalent of dc:coverage (the refinement base of dcterms:spatial and dcterms:temporal. Use specific coverage content for detailed information.

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_Coverage [ label = "{<id>Coverage | + description : Description \l \l \l| <CoveragehasTemporalCoverage> hasTemporalCoverage \l| <CoveragehasTopicalCoverage> hasTopicalCoverage \l| <CoveragehasSpatialCoverage> hasSpatialCoverage \l \l}" tooltip = "Discovery:Coverage" ] subgraph Discovery { label = "Discovery" node [ color = "#000000" ] DDI4_TemporalCoverage [ label = "{<id>TemporalCoverage | + coverageDate : ReferenceDate \l \l \l| \l \l}" tooltip = "Discovery:TemporalCoverage" ]; DDI4_TopicalCoverage [ label = "{<id>TopicalCoverage | + subject : InternationalCodeValueType \l + keyword : InternationalCodeValueType \l \l \l| \l \l}" tooltip = "Discovery:TopicalCoverage" ]; DDI4_SpatialCoverage [ label = "{<id>SpatialCoverage | + description : Description \l + spatialAreaCode : CodeValueType \l + spatialObject : SpatialObject \l \l \l| <SpatialCoveragehasBoundingBox> hasBoundingBox \l \l}" tooltip = "Discovery:SpatialCoverage" ]; } 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_Coverage -> DDI4_AnnotatedIdentifiable [arrowhead=empty color="#000000" ]; DDI4_TemporalCoverage -> DDI4_Coverage:CoveragehasTemporalCoverage [arrowhead=odiamond labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="hasTemporalCoverage" fontcolor="black" color="#00000"]; DDI4_TopicalCoverage -> DDI4_Coverage:CoveragehasTopicalCoverage [arrowhead=odiamond labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="hasTopicalCoverage" fontcolor="black" color="#00000"]; DDI4_SpatialCoverage -> DDI4_Coverage:CoveragehasSpatialCoverage [arrowhead=odiamond labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="hasSpatialCoverage" fontcolor="black" color="#00000"]; }