Skip to content

Commit

Permalink
Placeholder Discovery Ontology HTML (#532)
Browse files Browse the repository at this point in the history
* Placeholder Discovery Ontology HTML

* put copy under 6-resources
  • Loading branch information
mmccool authored Dec 4, 2023
1 parent 8e95f45 commit 9806fdf
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions context/discovery-ontology.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<title>Web of Things (WoT) Discovery Ontology</title>
</head>

<body>
<h1>Web of Things (WoT) Discovery Ontology</h1>
<section>
<h2>Work in Progress</h2>
<p>An HTML rendering of the Web of Things (WoT) Discovery
ontology is under development. In the meantime, please
refer to the Turtle (ttl) file which can be fetched from this same
URL,
<a href="https://www.w3.org/2022/wot/discovery-ontology">https://www.w3.org/2022/wot/discovery-ontology</a>,
but using the <code>text/turtle</code> Content-Type.</p>
<p>You can also find this file on github at
<a href="https://github.com/w3c/wot-resources/blob/main/discovery/v1/ontology/discovery-ontology.ttl">https://github.com/w3c/wot-resources/blob/main/discovery/v1/ontology/discovery-ontology.ttl</a>.</p>
</section>
</body>

</html>
24 changes: 24 additions & 0 deletions publication/6-resources/ontology/discovery-ontology.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<title>Web of Things (WoT) Discovery Ontology</title>
</head>

<body>
<h1>Web of Things (WoT) Discovery Ontology</h1>
<section>
<h2>Work in Progress</h2>
<p>An HTML rendering of the Web of Things (WoT) Discovery
ontology is under development. In the meantime, please
refer to the Turtle (ttl) file which can be fetched from this same
URL,
<a href="https://www.w3.org/2022/wot/discovery-ontology">https://www.w3.org/2022/wot/discovery-ontology</a>,
but using the <code>text/turtle</code> Content-Type.</p>
<p>You can also find this file on github at
<a href="https://github.com/w3c/wot-resources/blob/main/discovery/v1/ontology/discovery-ontology.ttl">https://github.com/w3c/wot-resources/blob/main/discovery/v1/ontology/discovery-ontology.ttl</a>.</p>
</section>
</body>

</html>

0 comments on commit 9806fdf

Please sign in to comment.