---
title: "Look up where a certain URI can be found."
method: GET
path: "/uris"
tags: ["Pyramid_skosprovider"]
---

# Look up where a certain URI can be found.

`GET /uris`

Find more information on a certain :term:`URI`. This can map to eiter a concept, collection or conceptscheme that is known by the current SKOS registry.

## Query parameters

- `uri` string, required

## Response `200`

The URI maps to something known by pyramid_skosprovider, either a conceptscheme, a concept or collection.

- object
  - `@context` Context, required
    - `version` string
    - `dct` string
    - `skos` string
    - `iso-thes` string
    - `rdf` string
    - `rdfs` string
    - `void` string
    - `uri` string
    - `type` string
    - `id` string
    - `label` string
    - `concept` string
    - `collection` string
    - `subject` object
      - `id` string
      - `type` string
    - `concept_scheme` object
      - `id` string
      - `type` string
  - `type` string, required
  - `uri` string, required
  - `id` integer, required
  - `concept_scheme` ConceptSchemeLimited
    - `type` string
    - `uri` string
    - `id` string

## Other responses

- `404` — The URI can't be found by pyramid_skosprovider.

---

[API](https://skmtc.net/onroerenderfgoed/apis/atramhasis-api.md) · [All operations](https://skmtc.net/onroerenderfgoed/apis/atramhasis-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onroerenderfgoed/atramhasis-api/versions/c2d0b54078a2/schema)
