ComputationType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/ComputationType
TTL - owl:Class
- Computation Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
ComputationType describes a computation in a process.
- SDMXStructureProcess.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ComputationType">
<xs:annotation>
<xs:documentation>ComputationType describes a computation in a process.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="common:AnnotableType">
<xs:sequence>
<xs:element ref="common:Description" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Description describes the computation in any form desired by the user (these are informational rather than machine-actionable), and so may be supplied in multiple, parallel-language versions,</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="localID" type="common:IDType" use="optional">
<xs:annotation>
<xs:documentation>The localID attribute is an optional identification for the computation within the process.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="softwarePackage" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The softwarePackage attribute holds the name of the software package that is used to perform the computation.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="softwareLanguage" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The softwareLanguage attribute holds the coding language that the software package used to perform the computation is written in.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="softwareVersion" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The softwareVersion attribute hold the version of the software package that is used to perform that computation.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>rdfs:subClassOf sip-sdmx-ML-common:AnnotableType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-common:Description ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-common:Description ;
owl:minQualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:localID ;
owl:allValuesFrom sip-sdmx-ML-common:IDType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:localID ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:IDType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:softwarePackage ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:softwarePackage ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:softwareLanguage ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:softwareLanguage ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:softwareVersion ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:softwareVersion ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;