IdentifiableQueryType

Version 20.1 by Artur K. on 2026/05/27 17:22

  

https://purl.semanticip.org/linked-data/sdmx/ML/IdentifiableQueryType page_white_text TTL
owl:Class
Identifiable Query Type
complexType

IdentifiableQueryType describes the structure of a query for an identifiable object.

SDMXRegistryBase.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IdentifiableQueryType">
  <xs:annotation>
   <xs:documentation>IdentifiableQueryType describes the structure of a query for an identifiable object.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="id" type="IDQueryType" default="%">
   <xs:annotation>
    <xs:documentation>The id attribute is used to query for an object based on its identifier. This is either an explicit value, or completely wildcarded with the "%" value.</xs:documentation>
   </xs:annotation>
  </xs:attribute>  
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:id ;
    owl:allValuesFrom sip-sdmx-ML:IDQueryType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:id ;
    owl:maxQualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML:IDQueryType
] ;

© Semantic R&D Group, 2026