- https://purl.semanticip.org/linked-data/sdmx/ML/registry/QuerySubscriptionRequestType
TTL - owl:Class
- Query Subscription Request Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- complexType
QuerySubscriptionRequestType describes the structure of a query for subscriptions. Subscriptions for a given organisation may be retrieved.
- SDMXRegistrySubscription.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QuerySubscriptionRequestType">
<xs:annotation>
<xs:documentation>QuerySubscriptionRequestType describes the structure of a query for subscriptions. Subscriptions for a given organisation may be retrieved.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Organisation" type="common:OrganisationReferenceType">
<xs:annotation>
<xs:documentation>Organisation provides a reference to the data consumer for which the subscription details should be returned.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-structure:Organisation ;
owl:allValuesFrom sip-sdmx-ML-common:OrganisationReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-structure:Organisation ;
owl:qualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:OrganisationReferenceType
] ;