view src/de/mpiwg/itgroup/nimanager/persons/SearchPersonsByIDNoParameterInfo.html @ 6:290d859f036b

ID search
author dwinter
date Thu, 29 Dec 2011 15:20:37 +0100
parents
children
line wrap: on
line source

<html>
<head>
<title>
NO ID given
</title></head>
<body>
<h2>Search Person by ID</h2>
<p>You have to supply a parameter <em>id</em>!</p>
<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>id: <input type="text" size="100" name="id"/><input type="submit"/></form>
</p>

</body>
</html>