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

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

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

## Path parameters

- `uri` string, uri, required

## Response `200`

Returns all properties of `uri` whose values are literals, as well as all sio attributes `uri` has. If units are specified for any attributes, the units are also returned. The following properties are excluded: `foaf:depiction`, `sioc:content`, `skos:definition`, `dc:abstract`, `dc:description`, `dc:summary`, `rdfs:comment`, `dcelements:description`, `<http://purl.obolibrary.org/obo/IAO_0000115>`, `prov:value`, `sio:hasValue`, and `<http://dbpedia.org/ontology/abstract>`.

- object
  - `@id` string, uri — The URI of this resource.
  - `attributes` object[] — A list of attributes of this URI
    - `@id` string, uri — The URI of this attribute
    - `label` string — The label of this attribute
    - `values` object[] — A list of values this attribute takes
      - `value` string — One value this attribute takes
  - `description` object[] — A list of summary properties for the specified URI (see /?view=summary).
    - `@id` string, url — The URI of the summary predicate
    - `label` string — A human-readable label for the summary predicate
    - `value` string — The plaintext string that is the value of the summary property
  - `label` string — The label of this resource, taken from the list of label properties.
  - `type` object[] — A list of every `rdf:type` this resource is a member of.
    - `@id` string, url — The URI the `rdf:type`
    - `label` string — The label of the `rdf:type`, taken from the list of label properties

---

[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)
