view src/de/mpiwg/itgroup/metaDataManagerRestlet/staticPages/searchPersons.html @ 3:dfd72ea936ff

search by ids nd names of persons
author dwinter
date Thu, 29 Dec 2011 15:19:29 +0100
parents
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>