Skip to content

Commit

Permalink
Merge pull request #1952 from w3c/ege-respec-fixes
Browse files Browse the repository at this point in the history
Static Ontology HTMLs
  • Loading branch information
egekorkan authored Jan 17, 2024
2 parents 6a469f8 + 146568a commit 4892019
Show file tree
Hide file tree
Showing 27 changed files with 16,969 additions and 111 deletions.
47 changes: 45 additions & 2 deletions ontology/hctl.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@

<head>
<meta charset='utf-8'>
<title>Hypermedia Controls Ontology</title>
<title>Web of Things (WoT) Hypermedia Controls Ontology</title>
<script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove'></script>
<script class='remove'>
var respecConfig = {
specStatus: "ED",
latestVersion: null,
// publishDate: "2023-12-05",
group: "wg/wot",
editors: [{
name: "Victor Charpenay"
}, {
name: "Matthias Kovatsch"
}],
edDraftURI: "https://www.w3.org/2019/wot/hypermedia",
shortName: "wot-td-ontology",
shortName: "wot-hctl-ontology",
localBiblio: {
"hydra": {
href: "https://www.hydra-cg.com/spec/latest/core/",
Expand All @@ -40,7 +42,17 @@
status : "Internet-Draft",
date : " March 2019"
}
},
otherLinks: [{
key: "Ontology in RDF",
data: [
{
value: "Web of Things (WoT) Hypermedia Controls Ontology in RDF",
href: "hctl.ttl",
}
]
}
]
};
</script>
</head>
Expand Down Expand Up @@ -95,6 +107,37 @@ <h2>Introduction</h2>
</p>
</section>

<section id="conformance"></section>

<section id="terminology">
<h2>Terminology</h2>

<p>The fundamental WoT terminology such as
<dfn class="lint-ignore">Thing</dfn>,
<dfn class="lint-ignore">Consumer</dfn>,
<dfn class="lint-ignore">Thing Description</dfn> (<dfn class="lint-ignore">TD</dfn>),
<dfn class="lint-ignore">Interaction Model</dfn>,
<dfn class="lint-ignore">Interaction Affordance</dfn>,
<dfn class="lint-ignore">Property</dfn>,
<dfn class="lint-ignore">Action</dfn>,
<dfn class="lint-ignore">Event</dfn>,
<dfn class="lint-ignore">Protocol Binding</dfn>,
<dfn class="lint-ignore">Servient</dfn>,
etc. is defined in <a href="https://www.w3.org/TR/wot-architecture/#terminology">Section 3</a>
of the WoT Architecture specification [[WOT-ARCHITECTURE]].
</p>

<p>
The Thing Description terminology such as
<dfn class="lint-ignore">TD Information Model</dfn>,
<dfn class="lint-ignore">TD Document</dfn>,
<dfn class="lint-ignore">Term</dfn> (<dfn class="lint-ignore">Vocabulary Term</dfn>),
etc. is defined in <a href="https://www.w3.org/TR/wot-thing-description/#terminology">Section 3</a>
of the WoT Thing Description specification [[WOT-THING-DESCRIPTION]].
</p>

</section>

<!-- axioms rendered from RDF definitions -->
<section><h2>Axiomatization</h2><section><h3>Classes</h3><section id="AdditionalExpectedResponse"><h4>AdditionalExpectedResponse</h4><p>IRI: <code>https://www.w3.org/2019/wot/hypermedia#AdditionalExpectedResponse</code></p><span>Communication metadata describing the expected response message for additional responses.</span><table class="def numbered"><tbody><tr><td>In the domain of</td><td><code><a href="#hasAdditionalOutputSchema">hctl:hasAdditionalOutputSchema</a></code><br><code><a href="#isSuccess">hctl:isSuccess</a></code></td></tr><tr><td>In the range of</td><td><code><a href="#additionalReturns">hctl:additionalReturns</a></code></td></tr></tbody></table></section>
<section id="ExpectedResponse"><h4>ExpectedResponse</h4><p>IRI: <code>https://www.w3.org/2019/wot/hypermedia#ExpectedResponse</code></p><span>Communication metadata describing the expected response message for the primary response.</span><table class="def numbered"><tbody><tr><td>In the range of</td><td><code><a href="#returns">hctl:returns</a></code></td></tr></tbody></table></section>
Expand Down
47 changes: 45 additions & 2 deletions ontology/hctl.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@

