Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync ontologies with td repository #21

Merged
merged 5 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
32 changes: 25 additions & 7 deletions td/v1.1/ontology/hctl.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en" dir="ltr">
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.7.45">
"HTML Tidy for HTML5 for Apple macOS version 5.8.0">
<meta charset="utf-8">
<meta name="generator" content="ReSpec 35.0.0">
<meta name="generator" content="ReSpec 35.0.2">
<meta name="viewport" content=
"width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
Expand Down Expand Up @@ -79,6 +79,7 @@
.removeOnSave{display:none}
}
</style>
<meta name="color-scheme" content="light">
<meta name="description" content=
"This document introduces an ontology for links and forms, the main hypermedia controls in use on the Web. This ontology offers, among others, a means to reify RDF statements interpreted as links between Web resources. It also provides a versatile exchange format for links and forms in RESTful Web applications.">

Expand Down Expand Up @@ -158,8 +159,12 @@
"key": "Ontology in RDF",
"data": [
{
"value": "Web of Things (WoT) Hypermedia Controls Ontology in RDF",
"href": "hctl.ttl"
"value": "Download",
"href": "https://w3c.github.io/wot-resources/td/v1.1/ontology/hctl.ttl"
},
{
"value": "Open",
"href": "https://raw.githubusercontent.com/w3c/wot-resources/main/td/v1.1/ontology/hctl.ttl"
}
]
}
Expand All @@ -183,7 +188,7 @@ <h1 id="title" class="title">Web of Things (WoT) Hypermedia
"https://www.w3.org/standards/types#ED">W3C Editor's Draft</a>
<time class="dt-published" datetime="2023-12-05">05 December
2023</time></p>
<details open="">
<details open>
<summary>
More details about this document
</summary>
Expand All @@ -207,8 +212,14 @@ <h1 id="title" class="title">Web of Things (WoT) Hypermedia
"p-name fn">Matthias Kovatsch</span></dd>
<dt>Ontology in RDF</dt>
<dd>
<a href="hctl.ttl">Web of Things (WoT) Hypermedia
Controls Ontology in RDF</a>
<a href=
"https://w3c.github.io/wot-resources/td/v1.1/ontology/hctl.ttl">
Download</a>
</dd>
<dd>
<a href=
"https://raw.githubusercontent.com/w3c/wot-resources/main/td/v1.1/ontology/hctl.ttl">
Open</a>
</dd>
</dl>
</details>
Expand Down Expand Up @@ -502,6 +513,13 @@ <h2 id="x1-introduction"><bdi class="secno">1.</bdi>
"The Constrained RESTful Application Language (CoRAL)">coral</a></cite>].
The present hypermedia controls ontology is an attempt to
formalize the concepts these two standards specify.</p>
<p>Please note that the Turtle version of the ontology can be
always obtain by doing content negotiation as explained in
<a href=
"https://www.w3.org/TR/2023/REC-wot-thing-description11-20231205/#json-ld-ctx-usage">
Appendix D of the Thing Description Recommendation</a>. You can
include <code>Accept: text/turtle</code> in the request to
obtain the Turtle version of this ontology.</p>
</section>
<section id="conformance">
<div class="header-wrapper">
Expand Down
32 changes: 25 additions & 7 deletions td/v1.1/ontology/jsonschema.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en" dir="ltr">
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.7.45">
"HTML Tidy for HTML5 for Apple macOS version 5.8.0">
<meta charset="utf-8">
<meta name="generator" content="ReSpec 35.0.0">
<meta name="generator" content="ReSpec 35.0.2">
<meta name="viewport" content=
"width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
Expand Down Expand Up @@ -92,6 +92,7 @@
.removeOnSave{display:none}
}
</style>
<meta name="color-scheme" content="light">
<meta name="description" content=
"This document introduces an RDF vocabulary for JSON schema definitions. This vocabulary provides a stable namespace IRI for JSON schema keywords, as well as simple axioms, defined against schema.org's meta-model. Various examples on how to use the vocabulary are also introduced, e.g. to annotate schemas with JSON-LD metadata or to embed schema annotations inside RDF graphs.">

