{
  "_comment": "OpenChainGraph v0.3.1 profile registry — maps semantic_profile tokens to canonical, dereferenceable profile URIs per W3C Content Negotiation by Profile (token alongside URI). Tokens declared in chaingraph.json `semantic_profile` and emitted artifacts remain valid aliases; this registry is the authoritative token->URI map. Canonical base is ainumbers.co/chaingraph (Option B — openchain.graph is not a live host). To add a profile: add an entry (globally-unique token + dereferenceable URI), publish the PROF document at the URI, then reference it via dct:conformsTo.",
  "registry_version": "1.0.0",
  "updated": "2026-06-18",
  "spec_version": "0.3.1",
  "base": "https://ainumbers.co/chaingraph/profiles/",
  "profiles": [
    {
      "token": "iso20022:pacs.008-subset",
      "uri": "https://ainumbers.co/chaingraph/profiles/iso20022/pacs008-subset.jsonld",
      "title": "ISO 20022 pacs.008 payment/settlement subset",
      "profile_of": "https://www.iso20022.org/",
      "applies_to": "Nodes whose payload is a payment/settlement/transfer carrying amount + parties (debtor/creditor) + agents.",
      "fields": ["instructed_amount", "amount", "currency", "debtor", "creditor", "party_name", "lei", "debtor_agent", "creditor_agent", "bicfi", "iban", "settlement_date", "remittance_information", "country"],
      "code_lists": ["ISO 4217", "ISO 3166-1 alpha-2", "ISO 9362", "ISO 13616", "ISO 17442"],
      "status": "stable",
      "since": "0.3.0"
    },
    {
      "token": "iso20022:party-identification",
      "uri": "https://ainumbers.co/chaingraph/profiles/iso20022/party-identification.jsonld",
      "title": "ISO 20022 PartyIdentification subset (no transaction)",
      "profile_of": "https://www.iso20022.org/",
      "applies_to": "Nodes whose payload is party/issuer/entity legal-identity WITHOUT a transaction. Named after the ISO 20022 PartyIdentification / OrganisationIdentification element used in the REDA (reference data) and ACMT (account management) families.",
      "fields": ["party_name", "lei", "country", "currency"],
      "code_lists": ["ISO 17442", "ISO 3166-1 alpha-2", "ISO 4217"],
      "status": "new-in-0.3.1",
      "since": "0.3.1"
    }
  ]
}
