AnnotableType

Version 19.1 by Artur K. on 2026/05/27 16:58

  

https://purl.semanticip.org/linked-data/sdmx/ML/AnnotableType page_white_text TTL
owl:Class
Annotable Type
complexType

AnnotableType is an abstract base type used for all annotable artefacts. Any type that provides for annotations should extend this type.

SDMXCommon.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AnnotableType" abstract="true">
  <xs:annotation>
    <xs:documentation>AnnotableType is an abstract base type used for all annotable artefacts. Any type that provides for annotations should extend this type.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element ref="Annotations" minOccurs="0" />
  </xs:sequence>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Annotations ;
    owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Annotations ;
    owl:maxQualifiedCardinality 1 ;
    owl:onDataRange xsd:string
] ;

© Semantic R&D Group, 2026