Expand Down Expand Up @@ -169,8 +170,12 @@
"key": "Ontology in RDF",
"data": [
{
"value": "Web of Things (WoT) JSON Schema Ontology in RDF",
"href": "jsonschema.ttl"
"value": "Download",
"href": "https://w3c.github.io/wot-resources/td/v1.1/ontology/jsonschema.ttl"
},
{
"value": "Open",
"href": "https://raw.githubusercontent.com/w3c/wot-resources/main/td/v1.1/ontology/jsonschema.ttl"
}
]
}
Expand All @@ -194,7 +199,7 @@ <h1 id="title" class="title">Web of Things (WoT) JSON Schema
"https://www.w3.org/standards/types#ED">W3C Editor's Draft</a>
<time class="dt-published" datetime="2023-12-05">05 December
2023</time></p>
<details open="">
<details open>
<summary>
More details about this document
</summary>
Expand All @@ -220,8 +225,14 @@ <h1 id="title" class="title">Web of Things (WoT) JSON Schema
"p-name fn">María Poveda Villalón</span></dd>
<dt>Ontology in RDF</dt>
<dd>
<a href="jsonschema.ttl">Web of Things (WoT) JSON Schema
Ontology in RDF</a>
<a href=
"https://w3c.github.io/wot-resources/td/v1.1/ontology/jsonschema.ttl">
Download</a>
</dd>
<dd>
<a href=
"https://raw.githubusercontent.com/w3c/wot-resources/main/td/v1.1/ontology/jsonschema.ttl">
Open</a>
</dd>
</dl>
</details>
Expand All @@ -248,6 +259,13 @@ <h2>Abstract</h2>
the vocabulary are also introduced, e.g. to annotate schemas
with JSON-LD metadata or to embed schema annotations inside RDF
graphs.</p>
<p>Please note that the Turtle version of the ontology can be
always obtain by doing content negotiation as explained in
<a href=
"https://www.w3.org/TR/2023/REC-wot-thing-description11-20231205/#json-ld-ctx-usage">
Appendix D of the Thing Description Recommendation</a>. You can
include <code>Accept: text/turtle</code> in the request to
obtain the Turtle version of this ontology.</p>
</section>
<section id="sotd" class="introductory">
<h2>Status of This Document</h2>
Expand Down
32 changes: 25 additions & 7 deletions td/v1.1/ontology/td.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en" dir="ltr">
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.7.45">
"HTML Tidy for HTML5 for Apple macOS version 5.8.0">
<meta charset="utf-8">
<meta name="generator" content="ReSpec 35.0.0">
<meta name="generator" content="ReSpec 35.0.2">
<meta name="viewport" content=
"width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
Expand Down Expand Up @@ -87,6 +87,7 @@
}

</style>
<meta name="color-scheme" content="light">
<meta name="description" content=
"The Thing Description (TD) ontology is an RDF axiomatization of the TD information model, one of the building blocks of the Web of Things (WoT). Besides providing an alternative to the standard JSON representation format for TD documents, the TD ontology can also be used to process contextual information on Things and for alignments with other WoT-related ontologies.">

