API endpoint that allows Aggregation Types of Communities to be viewed or edited.

GET /sms/cv/api/v1/aggregationtypes-communities/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "links": {
        "first": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/?format=api&page%5Bnumber%5D=1",
        "last": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/?format=api&page%5Bnumber%5D=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "AggregationTypeCommunity",
            "id": "22",
            "attributes": {
                "term": "Average",
                "abbreviation": null,
                "definition": "The values represent the average over a time interval, such as daily mean discharge or daily mean temperature.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/average/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/22/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/22/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "1"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/22/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/22/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/22/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "1",
            "attributes": {
                "term": "Average",
                "abbreviation": null,
                "definition": null,
                "provenance": null,
                "provenance_uri": null,
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/1/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/1/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "1"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/1/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/1/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/1/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "23",
            "attributes": {
                "term": "Categorical",
                "abbreviation": null,
                "definition": "The values are categorical rather than continuous valued quantities.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/categorical/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/23/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/23/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "10"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/23/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/23/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/23/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "10",
            "attributes": {
                "term": "Categorical",
                "abbreviation": null,
                "definition": "The values are categorical rather than continuous valued quantities.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/categorical/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/10/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/10/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "10"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/10/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/10/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/10/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "7",
            "attributes": {
                "term": "Circular average",
                "abbreviation": null,
                "definition": null,
                "provenance": null,
                "provenance_uri": null,
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/7/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/7/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "7"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/7/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/7/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/7/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "8",
            "attributes": {
                "term": "Circular maximum distribution",
                "abbreviation": null,
                "definition": null,
                "provenance": null,
                "provenance_uri": null,
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/8/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/8/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "8"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/8/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/8/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/8/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "24",
            "attributes": {
                "term": "Confidence Interval",
                "abbreviation": null,
                "definition": "In statistics, a confidence interval (CI) is a type of interval estimate of a statistical parameter. It is an observed interval (i.e., it is calculated from the observations), in principle different from sample to sample, that frequently includes the value of an unobservable parameter of interest if the experiment is repeated. How frequently the observed interval contains the parameter is determined by the confidence level or confidence coefficient.",
                "provenance": "Wikipedia",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/confidenceInterval/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/24/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/24/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "11"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/24/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/24/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/24/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "11",
            "attributes": {
                "term": "Confidence Interval",
                "abbreviation": null,
                "definition": "In statistics, a confidence interval (CI) is a type of interval estimate of a statistical parameter. It is an observed interval (i.e., it is calculated from the observations), in principle different from sample to sample, that frequently includes the value of an unobservable parameter of interest if the experiment is repeated. How frequently the observed interval contains the parameter is determined by the confidence level or confidence coefficient.",
                "provenance": "Wikipedia",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/confidenceInterval/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/11/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/11/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "11"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/11/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/11/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/11/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "12",
            "attributes": {
                "term": "Constant over interval",
                "abbreviation": null,
                "definition": "The values are quantities that can be interpreted as constant for all time, or over the time interval to a subsequent measurement of the same variable at the same site.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/constantOverInterval/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/12/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/12/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "12"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/12/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/12/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/12/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "25",
            "attributes": {
                "term": "Constant over interval",
                "abbreviation": null,
                "definition": "The values are quantities that can be interpreted as constant for all time, or over the time interval to a subsequent measurement of the same variable at the same site.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/constantOverInterval/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/25/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/25/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "12"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/25/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/25/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/25/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "26",
            "attributes": {
                "term": "Continuous",
                "abbreviation": null,
                "definition": "A quantity specified at a particular instant in time measured with sufficient frequency (small spacing) to be interpreted as a continuous record of the phenomenon.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/continuous/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/26/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/26/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "13"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/26/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/26/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/26/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "13",
            "attributes": {
                "term": "Continuous",
                "abbreviation": null,
                "definition": "A quantity specified at a particular instant in time measured with sufficient frequency (small spacing) to be interpreted as a continuous record of the phenomenon.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/continuous/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/13/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/13/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "13"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/13/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/13/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/13/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "4",
            "attributes": {
                "term": "Count",
                "abbreviation": null,
                "definition": null,
                "provenance": null,
                "provenance_uri": null,
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/4/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/4/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "4"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/4/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/4/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/4/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "27",
            "attributes": {
                "term": "Cumulative",
                "abbreviation": null,
                "definition": "The values represent the cumulative value of a variable measured or calculated up to a given instant of time, such as cumulative volume of flow or cumulative precipitation.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/cumulative/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/27/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/27/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "14"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/27/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/27/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/27/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "14",
            "attributes": {
                "term": "Cumulative",
                "abbreviation": null,
                "definition": "The values represent the cumulative value of a variable measured or calculated up to a given instant of time, such as cumulative volume of flow or cumulative precipitation.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/cumulative/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/14/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/14/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "14"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/14/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/14/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/14/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "28",
            "attributes": {
                "term": "Incremental",
                "abbreviation": null,
                "definition": "The values represent the incremental value of a variable over a time interval, such as the incremental volume of flow or incremental precipitation.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/incremental/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/28/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/28/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "15"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/28/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/28/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/28/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "15",
            "attributes": {
                "term": "Incremental",
                "abbreviation": null,
                "definition": "The values represent the incremental value of a variable over a time interval, such as the incremental volume of flow or incremental precipitation.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/incremental/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/15/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/15/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "15"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/15/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/15/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/15/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "29",
            "attributes": {
                "term": "Maximum",
                "abbreviation": null,
                "definition": "The values are the maximum values occurring at some time during a time interval, such as annual maximum discharge or a daily maximum air temperature.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/maximum/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/29/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/29/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "6"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/29/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/29/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/29/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "6",
            "attributes": {
                "term": "Maximum",
                "abbreviation": null,
                "definition": null,
                "provenance": null,
                "provenance_uri": null,
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/6/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/6/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "6"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/6/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/6/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/6/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "30",
            "attributes": {
                "term": "Median",
                "abbreviation": null,
                "definition": "The values represent the median over a time interval, such as daily median discharge or daily median temperature.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/median/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/30/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/30/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "3"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/30/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/30/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/30/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "3",
            "attributes": {
                "term": "Median",
                "abbreviation": null,
                "definition": null,
                "provenance": null,
                "provenance_uri": null,
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/3/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/3/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "3"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/3/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/3/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/3/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "31",
            "attributes": {
                "term": "Minimum",
                "abbreviation": null,
                "definition": "The values are the minimum values occurring at some time during a time interval, such as 7-day low flow for a year or the daily minimum temperature.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/minimum/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/31/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/31/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "5"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/31/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/31/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/31/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "5",
            "attributes": {
                "term": "Minimum",
                "abbreviation": null,
                "definition": null,
                "provenance": null,
                "provenance_uri": null,
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/5/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/5/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "5"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/5/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/5/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/5/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "32",
            "attributes": {
                "term": "Mode",
                "abbreviation": null,
                "definition": "The values are the most frequent values occurring at some time during a time interval, such as annual most frequent wind direction.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/mode/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/32/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/32/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "16"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/32/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/32/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/32/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "16",
            "attributes": {
                "term": "Mode",
                "abbreviation": null,
                "definition": "The values are the most frequent values occurring at some time during a time interval, such as annual most frequent wind direction.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/mode/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/16/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/16/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "16"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/16/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/16/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/16/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "9",
            "attributes": {
                "term": "Not applicable",
                "abbreviation": null,
                "definition": null,
                "provenance": null,
                "provenance_uri": null,
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/9/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/9/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "9"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/9/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/9/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/9/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "17",
            "attributes": {
                "term": "Sporadic",
                "abbreviation": null,
                "definition": "The phenomenon is sampled at a particular instant in time but with a frequency that is too coarse for interpreting the record as continuous. This would be the case when the spacing is significantly larger than the support and the time scale of fluctuation of the phenomenon, such as for example infrequent water quality samples.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/sporadic/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/17/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/17/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "17"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/17/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/17/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/17/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "33",
            "attributes": {
                "term": "Sporadic",
                "abbreviation": null,
                "definition": "The phenomenon is sampled at a particular instant in time but with a frequency that is too coarse for interpreting the record as continuous. This would be the case when the spacing is significantly larger than the support and the time scale of fluctuation of the phenomenon, such as for example infrequent water quality samples.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/sporadic/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/33/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/33/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "17"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/33/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/33/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/33/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "34",
            "attributes": {
                "term": "Standard deviation",
                "abbreviation": null,
                "definition": "The values represent the standard deviation of a set of observations made over a time interval. Standard deviation computed using the unbiased formula SQRT(SUM((Xi-mean)^2)/(n-1)) are preferred. The specific formula used to compute variance can be noted in the methods description.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/standardDeviation/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/34/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/34/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "18"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/34/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/34/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/34/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "18",
            "attributes": {
                "term": "Standard deviation",
                "abbreviation": null,
                "definition": "The values represent the standard deviation of a set of observations made over a time interval. Standard deviation computed using the unbiased formula SQRT(SUM((Xi-mean)^2)/(n-1)) are preferred. The specific formula used to compute variance can be noted in the methods description.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/standardDeviation/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/18/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/18/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "18"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/18/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/18/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/18/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "19",
            "attributes": {
                "term": "Standard error of mean",
                "abbreviation": null,
                "definition": "The standard error of the mean (SEM) quantifies the precision of the mean. It is a measure of how far your sample mean is likely to be from the true population mean. It is expressed in the same units as the data.",
                "provenance": "See https://en.wikipedia.org/wiki/Standard_error",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/standardErrorOfMean/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/19/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/19/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "19"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/19/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/19/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/19/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "35",
            "attributes": {
                "term": "Standard error of mean",
                "abbreviation": null,
                "definition": "The standard error of the mean (SEM) quantifies the precision of the mean. It is a measure of how far your sample mean is likely to be from the true population mean. It is expressed in the same units as the data.",
                "provenance": "See https://en.wikipedia.org/wiki/Standard_error",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/standardErrorOfMean/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/35/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/35/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "19"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/35/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/35/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/35/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "2",
            "attributes": {
                "term": "Sum",
                "abbreviation": null,
                "definition": null,
                "provenance": null,
                "provenance_uri": null,
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/2/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/2/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "2"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/2/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/2/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/2/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "20",
            "attributes": {
                "term": "Unknown",
                "abbreviation": null,
                "definition": "The aggregation statistic is unknown.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/unknown/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/20/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/20/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "20"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/20/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/20/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/20/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "36",
            "attributes": {
                "term": "Unknown",
                "abbreviation": null,
                "definition": "The aggregation statistic is unknown.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/unknown/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/36/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/36/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "20"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/36/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/36/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/36/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "37",
            "attributes": {
                "term": "Variance",
                "abbreviation": null,
                "definition": "The values represent the variance of a set of observations made over a time interval. Variance computed using the unbiased formula SUM((Xi-mean)^2)/(n-1) are preferred. The specific formula used to compute variance can be noted in the methods description.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/variance/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/37/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/37/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "21"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/37/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/37/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "5"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/37/?format=api"
            }
        },
        {
            "type": "AggregationTypeCommunity",
            "id": "21",
            "attributes": {
                "term": "Variance",
                "abbreviation": null,
                "definition": "The values represent the variance of a set of observations made over a time interval. Variance computed using the unbiased formula SUM((Xi-mean)^2)/(n-1) are preferred. The specific formula used to compute variance can be noted in the methods description.",
                "provenance": "Adapted from CUAHSI HIS DataTypeCV.  See http://his.cuahsi.org/mastercvreg/edit_cv11.aspx?tbl=DataTy",
                "provenance_uri": "http://vocabulary.odm2.org/aggregationstatistic/variance/",
                "note": null
            },
            "relationships": {
                "root": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/21/relationships/root?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/21/root/?format=api"
                    },
                    "data": {
                        "type": "AggregationType",
                        "id": "21"
                    }
                },
                "community": {
                    "links": {
                        "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/21/relationships/community?format=api",
                        "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/21/community/?format=api"
                    },
                    "data": {
                        "type": "Community",
                        "id": "1"
                    }
                }
            },
            "links": {
                "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/aggregationtypes-communities/21/?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 37
        }
    }
}