{
  "@context": {
    "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
    "ex": "https://example.org/"
  },
  "@id": "ex:machine-hpc-cluster",
  "@type": [
    "cdi:Machine"
  ],
  "cdi:name": {
    "@type": [
      "cdi:ObjectName"
    ],
    "cdi:name": "HPC Processing Cluster"
  },
  "cdi:typeOfMachine": {
    "@type": [
      "cdi:ControlledVocabularyEntry"
    ],
    "cdi:entryValue": [
      "high-performance-computing"
    ]
  },
  "cdi:accessLocation": {
    "@type": [
      "cdi:AccessLocation"
    ],
    "cdi:uri": "https://hpc.example.org/api",
    "cdi:physicalLocation": {
      "@type": [
        "cdi:InternationalString"
      ],
      "cdi:languageSpecificString": {
        "@type": [
          "cdi:LanguageString"
        ],
        "cdi:content": "University Data Center, Building 5",
        "cdi:language": "en"
      }
    }
  },
  "cdi:identifier": {
    "@type": [
      "cdi:Identifier"
    ],
    "cdi:nonDdiIdentifier": {
      "@type": [
        "cdi:NonDdiIdentifier"
      ],
      "cdi:identifierContent": "hpc-cluster-001",
      "cdi:managingAgency": "University IT"
    }
  }
}