- https://purl.semanticip.org/linked-data/sdmx/ML/common/AnnotationsType
TTL - owl:Class
- Annotations Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- complexType
AnnotationsType provides for a list of annotations to be attached to data and structure messages.
- SDMXCommon.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AnnotationsType">
<xs:annotation>
<xs:documentation>AnnotationsType provides for a list of annotations to be attached to data and structure messages.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Annotation" type="AnnotationType" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Annotation ;
owl:allValuesFrom sip-sdmx-ML:AnnotationType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Annotation ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML:AnnotationType
] ;