Expand Down Expand Up @@ -150,8 +151,12 @@
"key": "Ontology in RDF",
"data": [
{
"value": "Web of Things (WoT) TD Ontology in RDF",
"href": "td.ttl"
"value": "Download",
"href": "https://w3c.github.io/wot-resources/td/v1.1/ontology/td.ttl"
},
{
"value": "Open",
"href": "https://raw.githubusercontent.com/w3c/wot-resources/main/td/v1.1/ontology/td.ttl"
}
]
}
Expand All @@ -175,7 +180,7 @@ <h1 id="title" class="title">Web of Things (WoT) Thing
"https://www.w3.org/standards/types#ED">W3C Editor's Draft</a>
<time class="dt-published" datetime="2023-12-05">05 December
2023</time></p>
<details open="">
<details open>
<summary>
More details about this document
</summary>
Expand Down Expand Up @@ -217,8 +222,14 @@ <h1 id="title" class="title">Web of Things (WoT) Thing
</dd>
<dt>Ontology in RDF</dt>
<dd>
<a href="td.ttl">Web of Things (WoT) TD Ontology in
RDF</a>
<a href=
"https://w3c.github.io/wot-resources/td/v1.1/ontology/td.ttl">
Download</a>
</dd>
<dd>
<a href=
"https://raw.githubusercontent.com/w3c/wot-resources/main/td/v1.1/ontology/td.ttl">
Open</a>
</dd>
</dl>
</details>
Expand Down Expand Up @@ -689,6 +700,13 @@ <h2 id="x1-introduction"><bdi class="secno">1.</bdi>
"#bib-shacl" title=
"Shapes Constraint Language (SHACL)">shacl</a></cite>] can thus
be leveraged to describe WoT Things.</p>
<p>Please note that the Turtle version of the ontology can be
always obtain by doing content negotiation as explained in
<a href=
"https://www.w3.org/TR/2023/REC-wot-thing-description11-20231205/#json-ld-ctx-usage">
Appendix D of the Thing Description Recommendation</a>. You can
include <code>Accept: text/turtle</code> in the request to
obtain the Turtle version of this ontology.</p>
</section>
<section id="conformance">
<div class="header-wrapper">
Expand Down
32 changes: 25 additions & 7 deletions td/v1.1/ontology/tm.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en" dir="ltr">
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.7.45">
"HTML Tidy for HTML5 for Apple macOS version 5.8.0">
<meta charset="utf-8">
<meta name="generator" content="ReSpec 35.0.0">
<meta name="generator" content="ReSpec 35.0.2">
<meta name="viewport" content=
"width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
Expand Down Expand Up @@ -79,6 +79,7 @@
}

</style>
<meta name="color-scheme" content="light">
<meta name="description" content=
"The Thing Model (TM) ontology is an RDF axiomatization of the TM concepts, one of the building blocks of the Web of Things (WoT). Besides providing an alternative to the standard JSON representation format for TM documents, the TM ontology can also be used to process contextual information on Things and for alignments with other WoT-related ontologies.">

