-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Placeholder Discovery Ontology HTML (#532)
* Placeholder Discovery Ontology HTML * put copy under 6-resources
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |