Words, in archival terms
Clio-X borrows its vocabulary from blockchain and data engineering. Most of it describes things archives have done for a long time: registering, describing, controlling access, keeping an audit trail.
Before you click anything
- Looking around, searching and reading asset pages needs no wallet and changes nothing.
- Connecting a wallet only shows the site your account address. It does not move money or sign anything.
- Anything that writes to the ledger opens a confirmation window in your wallet first. You can always press Reject.
Getting in
Wallet
The software that holds your account and signs actions on your behalf.
- On screen
Connect Wallet0x1234…abcd- In plain words
- A wallet (for example, the MetaMask browser extension) keeps the private key of your account. The site never sees that key. When an action needs your agreement, the wallet opens its own window and asks you.
- In archival terms
- Your reader's card and your signature together. The card identifies you at the desk; the signature authorises each request slip.
- Where the comparison stops
- No one can reissue it. If the recovery phrase is lost, the account is lost, and if someone else learns it, they become you. Never type it into a website.
- Is it safe?
- Connecting is safe: the site only learns your address. Signing is the step to read carefully.
Network
Which shared ledger the site is reading from and writing to.
- On screen
Pontus-XSepolia- In plain words
- Clio-X runs on Pontus-X, a network operated for the Gaia-X data-space community. Test networks such as Sepolia work the same way but their tokens have no monetary value.
- In archival terms
- Which institution's register an entry goes into. A test network is a practice register kept for training.
- Where the comparison stops
- Registers on different networks do not see each other. An asset published on a test network does not exist on Pontus-X.
- Is it safe?
- Test networks are the right place to try things. Nothing done there costs real money.
Transaction
A signed entry written permanently into the ledger.
- On screen
ConfirmSign- In plain words
- Publishing, editing, buying access and starting a compute job are all transactions. Each one is signed in your wallet and may carry a small network fee.
- In archival terms
- A signed entry in an accession or loans register, with a receipt number anyone can look up later.
- Where the comparison stops
- An entry cannot be erased or corrected in place. A mistake is fixed by writing a new entry that supersedes it, and both remain visible.
- Is it safe?
- Your wallet shows what will be signed before anything happens. Rejecting costs nothing.
Describing and registering
Asset
Anything published in the Clio-X catalogue: a dataset, an algorithm or a service.
- On screen
AssetRelated Assets- In plain words
- An asset is a catalogue entry plus the rules for using it. The files themselves stay with the publisher; the catalogue holds the description and says who may access it and on what terms.
- In archival terms
- A described unit in a finding aid, together with its access conditions. The description is public; the records stay in the repository.
- Where the comparison stops
- The word comes from finance and suggests property or value. In Clio-X it only means "a published item" and says nothing about ownership of the content or its worth.
- Is it safe?
- Browsing assets is read-only.
DID
The permanent identifier of an asset.
- On screen
DIDdid:op:…- In plain words
- DID stands for Decentralized Identifier. In Clio-X it looks like did:op: followed by a long string, and it never changes after publication.
- In archival terms
- A reference code or persistent identifier, like an ARK or a DOI, that citations can rely on.
- Where the comparison stops
- No agency assigns it. It is calculated from the network and the asset's registration, so there is no registrar to ask when something goes wrong.
- Is it safe?
- Copying and sharing a DID is harmless. It only points to the public description.
- InterPARES definition
- identifier
Owner
The account that controls an asset's description and access rules.
- On screen
OwnerOwned by- In plain words
- The owner can edit the metadata, change the price or pause access. It is shown separately from "Data Author", which is simply the name the publisher typed in.
- In archival terms
- The custodian of the records, as distinct from their creator. "Data Author" is closer to the creator in the provenance statement.
- Where the comparison stops
- Control belongs to whoever holds the account, not to an institution. Custody changes hands by transferring the account's registration, with no deed of gift behind it.
- Is it safe?
- Only the owner's wallet can change an asset. Visitors cannot alter anything.
- InterPARES definition
- provenance
Asset state
Whether an asset is currently available.
- On screen
Asset State- In plain words
- Active assets can be used. Others may be marked end-of-life, deprecated, revoked, ordering disabled or unlisted. The label only appears when an asset is not active.
- In archival terms
- An access status such as "withdrawn", "closed" or "superseded" noted in the finding aid.
- Where the comparison stops
- Changing the state does not delete anything. The earlier description and its history remain on the ledger.
- Is it safe?
- Informational only.
Metadata history
Every published version of an asset's description, with dates.
- On screen
Metadata History- In plain words
- Each time the owner edits the description, the change is written as a new transaction. The history lists them so anyone can see what changed and when.
- In archival terms
- An audit trail, or the chain of custody of the description itself.
- Where the comparison stops
- It records that the description changed, not why. Any explanation has to be written into the description.
- Is it safe?
- Read-only.
- InterPARES definition
- chain-of-custody
Access and use
Datatoken
The access ticket for one asset.
- On screen
Accessed with …Add … to wallet- In plain words
- To download or compute on an asset, your wallet obtains one of its datatokens (often free) and hands it in. The handover is the recorded proof that access was granted.
- In archival terms
- A request slip issued by the reading room: it grants one retrieval and is kept as the record that access took place.
- Where the comparison stops
- Unlike a slip, a token can be passed to another account before it is used, and every issue and handover is publicly recorded.
- Is it safe?
- Holding a datatoken does nothing by itself. It is only spent when you confirm an access.
- InterPARES definition
- access
Compute-to-Data
Running an analysis where the data lives, so that only results leave.
- On screen
ComputeCompute JobsCompute Environment- In plain words
- You choose an approved algorithm and a dataset. The analysis runs on the publisher's side, and you receive the output files, never the dataset itself.
- In archival terms
- Mediated access to restricted records: an archivist consults the closed file on your behalf and releases only an approved extract.
- Where the comparison stops
- The mediator is a program, not a person. It applies no judgement beyond what the publisher decided in advance about which algorithms are allowed.
- Is it safe?
- Starting a job is a transaction and asks for confirmation. Results appear on your profile.
- InterPARES definition
- cloud-computing
Algorithm
A published analysis procedure, such as text extraction or OCR.
- On screen
algorithm- In plain words
- Algorithms are assets too. A dataset's publisher decides which algorithms may run against it.
- In archival terms
- A documented procedure applied to records, such as a sampling method or an indexing routine, approved before use.
- Where the comparison stops
- It runs automatically and identically each time. Its code can be inspected only if the publisher chose to share it.
- Is it safe?
- Browsing algorithms is read-only.
Docker image
The packaged software environment an algorithm runs in.
- On screen
Docker Image- In plain words
- A Docker image fixes the operating system, libraries and tools, so the algorithm behaves the same wherever it runs.
- In archival terms
- A precise specification of the equipment used to read a medium, recorded so the result can be reproduced.
- Where the comparison stops
- The name alone does not guarantee the contents. Reproducibility depends on the image remaining available.
- Is it safe?
- Informational only.
Underneath it all
Blockchain
A register kept in many copies that check each other.
- On screen
- In plain words
- Every participant keeps the same list of entries. New entries are added only when the copies agree, and old entries cannot be changed quietly.
- In archival terms
- A register maintained in duplicate by many repositories at once, each verifying new entries before accepting them.
- Where the comparison stops
- It shows that an entry was made and not altered. It cannot show that what was entered was true.
- Is it safe?
- You never interact with it directly; the site and your wallet do.
- InterPARES definition
- blockchain