- https://purl.semanticip.org/linked-data/sdmx/ML/common/AnnotableType
TTL - owl:Class
- Annotable Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- 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
] ;