- https://purl.semanticip.org/linked-data/sdmx/ML/MetadataflowsType
TTL - owl:Class
- Metadataflows Type
- complexType
MetadataflowsType describes the structure of the metadata flows container. It contains one or more metadata flow, which can be explicitly detailed or referenced from an external structure document or registry service.
- SDMXStructure.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MetadataflowsType">
<xs:annotation>
<xs:documentation>MetadataflowsType describes the structure of the metadata flows container. It contains one or more metadata flow, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Metadataflow" type="MetadataflowType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Metadataflow provides the details of a metadata flow, which is defined as the structure of reference metadata that will be provided for different reference periods.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Metadataflow ;
owl:allValuesFrom sip-sdmx-ML:MetadataflowType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Metadataflow ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML:MetadataflowType
] ;