<head>
<meta charset='utf-8'>
<title>Hypermedia Controls Ontology</title>
<title>Web of Things (WoT) Hypermedia Controls Ontology</title>
<script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove'></script>
<script class='remove'>
var respecConfig = {
specStatus: "ED",
latestVersion: null,
// publishDate: "2023-12-05",
group: "wg/wot",
editors: [{
name: "Victor Charpenay"
}, {
name: "Matthias Kovatsch"
}],
edDraftURI: "https://www.w3.org/2019/wot/hypermedia",
shortName: "wot-td-ontology",
shortName: "wot-hctl-ontology",
localBiblio: {
"hydra": {
href: "https://www.hydra-cg.com/spec/latest/core/",
Expand All @@ -40,7 +42,17 @@
status : "Internet-Draft",
date : " March 2019"
}
},
otherLinks: [{
key: "Ontology in RDF",
data: [
{
value: "Web of Things (WoT) Hypermedia Controls Ontology in RDF",
href: "hctl.ttl",
}
]
}
]
};
</script>
</head>
Expand Down Expand Up @@ -95,6 +107,37 @@ <h2>Introduction</h2>
</p>
</section>

<section id="conformance"></section>

<section id="terminology">
<h2>Terminology</h2>

<p>The fundamental WoT terminology such as
<dfn class="lint-ignore">Thing</dfn>,
<dfn class="lint-ignore">Consumer</dfn>,
<dfn class="lint-ignore">Thing Description</dfn> (<dfn class="lint-ignore">TD</dfn>),
<dfn class="lint-ignore">Interaction Model</dfn>,
<dfn class="lint-ignore">Interaction Affordance</dfn>,
<dfn class="lint-ignore">Property</dfn>,
<dfn class="lint-ignore">Action</dfn>,
<dfn class="lint-ignore">Event</dfn>,
<dfn class="lint-ignore">Protocol Binding</dfn>,
<dfn class="lint-ignore">Servient</dfn>,
etc. is defined in <a href="https://www.w3.org/TR/wot-architecture/#terminology">Section 3</a>
of the WoT Architecture specification [[WOT-ARCHITECTURE]].
</p>

<p>
The Thing Description terminology such as
<dfn class="lint-ignore">TD Information Model</dfn>,
<dfn class="lint-ignore">TD Document</dfn>,
<dfn class="lint-ignore">Term</dfn> (<dfn class="lint-ignore">Vocabulary Term</dfn>),
etc. is defined in <a href="https://www.w3.org/TR/wot-thing-description/#terminology">Section 3</a>
of the WoT Thing Description specification [[WOT-THING-DESCRIPTION]].
</p>

</section>

<!-- axioms rendered from RDF definitions -->
%s

Expand Down
47 changes: 45 additions & 2 deletions ontology/jsonschema.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@

<head>
<meta charset='utf-8'>
<title>JSON Schema in RDF</title>
<title>Web of Things (WoT) JSON Schema Ontology</title>
<script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove'></script>
<script class='remove'>
var respecConfig = {
specStatus: "ED",
latestVersion: null,
// publishDate: "2023-12-05",
group: "wg/wot",
editors: [{
name: "Victor Charpenay"
}, {
Expand All @@ -17,7 +19,7 @@
name: "María Poveda Villalón"
}],
edDraftURI: "https://www.w3.org/2019/wot/json-schema",
shortName: "wot-td-ontology",
shortName: "wot-jsonschema-ontology",
localBiblio: {
"json-schema-validation": {
title: "JSON Schema Validation: A Vocabulary for Structural Validation of JSON"
Expand All @@ -40,7 +42,17 @@
, status: "Internet-Draft"
, publisher: "IETF"
}
},
otherLinks: [{
key: "Ontology in RDF",
data: [
{
value: "Web of Things (WoT) JSON Schema Ontology in RDF",
href: "jsonschema.ttl",
}
]
}
]
};
</script>
</head>
Expand Down Expand Up @@ -95,6 +107,37 @@ <h2>Introduction</h2>
</p>
</section>

<section id="conformance"></section>

<section id="terminology">
<h2>Terminology</h2>

<p>The fundamental WoT terminology such as
<dfn class="lint-ignore">Thing</dfn>,
<dfn class="lint-ignore">Consumer</dfn>,
<dfn class="lint-ignore">Thing Description</dfn> (<dfn class="lint-ignore">TD</dfn>),
<dfn class="lint-ignore">Interaction Model</dfn>,
<dfn class="lint-ignore">Interaction Affordance</dfn>,
<dfn class="lint-ignore">Property</dfn>,
<dfn class="lint-ignore">Action</dfn>,
<dfn class="lint-ignore">Event</dfn>,
<dfn class="lint-ignore">Protocol Binding</dfn>,
<dfn class="lint-ignore">Servient</dfn>,
etc. is defined in <a href="https://www.w3.org/TR/wot-architecture/#terminology">Section 3</a>
of the WoT Architecture specification [[WOT-ARCHITECTURE]].
</p>

