`urn:atomic:activity: ` — the `prov:Activity` `@id`.
(activity_id: &str)
| 102 | |
| 103 | /// `urn:atomic:activity:<activity_id>` — the `prov:Activity` `@id`. |
| 104 | pub fn activity_urn(activity_id: &str) -> String { |
| 105 | format!("urn:atomic:activity:{activity_id}") |
| 106 | } |
| 107 | |
| 108 | /// `urn:atomic:agent:<slug>` — the `prov:SoftwareAgent` `@id` (a LABEL, non-DID). |
| 109 | pub fn agent_urn(slug: &str) -> String { |
no outgoing calls
no test coverage detected