NameableType

Last modified by Artur K. on 2026/06/05 16:20

  

https://purl.semanticip.org/linked-data/sdmx/ML/common/NameableType page_white_text TTL
owl:Class
Nameable Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
common
complexType

NameableType is an abstract base type for all nameable objects.

SDMXCommon.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NameableType" abstract="true">
  <xs:annotation>
   <xs:documentation>NameableType is an abstract base type for all nameable objects.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
   <xs:extension base="IdentifiableType">
    <xs:sequence>
     <xs:element ref="Name" maxOccurs="unbounded">
      <xs:annotation>
       <xs:documentation>Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.</xs:documentation>
      </xs:annotation>
     </xs:element>
     <xs:element ref="Description" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
       <xs:documentation>Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.</xs:documentation>
      </xs:annotation>
     </xs:element>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>

 

rdfs:subClassOf sip-sdmx-ML-common:IdentifiableType ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML-common:Name ;
    owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML-common:Name ;
    owl:minQualifiedCardinality 1 ;
    owl:onDataRange xsd:string
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML-common:Description ;
    owl:allValuesFrom xsd:string
] ;

© Semantic R&D Group, 2026