ResourceIdentifier

Provides a means of identifying a related resource and provides the typeOfRelationship. Makes use of a controlled vocabulary for typing the relationship. Standard usage may include: describesDate, isDescribedBy, isFormatOf, isPartOf, isReferencedBy, isReplacedBy, isRequiredBy, isVersionOf, references, replaces, requires, etc.

Properties

Name Type Cardinality
typeOfRelatedResource CodeValueType 0..n

typeOfRelatedResource

The type of relationship between the annotated object and the related resource. Standard usage may include: describesDate, isDescribedBy, isFormatOf, isPartOf, isReferencedBy, isReplacedBy, isRequiredBy, isVersionOf, references, replaces, requires, etc.

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_ResourceIdentifier [ label = "{<id>ResourceIdentifier | + typeOfRelatedResource : CodeValueType \l \l \l| \l \l}" tooltip = "ComplexDataTypes:ResourceIdentifier" ] subgraph ComplexDataTypes { label = "ComplexDataTypes" node [ color = "#000000" ] DDI4_InternationalIdentifier [ label = "{<id>InternationalIdentifier | + identifierContent : xs:string \l + managingAgency : CodeValueType \l + isURI : xs:boolean \l \l \l| \l \l}" tooltip = "ComplexDataTypes:InternationalIdentifier" ]; } DDI4_ResourceIdentifier -> DDI4_InternationalIdentifier [arrowhead=empty color="#000000" ]; }