view src/de/mpiwg/itgroup/metaDataManagerRestlet/staticPages/searchPersons.html @ 6:dbfd0df15a1d default tip

config file changed
author dwinter
date Mon, 17 Sep 2012 16:56:36 +0200
parents dfd72ea936ff
children
line wrap: on
line source

<html>
<body>
<h2>MPIWG norm data search service</h2>
<h3>Search in name or firstname</h3>
<p>The only currently implemented search mode is "begins with" of parts of a name. Search is not case sensitive.</p>
<p>i.e. Search for "einst" gives, Einstein and Fiala-Einstein, but not Feinstein...</p>
<form method="get" action="./persons">
<input name="term" size="100"/>
<input type="submit">
</form> 


<h3>Search Person by ID</h3>
<p>This services searches the MPIWG authority server for id of person names. 
<p>This can be either
<ul>
<li>an MPIWG internal ID e.g. http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/Person:11195</li>
<li>an ID from <a href="http://www.d-nb.de/standardisierung/normdateien/gnd.htm"> Gemeinsame Normdatei (GND) of the German National Libary</a> e.g. http://d-nb.info/gnd/118529579 </li>
<li>an ID from <a href="http://viaf.org">VIAF: Virtual International Authority File</a> e.g. http://viaf.org/viaf/75121530</li>
<li>an ID from <a href="http://http://dbpedia.org">DBPedia</a> e.g. http://dbpedia.org/resource/Albert_Einstein </li>
</ul>
</p>
<p>Search:
<form action="./ids">id: <input type="text" size="100" name="id"/><input type="submit"/></form>
</p>
</body>
</html>