<p>
The Thing Description terminology such as
<dfn class="lint-ignore">TD Information Model</dfn>,
<dfn class="lint-ignore">TD Document</dfn>,
<dfn class="lint-ignore">Term</dfn> (<dfn class="lint-ignore">Vocabulary Term</dfn>),
etc. is defined in <a href="https://www.w3.org/TR/wot-thing-description/#terminology">Section 3</a>
of the WoT Thing Description specification [[WOT-THING-DESCRIPTION]].
</p>

</section>

<!-- axioms rendered from RDF definitions -->
<section><h2>Axiomatization</h2><section><h3>Classes</h3><section id="ArraySchema"><h4>ArraySchema</h4><p>IRI: <code>https://www.w3.org/2019/wot/json-schema#ArraySchema</code></p><span>Metadata describing data of type array. This subclass is indicated by the value <code>array</code> assigned to <code>type</code> in <code>DataSchema</code> instances.</span><table class="def numbered"><tbody><tr><td>Sub-class of</td><td><code><a href="#DataSchema">jsonschema:DataSchema</a></code></td></tr><tr><td>In the domain of</td><td><code><a href="#items">jsonschema:items</a></code><br><code><a href="#maxItems">jsonschema:maxItems</a></code><br><code><a href="#minItems">jsonschema:minItems</a></code></td></tr></tbody></table></section>
<section id="BooleanSchema"><h4>BooleanSchema</h4><p>IRI: <code>https://www.w3.org/2019/wot/json-schema#BooleanSchema</code></p><span>Metadata describing data of type <code>boolean</code>. This subclass is indicated by the value <code>boolean</code> assigned to <code>type</code> in <code>DataSchema</code> instances.</span><table class="def numbered"><tbody><tr><td>Sub-class of</td><td><code><a href="#DataSchema">jsonschema:DataSchema</a></code></td></tr></tbody></table></section>
Expand Down
47 changes: 45 additions & 2 deletions ontology/jsonschema.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@

<head>
<meta charset='utf-8'>
<title>JSON Schema in RDF</title>
<title>Web of Things (WoT) JSON Schema Ontology</title>
<script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove'></script>
<script class='remove'>
var respecConfig = {
specStatus: "ED",
latestVersion: null,
// publishDate: "2023-12-05",
group: "wg/wot",
editors: [{
name: "Victor Charpenay"
}, {
Expand All @@ -17,7 +19,7 @@
name: "María Poveda Villalón"
}],
edDraftURI: "https://www.w3.org/2019/wot/json-schema",
shortName: "wot-td-ontology",
shortName: "wot-jsonschema-ontology",
localBiblio: {
"json-schema-validation": {
title: "JSON Schema Validation: A Vocabulary for Structural Validation of JSON"
Expand All @@ -40,7 +42,17 @@
, status: "Internet-Draft"
, publisher: "IETF"
}
},
otherLinks: [{
key: "Ontology in RDF",
data: [
{
value: "Web of Things (WoT) JSON Schema Ontology in RDF",
href: "jsonschema.ttl",
}
]
}
]
};
</script>
</head>
Expand Down Expand Up @@ -95,6 +107,37 @@ <h2>Introduction</h2>
</p>
</section>

<section id="conformance"></section>

<section id="terminology">
<h2>Terminology</h2>

<p>The fundamental WoT terminology such as
<dfn class="lint-ignore">Thing</dfn>,
<dfn class="lint-ignore">Consumer</dfn>,
<dfn class="lint-ignore">Thing Description</dfn> (<dfn class="lint-ignore">TD</dfn>),
<dfn class="lint-ignore">Interaction Model</dfn>,
<dfn class="lint-ignore">Interaction Affordance</dfn>,
<dfn class="lint-ignore">Property</dfn>,
<dfn class="lint-ignore">Action</dfn>,
<dfn class="lint-ignore">Event</dfn>,
<dfn class="lint-ignore">Protocol Binding</dfn>,
<dfn class="lint-ignore">Servient</dfn>,
etc. is defined in <a href="https://www.w3.org/TR/wot-architecture/#terminology">Section 3</a>
of the WoT Architecture specification [[WOT-ARCHITECTURE]].
</p>

<p>
The Thing Description terminology such as
<dfn class="lint-ignore">TD Information Model</dfn>,
<dfn class="lint-ignore">TD Document</dfn>,
<dfn class="lint-ignore">Term</dfn> (<dfn class="lint-ignore">Vocabulary Term</dfn>),
etc. is defined in <a href="https://www.w3.org/TR/wot-thing-description/#terminology">Section 3</a>
of the WoT Thing Description specification [[WOT-THING-DESCRIPTION]].
</p>

</section>

<!-- axioms rendered from RDF definitions -->
%s

Expand Down
Loading

0 comments on commit 4892019

Please sign in to comment.