regen-docs
  • Regen Ledger
  • DRAFT
    • Users and Organizations
      • Account
      • Group
    • Bank
    • Data
    • Simple Credit
    • Fractional NFT Credit
    • Semantic Data
    • Coin
    • Script
    • Market
    • Chain Schema
    • Basic Types
Powered by GitBook
On this page
  • Data Types
  • HashURI
  • Transactions
  • Registering URL's for Anchored Data
  • Signing Data
  • State

Was this helpful?

  1. DRAFT

Data

PreviousBankNextSimple Credit

Last updated 5 years ago

Was this helpful?

Data Types

HashURI

scalar HashURI
  • support

  • support RDF graph normalization hashes

  • DRGCA2019 (Directed RDF Graph Canonicalization Algorithm 2019): TODO

Transactions

tx AnchorData(iri HashURI)

Registering URL's for Anchored Data

tx RegisterDataURL(iri HashURI, urls URL*)

Signing Data

tx SignData(iri HashURI)

State

table DataTimestamp {
  uri: HashURI
  timestamp: DateTime
  @primary_key(uri)
}

table DataURL {
  uri: HashURI
  url: URL
  @primary_key(uri, url)
}

table DataSigner {
  uri: HashURI
  signer: Address
  timestamp: DateTime
  @primary_key(uri, signer)
}
IPFS CID standard
URDNA2015