# RoadLink

| GML Attribute                                      | ESRI Shapefile Attribute |
| -------------------------------------------------- | ------------------------ |
| gml:id                                             | identifier               |
| centrelineGeometry                                 | \*                       |
| fictitious                                         | fictitious               |
| roadClassification                                 | class                    |
| roadFunction                                       | function                 |
| roadClassificationNumber                           | roadNumber               |
| name1                                              | name1                    |
| Specified in the GML tag for *name1* as *xml:lang* | name1\_lang              |
| name2                                              | name2                    |
| Specified in the GML tag for *name2* as *xml:lang* | name2\_lang              |
| formOfWay                                          | formOfWay                |
| length                                             | length                   |
| primaryRoute                                       | primary                  |
| trunkRoad                                          | trunkRoad                |
| roadStructure                                      | structure                |
| loop                                               | loop                     |
| startNode                                          | startNode                |
| endNode                                            | endNode                  |
| roadNumberTOID                                     | numberTOID               |
| roadNameTOID                                       | nameTOID                 |

{% hint style="info" %}
GML includes attributes which describe the geometry of the features; this is not applicable to shapefile files as they are separated by their geometry.&#x20;

The use of an asterisk symbol (\*) in the table indicates that a particular attribute is not mapped in a format.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.os.uk/os-downloads/products/transport-network-portfolio/os-open-roads/os-open-roads-technical-specification/esri-shapefile-overview/roadlink.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
