LongDataSet

Fully qualified class name: DDICDIModels::DDICDILibrary::Classes::DataDescription::Long::LongDataSet

Definition

Organized collection of long data. It is structured by a long data structure.

Examples

A unit dataset where each row corresponds to a set of data points capturing different characteristics of a unit, some of which can be transposed into variable descriptor and variable value components.

Diagram

Inheritance
  ᐊ── Long::LongDataSet
Attributes

Name

Inherited from

Description

Data Type

Multiplicity

Default value

catalogDetails

DataDescription::DataSet

Bundles the information useful for a data catalog entry. Examples would be creator, contributor, title, copyright, embargo, and license information. A set of information useful for attribution, data discovery, and access. This is information that is tied to the identity of the object. If this information changes the version of the associated object changes.

CatalogDetails

0..1

identifier

DataDescription::DataSet

Identifier for objects requiring short- or long-lasting referencing and management.

Identifier

0..1

Associations

Direction

Association

Description

Multiplicity of LongDataSet

Package of Other Class

Other Class

Multiplicity of other class

Aggregation Kind

Inherited from

from

DataSet has DataPoint

1..1

DataDescription

DataPoint

0..*

composite

DataDescription::DataSet

from

DataSet has Key

1..1

DataDescription

Key

0..*

composite

DataDescription::DataSet

from

DataSet isStructuredBy DataStructure

0..*

DataDescription

DataStructure

0..*

none

DataDescription::DataSet

to

LogicalRecord organizes DataSet

0..*

FormatDescription

LogicalRecord

0..*

none

DataDescription::DataSet

to

PhysicalDataSet correspondsTo DataSet

0..1

FormatDescription

PhysicalDataSet

0..*

none

DataDescription::DataSet

Syntax representations / encodings

All syntax representations except the Canonical XMI are provided as reference points for specific implementations, or for use as defaults if sufficient in the form presented.

Fragment for the class LongDataSet (entire model as XMI)

 1<packagedElement xmlns:StandardProfile="http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard"
 2                 xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"
 3                 xmlns:xmi="http://www.omg.org/spec/XMI/20131001"
 4                 xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Long-LongDataSet"
 5                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#LongDataSet"
 6                 xmi:type="uml:Class">
 7   <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Long-LongDataSet-ownedComment"
 8                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#LongDataSet-ownedComment"
 9                 xmi:type="uml:Comment">
10      <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Long-LongDataSet"/>
11      <body>Definition
12============
13Organized collection of long data. It is structured by a long data structure.
14
15Examples
16==========
17A unit dataset where each row corresponds to a set of data points capturing different characteristics of a unit, some of which can be transposed into variable descriptor and variable value components.</body>
18   </ownedComment>
19   <name>LongDataSet</name>
20   <generalization xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Long-LongDataSet-generalization"
21                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#LongDataSet-generalization"
22                   xmi:type="uml:Generalization">
23      <general xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-DataSet"/>
24   </generalization>
25</packagedElement>

Fragment for the class LongDataSet (entire XML Schema)

 1<xs:element name="LongDataSet"
 2            type="LongDataSetXsdType"
 3            xml:id="LongDataSet">
 4  <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Long::LongDataSet -->
 5  <xs:annotation>
 6    <xs:documentation>Definition
 7          ============
 8          Organized collection of long data. It is structured by a long data structure.
 9          
10          Examples
11          ==========
12          A unit dataset where each row corresponds to a set of data points capturing different characteristics of a unit, some of which can be transposed into variable descriptor and variable value components.</xs:documentation>
13  </xs:annotation>
14</xs:element>
15<xs:complexType name="LongDataSetXsdType"
16                xml:id="LongDataSetXsdType">
17  <xs:annotation>
18    <xs:documentation>Definition
19          ============
20          Organized collection of long data. It is structured by a long data structure.
21          
22          Examples
23          ==========
24          A unit dataset where each row corresponds to a set of data points capturing different characteristics of a unit, some of which can be transposed into variable descriptor and variable value components.</xs:documentation>
25  </xs:annotation>
26  <xs:complexContent>
27    <xs:extension base="DataSetXsdType">
28      
29    </xs:extension>
30  </xs:complexContent>
31</xs:complexType>

Fragment for the class LongDataSet (main ontology)

1# class LongDataSet
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Long::LongDataSet
3cdi:LongDataSet
4  a rdfs:Class, owl:Class, ucmis:Class;
5  rdfs:label "LongDataSet";
6  rdfs:comment "Definition\n============\nOrganized collection of long data. It is structured by a long data structure.\n\nExamples\n==========\nA unit dataset where each row corresponds to a set of data points capturing different characteristics of a unit, some of which can be transposed into variable descriptor and variable value components."@en;
7  rdfs:subClassOf cdi:DataSet;
8.

Fragment for the class LongDataSet (main JSON-LD)

 1{
 2  "@context": [
 3    "DataSet.jsonld",
 4    {
 5      "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
 6      "xsd": "http://www.w3.org/2001/XMLSchema#",
 7      "LongDataSet": "cdi:LongDataSet",
 8      
 9      " comment ": "tag:json-should-support-trailing-commas" 
10    }
11  ],
12  "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2024-03-16 23:40:08.",
13  "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::DataDescription::Long::LongDataSet"
14}