Coverage - GraphΒΆ

r:CoverageType

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 | + overview : InternationalStructuredString \l \l \l| <Coverage_hasTemporalCoverage_association> hasTemporalCoverage \l| <Coverage_hasTopicalCoverage_association> hasTopicalCoverage \l| <Coverage_hasSpatialCoverage_association> hasSpatialCoverage \l \l}" tooltip = "Discovery:Coverage" ] subgraph Discovery { label = "Discovery" node [ color = "#0000ff" ] DDI4_SpatialCoverage [ label = "{<id>DDI_SpatialCoverage}" tooltip = "Discovery:SpatialCoverage" href = "../Package/Discovery/SpatialCoverage/index.html" ] DDI4_TemporalCoverage [ label = "{<id>DDI_TemporalCoverage}" tooltip = "Discovery:TemporalCoverage" href = "../Package/Discovery/TemporalCoverage/index.html" ] DDI4_TopicalCoverage [ label = "{<id>DDI_TopicalCoverage}" tooltip = "Discovery:TopicalCoverage" href = "../Package/Discovery/TopicalCoverage/index.html" ] } subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_AnnotatedIdentifiable [ label = "{<id>DDI_AnnotatedIdentifiable}" tooltip = "Identification:AnnotatedIdentifiable" href = "../Package/Identification/AnnotatedIdentifiable/index.html" ] } DDI4_Coverage -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_Coverage:Coverage_hasTemporalCoverage_association -> DDI4_TemporalCoverage [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="hasTemporalCoverage" fontcolor="black" color="#00000"]; DDI4_Coverage:Coverage_hasTopicalCoverage_association -> DDI4_TopicalCoverage [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="hasTopicalCoverage" fontcolor="black" color="#00000"]; DDI4_Coverage:Coverage_hasSpatialCoverage_association -> DDI4_SpatialCoverage [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="hasSpatialCoverage" fontcolor="black" color="#00000"]; }