Standard Operating Procedures (SOPs) / How to become an assured data publisher

How to become an assured data publisher

Getting your organisation and its data assured under the IB1 Assurance programme is a straightforward three-step process: Register, Prepare, Publish.

1. Register

Become an IB1 Member. Unless otherwise agreed, this involves paying a fee (based on the size of your organisation). Once you are a Member, and depending on which sector you operate in, you can start by joining one of our Trust Frameworks.

Stream members can join the Water Sector Trust Framework directly at no cost by completing a form. This form contains information about your organisation and agrees to the baseline Water Sector Trust Framework (WSTF) contract. Start here: https://ib1.org/tf/wstf 

2. Prepare 

  1. Review the requirements set out in the assurance levels
  2. Decide which organisational level you wish to assert
  3. For each dataset:
    • Assign a data sensitivity class designating whether the data is Open, Shared or Closed. Only Open or Shared data may be assured.
    • Review the legal, practical and technical requirements and decide the assurance level you wish to assert for the dataset
  4. Generate a DCAT v3 or ISO19139 (including INSPIRE and GEMINI) format data catalog describing the datasets

Example DCAT JSON-LD snippet:

"@context": {
    "dct": "http://purl.org/dc/terms/",
    "dcat": "http://www.w3.org/ns/dcat/",
    "ib1": "http://registry.ib1.org/ns/1.0/#"
}, 
...
{
    "@id": "https://example.com/dataset/my-dataset",
    "@type": "dcat:Dataset",
    "dct:title": "My dataset",
    "dct:license": "https://creativecommons.org/licenses/by/4.0/",
    "dct:publisher": "https://directory.estf.trust.ib1.org/m/xxxxxxxx/", "My Organisation";
    ...
    "ib1:trustFramework": "https://registry.estf.trust.ib1.org/trust-framework",
    "ib1:scheme": "https://registry.estf.trust.ib1.org/scheme/assured-open-data"
    "ib1:sensitivityClass": "https://registry.trust.ib1.org/sensitivity-class/IB1-O",
    "ib1:datasetAssurance": "https://registry.trust.ib1.org/dataset-assurance-level/Level1",
    ...
}

3. Publish

  1. Publish the data catalog openly on the web
  2. Notify Icebreaker One of your organisational assurance level
  3. Using the member portal for the relevant trust framework, create an app corresponding to your data catalog to the AOD scheme
  4. Add the URL of your data catalog to the app configuration
    • This will be indexed automatically by Open Net Zero
    • Open Net Zero will display the assurance badges in your dataset pages
  5. (optional, but recommended) Use the assurance badges on your website/data portal when describing the datasets. (SSEN example)