ClassificationSeries

A Classification Series is an ensemble of one or more Statistical Classifications, based on the same concept, and related to each other as versions or updates. Typically, these Statistical Classifications have the same name (for example, ISIC or ISCO).

Extends

Collection

Properties

Name Type Cardinality
context StructuredString 0..1
objectsOrUnitsClassified StructuredString 1..1
subjectAreas StructuredString 1..1
owners String 0..1
keywords StructuredString 0..n

context

ClassificationSeries can be designed in a specific context.

objectsOrUnitsClassified

A ClassificationSeries is designed to classify a specific type of object/unit according to a specific attribute.

subjectAreas

Areas of statistics in which the ClassificationSeries is implemented.

owners

The statistical office or other authority, which created and maintains the StatisticalClassification (s) related to the ClassificationSeries. A ClassificationSeries may have several owners.

keywords

A ClassificationSeries can be associated with one or a number of keywords.

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_ClassificationSeries [ label = "{<id>ClassificationSeries | + context : StructuredString \l + objectsOrUnitsClassified : StructuredString \l + subjectAreas : StructuredString \l + owners : String \l + keywords : StructuredString \l \l \l| <ClassificationSeriesgroups> groups \l \l}" tooltip = "Representations:ClassificationSeries" ] subgraph Representations { label = "Representations" node [ color = "#000000" ] DDI4_StatisticalClassification [ label = "{<id>StatisticalClassification | + introduction : StructuredString \l + releaseDate : Date \l + terminationDate : Date \l + validDate : Date \l + isCurrent : xs:boolean \l + isFloating : xs:boolean \l + changeFromBase : StructuredString \l + purposeOfVariant : StructuredString \l + copyright : String \l + updateChanges : StructuredString \l + availableLanguage : xs:language \l \l \l| <StatisticalClassificationhasClassificationItem> hasClassificationItem \l| <StatisticalClassificationisMaintainedBy> isMaintainedBy \l| <StatisticalClassificationhasDistribution> hasDistribution \l| <StatisticalClassificationvariantOf> variantOf \l| <StatisticalClassificationhas> has \l| <StatisticalClassificationpredecessor> predecessor \l| <StatisticalClassificationsuccessor> successor \l \l}" tooltip = "Representations:StatisticalClassification" ]; } subgraph Collections { label = "Collections" node [ color = "#FF0044" ] DDI4_Collection [ label = "{<id>Collection | + type : CollectionType \l \l \l| <Collectioncontains> contains \l| <CollectionisOrderedBy> isOrderedBy \l \l}" tooltip = "Collections:Collection" ]; } DDI4_ClassificationSeries -> DDI4_Collection [arrowhead=empty color="#000000" ]; DDI4_StatisticalClassification -> DDI4_ClassificationSeries:ClassificationSeriesgroups [arrowhead=odiamond labeldistance=1.9 taillabel="1..n" headlabel="0..n" edgetooltip="groups" fontcolor="black" color="#00000"]; }