VersionableQueryType
- https://purl.semanticip.org/linked-data/sdmx/ML/registry/VersionableQueryType
TTL - owl:Class
- Versionable Query Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- complexType
VersionableQueryType describes the structure of a query for a versionable object.
- SDMXRegistryBase.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VersionableQueryType">
<xs:annotation>
<xs:documentation>VersionableQueryType describes the structure of a query for a versionable object.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="IdentifiableQueryType">
<xs:attribute name="version" type="VersionQueryType" default="*">
<xs:annotation>
<xs:documentation>The version attribute is used to query for an object based on its version. This can be and explicit value, wild-carded ("%"), or late-bound ("*"). A wild carded version will match any version of the object where as a late-bound version will only match the latest version.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
rdfs:subClassOf sip-sdmx-ML-registry:IdentifiableQueryType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:version ;
owl:allValuesFrom sip-sdmx-ML-registry:VersionQueryType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:version ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-registry:VersionQueryType
] ;