2A/categories/common item

From Leapspecs

Jump to: navigation, search

One of the Leap2A categories

This category scheme is to distinguish particular items common to several portfolio systems. There is no particular relationship between the different terms in this scheme.

An entry can be associated with any number of terms from this scheme. Use e.g.

<category scheme="categories:common_item#" term="Personalstatement" label="Personal Statement" />

or in full, without CURIEs,

<category scheme="http://wiki.leapspecs.org/2A/categories/common_item#" term="Personalstatement" label="Personal Statement" />

Intermission

period spent disengaged from an activity

This can be applied to items that take time and are interruptable, particularly activities, to indicate, for example, leave of absence, extended sickness, or parental leave. If you want to note an intermission in an activity, create a new "Intermission" activity that is part of the activity that was interrupted.

  • Each item with category "Intermission" must have exactly one item that it is a part of.
  • Items with category "Intermission" with the same containing item should not overlap in time.

The correspondence of this intermission with the activities that filled the time vacated is simply through identification of the times involved. The "intermitting activity" should have a title and description related to the nature of the intermission, not the nature of the activity that filled that period of time.

Here is an unchecked example.

<entry>
  <title>PhD study</title>
  <id>http://e-p.example.ac.uk/user5210/activity3210</id>
  <updated>2008-01-12T11:03:55Z</updated>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>This PhD was really interesting...</p>
    </div>
  </content>
  <leap2:date leap2:point="start">2003-09-01</leap2:date>
  <leap2:date leap2:point="end">2010-06-30</leap2:date>
  <rdf:type rdf:resource="leap2:activity" />
  <link rel="leap2:has_part" href="http://e-p.example.ac.uk/user5210/activity3219" />
</entry>
<entry>
  <title>Maternity leave</title>
  <id>http://e-p.example.ac.uk/user5210/activity3219</id>
  <updated>2008-01-12T11:03:55Z</updated>
  <content type="text">This was applied for and granted in the usual way.
  </content>
  <leap2:date leap2:point="start">2006-05-01</leap2:date>
  <leap2:date leap2:point="end">2007-10-31</leap2:date>
  <category scheme="categories:common_item#" term="Intermission" />
  <rdf:type rdf:resource="leap2:activity" />
  <link rel="leap2:is_part_of" href="http://e-p.example.ac.uk/user5210/activity3210" />
</entry>

Note

a general note

This category can be used to clarify that an entry neither has a more particular purpose, nor belongs to another category. It would normally be applied to a plain entry.

Personalstatement

a statement about the portfolio holder

This would usually be a category of entry, indicating that the entry was intended as a presentation of the portfolio holder to some chosen audience.



Personal tools