{
  "@context": {
    "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
    "ex": "https://example.org/"
  },
  "@id": "ex:repo/survey-2025",
  "@type": [
    "cdi:LogicalRecordRepository"
  ],
  "cdi:name": [
    {
      "@type": [
        "cdi:ObjectName"
      ],
      "cdi:name": "Household survey 2025 repository"
    }
  ],
  "cdi:repositoryType": {
    "@type": [
      "cdi:ControlledVocabularyEntry"
    ],
    "cdi:entryValue": [
      "delimited-file"
    ]
  },
  "cdi:characterSet": "UTF-8",
  "cdi:recordCount": 2,
  "cdi:allowsDuplicates": false,
  "cdi:has_LogicalRecord": [
    {
      "@id": "ex:lr/household"
    },
    {
      "@id": "ex:lr/person"
    }
  ]
}