oopsEval.html 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Ontology Design Pattern for Personal Data in Privacy Policies</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="description" content="Evaluation of the ontology with the OOPS tool.">
  8. <meta name="Languaje" content="English">
  9. <script src="evaluation/jquery-1.11.0.js"></script>
  10. <script src="evaluation/bootstrap.min.js"></script>
  11. <link rel="stylesheet" href="evaluation/style.css" type="text/css" media="print, projection, screen" />
  12. <script type="text/javascript" src="evaluation/jquery.tablesorter.min.js"></script>
  13. <script type="text/javascript" id="js">
  14. $(document).ready(function()
  15. {
  16. $("#tablesorter-demo").tablesorter();
  17. $('.collapse').collapse({
  18. toggle: false
  19. });
  20. }
  21. );
  22. </script>
  23. <link href="evaluation/bootstrap.css" rel="stylesheet">
  24. <style type="text/css">
  25. body {
  26. padding-bottom: 40px;
  27. }
  28. </style>
  29. <link href="evaluation/bootstrap-responsive.css" rel="stylesheet">
  30. <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
  31. <!--[if lt IE 9]>
  32. <script src="/dist/js/html5shiv.js"></script>
  33. <![endif]-->
  34. </head>
  35. <div class="container">
  36. <h1> <a href="" target="_blank">Ontology Design Pattern for Personal Data in Privacy Policies</a></h1>
  37. <br>
  38. <dl class="dl-horizontal">
  39. <dt>Title</dt>
  40. <dd><a href="" target="_blank">Ontology Design Pattern for Personal Data in Privacy Policies</a></dd>
  41. <dt>URI</dt>
  42. <dd><a href="" target="_blank"></a></dd>
  43. <dt>Version</dt>
  44. <dd></dd>
  45. </dl><p> The following evaluation results have been generated by the <a href = "http://oops-ws.oeg-upm.net/" target="_blank">RESTFul web service</a> provided by <a href = "http://oops.linkeddata.es" target="_blank">OOPS! (OntOlogy Pitfall Scanner!)</a>.</p><p>
  46. <a href="http://oops.linkeddata.es" target="_blank"><img src="http://vocab.linkeddata.es/ontologies/oops/logomini.png" alt="OOPS! logo" class="img-rounded" class="img-responsive" /></a>It is obvious that not all the pitfalls are equally important; their impact in the ontology will depend on multiple factors. For this reason, each pitfall has an importance level attached indicating how important it is. We have identified three levels:</p>
  47. <dl class="dl-horizontal">
  48. <dt><span class="label label-danger">Critical</span></dt>
  49. <dd>It is crucial to correct the pitfall. Otherwise, it could affect the ontology consistency, reasoning, applicability, etc.</dd>
  50. <dt><span class="label label-warning">Important</span></dt> <dd> Though not critical for ontology function, it is important to correct this type of pitfall.</dd>
  51. <dt><span class="label label-minor">Minor</span></dt> <dd>It is not really a problem, but by correcting it we will make the ontology nicer.</dd>
  52. </dl><h2>Evaluation results</h2>
  53. <div class="panel-group" id="accordion">
  54. <div class="panel panel-default">
  55. <div class="panel-heading">
  56. <h4 class="panel-title">
  57. <a data-toggle="collapse" href="#collapse0">
  58. P08. Missing annotations<span style="float: right;">3 cases detected. <span class="label label-minor">Minor</span></span></a>
  59. </h4>
  60. </div>
  61. <div id="collapse0" class="panel-collapse collapse">
  62. <div class="panel-body">
  63. <p>This pitfall consists in creating an ontology element and failing to provide human readable annotations attached to it. Consequently, ontology elements lack annotation properties that label them (e.g. rdfs:label, lemon:LexicalEntry, skos:prefLabel or skos:altLabel) or that define them (e.g. rdfs:comment or dc:description). This pitfall is related to the guidelines provided in [5]. </p><p>This pitfall affects to the following ontology elements: </p><ul><li><a href="http://www.w3.org/ns/prov#Agent" target="_blank">http://www.w3.org/ns/prov#Agent</a></li><li><a href="http://openscience.adaptcentre.ie/ontologies/privacypolicy#retainedFor" target="_blank">http://openscience.adaptcentre.ie/ontologies/privacypolicy#retainedFor</a></li><li><a href="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataSharingStep" target="_blank">http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataSharingStep</a></li></ul></div>
  64. </div>
  65. </div>
  66. <div class="panel panel-default">
  67. <div class="panel-heading">
  68. <h4 class="panel-title">
  69. <a data-toggle="collapse" href="#collapse1">
  70. P10. Missing disjointness<span style="float: right;"> ontology *<span class="label label-warning">Important</span></span></a>
  71. </h4>
  72. </div>
  73. <div id="collapse1" class="panel-collapse collapse">
  74. <div class="panel-body">
  75. <p>The ontology lacks disjoint axioms between classes or between properties that should be defined as disjoint. This pitfall is related with the guidelines provided in [6], [2] and [7]. </p><p>*This pitfall applies to the ontology in general instead of specific elements</p></div>
  76. </div>
  77. </div>
  78. <div class="panel panel-default">
  79. <div class="panel-heading">
  80. <h4 class="panel-title">
  81. <a data-toggle="collapse" href="#collapse2">
  82. P13. Inverse relationships not explicitly declared<span style="float: right;">9 cases detected. <span class="label label-minor">Minor</span></span></a>
  83. </h4>
  84. </div>
  85. <div id="collapse2" class="panel-collapse collapse">
  86. <div class="panel-body">
  87. <p>This pitfall appears when any relationship (except for those that are defined as symmetric properties using owl:SymmetricProperty) does not have an inverse relationship (owl:inverseOf) defined within the ontology. </p><p>This pitfall affects to the following ontology elements: </p><ul><li><a href="http://purl.org/adaptcentre/openscience/ontologies/gdprov#collectsData" target="_blank">http://purl.org/adaptcentre/openscience/ontologies/gdprov#collectsData</a></li><li><a href="http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesData" target="_blank">http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesData</a></li><li><a href="http://purl.org/adaptcentre/openscience/ontologies/gdprov#sharesDataWith" target="_blank">http://purl.org/adaptcentre/openscience/ontologies/gdprov#sharesDataWith</a></li><li><a href="http://purl.org/adaptcentre/openscience/ontologies/gdprov#sharesData" target="_blank">http://purl.org/adaptcentre/openscience/ontologies/gdprov#sharesData</a></li><li><a href="http://purl.org/adaptcentre/openscience/ontologies/gdprov#hasCollectionMechanism" target="_blank">http://purl.org/adaptcentre/openscience/ontologies/gdprov#hasCollectionMechanism</a></li><li><a href="http://www.w3.org/2006/time#hasDuration" target="_blank">http://www.w3.org/2006/time#hasDuration</a></li><li><a href="http://purl.org/adaptcentre/openscience/ontologies/gdprov#hasLegalBasis" target="_blank">http://purl.org/adaptcentre/openscience/ontologies/gdprov#hasLegalBasis</a></li><li><a href="http://purl.org/adaptcentre/openscience/ontologies/gdprov#collectsDataFromAgent" target="_blank">http://purl.org/adaptcentre/openscience/ontologies/gdprov#collectsDataFromAgent</a></li><li><a href="http://purl.org/adaptcentre/openscience/ontologies/gdprov#sharesDataForProcess" target="_blank">http://purl.org/adaptcentre/openscience/ontologies/gdprov#sharesDataForProcess</a></li><ul></div>
  88. </div>
  89. </div>
  90. </div>
  91. <p>References:</p>
  92. <ul>
  93. <li>
  94. [1] G&oacute;mez-P&oacute;rez, A. Ontology Evaluation. Handbook on Ontologies. S. Staab and R. Studer Editors. Springer. International Handbooks on Information Systems. Pp: 251-274. 2004.
  95. </li>
  96. <li>
  97. [2] Noy, N.F., McGuinness. D. L. Ontology development 101: A guide to creating your first ontology. Technical Report SMI-2001-0880, Standford Medical Informatics. 2001.
  98. </li>
  99. <li>
  100. [3] Rector, A., Drummond, N., Horridge, M., Rogers, J., Knublauch, H., Stevens, R.,; Wang, H., Wroe, C. ''Owl pizzas: Practical experience of teaching owl-dl: Common errors and common patterns''. In Proc. of EKAW 2004, pp: 63-81. Springer. 2004.
  101. </li>
  102. <li>
  103. [4] Hogan, A., Harth, A., Passant, A., Decker, S., Polleres, A. Weaving the Pedantic Web. Linked Data on the Web Workshop LDOW2010 at WWW2010 (2010).
  104. </li>
  105. <li>
  106. [5] Archer, P., Goedertier, S., and Loutas, N. D7.1.3 - Study on persistent URIs, with identification of best practices and recommendations on the topic for the MSs and the EC. Deliverable. December 17, 2012.
  107. </li>
  108. <li>
  109. [6] Heath, T., Bizer, C.: Linked data: Evolving the Web into a global data space (1st edition). Morgan &amp; Claypool (2011).
  110. </li>
  111. </ul>
  112. <footer>
  113. <div class="row">
  114. <div class="col-md-7">
  115. Developed by <a href = "http://delicias.dia.fi.upm.es/members/mpoveda/" target="_blank">Mar&iacutea Poveda</a>
  116. <br>
  117. Built with <a target="_blank" href="http://getbootstrap.com/">Bootstrap</a>
  118. <br>
  119. Integration with Widoco by <a href="https://w3id.org/people/dgarijo">Daniel Garijo</a> <br>
  120. </div>
  121. <div class="col-md-5">
  122. <p class="text-right"> Developed with: </p>
  123. <p class="text-right">
  124. <a href="http://oops.linkeddata.es" target="_blank"><img src="http://vocab.linkeddata.es/ontologies/oops/logomini.png" alt="OOPS! logo" class="img-rounded" class="img-responsive" /></a>
  125. </p>
  126. </div>
  127. </div>
  128. </footer>
  129. </div> <!-- /container -->