Metadata
| description |
This document describes the Metadata as part of the modelling-guidelines for the NBNL Profile Group. |
| version |
current |
| author |
Arend Hagreis, ahagreis@netbeheernederland.nl |
| feedback |
Introduction
This document is part of the grid modelling approach and details the grid model data requirements for data supplied by Dutch transmission and distribution system operators and describes in detail the use of the Meta Data.
Most of the terms in this document are used within the energy industry, particularly in standards like the IEC Common Information Model (CIM).
Definition
Each dataset requires metadata to keep track of issuer, issuance date, schema and dependencies.
Modelling choices
The following information is required:
"@id": "urn:uuid:2d3088c1-2b9a-4cbc-84fa-c0670e0e8ecc", (1)
"dcterms:issued": {
"@value": "2025-12-05T12:34:56Z", (2)
"@type": "xsd:date"
},
"dcterms:publisher": {
"@id": "urn:uuid:4f74c8e2-adb5-4815-9607-eb00fb6a0d55",
"dcterms:title": "Liander" (3)
},
"dcterms:conformsTo": [
{
"@id": "https://modellen.netbeheernederland.nl/nbnl-equipment/1.0" (4)
}
],
"dcterms:references": [
{
"@id": "urn:uuid:4562ba86-b5e0-470b-8e36-dae55428d77f" (5)
}
]
-
@uid: Unique identifier for this dataset. Use a generated UUID;
-
issued: Issuance data, start of the validity period for this dataset;
-
publisher: The publisher of the dataset. Use the mRID & name from the NBNL Object Register;
-
conformsTo: Schema to validate the dataset against. Verify usage of the correct version;
-
references: any datasets this dataset is dependant on.