Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/schemaorg/schemaorg into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Dataliberate committed Sep 24, 2020
2 parents 6723a39 + a7dec55 commit c7d2559
Show file tree
Hide file tree
Showing 37 changed files with 38,719 additions and 15,225 deletions.
15,419 changes: 15,419 additions & 0 deletions SchemaPages/example-code/data/schemaorg-all-http.nt

Large diffs are not rendered by default.

30,386 changes: 15,266 additions & 15,120 deletions SchemaPages/data/schemaorg-all-https.nt → .../example-code/data/schemaorg-all-https.nt

Large diffs are not rendered by default.

387 changes: 387 additions & 0 deletions SchemaPages/example-code/jinjaTemplating/html/Action.html

Large diffs are not rendered by default.

160 changes: 160 additions & 0 deletions SchemaPages/example-code/jinjaTemplating/html/BookFormatType.html
@@ -0,0 +1,160 @@
<!DOCTYPE html>
<html lang="en">
<!-- Generated from EnumerationPageEx.tpl -->
<head>
<title>BookFormatType - SchemaPages</title>
<meta charset="utf-8" >
<link rel="shortcut icon" type="image/png" href="util/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="util/schemaorg.css" />
<link rel="stylesheet" type="text/css" href="util/prettify.css" />
<script type="text/javascript" src="util/prettify.js"></script>

</head>
<body>

<!-- Header start from PageHeader.tpl -->
<div id="container">
<div id="intro">
<div id="pageHeader">
<div class="wrapper">
<div id="sitename">
<h1>
<a href="/">SchemaPages</a>
</h1>
</div>
</div>
</div>
</div>
<div id="selectionbar">
<div class="wrapper">
<ul>

<li>

<a href="documents.html">Documentation</a>
</li>

<li class="activelink">

<a href="schemas.html">Schemas</a>
</li>
<li>

<a href="/">Home</a>

</li>
</ul>
</div>
</div> <!-- selectionbar -->
<!-- Header end from PageHeader.tpl -->
<div id="mainContent">
<div id="infoblock">
<!-- Label / termType / canonical URI -->
<h1>BookFormatType</h1>
<h3>A Schema.org Enumeration</h3>
<div><em>Canonical URI: http://schema.org/BookFormatType</em><br/></div>

<!-- Pending/retired -->


<br/>

<!-- Breadcrumb display of term inheritance -->
<div class="superPaths">



<a href="&lt;SDOTYPE: &#39;Thing&#39; expanded: False&gt;.html">&lt;SDOTYPE: &#39;Thing&#39; expanded: False&gt;</a> ->

<a href="&lt;SDOTYPE: &#39;Intangible&#39; expanded: False&gt;.html">&lt;SDOTYPE: &#39;Intangible&#39; expanded: False&gt;</a> ->

<a href="&lt;SDOENUMERATION: &#39;Enumeration&#39; expanded: False&gt;.html">&lt;SDOENUMERATION: &#39;Enumeration&#39; expanded: False&gt;</a>
->
<a href="&lt;SDOENUMERATION: &#39;BookFormatType&#39; expanded: False&gt;.html">&lt;SDOENUMERATION: &#39;BookFormatType&#39; expanded: False&gt;</a>
<br/>

</div>
<br/>

<!-- Description of term -->
<div class="description">The publication format of the book.</div>

</div> <!-- infoblock -->

<!-- Show properties (if any) associated with term and its supertypes -->
<!-- Properties block for term: BookFormatType-->

<!-- Identify if this term or one of its supertypes has any associated proprtyies -->






<!-- List properties that have this term as an Expected type -->


<br/><div id="incoming">Instances of <a href="BookFormatType.html">BookFormatType</a> may appear as a value for the following properties</div>
<table class="definition-table">
<thead><tr><tr><th>Property</th><th>On Types</th><th>Description</th></tr></thead>

<tr><td class="prop-nam" scope="row"><code><a href="bookFormat.html">bookFormat</a></code></td>
<td class="prop-ect"><a href="&lt;SDOTYPE: &#39;Book&#39; expanded: False&gt;.html">&lt;SDOTYPE: &#39;Book&#39; expanded: False&gt;</a></td>
<td class="prop-desc">The format of the book.
</tr>


</table>



<!-- List enumeration members -->


<!-- List subs (Subtypes/subproperties/enumeration members/etc.) for Term -->



<br/><b><a id="subtypes" title="Link: #subtypes" href="#subtypes" class="clickableAnchor" >Enumeration members</a></b><ul>

<li> <a href="&lt;SDOENUMERATIONVALUE: &#39;AudiobookFormat&#39; expanded: False&gt;.html">&lt;SDOENUMERATIONVALUE: &#39;AudiobookFormat&#39; expanded: False&gt;</a> </li>



<li> <a href="&lt;SDOENUMERATIONVALUE: &#39;EBook&#39; expanded: False&gt;.html">&lt;SDOENUMERATIONVALUE: &#39;EBook&#39; expanded: False&gt;</a> </li>



<li> <a href="&lt;SDOENUMERATIONVALUE: &#39;GraphicNovel&#39; expanded: False&gt;.html">&lt;SDOENUMERATIONVALUE: &#39;GraphicNovel&#39; expanded: False&gt;</a> </li>



<li> <a href="&lt;SDOENUMERATIONVALUE: &#39;Hardcover&#39; expanded: False&gt;.html">&lt;SDOENUMERATIONVALUE: &#39;Hardcover&#39; expanded: False&gt;</a> </li>



<li> <a href="&lt;SDOENUMERATIONVALUE: &#39;Paperback&#39; expanded: False&gt;.html">&lt;SDOENUMERATIONVALUE: &#39;Paperback&#39; expanded: False&gt;</a> </li>

</ul>



<!-- List subtypes -->


<!-- List subs (Subtypes/subproperties/enumeration members/etc.) for Term -->



<!-- list surce references and acknowledgements -->



<!-- -->




</div> <!-- mainContent -->
</body>
</html>

0 comments on commit c7d2559

Please sign in to comment.