{
  "@context": {
    "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
    "ex": "https://example.org/"
  },
  "@id": "ex:agent-data-pipeline",
  "@type": [
    "cdi:ProcessingAgent"
  ],
  "cdi:identifier": {
    "@type": [
      "cdi:Identifier"
    ],
    "cdi:nonDdiIdentifier": {
      "@type": [
        "cdi:NonDdiIdentifier"
      ],
      "cdi:identifierContent": "pipeline-agent-v2.1",
      "cdi:managingAgency": "ESRI internal"
    }
  },
  "cdi:purpose": {
    "@type": [
      "cdi:InternationalString"
    ],
    "cdi:languageSpecificString": {
      "@type": [
        "cdi:LanguageString"
      ],
      "cdi:content": "Automated data processing and quality control pipeline",
      "cdi:language": "en"
    }
  },
  "cdi:performs": [
    {
      "@id": "ex:activity-soil-chem-analysis"
    }
  ],
  "cdi:operatesOn": [
    {
      "@id": "ex:env-hpc-cluster"
    }
  ]
}