> For the complete documentation index, see [llms.txt](https://docs.os.uk/os-downloads/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.os.uk/os-downloads/products/buildings-and-infrastructure-portfolio/os-open-linked-identifiers/os-open-linked-identifiers-technical-specification/linked-identifier-data-csv-attributes.md).

# Linked Identifier data (CSV) attributes

This section provides the following information about each attribute of the CSV product:

### Name and Description

The name of the attribute and what it is describing.

### Type

The nature of the attribute, for example a numeric value or a code list value.

### Multiplicity

Describes how many times this element is expected to be populated in the data. An attribute may be optional or mandatory; these are denoted by:

* ‘1’ – Mandatory - There must be a value.
* ‘0..1’ – Optional – If populated a maximum of one attribute will be returned. These values may be used in combination.

## Linked Identifier data attributes <a href="#bookmark3" id="bookmark3"></a>

### RELATIONSHIP\_ID

Unique identifier for the relationship. Made up of a concatenated string in the format: {Data Identifier 1}*{Feature Identifier 1}*{Data Identifier 2}*{Feature Identifier 2}*{CorrelationType Number}

* **Type**: text
* **Multiplicity**: \[1]

### IDENTIFIER\_1

The primary identifier of Source Dataset 1.

* **Type**: text
* **Multiplicity**: \[1]

### VERSION\_NUMBER\_1

Version number of the primary identifier of Source Dataset 1. Where available, NULL otherwise.

* **Type**: integer
* **Multiplicity**: \[0..1]

### VERSION\_DATE\_1

Version date of the primary identifier of Source Dataset 1. Where available, NULL otherwise.

* **Type**: date time
* **Multiplicity**: \[0..1]

### IDENTIFIER\_2

The primary identifier of Source Dataset 2.

* **Type**: text
* **Multiplicity**: \[1]

### VERSION\_NUMBER\_2

Version number of the primary identifier of Source Dataset 2. Where available, NULL otherwise.

* **Type**: integer
* **Multiplicity**: \[0..1]

### VERSION\_DATE\_2

Version date of the primary identifier of Source Dataset 2. Where available, NULL otherwise.

* **Type**: date time
* **Multiplicity**: \[0..1]

### CONFIDENCE

Confidence value based on a comparison of feature dates between the two source features. Can be one of:

* Version information is correct
* Version information has potentially changed
* Version information has changed
* **Type**: text
* **Multiplicity**: \[1]
* **Notes**: May be a constant value of the possible ones for certain relationships.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.os.uk/os-downloads/products/buildings-and-infrastructure-portfolio/os-open-linked-identifiers/os-open-linked-identifiers-technical-specification/linked-identifier-data-csv-attributes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
