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
- Review the requirements set out in the assurance levels
- Decide which organisational level you wish to assert
- 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
- Generate a DCAT v3 or ISO19139 (including INSPIRE and GEMINI) format data catalog describing the datasets
- Use the ib1:trustFramework field to define the Trust Framework(s) the dataset is assured under.
- Use the ib1:scheme field to define the assured open data scheme
- Use the ib1:sensitivityClass field to define the sensitivity class
- Use the ib1:datasetAssurance field to define the assurance level for each
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
- Publish the data catalog openly on the web
- Notify Icebreaker One of your organisational assurance level
- This will be reflected in your organisation’s listing on the relevant trust framework’s Directory:
- Core: https://directory.core.trust.ib1.org
- Energy: https://directory.estf.trust.ib1.org
- Water: (not yet available)
- Open Net Zero will index this and add the corresponding badge to your organisation page on the site
- This will be reflected in your organisation’s listing on the relevant trust framework’s Directory:
- Using the member portal for the relevant trust framework, create an app corresponding to your data catalog to the AOD scheme
- 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
- (optional, but recommended) Use the assurance badges on your website/data portal when describing the datasets. (SSEN example)