---
title: "GET /?view=constraints"
method: GET
path: "/?view=constraints"
---

# GET /?view=constraints

`GET /?view=constraints`

## Path parameters

- `uri` string, uri, required

## Response `200`

Lists OWL property restrictions on the specified class and its properties.

- object[]
  - `class` string, url — The URI of the queried class.
  - `property` string, url — The URL of the property that this restriction is on.
  - `propertyLabel` string — A human-readable label for the property that this restriction is on
  - `propertyType` string, url — The `rdf:type` of this property; or else whichever of `owl:DatatypeProperty` or `owl:ObjectProperty` is most applicable
  - `range` string, url — The URI of the range of the constraint.
  - `rangeLabel` string — A human-readable label for the range of this restriction.
  - `superClass` string, url — The URI of the class that is the domain of the constraint.
  - `extent` string, url — The URI of an OWL property describing the extent of this constraint. For example, whether a range constraint is `owl:someValuesFrom` or `owl:allValuesFrom`, or whether a cardinality constraint is `owl:minCardinality`, `owl:maxCardinality`, or `owl:exactCardinality`.
  - `cardinality` unknown

---

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