Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions td/next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Currently, these resources are JSON-LD context, JSON Schemas for TDs and TMs and
| `https://www.w3.org/ns/wot-next/td` | `https://w3c.github.io/wot-thing-description/context/td-context-1.1.jsonld` | `application/ld+json`| |
| `https://www.w3.org/ns/wot-next/tm-ontology` | `https://w3c.github.io/wot-thing-description/ontology/tm.ttl` | `text/turtle`| |
| `https://www.w3.org/ns/wot-next/tm-ontology` | `https://w3c.github.io/wot-thing-description/ontology/tm.html` | `text/html`| |
| `https://www.w3.org/ns/wot-next/td-ontology` | `https://w3c.github.io/wot-resources/td/v1.1/ontology/td.ttl` | `text/turtle` | |
| `https://www.w3.org/ns/wot-next/td-ontology` | `https://w3c.github.io/wot-resources/td/v1.1/ontology/td.html` | `text/html` | same as above but different content type |
| `https://www.w3.org/ns/wot-next/td-ontology` | `https://w3c.github.io/wot-thing-description/ontology/td.ttl` | `text/turtle` | |
| `https://www.w3.org/ns/wot-next/td-ontology` | `https://w3c.github.io/wot-thing-description/ontology/td.html` | `text/html` | same as above but different content type |
| `https://www.w3.org/ns/wot-next/json-schema-ontology` | `https://w3c.github.io/wot-thing-description/ontology/jsonschema.ttl` | `text/turtle` | |
| `https://www.w3.org/ns/wot-next/json-schema-ontology` | `https://w3c.github.io/wot-thing-description/ontology/jsonschema.html` | `text/html`| same as above but different content type |
| `https://www.w3.org/ns/wot-next/security-ontology` | `https://w3c.github.io/wot-thing-description/ontology/wotsec.ttl` | `text/turtle` | |
Expand Down