Skip to content

Commit

Permalink
Add missing LibraryUse HTML fragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
arwhyte committed Jun 18, 2020
1 parent ba17f45 commit 6ecac75
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 5 deletions.
63 changes: 63 additions & 0 deletions fragments/events/caliper-event-libraryuse.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<h3>LibraryUseEvent</h3>
<img height="100%" width="100%" src="assets/caliper-tool_use_event_used_progress-v1p2.png" alt="LibraryUseEvent">

<p>A Caliper <a href="#LibraryUseEvent">LibraryUseEvent</a> models a <a href="#Person">Person</a>
making use of library facilities</p>

<dl>
<dt>IRI</dt>
<dd><a href="https://purl.imsglobal.org/caliper/LibraryUseEvent">https://purl.imsglobal.org/caliper/LibraryUseEvent</a></dd>
<dt>Term</dt>
<dd>LibraryUseEvent</dd>
<dt>Supertype</dt>
<dd><a href="#Event">Event</a></dd>
<dt>Properties</dt>
<dd>The <code>LibraryUseEvent</code> inherits all properties defined by its supertype <a href="#Event">Event</a>, of
which <code>id</code>, <code>type</code>, <code>actor</code>, <code>action</code>,
<code>object</code>, and <code>eventTime</code> are required. Profile-specific type restrictions are
described below:
</dd>
</dl>
<table>
<thead>
<tr>
<th>Property</th>
<th>Type</th>
<th>Description</th>
<th>Disposition</th>
</tr>
</thead>
<tbody>
<tr>
<td>type</td>
<td><a href="#TermDef">Term</a></td>
<td>The string value MUST be set to the <a href="#TermDef">Term</a> <em>LibraryUseEvent</em>.</td>
<td>Required</td>
</tr>
<tr>
<td>actor</td>
<td><a href="#Person">Person</a> | <a href="#IriDef">IRI</a></td>
<td>The <a href="#Person">Person</a> who initiated the <code>action</code>. The <code>actor</code> value
MUST be expressed either as an object or as a string corresponding to the actor’s <a href="#IriDef">IRI</a>.
</td>
<td>Required</td>
</tr>
<tr>
<td>action</td>
<td><a href="#TermDef">Term</a></td>
<td>The action or predicate that binds the <code>actor</code> or subject to the <code>object</code>. The
value range is limited to the <a href="#Action-used">Used</a> action only.
</td>
<td>Required</td>
</tr>
<tr>
<td>object</td>
<td><a href="#Library">Library</a> | <a href="#IriDef">IRI</a></td>
<td>The <a href="#Library">Library</a> that constitutes the <code>object</code>
of the interaction. The <code>object</code> value MUST be expressed either as an object or as a
string corresponding to the object’s <a href="#IriDef">IRI</a>.
</td>
<td>Required</td>
</tr>
</tbody>
</table>
12 changes: 7 additions & 5 deletions profiles/library/caliper-profile-library-v1p2.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ <h3>Design Goals and Rationale</h3>
<p>The Caliper Library Profile models a <code>Person</code>, typically a learner,
making use of library facilities and circulation services. The profile provides
a <a href="#LibraryUseEvent">LibraryUseEvent</a> for recording use of library
facilities and a <a href="#ResourceUseEvent">ResourceUseEvent</a>
for describing the loaning of library-owned or licensed assets to library patrons.
facilities, a <a href="#ResourceUseEvent">ResourceUseEvent</a> for describing
the loaning of library-owned or licensed assets to library patrons, and a
<a href="#ParticipationEvent">ParticipationEvent</a> for tracking attendance at
library-hosted meetings and activities.
</p>
</section>

Expand Down Expand Up @@ -155,10 +157,10 @@ <h2>Events</h2>

<p>The Library Profile is provisioned with a
<a href="#LibraryUseEvent">LibraryUseEvent</a> for recording use of library
facilities, a <a href="#ResourceUseEvent">ResourceUseEvent</a>for describing
facilities, a <a href="#ResourceUseEvent">ResourceUseEvent</a> for describing
the loaning of library-owned or licensed assets to library patrons, and a
<a href="#ParticipationEvent"> for tracking actor participation in Library-hosted
meetings and activities.</p>
<a href="#ParticipationEvent">ParticipationEvent</a> for tracking attendance at
library-hosted meetings and activities.</p>

<section id="LibraryUseEvent"
data-include="../../fragments/events/caliper-event-libraryuse.html">
Expand Down

0 comments on commit 6ecac75

Please sign in to comment.