6
|
1 <html>
|
|
2 <head>
|
|
3 <title>
|
|
4 NO ID given
|
|
5 </title></head>
|
|
6 <body>
|
|
7 <h2>Search Person by ID</h2>
|
|
8 <p>You have to supply a parameter <em>id</em>!</p>
|
|
9 <p>This services searches the MPIWG authority server for id of person names.
|
|
10 <p>This can be either
|
|
11 <ul>
|
|
12 <li>an MPIWG internal ID e.g. http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/Person:11195</li>
|
|
13 <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>
|
|
14 <li>an ID from <a href="http://viaf.org">VIAF: Virtual International Authority File</a> e.g. http://viaf.org/viaf/75121530</li>
|
|
15 <li>an ID from <a href="http://http://dbpedia.org">DBPedia</a> e.g. http://dbpedia.org/resource/Albert_Einstein </li>
|
|
16 </ul>
|
|
17 </p>
|
|
18 <p>Search:
|
|
19 <form>id: <input type="text" size="100" name="id"/><input type="submit"/></form>
|
|
20 </p>
|
|
21
|
|
22 </body>
|
|
23 </html> |