index.html 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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" /> <title>An Ontology for Consent-aware Mapping Engine for Generating</title>
  6. <!-- SCHEMA.ORG METADATA -->
  7. <script type="application/ld+json">{"@context":"http://schema.org","@type":"TechArticle","url":"https://w3id.org/consent-mapping-jit#","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://w3id.org/consent-mapping-jit#","name":"An Ontology for Consent-aware Mapping Engine for Generating", "headline":"The development of intelligent (machine learning or AI-based) applications increasingly require governance models and processes, as financial legal sanctions are more and more being associated with violation of policies (e.g. due to GDPR). An ontology representing the (informed) consent that was captured by an organization can be used to assess a dataset prior its use in any type of data processing activities. We demonstrate the utility using a particular scenario, where datasets are generated “just in time” for a particular purpose such as sending newsletters. This scenario shows how data processing activities can be managed to in such a way as to support compliance verification. This is a work in progress.", "datePublished":"2018-08-24", "version":"1.0", "license":"https://creativecommons.org/licenses/by/4.0/", "author":[{"@type":"Person","name":"Christophe Debruyne, Harshvardhan J. Pandit"}]}</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).ignore("span").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).ignore("span").text()+'</a></li>';
  37. }
  38. });
  39. t+='</ul>';
  40. $("#toc").html(t);
  41. }
  42. $.fn.ignore = function(sel){
  43. return this.clone().find(sel||">*").remove().end();
  44. }; $(function(){
  45. $("#abstract").load("sections/abstract-en.html");
  46. $("#introduction").load("sections/introduction-en.html");
  47. $("#overview").load("sections/overview-en.html");
  48. $("#description").load("sections/description-en.html");
  49. $("#references").load("sections/references-en.html");
  50. $("#crossref").load("sections/crossref-en.html", null, loadHash);
  51. });
  52. </script>
  53. </head>
  54. <body>
  55. <div class="container">
  56. <div class="head">
  57. <div style="float:right">language <a href="index-en.html"><b>en</b></a> </div>
  58. <h1>An Ontology for Consent-aware Mapping Engine for Generating</h1>
  59. <h2>Release 2018-08-24</h2>
  60. <dl>
  61. <dt>This version:</dt>
  62. <dd><a href="https://w3id.org/consent-mapping-jit/v/1.0#">https://w3id.org/consent-mapping-jit/v/1.0#</a></dd>
  63. <dt>Latest version:</dt>
  64. <dd><a href="https://w3id.org/consent-mapping-jit#">https://w3id.org/consent-mapping-jit#</a></dd>
  65. <dt>Revision:</dt>
  66. <dd>1.0</dd>
  67. <dt>Authors:</dt>
  68. <dd>Christophe Debruyne, Harshvardhan J. Pandit, (<a href="https://tcd.ie/">Trinity College Dublin</a>)</dd>
  69. <dt>Publisher:</dt>
  70. <dd><a href="https://adaptcentre.ie/">ADAPT Centre</a>, (<a href="https://tcd.ie/">Trinity College Dublin</a>)</dd>
  71. <dt>Download serialization:</dt><dd><span><a href="ontology.json" target="_blank"><img src="https://img.shields.io/badge/Format-JSON_LD-blue.svg" alt="JSON-LD" /></a> </span><span><a href="ontology.xml" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg" alt="RDF/XML" /></a> </span><span><a href="ontology.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg" alt="N-Triples" /></a> </span><span><a href="ontology.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-TTL-blue.svg" alt="TTL" /></a> </span></dd><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/" /></a>
  72. <a href="https://creativecommons.org/licenses/by/4.0/" rel="license" target="_blank">
  73. <img src="https://licensebuttons.net/l/by/4.0/88x31.png" style="border-width:0" alt="License" />
  74. </a>
  75. <br/></dd><dt>Visualization:</dt><dd><a href="webvowl/index.html#" target="_blank"><img src="https://img.shields.io/badge/Visualize_with-WebVowl-blue.svg" alt="Visualize with WebVowl" /></a></dd>
  76. </dl>
  77. <a href="provenance/provenance-en.html" target="_blank">Provenance of this page</a><hr/>
  78. </div>
  79. <div class="status">
  80. <div>
  81. <span>Ontology Specification Draft</span>
  82. </div>
  83. </div> <div id="abstract"></div>
  84. <div id="toc"></div> <div id="introduction"></div>
  85. <div id="overview"></div>
  86. <div id="description"></div>
  87. <div id="crossref"></div>
  88. <div id="references"></div>
  89. <html>
  90. <div id="acknowledgements">
  91. <h2 id="ack" class="list">Acknowledgements <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
  92. <p>
  93. 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>
  94. </div>
  95. </html>
  96. </div>
  97. </body>
  98. </html>