index-en.html 5.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  5. <link rel="stylesheet" href="resources/primer.css" media="screen" /> <link rel="stylesheet" href="resources/rec.css" media="screen" /> <link rel="stylesheet" href="resources/extra.css" media="screen" /> <link rel="stylesheet" href="resources/owl.css" media="screen" />
  6. <!-- SCHEMA.ORG METADATA -->
  7. <script type="application/ld+json">{"@context":"http://schema.org","@type":"TechArticle","url":"http://purl.org/adaptcentre/openscience/ontologies/consent","image":"http://vowl.visualdataweb.org/webvowl/#iri=http://purl.org/adaptcentre/openscience/ontologies/consent","name":"Consent Ontology", "headline":"The General Data Protection Regulations (GDPR) imposes greater", "datePublished":"2017-10-21", "license":"https://creativecommons.org/licenses/by/4.0/"}</script>
  8. <script src="resources/jquery.js"></script>
  9. <script src="resources/marked.min.js"></script>
  10. <script>
  11. function loadHash() {
  12. jQuery(".markdown").each(function(el){jQuery(this).after(marked(jQuery(this).text())).remove()});
  13. var hash = location.hash;
  14. if($(hash).offset()!=null){
  15. $('html, body').animate({scrollTop: $(hash).offset().top}, 0);
  16. }
  17. loadTOC();
  18. }
  19. function loadTOC(){
  20. //process toc dynamically
  21. var t='<h2>Table of contents</h2><ul>';i = 1;j=0;
  22. jQuery(".list").each(function(){
  23. if(jQuery(this).is('h2')){
  24. if(j>0){
  25. t+='</ul>';
  26. j=0;
  27. }
  28. t+= '<li>'+i+'. <a href=#'+ jQuery(this).attr('id')+'>'+ jQuery(this).text()+'</a></li>';
  29. i++;
  30. }
  31. if(jQuery(this).is('h3')){
  32. if(j==0){
  33. t+='<ul>';
  34. }
  35. j++;
  36. t+= '<li>'+(i-1)+'.'+j+'. '+'<a href=#'+ jQuery(this).attr('id')+'>'+ jQuery(this).text()+'</a></li>';
  37. }
  38. t = t.replace(' back to ToC','');
  39. });
  40. t+='</ul>';
  41. $("#toc").html(t);
  42. }
  43. $(function(){
  44. $("#abstract").load("sections/abstract-en.html");
  45. $("#introduction").load("sections/introduction-en.html");
  46. $("#overview").load("sections/overview-en.html");
  47. $("#description").load("sections/description-en.html");
  48. $("#references").load("sections/references-en.html");
  49. $("#crossref").load("sections/crossref-en.html", null, loadHash);
  50. });
  51. </script>
  52. </head>
  53. <body>
  54. <div class="container"><div class="head">
  55. <div style="float:right">language <a href="index-en.html"><b>en</b></a> </div>
  56. <h1>Consent Ontology</h1>
  57. <h2>Release 2017-10-21</h2>
  58. <dl>
  59. <dt>This version:</dt>
  60. <dd><a href="https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v1">https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v1</a></dd>
  61. </dl><dl><dt>Latest version:</dt>
  62. <dd><a href="http://purl.org/adaptcentre/openscience/ontologies/consent">http://purl.org/adaptcentre/openscience/ontologies/consent</a></dd>
  63. </dl><dl><dt>Publisher:</dt>
  64. <dd><a href="null">null</a>, (<a href="null">null</a>)</dd></dl>
  65. <dl><dt>Imported Ontologies:</dt>
  66. <dd><a href="http://www.w3.org/ns/prov-dictionary#">prov-dictionary#</a></dd><dd><a href="http://www.w3.org/ns/prov-dc#">prov-dc#</a></dd><dd><a href="http://www.w3.org/ns/prov-o#">prov-o#</a></dd><dd><a href="http://www.w3.org/ns/prov-dictionary#">prov-dictionary#</a></dd><dd><a href="http://www.w3.org/ns/prov-links#">prov-links#</a></dd><dd><a href="http://www.w3.org/ns/prov-o-inverses#">prov-o-inverses#</a></dd></dl>
  67. <dl><dt>Download serialization:</dt><dd><span><a href="ontology.xml" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg" alt="RDF/XML"></img></a> </span><span><a href="ontology.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg" alt="N-Triples"></img></a> </span><span><a href="ontology.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-TTL-blue.svg" alt="TTL"></img></a> </span></dd></dl><dl><dt>License: </dt><dd><a href="https://creativecommons.org/licenses/by/4.0/" target="_blank"><img src ="https://img.shields.io/badge/License-CC_by_4.0-blue.svg" alt="https://creativecommons.org/licenses/by/4.0/"></img></a>
  68. </dd></dl><dl><dt>Visualization:</dt><dd><a href="webvowl/index.html#ontology" target="_blank"><img src="https://img.shields.io/badge/Visualize_with-WebVowl-blue.svg" alt="Visualize with WebVowl"></img></a></dd></dl>
  69. <dl><a href="provenance/provenance-en.html" target="_blank">Provenance of this page</a></dl><hr/>
  70. </div>
  71. <div class="status">
  72. <div>
  73. <span>Ontology Specification Draft</span>
  74. </div>
  75. </div> <div id="abstract"></div>
  76. <div id="toc"></div> <div id="introduction"></div>
  77. <div id="overview"></div>
  78. <div id="description"></div>
  79. <div id="crossref"></div>
  80. <div id="references"></div>
  81. <div id="acknowledgements">
  82. <h2 id="ack" class="list">Acknowledgements <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
  83. <p>
  84. The authors would like to thank <a href="http://www.essepuntato.it/">Silvio Peroni</a> for developing <a href="http://www.essepuntato.it/lode">LODE</a>, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and <a href="https://w3id.org/people/dgarijo">Daniel Garijo</a> for developing <a href="https://github.com/dgarijo/Widoco">Widoco</a>, the program used to create the template used in this documentation.</p>
  85. </div>
  86. </body>
  87. </html>