- https://purl.semanticip.org/linked-data/sdmx/ML/RegistrationEventType
TTL - owl:Class
- Registration Event Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- complexType
This provides the details of a data or metadata registration event for the purposes of notification.
- SDMXRegistrySubscription.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RegistrationEventType">
<xs:annotation>
<xs:documentation>This provides the details of a data or metadata registration event for the purposes of notification.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Registration" type="RegistrationType">
<xs:annotation>
<xs:documentation>Registration provides the changed details of the data or metadata registration.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Registration ;
owl:allValuesFrom sip-sdmx-ML:RegistrationType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Registration ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML:RegistrationType
] ;