What is a Person Resource

One of the simplest resources to describe is a Find out what a Person resource should contain.Person. A Find out what a Person resource should contain.Person resource can be used to describe any individual or group of individuals. This includes an organization such as a research group, institute or university. The only required elements for a Find out what a Person resource should contain.Person resource are a resource ID and an organization name. Often, other elements are included in order to provide a more complete description.

Example

The most basic Person resource description can describe an organization:

<Spase>
   <Person>
      <ResourceID>spase://smwg/Person/SPASE.School</ResourceID>
      <OrganizationName>SPASE School</OrganizationName>
   </Person>
</Spase>
        	

A Person resource description for an actual person:

<Person>
   <ResourceID>spase://SMWG/Person/Todd.A.King</ResourceID>
   <ReleaseDate>2010-08-05T17:35:47Z</ReleaseDate>
   <PersonName>Todd A. King</PersonName>
   <OrganizationName>
      Institute of Geophysics and Planetary Physics, University of California, Los Angeles
   </OrganizationName>
   <Address>
      Institute of Geophysics and Planetary Physics, University of California Los Angeles, Box 951567, Los Angeles, CA 90095-1567
   </Address>
   <Email>tking@igpp.ucla.edu</Email>
   <PhoneNumber>+1 310 206 7201</PhoneNumber>
</Person>

Create One

Now create a resource description for yourself using the Open up the on-line SPASE XML Editor.SPASE XML editor. For more information on creating Resource IDs check out the Learn how to create a SPASE Resource IDResource ID lesson.