It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://cliopatria.swi-prolog.org/

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>ClioPatria: the SWI-Prolog RDF toolkit</title>
  5.  
  6. <link rel="stylesheet" type="text/css" href="/css/cliopatria.css">
  7. <link rel="stylesheet" type="text/css" href="/css/menu.css">
  8. <script type="text/javascript" src="/js/jquery-2.1.3.min.js">
  9.  
  10. </script>
  11. <link rel="stylesheet" type="text/css" href="/www/yui/2.7.0/build/autocomplete/assets/skins/sam/autocomplete.css">
  12. <script type="text/javascript" src="/www/yui/2.7.0/build/utilities/utilities.js">
  13.  
  14. </script>
  15. <script type="text/javascript" src="/www/yui/2.7.0/build/datasource/datasource.js">
  16.  
  17. </script>
  18. <script type="text/javascript" src="/js/cliopatria.js">
  19.  
  20. </script>
  21. <script type="text/javascript" src="/www/yui/2.7.0/build/autocomplete/autocomplete.js">
  22.  
  23. </script>
  24. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  25.  
  26. </head>
  27.  
  28. <body class="yui-skin-sam cliopatria">
  29. <div id="cp-menu" class="menu"><a class="logo" href="/home" style="float:left"><img src="/icons/cliopatria-logo.png"></a>
  30. <ul id="nav">
  31. <li><a>Places</a>
  32. <ul>
  33. <li><a href="/home">Home</a></li>
  34. <li><a href="/browse/list_graphs">Graphs</a></li>
  35. <li><a href="/browse/list_prefixes">Prefixes</a></li>
  36. </ul>
  37. </li>
  38. <li><a>Admin</a>
  39. <ul>
  40. <li><a href="/admin/listUsers">Users</a></li>
  41. <li><a href="/admin/settings">Settings</a></li>
  42. <li><a href="/admin/configuration">Plugins</a></li>
  43. <li><a href="/user/statistics">Statistics</a></li>
  44. </ul>
  45. </li>
  46. <li><a>CPACK</a>
  47. <ul>
  48. <li><a href="/cpack_home">Home</a></li>
  49. <li><a href="/cpack/list_packages">List packs</a></li>
  50. <li><a href="/cpack/submit">Submit pack</a></li>
  51. </ul>
  52. </li>
  53. <li><a>Repository</a>
  54. <ul>
  55. <li><a href="/user/loadFile">Load local file</a></li>
  56. <li><a href="/user/loadURL">Load from HTTP</a></li>
  57. <li><a href="/user/loadLibraryRDF">Load from library</a></li>
  58. <li><a href="/user/removeStatements">Remove triples</a></li>
  59. <li><a href="/user/clearRepository">Clear repository</a></li>
  60. </ul>
  61. </li>
  62. <li><a>Query</a>
  63. <ul>
  64. <li><a href="/yasgui/index.html">YASGUI SPARQL Editor</a></li>
  65. <li><a href="/user/query">Simple Form</a></li>
  66. <li><a href="/swish/">SWISH Prolog shell</a></li>
  67. </ul>
  68. </li>
  69. <li><a>Help</a>
  70. <ul>
  71. <li><a href="/help/">Documentation</a></li>
  72. <li><a href="/tutorial/">Tutorial</a></li>
  73. <li><a href="/help/source">Roadmap</a></li>
  74. <li><a href="/help/http">HTTP Services</a></li>
  75. </ul>
  76. </li>
  77. <li><a href="/user/form/login" class="login">Login</a></li>
  78. </ul>
  79. </div>
  80.  
  81. <form id="search_form" action="/isearch">
  82. <div>
  83. <div id="ac_find_literal_complete" class="ac_input">
  84. <input id="ac_find_literal_input" name="q" value="" type="text">
  85. <div id="ac_find_literal_container"></div>
  86. </div>
  87. <style type="text/css">
  88. #ac_find_literal_complete
  89. { width:30ex; padding-bottom:0em; display:inline-block; vertical-align:top}
  90. </style>
  91. <script type="text/javascript">
  92. function highlighMatches(str, query, cls)
  93. { var pat = new RegExp(query, "gi");
  94.     var sa = str.split(pat);
  95.     var ma = str.match(pat);
  96.     var i;
  97.     var out = sa[0];
  98.  if ( !ma )
  99.     { return str;
  100.     }
  101.  for(i=0; i<ma.length; )
  102.     { out += "<span class='"+cls+"'>"+ma[i++]+"</span>";
  103.       out += sa[i];
  104.     }
  105. return out;
  106.   }
  107.  
  108. </script>
  109. <script type="text/javascript">
  110. {
  111.  var oDS = new YAHOO.util.XHRDataSource("/api/ac_find_literal");
  112.  oDS.responseType = YAHOO.util.XHRDataSource.TYPE_JSON;
  113.  oDS.responseSchema = { resultsList:"results",
  114.  fields:["label","count","href"]
  115. };
  116.  oDS.maxCacheEntries = 5;
  117.  var oAC = new YAHOO.widget.AutoComplete("ac_find_literal_input", "ac_find_literal_container", oDS);
  118.  oAC.resultTypeList = false;
  119.  oAC.formatResult = function(oResultData, sQuery, sResultMatch) {
  120.     var sLabel = highlighMatches(oResultData.label, sQuery, "acmatch");
  121.     if ( oResultData.count > 1 ) {
  122.       sLabel += " <span class=\"account\">("+oResultData.count+")</span>";
  123.     }
  124.     return sLabel;
  125.   };
  126.  oAC.itemSelectEvent.subscribe(function(sType, aArgs) {
  127.     var oData = aArgs[2];
  128.     window.location.href = oData.href;
  129.   });
  130.  oAC.generateRequest = function(sQuery) {
  131.        return "?filter=true&query=" + sQuery ;
  132.    };
  133.  oAC.queryDelay = 0.2;
  134.  oAC.autoHighlight = false;
  135.  oAC.maxResultsDisplayed = 100;
  136. }
  137.  
  138. </script>
  139. <input type="submit" value="Search"></div>
  140. </form>
  141.  
  142. <br clear="all">
  143. <div id="cp-content" class="content">
  144.  
  145. <h1>ClioPatria: the SWI-Prolog RDF toolkit</h1>
  146.  
  147.  
  148.  
  149.  
  150.  
  151. <p>
  152. ClioPatria is a <a href="http://www.swi-prolog.org">SWI-Prolog</a>
  153. application that integrates SWI-Prolog's the SWI-Prolog libraries for
  154. RDF and HTTP services into a ready to use (semantic) web server. The
  155. core server has an integrated package manager that allows distributing
  156. and using add-on libraries: CPACK.
  157. </p>
  158.  
  159. <p>
  160. The development of ClioPatria started within the MultimediaN project,
  161. where it formed the core of the a semantic search demonstrator that won
  162. 1st price in the ISWC2006 application contest <a href="#1">[1]</a>. With
  163. the current ClioPatria, we stripped the functionality to the basics and
  164. provide the CPACK system for extending it. We intend to continue with
  165. the development for a long time.
  166. </p>
  167. <ul>
  168. <li>A <a href="/help/whitepaper.html">whitepaper</a> that explains
  169.  why you need ClioPatria.
  170.  </li>
  171. <li><a href="/help/Download.html">Download</a> and getting
  172.  <a href="/help/">started</a> with ClioPatria.
  173.  </li>
  174. <li>Learn about the <a href="/cpack_home">CPACK</a> package
  175.  manager for extending ClioPatria.
  176.  </li>
  177. <li>The ClioPatria <a href="http://mailman.few.vu.nl/mailman/listinfo/cliopatria-list">mailing list</a>.</li>
  178. </ul>
  179.  
  180.  
  181.  
  182. <hr>
  183.  
  184.  
  185.  
  186. <p>
  187. <a id="1">[1]</a> G. Schreiber, A. Amin, M. van Assem, V. de Boer, L.
  188. Hardman, M. Hildebrand, L. Hollink, Z. Huang, J. van Kersen, M. de Niet,
  189. B. Omelayenko, J. van Ossenbruggen, R. Siebes, J. Taekema, J.
  190. Wielemaker, and B. Wielinga. MultimediaN E-Culture Demonstrator. In The
  191. Semnantic Web - ISWC 2006, Athens, Georgia, volume 4273 of LNCS, pages
  192. 951-958. Springer Verlag, November 2006. Winner Semantic Web Challenge
  193. 2006,
  194. </p></div>
  195. <br clear="all">
  196. <div id="cp-footer" class="footer">
  197.  
  198. <address class="footer">
  199. <a class="home" href="http://cliopatria.swi-prolog.org/" title="ClioPatria home">ClioPatria</a> (version <a title="About versions" class="version" href="/help/versions">V3.1.1-51-ga0b30a5</a>)
  200. </address>
  201.  
  202. </div>
  203. </body>
  204. </html>
  205.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda