---
title: "GET /about/{uri}/?view=related"
method: GET
path: "/about/{uri}/?view=related"
---

# GET /about/{uri}/?view=related

`GET /about/{uri}/?view=related`

## Path parameters

- `uri` string, url, required

## Response `200`

Returns a list of other nodes that are related to the given URI, along with their labels and the URI of the relation between them and the starting point. The relation `sio:hasPart` is excluded from this.

- object[]
  - `idf` number — The inverse document frequency of this related node, as specified with `sio:InverseDocumentFrequency`, or 1 if unspecified.
  - `label` string — The label of this related node
  - `node` string, url — The URI of this related node
  - `relation` string, url — The RDF property linking this related node and the specified URI
  - `tf` number — The term frequency of this related node, defined as the maximum `sio:Frequency` of any term that is part of the queried URI (as `sio:hasPart`) and is a `prov:specializationOf` the related node, or 1 if no such term exists.
  - `tfidf` number — The product of `tf` and `idf`
  - `type` string, url — The `rdf:type` of this related node

---

[API](https://skmtc.net/tetherless-world/apis/whyis.md) · [All operations](https://skmtc.net/tetherless-world/apis/whyis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tetherless-world/whyis/versions/45280f4d6152/schema)
