Project

General

Profile

SddImportExport » History » Version 16

Andreas Müller, 02/24/2022 08:39 PM

1 1 Helene Fradin
{{>toc}}
2
3
4
5
6
# SDD Import / Export
7
8
9
10
11
----
12
13
_This is a site to document the SDD import/export functionality implemented in the cdmlib-io library._
14
15
16
----
17 2 Helene Fradin
18
19
CORRESPONDANCE BETWEEN SDD ELEMENTS AND CDM CLASSES
20
21
22
AMBIGUITIES
23 3 Andreas Müller
24
25 9 Andreas Müller
Mapping from Ben's Email (9.7.2009)
26 6 Andreas Müller
27
28 3 Andreas Müller
| SDD | CDM  |
29 16 Andreas Müller
|-|-|
30 3 Andreas Müller
| CategoricalCharacter | Feature[supportsCategoricalData=true] |
31
| StateDefinition | State |
32
| QuantitativeCharacter | Feature[supportsQuantitativeData=true] |
33
| MeasurementUnit | MeasurementUnit * |
34
| CharacterTree | FeatureTree |
35
| CharNode | FeatureNode |
36
| OnlyApplicableIf | N/A |
37
| InapplicableIf | N/A |
38
| Node | FeatureNode |
39
| DescriptiveConcept | Feature |
40 5 Andreas Müller
| CodedDescription.!SummaryData | TaxonDescription |
41
| CodedDescription.!SampleData | SpecimenDescription |
42 3 Andreas Müller
| Categorical | CategoricalData |
43
| CategoricalState | StateData |
44
| Quantitative | QuantitativeData |
45
| Measure | StatisticalMeasurementValue |
46 8 Andreas Müller
47 9 Andreas Müller
Xper mapping from meeting with Florian (11/2011)
48 8 Andreas Müller
49 1 Helene Fradin
50 16 Andreas Müller
| SDD | Xper²| CDM  |
51
|-|-|-|-| 
52 8 Andreas Müller
| Dataset | (knowledge)Base | WorkingSet |
53
|  --  |  Base Object | CdmBase |
54
| Character(+Tree) | Variable(+daugher) | Feature(+tree)
55 10 Andreas Müller
| StateDefinition | Mode | State(Data) |
56 8 Andreas Müller
| TaxonName | Individual | Taxon |
57 14 Andreas Müller
| ??|  - Individual.varComment|!DescriptionElement.Annotation|
58 8 Andreas Müller
| CodedDescription | Individual.varModMatrix | TaxonDescription |
59 11 Andreas Müller
| IdentificationKey |  _..handled on the fly.._ | PolytomousKey |
60 8 Andreas Müller
| MediaObject | XPResource | Media etc. |