Skip to content

Commit

Permalink
Merge pull request #64 from arnoweiss/feat/remove-shacl
Browse files Browse the repository at this point in the history
feat: remove shapes, references to them
  • Loading branch information
jimmarino authored Nov 22, 2024
2 parents 1defed3 + 73cafe6 commit 7a2cf16
Show file tree
Hide file tree
Showing 29 changed files with 88 additions and 1,777 deletions.
68 changes: 34 additions & 34 deletions catalog/catalog.protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ formats.

### Catalog Request Message

| | |
|---------------------|-------------------------------------------------------------------------------------------------------------------------------------|
| **Sent by** | [=Consumer=] |
| **Resulting state** | `TERMINATED` |
| **Response** | [ACK](#ack-catalog) or [ERROR](#error-catalog-error) |
| **Schema** | [TTL Shape](./message/shape/catalog-request-message-shape.ttl), [JSON Schema](./message/schema/catalog-request-message-schema.json) |
| **Example** | [Message](./message/example/catalog-request-message.json) |
| **Diagram(s)** | ![](./message/diagram/catalog-request-message.png "Catalog Request Message") |
| | |
|---------------------|------------------------------------------------------------------------------|
| **Sent by** | [=Consumer=] |
| **Resulting state** | `TERMINATED` |
| **Response** | [ACK](#ack-catalog) or [ERROR](#error-catalog-error) |
| **Schema** | [JSON Schema](./message/schema/catalog-request-message-schema.json) |
| **Example** | [Message](./message/example/catalog-request-message.json) |
| **Diagram(s)** | ![](./message/diagram/catalog-request-message.png "Catalog Request Message") |

The Catalog Request Message is message sent by a [=Consumer=] to
a [=Catalog Service=].
Expand All @@ -115,14 +115,14 @@ is a valid instance of a [DCAT Catalog](https://www.w3.org/TR/vocab-dcat-3/#Clas

### Dataset Request Message

| | |
|---------------------|-------------------------------------------------------------------------------------------------------------------------------------|
| **Sent by** | [=Consumer=] |
| **Resulting state** | `TERMINATED` |
| **Response** | [ACK](#ack-catalog) or [ERROR](#error-catalog-error) |
| **Schema** | [TTL Shape](./message/shape/dataset-request-message-shape.ttl), [JSON Schema](./message/schema/dataset-request-message-schema.json) |
| **Example** | [Message](./message/example/dataset-request-message.json) |
| **Diagram(s)** | ![](./message/diagram/dataset-request-message.png) |
| | |
|---------------------|---------------------------------------------------------------------|
| **Sent by** | [=Consumer=] |
| **Resulting state** | `TERMINATED` |
| **Response** | [ACK](#ack-catalog) or [ERROR](#error-catalog-error) |
| **Schema** | [JSON Schema](./message/schema/dataset-request-message-schema.json) |
| **Example** | [Message](./message/example/dataset-request-message.json) |
| **Diagram(s)** | ![](./message/diagram/dataset-request-message.png) |

The Dataset Request Message is message sent by a [=Consumer=] to
a [=Catalog Service=].
Expand All @@ -141,32 +141,32 @@ provided in protocol-dependent forms, e.g., for an HTTPS binding in the request

### ACK - Catalog

| | |
|----------------|---------------------------------------------------------------------------------------------------|
| **Sent by** | [=Provider=] |
| **Schema** | [TTL Shape](./message/shape/dcat-shapes.ttl), [JSON Schema](./message/schema/catalog-schema.json) |
| **Example** | [Catalog Example](./message/example/catalog.json) |
| **Diagram(s)** | ![](./message/diagram/catalog.png) |
| | |
|----------------|-----------------------------------------------------|
| **Sent by** | [=Provider=] |
| **Schema** | [JSON Schema](./message/schema/catalog-schema.json) |
| **Example** | [Catalog Example](./message/example/catalog.json) |
| **Diagram(s)** | ![](./message/diagram/catalog.png) |

The [=Catalog=] contains all [Datasets](#dataset) which the requester shall see.

### ACK - Dataset

| | |
|----------------|---------------------------------------------------------------------------------------------------|
| **Sent by** | [=Provider=] |
| **Schema** | [TTL Shape](./message/shape/dcat-shapes.ttl), [JSON Schema](./message/schema/dataset-schema.json) |
| **Example** | [Dataset Example](./message/example/dataset.json) |
| **Diagram(s)** | ![](./message/diagram/dataset.png) |
| | |
|----------------|-----------------------------------------------------|
| **Sent by** | [=Provider=] |
| **Schema** | [JSON Schema](./message/schema/dataset-schema.json) |
| **Example** | [Dataset Example](./message/example/dataset.json) |
| **Diagram(s)** | ![](./message/diagram/dataset.png) |

### ERROR - Catalog Error

| | |
|----------------|-----------------------------------------------------------------------------------------------------------------|
| **Sent by** | [=Consumer=], [=Provider=] |
| **Schema** | [TTL Shape](./message/shape/catalog-error-shape.ttl), [JSON Schema](./message/schema/catalog-error-schema.json) |
| **Example** | [Error](./message/example/catalog-error.json) |
| **Diagram(s)** | ![](./message/diagram/catalog-error.png) |
| | |
|----------------|-----------------------------------------------------------|
| **Sent by** | [=Consumer=], [=Provider=] |
| **Schema** | [JSON Schema](./message/schema/catalog-error-schema.json) |
| **Example** | [Error](./message/example/catalog-error.json) |
| **Diagram(s)** | ![](./message/diagram/catalog-error.png) |

A Catalog Error is used when an error occurred after a [Catalog Request Message](#catalog-request-message) or
a [Dataset Request Message](#dataset-request-message) and the [=Provider=] cannot
Expand Down
40 changes: 0 additions & 40 deletions catalog/message/shape/catalog-error-shape.ttl

This file was deleted.

37 changes: 0 additions & 37 deletions catalog/message/shape/catalog-request-message-shape.ttl

This file was deleted.

40 changes: 0 additions & 40 deletions catalog/message/shape/dataset-request-message-shape.ttl

This file was deleted.

78 changes: 0 additions & 78 deletions catalog/message/shape/dataset-shape.ttl

This file was deleted.

Loading

0 comments on commit 7a2cf16

Please sign in to comment.