Skip to content

Commit

Permalink
auto updating vocab/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
riannella committed Sep 4, 2017
1 parent 145d41c commit d2f40f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions vocab/index.html
Expand Up @@ -665,11 +665,11 @@ <h2>ODRL Core Vocabulary</h2>
<tr><th>Note:</th> <td>Used to determine policy conflict outcomes.</td></tr>
<tr><th>Class:</th> <td><a href="#term-ConflictTerm">ConflictTerm</a></td></tr>
</table>
</section><section id="term-invalid"><h3>Invalidate Policy</h3><table class='def propdef' >
<tr><th>Definition:</th> <td>The policy is invalid.</td></tr>
<tr><th>Label:</th> <td>Invalidate Policy</td></tr>
</section><section id="term-invalid"><h3>Void Policy</h3><table class='def propdef' >
<tr><th>Definition:</th> <td>The policy is void.</td></tr>
<tr><th>Label:</th> <td>Void Policy</td></tr>
<tr><th>Identifier:</th> <td><a href="http://www.w3.org/ns/odrl/2/invalid">http://www.w3.org/ns/odrl/2/invalid</a></td></tr>
<tr><th>Note:</th> <td>Used to indicate the policy is invalid for Conflict Strategy.</td></tr>
<tr><th>Note:</th> <td>Used to indicate the policy is void for Conflict Strategy.</td></tr>
<tr><th>Class:</th> <td><a href="#term-ConflictTerm">ConflictTerm</a></td></tr>
</table>
</section></section><section id="inheritanceConcepts"><h2>Policy Inheritance</h2><section id="term-inheritFrom"><h3>Inherits From</h3><table class='def propdef' >
Expand Down Expand Up @@ -1073,7 +1073,7 @@ <h2>ODRL Common Vocabulary</h2>
<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
</table>
</section><section id="term-read"><h3>Read</h3><table class='def propdef' >
<tr><th>Definition:</th> <td>TTo obtain data from the Asset.</td></tr>
<tr><th>Definition:</th> <td>To obtain data from the Asset.</td></tr>
<tr><th>Label:</th> <td>Read</td></tr>
<tr><th>Identifier:</th> <td><a href="http://www.w3.org/ns/odrl/2/read">http://www.w3.org/ns/odrl/2/read</a></td></tr>
<tr><th>Note:</th> <td>For example, the ability to read a record from a database (the Asset).</td></tr>
Expand Down
2 changes: 1 addition & 1 deletion vocab/template.phtml
Expand Up @@ -4,7 +4,7 @@
<title>ODRL Vocabulary &amp; Expression</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<meta content="width=device-width,initial-scale=1" name="viewport" />
<script class="remove" src="https://www.w3.org/Tools/respec/respec-w3c-common"></script>
<script class="remove" src="https://www.w3.org/Tools/respec/respec-w3c-common" defer></script>
<script class="remove" src="config.js"></script>
</head>
<body>
Expand Down

0 comments on commit d2f40f7

Please sign in to comment.