comparison 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
comparison
equal deleted inserted replaced
2:f13ac4acbb0d 3:dfd72ea936ff
1 <html>
2 <body>
3 <h2>MPIWG norm data search service</h2>
4 <h3>Search in name or firstname</h3>
5 <p>The only currently implemented search mode is "begins with" of parts of a name. Search is not case sensitive.</p>
6 <p>i.e. Search for "einst" gives, Einstein and Fiala-Einstein, but not Feinstein...</p>
7 <form method="get" action="./persons">
8 <input name="term" size="100"/>
9 <input type="submit">
10 </form>
11
12
13 <h3>Search Person by ID</h3>
14 <p>This services searches the MPIWG authority server for id of person names.
15 <p>This can be either
16 <ul>
17 <li>an MPIWG internal ID e.g. http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/Person:11195</li>
18 <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>
19 <li>an ID from <a href="http://viaf.org">VIAF: Virtual International Authority File</a> e.g. http://viaf.org/viaf/75121530</li>
20 <li>an ID from <a href="http://http://dbpedia.org">DBPedia</a> e.g. http://dbpedia.org/resource/Albert_Einstein </li>
21 </ul>
22 </p>
23 <p>Search:
24 <form action="./ids">id: <input type="text" size="100" name="id"/><input type="submit"/></form>
25 </p>
26 </body>
27 </html>