Expand Down Expand Up @@ -114,8 +115,12 @@
"key": "Ontology in RDF",
"data": [
{
"value": "Web of Things (WoT) Thing Model (TM) Ontology in RDF",
"href": "tm.ttl"
"value": "Download",
"href": "https://w3c.github.io/wot-resources/td/v1.1/ontology/tm.ttl"
},
{
"value": "Open",
"href": "https://raw.githubusercontent.com/w3c/wot-resources/main/td/v1.1/ontology/tm.ttl"
}
]
}
Expand All @@ -139,7 +144,7 @@ <h1 id="title" class="title">Web of Things (WoT) Thing Model
"https://www.w3.org/standards/types#ED">W3C Editor's Draft</a>
<time class="dt-published" datetime="2023-12-05">05 December
2023</time></p>
<details open="">
<details open>
<summary>
More details about this document
</summary>
Expand Down Expand Up @@ -169,8 +174,14 @@ <h1 id="title" class="title">Web of Things (WoT) Thing Model
</dd>
<dt>Ontology in RDF</dt>
<dd>
<a href="tm.ttl">Web of Things (WoT) Thing Model (TM)
Ontology in RDF</a>
<a href=
"https://w3c.github.io/wot-resources/td/v1.1/ontology/tm.ttl">
Download</a>
</dd>
<dd>
<a href=
"https://raw.githubusercontent.com/w3c/wot-resources/main/td/v1.1/ontology/tm.ttl">
Open</a>
</dd>
</dl>
</details>
Expand Down Expand Up @@ -351,6 +362,13 @@ <h2 id="x1-introduction"><bdi class="secno">1.</bdi>
instantiating Thing Descriptions (TD)s. The TM ontology imports
the <a href="https://www.w3.org/2019/wot/td">TD</a>
ontology.</p>
<p>Please note that the Turtle version of the ontology can be
always obtain by doing content negotiation as explained in
<a href=
"https://www.w3.org/TR/2023/REC-wot-thing-description11-20231205/#json-ld-ctx-usage">
Appendix D of the Thing Description Recommendation</a>. You can
include <code>Accept: text/turtle</code> in the request to
obtain the Turtle version of this ontology.</p>
</section>
<section id="conformance">
<div class="header-wrapper">
Expand Down
32 changes: 25 additions & 7 deletions td/v1.1/ontology/wotsec.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en" dir="ltr">
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.7.45">
"HTML Tidy for HTML5 for Apple macOS version 5.8.0">
<meta charset="utf-8">
<meta name="generator" content="ReSpec 35.0.0">
<meta name="generator" content="ReSpec 35.0.2">
<meta name="viewport" content=
"width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
Expand Down Expand Up @@ -79,6 +79,7 @@
.removeOnSave{display:none}
}
</style>
<meta name="color-scheme" content="light">
<meta name="description" content=
"This document introduces an RDF vocabulary for the security metadata definitions. This vocabulary provides a stable namespace IRI for security keywords, as well as simple axioms, defined against schema.org's meta-model. Examples on how to use the vocabulary are also introduced.">

Expand Down Expand Up @@ -128,8 +129,12 @@
"key": "Ontology in RDF",
"data": [
{
"value": "Web of Things (WoT) Security Ontology in RDF",
"href": "wotsec.ttl"
"value": "Download",
"href": "https://w3c.github.io/wot-resources/td/v1.1/ontology/wotsec.ttl"
},
{
"value": "Open",
"href": "https://raw.githubusercontent.com/w3c/wot-resources/main/td/v1.1/ontology/wotsec.ttl"
}
]
}
Expand All @@ -153,7 +158,7 @@ <h1 id="title" class="title">Web of Things (WoT) Security
"https://www.w3.org/standards/types#ED">W3C Editor's Draft</a>
<time class="dt-published" datetime="2023-12-05">05 December
2023</time></p>
<details open="">
<details open>
<summary>
More details about this document
</summary>
Expand All @@ -177,8 +182,14 @@ <h1 id="title" class="title">Web of Things (WoT) Security
"p-name fn">Michael McCool</span></dd>
<dt>Ontology in RDF</dt>
<dd>
<a href="wotsec.ttl">Web of Things (WoT) Security
Ontology in RDF</a>
<a href=
"https://w3c.github.io/wot-resources/td/v1.1/ontology/wotsec.ttl">
Download</a>
</dd>
<dd>
<a href=
"https://raw.githubusercontent.com/w3c/wot-resources/main/td/v1.1/ontology/wotsec.ttl">
Open</a>
</dd>
</dl>
</details>
Expand Down Expand Up @@ -459,6 +470,13 @@ <h2 id="x1-introduction"><bdi class="secno">1.</bdi>
HTTP security schemes, Vocabulary, and syntax given in this
specification share many similarities with OpenAPI, they are
not compatible.</p>
<p>Please note that the Turtle version of the ontology can be
always obtain by doing content negotiation as explained in
egekorkan marked this conversation as resolved.
Show resolved Hide resolved
<a href=
"https://www.w3.org/TR/2023/REC-wot-thing-description11-20231205/#json-ld-ctx-usage">
Appendix D of the Thing Description Recommendation</a>. You can
include <code>Accept: text/turtle</code> in the request to
obtain the Turtle version of this ontology.</p>
</section>
<section id="conformance">
<div class="header-wrapper">
Expand Down