{
  "@context": {
    "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
    "ex": "https://example.org/"
  },
  "@type": [
    "cdi:Collection"
  ],
  "@id": "ex:collection/monitoringStations",
  "cdi:name": [
    {
      "@type": [
        "cdi:ObjectName"
      ],
      "cdi:name": "Monitoring stations"
    }
  ],
  "cdi:allowsDuplicates": false,
  "cdi:has": [
    {
      "@type": [
        "cdi:Member"
      ],
      "@id": "ex:member/stationA"
    },
    {
      "@id": "ex:member/stationB"
    }
  ]
}