You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bu...@apache.org on 2011/07/01 13:53:35 UTC

svn commit: r791974 - in /websites/staging/stanbol/trunk/content/stanbol/docs/trunk: entityhub.html index.html

Author: buildbot
Date: Fri Jul  1 11:53:35 2011
New Revision: 791974

Log:
Staging update by buildbot

Added:
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/entityhub.html
Modified:
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html

Added: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/entityhub.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/entityhub.html (added)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/entityhub.html Fri Jul  1 11:53:35 2011
@@ -0,0 +1,95 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+  <link href="/stanbol/css/stanbol.css" rel="stylesheet" type="text/css">
+  <title>Apache Stanbol - Entityhub</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="icon" type="image/png" href="/stanbol/images/stanbol-logo/stanbol-favicon.png"/>
+</head>
+
+<body>
+  <div id="navigation"> 
+  <img alt="Apache Stanbol" width="220" height="101" src="/stanbol/images/stanbol-logo/stanbol-2010-12-14.png"/>
+  <h1 id="stanbol_links">Stanbol links</h1>
+<ul>
+<li><a href="/stanbol/index.html">Home</a></li>
+<li><a href="/stanbol/team.html">Project Team</a></li>
+<li><a href="/stanbol/docs/trunk/">Documentation</a></li>
+</ul>
+<h1 id="asf_links">ASF links</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+  </div>
+  
+  <div id="content">
+    <h1 class="title">Entityhub</h1>
+    <p>The Entityhub provides two main services. One allows to manage a <strong>network of sites</strong> to consume entity information and the second allows to <strong>manage locally used entities</strong>. They provide the connection to external linked open data sites as well as using indexes of them locally. The </p>
+<h2 id="service_endpoints">Service Endpoints</h2>
+<p>The RESTful API of the Entityhub ist structured as follows:</p>
+<h3 id="entity_network_entityhubsite">Entity Network ("/entityhub/site*"):</h3>
+<ul>
+<li>The Referenced Site Manager <a href="http://localhost:8080/entityhub/sites">/entityhub/sites</a> allows to manages Sites and retrieve/search Entities in all sites of the Entity Network.</li>
+<li>A Referenced Site @ /entityhub/site/{siteName} refers to a single site of the Referenced Site Manager and allows to retrieve all active sites. Referenced sites provide the same interface as the referenced site manager. Currently active referenced sites at the demo server are available and running for <a href="http://dev.iks-project.eu:8080/entityhub/site/dbpedia/">dbpedia</a>, <a href="http://dev.iks-project.eu:8080/entityhub/site/dblp/">dplp</a> and <a href="http://dev.iks-project.eu:8080/entityhub/site/geonames/">geonames</a>.</li>
+</ul>
+<h3 id="entityhub_entityhub">Entityhub ("/entityhub"):</h3>
+<ul>
+<li>Local Entities @/entityhub/entity: Full CRUD operations on Entities managed by the Entityhub</li>
+<li>Entity Mappings @ /entityhub/mapping: Lookup mappings from local Entities to Entities managed by a Referenced Site</li>
+<li>Local Search @/entityhub/find: Find locally managed Entities by label based search.</li>
+<li>Local Query @/entityhub/query: Find locally managed Entities by parsing queries</li>
+<li>Entity Lookup @/entityhub/lookup: Lookup Entities by id. This supports also to lookup Entities managed by Referenced Sites and the import of found Entities to the Entityhub.</li>
+</ul>
+<h2 id="usage_examples_for_its_services">Usage Examples for its services</h2>
+<p>(TODO: add concrete examples)</p>
+<ul>
+<li>
+<p><a href="http://localhost:8080/entityhub/sites/referenced"><strong>Referenced</strong></a></p>
+</li>
+<li>
+<p><a href="http://localhost:8080/entityhub/sites/find"><strong>Find</strong></a>: Label based search</p>
+</li>
+<li>
+<p><a href="http://localhost:8080/entityhub/sites/query"><strong>Query</strong></a></p>
+</li>
+<li>
+<p><a href="http://localhost:8080/entityhub/sites/entity"><strong>Entity</strong></a></p>
+</li>
+</ul>
+  </div>
+  
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2010 The Apache Software Foundation, Licensed under 
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br />
+        Apache, Stanbol and the Apache feather and Stanbol logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+  
+</body>
+</html>

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html Fri Jul  1 11:53:35 2011
@@ -120,7 +120,7 @@
 <li><a href="services.html">Stanbol Services</a></li>
 <li><a href="enhancer.html">Enhancer</a></li>
 <li><a href="engines.html">Enhancement Engines</a></li>
-<li>Entityhub</li>
+<li><a href="entityhub.html">Entityhub</a></li>
 <li>Contenthub</li>
 <li>CMS Adapter </li>
 <li>Ontology Manager</li>