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