Jangle Connector for SirsiDynix Symphony

12 views
Skip to first unread message

mg_ford

unread,
Sep 28, 2010, 7:55:56 AM9/28/10
to jangle-discuss
Hello again -- been rather dormant for quite a while, I'm afraid, and
now we're under the cosh a bit to have something working by the end of
our funding period. I'd like to say thanks for the generous
contributions of code sample I've received from various places.

I'm struggling to get my head round everything, and could use some
pointers and guidelines. Basically, despite lots of reading and
feeling I follow the general aims and concepts, I have the feeling
that I'm just not "getting" the nitty-gritty of jangle.

One of the things that's bothering me is the concept of {id} as it
applies to an entity (in, for example, /actors/{id}). All the examples
I've seen use purely numeric ids, but as a specific example, to ask
for a user's data, where user IDs are in the format of, say abcd1234,
could I reasonably expect to interpret a URL like /actors/abcd1234, or
should this be treated as a search for abcd1234 which returns a jangle
numeric id that is then used in subsequent queries? Or am I
misunderstanding horribly and completely off the beam?

Again, taking a specific as an example of a generic, I understand and
appreciate the comment about a fine existing at the intersection of an
actor and an item -- but what sort of request to the connector would I
expect to see as a request for, say, total fines owed by a user? Would
this be a request for something like the items relating to the user in
the category of fines, or would it be characterised in some other way.
The same kind of question arises for a number of attributes that the
LMS would naturally attach to a user, but is not within the scope of
the limited personal information provided by an /actors/{id} query.

Really, I think I'm just looking for a knowledgeable nudge towards the
nugget of information that will trigger a "lightbulb" moment for me,
so any useful comments, or pointers to documentation/resources we may
not have seen, will be very welcome.

Thanks very much,

Mike

Ross Singer

unread,
Sep 30, 2010, 12:19:47 AM9/30/10
to jangle-...@googlegroups.com
Mike, these are perfectly reasonable questions, and, without a doubt,
it's a gray area since we've only just had Jangle implementations to
figure out how this behavior might actually work.

As far as your identifier question: no, they don't have to be numeric.
They just have to be unique and URL encoded (if they aren't URL
friendly by default).

In the Alto connector, /items/ is the union of physical copies (that
have barcodes and whatnot) and serials summary holdings. Since these
are in different tables with different PKs, the connector prepends an
I- or H- before the id. So you have things like:

/items/I-12345/actors/

When it comes to fines, here is what we did in Alto:

First off, we have an output that is really just exposing the business
objects from the database (Borrower, Record, Item, etc.) as an XML
document. This is, obviously, really LMS specific, but we needed
*something* to expose these library-specific attributes. The idea was
that this could pave the way for a more standard output (NCIP,
perhaps) for broader compatibility, but clients that could parse the
Alto format wouldn't have to jump through hoops to get Alto-centric
functionality.

So for
For /actors/12345
you'd get a bunch of elements about the Borrower, including their
current estimated fine balance (so the balance sum, if available, is
attached to the person).

For individual fines you would get them via:

/actors/12345/items/

which would display the specific fine associated with each item.

for this, we also namespaced in a fines element in the DLF expanded
holdings format output.

Here are a couple of examples:

/actors/101515

{
type: "feed"
request: "/connector/actors/101515"
time: "2010-09-30T00:17:55-04:00"
offset: 0
totalResults: 1
-formats: [
"http://schema.talis.com/alto/jangle/v1/"
]
-alternate_formats: {
http://jangle.org/vocab/formats#text/x-vcard:
"/connector/actors/101515?format=vcard"
http://jangle.org/vocab/formats#NCIP/2.0/LookupUserResponse:
"/connector/actors/101515?format=ncip2-LookupUser"
}
-data: [
-{
id: "/connector/actors/101515"
title: "UserFive Creditamendment"
updated: "2008-06-17T15:06:13Z"
created: "2008-05-19T11:20:02Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#text/x-vcard:
"/connector/actors/101515?format=vcard"
http://jangle.org/vocab/formats#NCIP/2.0/LookupUserResponse:
"/connector/actors/101515?format=ncip2-LookupUser"
}
-relationships: {
http://jangle.org/vocab/Entities#Item: "/connector/actors/101515/items/"
http://jangle.org/vocab/Entities#Resource: "/connector/actors/101515/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Borrower
id="101515"> <alto:barcode>45689040 </alto:barcode>
<alto:firstNames>UserFive</alto:firstNames>
<alto:surname>Creditamendment</alto:surname> <alto:style>
</alto:style> <alto:dateOfBirth>1970-01-01T00:00:00Z</alto:dateOfBirth>
<alto:registrationDate>2008-05-19T00:00:00Z</alto:registrationDate>
<alto:dateCreated>2008-05-19T11:20:02Z</alto:dateCreated>
<alto:lastModified>2008-06-17T15:06:13Z</alto:lastModified>
<alto:expirationDate>2010-12-31T23:59:00Z</alto:expirationDate>
<alto:note></alto:note> <alto:homeSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:homeSite> <alto:primaryAddress> <alto:Address
id="4904503"> <alto:line1></alto:line1> <alto:line2></alto:line2>
<alto:line3></alto:line3> <alto:line4></alto:line4>
<alto:line5></alto:line5> <alto:postcode> </alto:postcode>
<alto:phone> ext. </alto:phone> <alto:fax> </alto:fax>
<alto:note></alto:note> </alto:Address> </alto:primaryAddress>
<alto:amountOwed currency="AUD">0.00</alto:amountOwed>
<alto:reservations> </alto:reservations> </alto:Borrower>
</alto:TalisAlto> "
}
]
categories: [ ]
}

/actors/101515/items

{
type: "feed"
request: "/connector/actors/101515/items/"
time: "2010-09-29T23:55:28-04:00"
offset: 0
totalResults: 33
-formats: [
"http://schema.talis.com/alto/jangle/v1/"
]
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/actors/101515/items/?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/actors/101515/items/?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/actors/101515/items/?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/actors/101515/items/?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/actors/101515/items/?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/actors/101515/items/?format=daia"
}
-data: [
-{
id: "/connector/items/I-11143"
title: "Unavailable"
updated: "1998-07-24T15:40:14Z"
created: "1996-07-05T21:20:00Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-11143?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-11143?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-11143?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-11143?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-11143?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-11143?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource: "/connector/items/I-11143/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="11143" work="12034"> <alto:barcode>5602700301</alto:barcode>
<alto:activeSite> <alto:Location id="CW "> <alto:name>COOMBE
WEST</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD"></alto:value>
<alto:notes> <alto:general></alto:general> </alto:notes>
<alto:created>1996-07-05T21:20:00Z</alto:created>
<alto:lastModified>1998-07-24T15:40:14Z</alto:lastModified>
<alto:Classification id="50145"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>612.6-055.2</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>612.6-055.2</alto:filingKey> </alto:Classification>
<alto:classificationSuffix>MAR</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>1</alto:reservationQueueLength>
<alto:Reservation id="64806"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-29T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-07-01T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-07-01T10:31:09Z</alto:created>
<alto:lastModified>2008-07-01T10:31:55Z</alto:lastModified> <alto:Item
id="11143"/> <alto:WorkMeta id="12034"/> <alto:Item id="410745"/>
<alto:Item id="410772"/> <alto:Item id="410773"/> <alto:Item
id="410775"/> <alto:Item id="410777"/> <alto:Item id="433580"/>
<alto:Item id="500093"/> </alto:Reservation> </alto:Item>
</alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-23595"
title: "Unavailable"
updated: "2006-09-13T17:36:59Z"
created: "1996-07-05T21:18:00Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-23595?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-23595?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-23595?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-23595?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-23595?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-23595?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource: "/connector/items/I-23595/resources/"
http://jangle.org/vocab/Entities#Actor: "/connector/items/I-23595/actors/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="23595" work="25675"> <alto:barcode>06052606</alto:barcode>
<alto:activeSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD">0.0</alto:value> <alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general>also available in
the S.R.C.</alto:general> </alto:notes>
<alto:created>1996-07-05T21:18:00Z</alto:created>
<alto:lastModified>2006-09-13T17:36:59Z</alto:lastModified>
<alto:Classification id="96817"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>327.117</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>327.117</alto:filingKey>
<alto:priorId>96817</alto:priorId> </alto:Classification>
<alto:classificationSuffix>GRO</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>ONE WEEK LOAN</alto:availabilityMessage>
<alto:dateAvailable>2008-07-01T19:00:00Z</alto:dateAvailable>
<alto:format> </alto:format> <alto:itemType code="VID
">Video</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:fines> <alto:loans currency="AUD">5.0</alto:loans> </alto:fines>
</alto:Item> </alto:TalisAlto> "
-categories: [
"loan"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-29774"
title: "Unavailable"
updated: "2002-01-17T10:14:00Z"
created: "1996-07-05T21:21:00Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-29774?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-29774?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-29774?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-29774?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-29774?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-29774?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource: "/connector/items/I-29774/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="29774" work="30282"> <alto:barcode>5602593092</alto:barcode>
<alto:activeSite> <alto:Location id="CW "> <alto:name>COOMBE
WEST</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD"></alto:value>
<alto:notes> <alto:general>also available in the S.R.C.</alto:general>
</alto:notes> <alto:created>1996-07-05T21:21:00Z</alto:created>
<alto:lastModified>2002-01-17T10:14:00Z</alto:lastModified>
<alto:Classification id="127600"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>823.912BUC</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>823.912BUC</alto:filingKey>
<alto:priorId>127600</alto:priorId> </alto:Classification>
<alto:classificationSuffix>BUC</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>5</alto:reservationQueueLength>
<alto:Reservation id="64598"> <alto:borrower>100259</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-04T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-06T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-06T09:49:30Z</alto:created>
<alto:lastModified>2008-05-06T09:50:02Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> <alto:Reservation
id="64662"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T13:40:33Z</alto:created>
<alto:lastModified>2008-05-19T13:41:42Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> <alto:Reservation
id="64664"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T14:34:22Z</alto:created>
<alto:lastModified>2008-05-19T14:34:27Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> <alto:Reservation
id="64729"> <alto:borrower>100830</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-26T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-28T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-28T10:32:49Z</alto:created>
<alto:lastModified>2008-05-28T10:32:58Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> <alto:Reservation
id="64730"> <alto:borrower>101448</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-26T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-28T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-28T10:33:03Z</alto:created>
<alto:lastModified>2008-05-28T10:33:06Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> </alto:Item>
</alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-29775"
title: "Unavailable"
updated: "2002-01-17T10:14:01Z"
created: "1996-07-05T21:21:00Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-29775?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-29775?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-29775?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-29775?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-29775?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-29775?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource: "/connector/items/I-29775/resources/"
http://jangle.org/vocab/Entities#Actor: "/connector/items/I-29775/actors/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="29775" work="30282"> <alto:barcode>5602593106</alto:barcode>
<alto:activeSite> <alto:Location id="CW "> <alto:name>COOMBE
WEST</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD"></alto:value>
<alto:notes> <alto:general>also available in the S.R.C.</alto:general>
</alto:notes> <alto:created>1996-07-05T21:21:00Z</alto:created>
<alto:lastModified>2002-01-17T10:14:01Z</alto:lastModified>
<alto:Classification id="127600"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>823.912BUC</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>823.912BUC</alto:filingKey>
<alto:priorId>127600</alto:priorId> </alto:Classification>
<alto:classificationSuffix>BUC</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:dateAvailable>2007-06-15T16:30:00Z</alto:dateAvailable>
<alto:format> </alto:format> <alto:itemType code="7DAY">ONE
WEEK</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>5</alto:reservationQueueLength>
<alto:Reservation id="64598"> <alto:borrower>100259</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-04T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-06T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-06T09:49:30Z</alto:created>
<alto:lastModified>2008-05-06T09:50:02Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> <alto:Reservation
id="64662"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T13:40:33Z</alto:created>
<alto:lastModified>2008-05-19T13:41:42Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> <alto:Reservation
id="64664"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T14:34:22Z</alto:created>
<alto:lastModified>2008-05-19T14:34:27Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> <alto:Reservation
id="64729"> <alto:borrower>100830</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-26T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-28T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-28T10:32:49Z</alto:created>
<alto:lastModified>2008-05-28T10:32:58Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> <alto:Reservation
id="64730"> <alto:borrower>101448</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-26T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-28T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-28T10:33:03Z</alto:created>
<alto:lastModified>2008-05-28T10:33:06Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> </alto:Item>
</alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-29776"
title: "Unavailable"
updated: "2002-01-09T14:43:30Z"
created: "1996-07-05T21:21:00Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-29776?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-29776?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-29776?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-29776?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-29776?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-29776?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource: "/connector/items/I-29776/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="29776" work="30282"> <alto:barcode>5602056933</alto:barcode>
<alto:activeSite> <alto:Location id="CW "> <alto:name>COOMBE
WEST</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD"></alto:value>
<alto:notes> <alto:general>also available in the S.R.C.</alto:general>
</alto:notes> <alto:created>1996-07-05T21:21:00Z</alto:created>
<alto:lastModified>2002-01-09T14:43:30Z</alto:lastModified>
<alto:Classification id="127600"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>823.912BUC</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>823.912BUC</alto:filingKey>
<alto:priorId>127600</alto:priorId> </alto:Classification>
<alto:classificationSuffix>BUC</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format> </alto:format> <alto:itemType code="CTR2">Counter loan
2</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>5</alto:reservationQueueLength>
<alto:Reservation id="64598"> <alto:borrower>100259</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-04T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-06T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-06T09:49:30Z</alto:created>
<alto:lastModified>2008-05-06T09:50:02Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> <alto:Reservation
id="64662"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T13:40:33Z</alto:created>
<alto:lastModified>2008-05-19T13:41:42Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> <alto:Reservation
id="64664"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T14:34:22Z</alto:created>
<alto:lastModified>2008-05-19T14:34:27Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> <alto:Reservation
id="64729"> <alto:borrower>100830</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-26T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-28T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-28T10:32:49Z</alto:created>
<alto:lastModified>2008-05-28T10:32:58Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> <alto:Reservation
id="64730"> <alto:borrower>101448</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-26T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-28T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-28T10:33:03Z</alto:created>
<alto:lastModified>2008-05-28T10:33:06Z</alto:lastModified> <alto:Item
id="29774"/> <alto:Item id="29775"/> <alto:Item id="29776"/>
<alto:WorkMeta id="30282"/> </alto:Reservation> </alto:Item>
</alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-57659"
title: "Unavailable"
updated: "1996-07-05T21:19:00Z"
created: "1996-07-05T21:19:00Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-57659?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-57659?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-57659?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-57659?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-57659?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-57659?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource: "/connector/items/I-57659/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="57659" work="51898"> <alto:barcode>5602391368</alto:barcode>
<alto:activeSite> <alto:Location id="CW "> <alto:name>COOMBE
WEST</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD"></alto:value>
<alto:notes> <alto:general>also available in the S.R.C.</alto:general>
</alto:notes> <alto:created>1996-07-05T21:19:00Z</alto:created>
<alto:lastModified>1996-07-05T21:19:00Z</alto:lastModified>
<alto:Classification id="35929"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>362.1(41)</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>362.1(41)</alto:filingKey> </alto:Classification>
<alto:classificationSuffix>ACC</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format></alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>2</alto:reservationQueueLength>
<alto:Reservation id="64620"> <alto:borrower>101425</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-10T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-12T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-12T10:08:00Z</alto:created>
<alto:lastModified>2008-05-12T10:08:04Z</alto:lastModified>
<alto:WorkMeta id="51898"/> <alto:Item id="57659"/> <alto:Item
id="57660"/> <alto:Item id="57661"/> <alto:Item id="270558"/>
</alto:Reservation> <alto:Reservation id="64667">
<alto:borrower>101515</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T14:35:06Z</alto:created>
<alto:lastModified>2008-05-19T14:35:13Z</alto:lastModified>
<alto:WorkMeta id="51898"/> <alto:Item id="57659"/> <alto:Item
id="57660"/> <alto:Item id="57661"/> <alto:Item id="270558"/>
</alto:Reservation> </alto:Item> </alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-57660"
title: "Unavailable"
updated: "1996-07-05T21:19:00Z"
created: "1996-07-05T21:19:00Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-57660?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-57660?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-57660?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-57660?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-57660?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-57660?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource: "/connector/items/I-57660/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="57660" work="51898"> <alto:barcode>5602659263</alto:barcode>
<alto:activeSite> <alto:Location id="CW "> <alto:name>COOMBE
WEST</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD"></alto:value>
<alto:notes> <alto:general>also available in the S.R.C.</alto:general>
</alto:notes> <alto:created>1996-07-05T21:19:00Z</alto:created>
<alto:lastModified>1996-07-05T21:19:00Z</alto:lastModified>
<alto:Classification id="35929"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>362.1(41)</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>362.1(41)</alto:filingKey> </alto:Classification>
<alto:classificationSuffix>ACC</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format></alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>2</alto:reservationQueueLength>
<alto:Reservation id="64620"> <alto:borrower>101425</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-10T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-12T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-12T10:08:00Z</alto:created>
<alto:lastModified>2008-05-12T10:08:04Z</alto:lastModified>
<alto:WorkMeta id="51898"/> <alto:Item id="57659"/> <alto:Item
id="57660"/> <alto:Item id="57661"/> <alto:Item id="270558"/>
</alto:Reservation> <alto:Reservation id="64667">
<alto:borrower>101515</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T14:35:06Z</alto:created>
<alto:lastModified>2008-05-19T14:35:13Z</alto:lastModified>
<alto:WorkMeta id="51898"/> <alto:Item id="57659"/> <alto:Item
id="57660"/> <alto:Item id="57661"/> <alto:Item id="270558"/>
</alto:Reservation> </alto:Item> </alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-57661"
title: "Unavailable"
updated: "1996-07-05T21:19:00Z"
created: "1996-07-05T21:19:00Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-57661?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-57661?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-57661?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-57661?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-57661?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-57661?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource: "/connector/items/I-57661/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="57661" work="51898"> <alto:barcode>5602659271</alto:barcode>
<alto:activeSite> <alto:Location id="CW "> <alto:name>COOMBE
WEST</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD"></alto:value>
<alto:notes> <alto:general>also available in the S.R.C.</alto:general>
</alto:notes> <alto:created>1996-07-05T21:19:00Z</alto:created>
<alto:lastModified>1996-07-05T21:19:00Z</alto:lastModified>
<alto:Classification id="35929"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>362.1(41)</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>362.1(41)</alto:filingKey> </alto:Classification>
<alto:classificationSuffix>ACC</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format></alto:format> <alto:itemType code="CTR2">Counter loan
2</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>2</alto:reservationQueueLength>
<alto:Reservation id="64620"> <alto:borrower>101425</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-10T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-12T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-12T10:08:00Z</alto:created>
<alto:lastModified>2008-05-12T10:08:04Z</alto:lastModified>
<alto:WorkMeta id="51898"/> <alto:Item id="57659"/> <alto:Item
id="57660"/> <alto:Item id="57661"/> <alto:Item id="270558"/>
</alto:Reservation> <alto:Reservation id="64667">
<alto:borrower>101515</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T14:35:06Z</alto:created>
<alto:lastModified>2008-05-19T14:35:13Z</alto:lastModified>
<alto:WorkMeta id="51898"/> <alto:Item id="57659"/> <alto:Item
id="57660"/> <alto:Item id="57661"/> <alto:Item id="270558"/>
</alto:Reservation> </alto:Item> </alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-124172"
title: "Unavailable"
updated: "1996-07-05T21:20:00Z"
created: "1996-07-05T21:20:00Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-124172?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-124172?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-124172?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-124172?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-124172?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-124172?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-124172/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="124172" work="108093"> <alto:barcode>5600173789</alto:barcode>
<alto:activeSite> <alto:Location id="CW "> <alto:name>COOMBE
WEST</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD"></alto:value>
<alto:notes> </alto:notes>
<alto:created>1996-07-05T21:20:00Z</alto:created>
<alto:lastModified>1996-07-05T21:20:00Z</alto:lastModified>
<alto:Classification id="48314"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>581.132:576.8</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>581.132:576.8</alto:filingKey> </alto:Classification>
<alto:classificationSuffix>SYM</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format></alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>2</alto:reservationQueueLength>
<alto:Reservation id="64622"> <alto:borrower>101425</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-10T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-12T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-12T10:09:36Z</alto:created>
<alto:lastModified>2008-05-12T10:09:39Z</alto:lastModified>
<alto:WorkMeta id="108093"/> <alto:Item id="124172"/>
</alto:Reservation> <alto:Reservation id="64669">
<alto:borrower>101515</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T14:35:42Z</alto:created>
<alto:lastModified>2008-05-19T14:35:45Z</alto:lastModified>
<alto:WorkMeta id="108093"/> <alto:Item id="124172"/>
</alto:Reservation> </alto:Item> </alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-130233"
title: "Unavailable"
updated: "2008-06-09T13:52:22Z"
created: "1996-07-05T21:20:00Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-130233?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-130233?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-130233?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-130233?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-130233?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-130233?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-130233/resources/"
http://jangle.org/vocab/Entities#Actor: "/connector/items/I-130233/actors/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="130233" work="113943"> <alto:barcode>5600341282</alto:barcode>
<alto:activeSite> <alto:Location id="CW "> <alto:name>COOMBE
WEST</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD">0.0</alto:value>
<alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
</alto:notes> <alto:created>1996-07-05T21:20:00Z</alto:created>
<alto:lastModified>2008-06-09T13:52:22Z</alto:lastModified>
<alto:Classification id="51620"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>616.89</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>616.89</alto:filingKey> </alto:Classification>
<alto:classificationSuffix>YEL</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:dateAvailable>2004-12-12T10:00:00Z</alto:dateAvailable>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>1</alto:reservationQueueLength>
<alto:Reservation id="64680"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-25T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-27T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-27T11:37:08Z</alto:created>
<alto:lastModified>2008-05-27T11:48:18Z</alto:lastModified>
<alto:WorkMeta id="113943"/> <alto:Item id="130233"/>
</alto:Reservation> </alto:Item> </alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-160187"
title: "Unavailable"
updated: "2006-09-13T17:38:52Z"
created: "1996-07-05T21:20:00Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-160187?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-160187?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-160187?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-160187?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-160187?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-160187?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-160187/resources/"
http://jangle.org/vocab/Entities#Actor: "/connector/items/I-160187/actors/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="160187" work="140473"> <alto:barcode>0577036X</alto:barcode>
<alto:activeSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD">0.0</alto:value> <alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general>also available in
the S.R.C.</alto:general> </alto:notes>
<alto:created>1996-07-05T21:20:00Z</alto:created>
<alto:lastModified>2006-09-13T17:38:52Z</alto:lastModified>
<alto:Classification id="102758"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>658.3152</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>658.3152</alto:filingKey>
<alto:priorId>102758</alto:priorId> </alto:Classification>
<alto:classificationSuffix>VRO</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>ONE WEEK LOAN</alto:availabilityMessage>
<alto:dateAvailable>2008-07-01T19:00:00Z</alto:dateAvailable>
<alto:format> </alto:format> <alto:itemType code="VID
">Video</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:fines> <alto:loans currency="AUD">5.0</alto:loans> </alto:fines>
</alto:Item> </alto:TalisAlto> "
-categories: [
"loan"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-170825"
title: "Unavailable"
updated: "1996-07-05T21:19:00Z"
created: "1996-07-05T21:19:00Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-170825?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-170825?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-170825?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-170825?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-170825?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-170825?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-170825/resources/"
http://jangle.org/vocab/Entities#Actor: "/connector/items/I-170825/actors/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="170825" work="148685"> <alto:barcode>5602318636</alto:barcode>
<alto:activeSite> <alto:Location id="CW "> <alto:name>COOMBE
WEST</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD"></alto:value>
<alto:notes> <alto:general>also available in the S.R.C.</alto:general>
</alto:notes> <alto:created>1996-07-05T21:19:00Z</alto:created>
<alto:lastModified>1996-07-05T21:19:00Z</alto:lastModified>
<alto:Classification id="36325"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>365(41)</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>365(41)</alto:filingKey> </alto:Classification>
<alto:classificationSuffix>IMP</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>ONE WEEK LOAN</alto:availabilityMessage>
<alto:dateAvailable>2008-07-03T18:00:00Z</alto:dateAvailable>
<alto:format></alto:format> <alto:itemType code="7DAY">ONE
WEEK</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:fines> <alto:loans currency="AUD">5.0</alto:loans> </alto:fines>
</alto:Item> </alto:TalisAlto> "
-categories: [
"loan"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-270558"
title: "Unavailable"
updated: "2001-08-23T15:56:21Z"
created: "1996-07-06T20:11:39Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-270558?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-270558?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-270558?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-270558?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-270558?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-270558?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-270558/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="270558" work="51898"> <alto:barcode>00562718</alto:barcode>
<alto:activeSite> <alto:Location id="FR ">
<alto:name>ATHERTON</alto:name> <alto:note></alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD"></alto:value> <alto:notes> </alto:notes>
<alto:created>1996-07-06T20:11:39Z</alto:created>
<alto:lastModified>2001-08-23T15:56:21Z</alto:lastModified>
<alto:Classification id="36048"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>362.1</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>362.1</alto:filingKey> </alto:Classification>
<alto:classificationSuffix>ACC</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>2</alto:reservationQueueLength>
<alto:Reservation id="64620"> <alto:borrower>101425</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-10T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-12T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-12T10:08:00Z</alto:created>
<alto:lastModified>2008-05-12T10:08:04Z</alto:lastModified>
<alto:WorkMeta id="51898"/> <alto:Item id="57659"/> <alto:Item
id="57660"/> <alto:Item id="57661"/> <alto:Item id="270558"/>
</alto:Reservation> <alto:Reservation id="64667">
<alto:borrower>101515</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T14:35:06Z</alto:created>
<alto:lastModified>2008-05-19T14:35:13Z</alto:lastModified>
<alto:WorkMeta id="51898"/> <alto:Item id="57659"/> <alto:Item
id="57660"/> <alto:Item id="57661"/> <alto:Item id="270558"/>
</alto:Reservation> </alto:Item> </alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-277377"
title: "Unavailable"
updated: "2006-09-13T17:31:18Z"
created: "1996-07-06T20:20:47Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-277377?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-277377?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-277377?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-277377?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-277377?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-277377?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-277377/resources/"
http://jangle.org/vocab/Entities#Actor: "/connector/items/I-277377/actors/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="277377" work="224827"> <alto:barcode>00772542</alto:barcode>
<alto:activeSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD">0.0</alto:value> <alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
</alto:notes> <alto:created>1996-07-06T20:20:47Z</alto:created>
<alto:lastModified>2006-09-13T17:31:18Z</alto:lastModified>
<alto:Classification id="65031"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>785.16</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>785.16</alto:filingKey> </alto:Classification>
<alto:classificationSuffix></alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>ONE WEEK LOAN</alto:availabilityMessage>
<alto:dateAvailable>2008-05-26T19:00:00Z</alto:dateAvailable>
<alto:format> </alto:format> <alto:itemType code="VID
">Video</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>2</alto:reservationQueueLength>
<alto:Reservation id="63617"> <alto:borrower>100395</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2006-12-12T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2006-09-13T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>2008-05-12T10:16:38Z</alto:completedDateTime>
<alto:satisfiedDateTime>2006-09-13T17:49:28Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2006-09-13T17:48:27Z</alto:created>
<alto:lastModified>2008-05-12T10:16:38Z</alto:lastModified>
<alto:WorkMeta id="224827"/> <alto:Item id="277377"/>
</alto:Reservation> <alto:Reservation id="64695">
<alto:borrower>100830</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-25T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-27T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-27T14:09:45Z</alto:created>
<alto:lastModified>2008-05-27T14:11:03Z</alto:lastModified>
<alto:WorkMeta id="224827"/> <alto:Item id="277377"/>
</alto:Reservation> <alto:fines> <alto:loans
currency="AUD">5.0</alto:loans> </alto:fines> </alto:Item>
</alto:TalisAlto> "
-categories: [
"loan"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-301843"
title: "Unavailable"
updated: "2008-07-01T10:21:59Z"
created: "1996-07-06T20:52:19Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-301843?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-301843?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-301843?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-301843?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-301843?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-301843?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-301843/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="301843" work="240655"> <alto:barcode>00897825</alto:barcode>
<alto:activeSite> <alto:Location id="OL ">
<alto:name>OLDHAM</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD">0.0</alto:value>
<alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
</alto:notes> <alto:created>1996-07-06T20:52:19Z</alto:created>
<alto:lastModified>2008-07-01T10:21:59Z</alto:lastModified>
<alto:Classification id="96109"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>658.408</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>658.408</alto:filingKey>
<alto:priorId>96109</alto:priorId> </alto:Classification>
<alto:classificationSuffix>GRA</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>3</alto:reservationQueueLength>
<alto:Reservation id="64621"> <alto:borrower>101425</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-10T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-12T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>2008-06-04T14:43:44Z</alto:completedDateTime>
<alto:satisfiedDateTime>2008-06-04T14:42:41Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-12T10:08:28Z</alto:created>
<alto:lastModified>2008-06-04T14:43:44Z</alto:lastModified>
<alto:WorkMeta id="240655"/> <alto:Item id="301843"/> <alto:Item
id="499336"/> </alto:Reservation> <alto:Reservation id="64668">
<alto:borrower>101515</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>2008-06-04T14:45:15Z</alto:completedDateTime>
<alto:satisfiedDateTime>2008-06-04T14:44:29Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T14:35:24Z</alto:created>
<alto:lastModified>2008-06-04T14:45:15Z</alto:lastModified>
<alto:WorkMeta id="240655"/> <alto:Item id="301843"/> <alto:Item
id="499336"/> </alto:Reservation> <alto:Reservation id="64785">
<alto:borrower>101546</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-16T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-06-18T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-06-18T11:08:53Z</alto:created>
<alto:lastModified>2008-06-18T11:13:36Z</alto:lastModified>
<alto:WorkMeta id="240655"/> <alto:Item id="301843"/> <alto:Item
id="499336"/> </alto:Reservation> </alto:Item> </alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-312371"
title: "Unavailable"
updated: "2007-05-15T15:04:07Z"
created: "1996-07-06T21:05:33Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-312371?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-312371?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-312371?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-312371?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-312371?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-312371?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-312371/resources/"
http://jangle.org/vocab/Entities#Actor: "/connector/items/I-312371/actors/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="312371" work="630967"> <alto:barcode>03058778</alto:barcode>
<alto:activeSite> <alto:Location id="AD ">
<alto:name>Adelphi</alto:name> <alto:note></alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD">0.0</alto:value> <alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
</alto:notes> <alto:created>1996-07-06T21:05:33Z</alto:created>
<alto:lastModified>2007-05-15T15:04:07Z</alto:lastModified>
<alto:Classification id="100462"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>741.674</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>741.674</alto:filingKey>
<alto:priorId>100462</alto:priorId> </alto:Classification>
<alto:classificationSuffix>RID</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>2 day Loan</alto:availabilityMessage>
<alto:dateAvailable>2008-07-03T18:00:00Z</alto:dateAvailable>
<alto:format> </alto:format> <alto:itemType code="VID
">Video</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>1</alto:reservationQueueLength>
<alto:Reservation id="64844"> <alto:borrower>100786</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-25T00:00:00Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-08-15T11:20:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="AD ">
<alto:name>Adelphi</alto:name> <alto:note></alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-08-15T11:20:00Z</alto:created>
<alto:lastModified>2008-08-15T11:20:00Z</alto:lastModified> <alto:Item
id="312371"/> <alto:WorkMeta id="630967"/> </alto:Reservation>
<alto:fines> <alto:loans currency="AUD">5.0</alto:loans> </alto:fines>
</alto:Item> </alto:TalisAlto> "
-categories: [
"loan"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-391647"
title: "Unavailable"
updated: "2000-01-17T11:10:14Z"
created: "1997-06-23T12:20:44Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-391647?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-391647?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-391647?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-391647?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-391647?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-391647?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-391647/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="391647" work="318998"> <alto:barcode>03717011</alto:barcode>
<alto:activeSite> <alto:Location id="FR ">
<alto:name>ATHERTON</alto:name> <alto:note></alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD">0.0</alto:value> <alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>1997-06-23T12:20:44Z</alto:created>
<alto:lastModified>2000-01-17T11:10:14Z</alto:lastModified>
<alto:Classification id="115785"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>616.89009</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>616.89009</alto:filingKey>
<alto:priorId>115785</alto:priorId> </alto:Classification>
<alto:classificationSuffix>ONE</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>1</alto:reservationQueueLength>
<alto:Reservation id="64756"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-02T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-06-04T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-06-04T11:38:46Z</alto:created>
<alto:lastModified>2008-06-04T11:38:52Z</alto:lastModified>
<alto:WorkMeta id="318998"/> <alto:Item id="391647"/> <alto:Item
id="416948"/> <alto:Item id="835431"/> </alto:Reservation>
</alto:Item> </alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-410745"
title: "Unavailable"
updated: "1998-07-24T15:40:14Z"
created: "1997-07-23T16:09:18Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-410745?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-410745?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-410745?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-410745?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-410745?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-410745?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-410745/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="410745" work="12034"> <alto:barcode>03620492</alto:barcode>
<alto:activeSite> <alto:Location id="PH ">
<alto:name>EDGLEY</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD">0.0</alto:value>
<alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>1997-07-23T16:09:18Z</alto:created>
<alto:lastModified>1998-07-24T15:40:14Z</alto:lastModified>
<alto:Classification id="96871"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>305.4</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>305.4</alto:filingKey>
<alto:priorId>96871</alto:priorId> </alto:Classification>
<alto:classificationSuffix>MAR</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>1</alto:reservationQueueLength>
<alto:Reservation id="64806"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-29T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-07-01T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-07-01T10:31:09Z</alto:created>
<alto:lastModified>2008-07-01T10:31:55Z</alto:lastModified> <alto:Item
id="11143"/> <alto:WorkMeta id="12034"/> <alto:Item id="410745"/>
<alto:Item id="410772"/> <alto:Item id="410773"/> <alto:Item
id="410775"/> <alto:Item id="410777"/> <alto:Item id="433580"/>
<alto:Item id="500093"/> </alto:Reservation> </alto:Item>
</alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-410772"
title: "Unavailable"
updated: "1998-07-24T15:40:14Z"
created: "1997-07-23T16:16:25Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-410772?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-410772?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-410772?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-410772?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-410772?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-410772?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-410772/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="410772" work="12034"> <alto:barcode>0361901X</alto:barcode>
<alto:activeSite> <alto:Location id="PH ">
<alto:name>EDGLEY</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD">0.0</alto:value>
<alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>1997-07-23T16:16:25Z</alto:created>
<alto:lastModified>1998-07-24T15:40:14Z</alto:lastModified>
<alto:Classification id="96871"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>305.4</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>305.4</alto:filingKey>
<alto:priorId>96871</alto:priorId> </alto:Classification>
<alto:classificationSuffix>MAR</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>1</alto:reservationQueueLength>
<alto:Reservation id="64806"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-29T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-07-01T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-07-01T10:31:09Z</alto:created>
<alto:lastModified>2008-07-01T10:31:55Z</alto:lastModified> <alto:Item
id="11143"/> <alto:WorkMeta id="12034"/> <alto:Item id="410745"/>
<alto:Item id="410772"/> <alto:Item id="410773"/> <alto:Item
id="410775"/> <alto:Item id="410777"/> <alto:Item id="433580"/>
<alto:Item id="500093"/> </alto:Reservation> </alto:Item>
</alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-410773"
title: "Unavailable"
updated: "2000-08-08T13:38:10Z"
created: "1997-07-23T16:16:35Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-410773?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-410773?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-410773?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-410773?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-410773?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-410773?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-410773/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="410773" work="12034"> <alto:barcode>03619052</alto:barcode>
<alto:activeSite> <alto:Location id="PH ">
<alto:name>EDGLEY</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD">0.0</alto:value>
<alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>1997-07-23T16:16:35Z</alto:created>
<alto:lastModified>2000-08-08T13:38:10Z</alto:lastModified>
<alto:Classification id="96871"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>305.4</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>305.4</alto:filingKey>
<alto:priorId>96871</alto:priorId> </alto:Classification>
<alto:classificationSuffix>MAR</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>1</alto:reservationQueueLength>
<alto:Reservation id="64806"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-29T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-07-01T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-07-01T10:31:09Z</alto:created>
<alto:lastModified>2008-07-01T10:31:55Z</alto:lastModified> <alto:Item
id="11143"/> <alto:WorkMeta id="12034"/> <alto:Item id="410745"/>
<alto:Item id="410772"/> <alto:Item id="410773"/> <alto:Item
id="410775"/> <alto:Item id="410777"/> <alto:Item id="433580"/>
<alto:Item id="500093"/> </alto:Reservation> </alto:Item>
</alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-410775"
title: "Unavailable"
updated: "1998-07-24T15:40:15Z"
created: "1997-07-23T16:17:02Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-410775?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-410775?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-410775?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-410775?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-410775?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-410775?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-410775/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="410775" work="12034"> <alto:barcode>03619095</alto:barcode>
<alto:activeSite> <alto:Location id="PH ">
<alto:name>EDGLEY</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD">0.0</alto:value>
<alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>1997-07-23T16:17:02Z</alto:created>
<alto:lastModified>1998-07-24T15:40:15Z</alto:lastModified>
<alto:Classification id="96871"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>305.4</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>305.4</alto:filingKey>
<alto:priorId>96871</alto:priorId> </alto:Classification>
<alto:classificationSuffix>MAR</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>1</alto:reservationQueueLength>
<alto:Reservation id="64806"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-29T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-07-01T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-07-01T10:31:09Z</alto:created>
<alto:lastModified>2008-07-01T10:31:55Z</alto:lastModified> <alto:Item
id="11143"/> <alto:WorkMeta id="12034"/> <alto:Item id="410745"/>
<alto:Item id="410772"/> <alto:Item id="410773"/> <alto:Item
id="410775"/> <alto:Item id="410777"/> <alto:Item id="433580"/>
<alto:Item id="500093"/> </alto:Reservation> </alto:Item>
</alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-410777"
title: "Unavailable"
updated: "1998-07-24T15:40:15Z"
created: "1997-07-23T16:17:32Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-410777?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-410777?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-410777?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-410777?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-410777?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-410777?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-410777/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="410777" work="12034"> <alto:barcode>03619133</alto:barcode>
<alto:activeSite> <alto:Location id="PH ">
<alto:name>EDGLEY</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD">0.0</alto:value>
<alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>1997-07-23T16:17:32Z</alto:created>
<alto:lastModified>1998-07-24T15:40:15Z</alto:lastModified>
<alto:Classification id="96871"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>305.4</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>305.4</alto:filingKey>
<alto:priorId>96871</alto:priorId> </alto:Classification>
<alto:classificationSuffix>MAR</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>1</alto:reservationQueueLength>
<alto:Reservation id="64806"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-29T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-07-01T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-07-01T10:31:09Z</alto:created>
<alto:lastModified>2008-07-01T10:31:55Z</alto:lastModified> <alto:Item
id="11143"/> <alto:WorkMeta id="12034"/> <alto:Item id="410745"/>
<alto:Item id="410772"/> <alto:Item id="410773"/> <alto:Item
id="410775"/> <alto:Item id="410777"/> <alto:Item id="433580"/>
<alto:Item id="500093"/> </alto:Reservation> </alto:Item>
</alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-416948"
title: "Unavailable"
updated: "1997-08-06T10:55:53Z"
created: "1997-08-06T10:54:27Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-416948?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-416948?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-416948?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-416948?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-416948?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-416948?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-416948/resources/"
http://jangle.org/vocab/Entities#Actor: "/connector/items/I-416948/actors/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="416948" work="318998"> <alto:barcode>03474690</alto:barcode>
<alto:activeSite> <alto:Location id="PH ">
<alto:name>EDGLEY</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD">0.0</alto:value>
<alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>1997-08-06T10:54:27Z</alto:created>
<alto:lastModified>1997-08-06T10:55:53Z</alto:lastModified>
<alto:Classification id="51620"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>616.89</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>616.89</alto:filingKey> </alto:Classification>
<alto:classificationSuffix>BER</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:dateAvailable>2010-05-05T19:00:00Z</alto:dateAvailable>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>2</alto:reservationQueueLength>
<alto:Reservation id="64755"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-02T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-06-04T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>2010-02-10T12:08:26Z</alto:completedDateTime>
<alto:satisfiedDateTime>2010-02-10T12:08:26Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-06-04T10:59:23Z</alto:created>
<alto:lastModified>2010-02-10T12:08:26Z</alto:lastModified>
<alto:WorkMeta id="318998"/> <alto:Item id="416948"/>
</alto:Reservation> <alto:Reservation id="64756">
<alto:borrower>101515</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-02T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-06-04T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-06-04T11:38:46Z</alto:created>
<alto:lastModified>2008-06-04T11:38:52Z</alto:lastModified>
<alto:WorkMeta id="318998"/> <alto:Item id="391647"/> <alto:Item
id="416948"/> <alto:Item id="835431"/> </alto:Reservation>
</alto:Item> </alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-433580"
title: "Unavailable"
updated: "2000-08-08T13:36:53Z"
created: "1997-09-25T09:48:30Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-433580?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-433580?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-433580?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-433580?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-433580?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-433580?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-433580/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="433580" work="12034"> <alto:barcode>03565475</alto:barcode>
<alto:activeSite> <alto:Location id="PH ">
<alto:name>EDGLEY</alto:name> <alto:note></alto:note> </alto:Location>
</alto:activeSite> <alto:value currency="AUD">0.0</alto:value>
<alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>1997-09-25T09:48:30Z</alto:created>
<alto:lastModified>2000-08-08T13:36:53Z</alto:lastModified>
<alto:Classification id="96871"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>305.4</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>305.4</alto:filingKey>
<alto:priorId>96871</alto:priorId> </alto:Classification>
<alto:classificationSuffix>MAR</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>1</alto:reservationQueueLength>
<alto:Reservation id="64806"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-29T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-07-01T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-07-01T10:31:09Z</alto:created>
<alto:lastModified>2008-07-01T10:31:55Z</alto:lastModified> <alto:Item
id="11143"/> <alto:WorkMeta id="12034"/> <alto:Item id="410745"/>
<alto:Item id="410772"/> <alto:Item id="410773"/> <alto:Item
id="410775"/> <alto:Item id="410777"/> <alto:Item id="433580"/>
<alto:Item id="500093"/> </alto:Reservation> </alto:Item>
</alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-484544"
title: "Unavailable"
updated: "1998-07-13T10:11:22Z"
created: "1998-05-13T19:17:04Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-484544?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-484544?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-484544?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-484544?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-484544?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-484544?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-484544/resources/"
http://jangle.org/vocab/Entities#Actor: "/connector/items/I-484544/actors/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="484544" work="380362"> <alto:barcode>0500294X</alto:barcode>
<alto:activeSite> <alto:Location id="AD ">
<alto:name>Adelphi</alto:name> <alto:note></alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD">0.0</alto:value> <alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>1998-05-13T19:17:04Z</alto:created>
<alto:lastModified>1998-07-13T10:11:22Z</alto:lastModified>
<alto:Classification id="107369"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>781.643KOR</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>781.643KOR</alto:filingKey>
<alto:priorId>107369</alto:priorId> </alto:Classification>
<alto:classificationSuffix>SHA</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>8 BOOKS
(UNDERGRAD)</alto:availabilityMessage>
<alto:dateAvailable>2008-06-28T19:00:00Z</alto:dateAvailable>
<alto:format>PB </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>4</alto:reservationQueueLength>
<alto:Reservation id="64634"> <alto:borrower>100525</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>2008-05-19T10:11:34Z</alto:completedDateTime>
<alto:satisfiedDateTime>2008-05-19T10:09:16Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T09:53:51Z</alto:created>
<alto:lastModified>2008-05-19T10:11:34Z</alto:lastModified>
<alto:WorkMeta id="380362"/> <alto:Item id="484544"/>
</alto:Reservation> <alto:Reservation id="64637">
<alto:borrower>100525</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>2008-05-19T10:16:04Z</alto:completedDateTime>
<alto:satisfiedDateTime>2008-05-19T10:15:34Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T10:15:11Z</alto:created>
<alto:lastModified>2008-05-19T10:16:04Z</alto:lastModified>
<alto:WorkMeta id="380362"/> <alto:Item id="484544"/>
</alto:Reservation> <alto:Reservation id="64638">
<alto:borrower>100525</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>2008-05-19T10:24:27Z</alto:completedDateTime>
<alto:satisfiedDateTime>2008-05-19T10:24:09Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T10:23:33Z</alto:created>
<alto:lastModified>2008-05-19T10:24:27Z</alto:lastModified>
<alto:WorkMeta id="380362"/> <alto:Item id="484544"/>
</alto:Reservation> <alto:Reservation id="64639">
<alto:borrower>100525</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>2008-05-19T10:31:41Z</alto:completedDateTime>
<alto:satisfiedDateTime>2008-05-19T10:31:23Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T10:31:07Z</alto:created>
<alto:lastModified>2008-05-19T10:31:41Z</alto:lastModified>
<alto:WorkMeta id="380362"/> <alto:Item id="484544"/>
</alto:Reservation> <alto:fines> <alto:loans
currency="AUD">5.0</alto:loans> </alto:fines> </alto:Item>
</alto:TalisAlto> "
-categories: [
"loan"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-499336"
title: "Unavailable"
updated: "1998-07-22T12:41:20Z"
created: "1998-07-22T12:31:25Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-499336?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-499336?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-499336?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-499336?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-499336?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-499336?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-499336/resources/"
http://jangle.org/vocab/Entities#Actor: "/connector/items/I-499336/actors/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="499336" work="240655"> <alto:barcode>0308499X</alto:barcode>
<alto:activeSite> <alto:Location id="FR ">
<alto:name>ATHERTON</alto:name> <alto:note></alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD">0.0</alto:value> <alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>1998-07-22T12:31:25Z</alto:created>
<alto:lastModified>1998-07-22T12:41:20Z</alto:lastModified>
<alto:Classification id="96109"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>658.408</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>658.408</alto:filingKey>
<alto:priorId>96109</alto:priorId> </alto:Classification>
<alto:classificationSuffix>GRA</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:dateAvailable>2008-06-25T19:00:00Z</alto:dateAvailable>
<alto:format> </alto:format> <alto:itemType code="7DAY">ONE
WEEK</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>3</alto:reservationQueueLength>
<alto:Reservation id="64621"> <alto:borrower>101425</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-10T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-12T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>2008-06-04T14:43:44Z</alto:completedDateTime>
<alto:satisfiedDateTime>2008-06-04T14:42:41Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-12T10:08:28Z</alto:created>
<alto:lastModified>2008-06-04T14:43:44Z</alto:lastModified>
<alto:WorkMeta id="240655"/> <alto:Item id="301843"/> <alto:Item
id="499336"/> </alto:Reservation> <alto:Reservation id="64668">
<alto:borrower>101515</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>2008-06-04T14:45:15Z</alto:completedDateTime>
<alto:satisfiedDateTime>2008-06-04T14:44:29Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T14:35:24Z</alto:created>
<alto:lastModified>2008-06-04T14:45:15Z</alto:lastModified>
<alto:WorkMeta id="240655"/> <alto:Item id="301843"/> <alto:Item
id="499336"/> </alto:Reservation> <alto:Reservation id="64785">
<alto:borrower>101546</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-16T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-06-18T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-06-18T11:08:53Z</alto:created>
<alto:lastModified>2008-06-18T11:13:36Z</alto:lastModified>
<alto:WorkMeta id="240655"/> <alto:Item id="301843"/> <alto:Item
id="499336"/> </alto:Reservation> </alto:Item> </alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-500093"
title: "Unavailable"
updated: "1998-07-24T15:40:15Z"
created: "1998-07-24T15:38:58Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-500093?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-500093?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-500093?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-500093?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-500093?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-500093?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-500093/resources/"
http://jangle.org/vocab/Entities#Actor: "/connector/items/I-500093/actors/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="500093" work="12034"> <alto:barcode>0353667X</alto:barcode>
<alto:activeSite> <alto:Location id="FR ">
<alto:name>ATHERTON</alto:name> <alto:note></alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD">0.0</alto:value> <alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>1998-07-24T15:38:58Z</alto:created>
<alto:lastModified>1998-07-24T15:40:15Z</alto:lastModified>
<alto:Classification id="51783"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>618.1</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>618.1</alto:filingKey> </alto:Classification>
<alto:classificationSuffix></alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:dateAvailable>2002-05-14T23:56:00Z</alto:dateAvailable>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>1</alto:reservationQueueLength>
<alto:Reservation id="64806"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-29T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-07-01T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-07-01T10:31:09Z</alto:created>
<alto:lastModified>2008-07-01T10:31:55Z</alto:lastModified> <alto:Item
id="11143"/> <alto:WorkMeta id="12034"/> <alto:Item id="410745"/>
<alto:Item id="410772"/> <alto:Item id="410773"/> <alto:Item
id="410775"/> <alto:Item id="410777"/> <alto:Item id="433580"/>
<alto:Item id="500093"/> </alto:Reservation> </alto:Item>
</alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-756976"
title: "Unavailable"
updated: "2002-02-20T11:54:55Z"
created: "2001-09-04T11:38:43Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-756976?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-756976?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-756976?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-756976?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-756976?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-756976?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-756976/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="756976" work="589354"> <alto:barcode>08528535</alto:barcode>
<alto:activeSite> <alto:Location id="AD ">
<alto:name>Adelphi</alto:name> <alto:note></alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD">0.0</alto:value> <alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>2001-09-04T11:38:43Z</alto:created>
<alto:lastModified>2002-02-20T11:54:55Z</alto:lastModified>
<alto:Classification id="96916"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>791.4372</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>791.4372</alto:filingKey>
<alto:priorId>96916</alto:priorId> </alto:Classification>
<alto:classificationSuffix>BRO</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format>CD </alto:format> <alto:itemType code="7DAY">ONE
WEEK</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>2</alto:reservationQueueLength>
<alto:Reservation id="64623"> <alto:borrower>101425</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-10T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-12T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-12T10:09:51Z</alto:created>
<alto:lastModified>2008-05-12T10:09:53Z</alto:lastModified>
<alto:WorkMeta id="589354"/> <alto:Item id="756976"/>
</alto:Reservation> <alto:Reservation id="64670">
<alto:borrower>101515</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-08-17T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-05-19T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-05-19T14:35:57Z</alto:created>
<alto:lastModified>2008-05-19T14:36:00Z</alto:lastModified>
<alto:WorkMeta id="589354"/> <alto:Item id="756976"/>
</alto:Reservation> </alto:Item> </alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-773887"
title: "Unavailable"
updated: "2002-01-17T11:39:34Z"
created: "2001-11-22T09:39:30Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-773887?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-773887?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-773887?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-773887?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-773887?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-773887?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-773887/resources/"
http://jangle.org/vocab/Entities#Actor: "/connector/items/I-773887/actors/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="773887" work="601986"> <alto:barcode>08590842</alto:barcode>
<alto:activeSite> <alto:Location id="AD ">
<alto:name>Adelphi</alto:name> <alto:note></alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD">0.0</alto:value> <alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>2001-11-22T09:39:30Z</alto:created>
<alto:lastModified>2002-01-17T11:39:34Z</alto:lastModified>
<alto:Classification id="126928"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>781.6430266</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>781.6430266</alto:filingKey>
<alto:priorId>126928</alto:priorId> </alto:Classification>
<alto:classificationSuffix>ALL</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Not for loan</alto:availabilityMessage>
<alto:dateAvailable>2008-04-09T23:59:00Z</alto:dateAvailable>
<alto:format>PB </alto:format> <alto:itemType code="REF
">REFERENCE</alto:itemType> <alto:status code="IS ">In
Stock</alto:status> </alto:Item> </alto:TalisAlto> "
-categories: [
"loan"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-779951"
title: "Unavailable"
updated: "2002-02-25T16:26:37Z"
created: "2001-12-18T12:15:57Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-779951?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-779951?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-779951?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-779951?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-779951?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-779951?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-779951/resources/"
http://jangle.org/vocab/Entities#Actor: "/connector/items/I-779951/actors/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="779951" work="606271"> <alto:barcode>08646236</alto:barcode>
<alto:activeSite> <alto:Location id="AD ">
<alto:name>Adelphi</alto:name> <alto:note></alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD">0.0</alto:value> <alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>2001-12-18T12:15:57Z</alto:created>
<alto:lastModified>2002-02-25T16:26:37Z</alto:lastModified>
<alto:Classification id="117860"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber>659.1025</alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey>659.1025</alto:filingKey>
<alto:priorId>117860</alto:priorId> </alto:Classification>
<alto:classificationSuffix>ADV</alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Not for loan</alto:availabilityMessage>
<alto:dateAvailable>2008-04-09T23:59:00Z</alto:dateAvailable>
<alto:format>PB </alto:format> <alto:itemType code="REF
">REFERENCE</alto:itemType> <alto:status code="IS ">In
Stock</alto:status> </alto:Item> </alto:TalisAlto> "
-categories: [
"loan"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-804425"
title: "Unavailable"
updated: "2003-06-25T08:19:46Z"
created: "2002-12-10T13:05:54Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-804425?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-804425?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-804425?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-804425?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-804425?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-804425?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-804425/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="804425" work="622177"> <alto:barcode>AD00000350</alto:barcode>
<alto:activeSite> <alto:Location id="AD ">
<alto:name>Adelphi</alto:name> <alto:note></alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD">0.0</alto:value> <alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>2002-12-10T13:05:54Z</alto:created>
<alto:lastModified>2003-06-25T08:19:46Z</alto:lastModified>
<alto:Classification id="0"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber></alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey></alto:filingKey> </alto:Classification>
<alto:classificationSuffix></alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format>AC </alto:format> <alto:itemType code="ILL
">INTERLOAN</alto:itemType> <alto:status code="IS ">In
Stock</alto:status>
<alto:reservationQueueLength>2</alto:reservationQueueLength>
<alto:Reservation id="64372"> <alto:borrower>100259</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-06-29T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-03-31T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-03-31T13:52:25Z</alto:created>
<alto:lastModified>2008-03-31T13:52:51Z</alto:lastModified>
<alto:WorkMeta id="622177"/> <alto:Item id="804425"/> <alto:Item
id="835448"/> </alto:Reservation> <alto:Reservation id="64795">
<alto:borrower>101515</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-24T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-06-26T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-06-26T14:43:40Z</alto:created>
<alto:lastModified>2008-06-26T14:43:43Z</alto:lastModified>
<alto:WorkMeta id="622177"/> <alto:Item id="804425"/> <alto:Item
id="835448"/> </alto:Reservation> </alto:Item> </alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-835431"
title: "Unavailable"
updated: "2007-07-23T09:59:57Z"
created: "2007-07-23T09:59:38Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-835431?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-835431?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-835431?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-835431?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-835431?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-835431?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-835431/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="835431" work="318998"> <alto:barcode>0202020202</alto:barcode>
<alto:activeSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD">0.0</alto:value> <alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>2007-07-23T09:59:38Z</alto:created>
<alto:lastModified>2007-07-23T09:59:57Z</alto:lastModified>
<alto:Classification id="0"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber></alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey></alto:filingKey> </alto:Classification>
<alto:classificationSuffix></alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>1</alto:reservationQueueLength>
<alto:Reservation id="64756"> <alto:borrower>101515</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-02T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-06-04T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-06-04T11:38:46Z</alto:created>
<alto:lastModified>2008-06-04T11:38:52Z</alto:lastModified>
<alto:WorkMeta id="318998"/> <alto:Item id="391647"/> <alto:Item
id="416948"/> <alto:Item id="835431"/> </alto:Reservation>
<alto:fines> <alto:loans currency="AUD">0.5</alto:loans> </alto:fines>
</alto:Item> </alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
-{
id: "/connector/items/I-835448"
title: "Unavailable"
updated: "2007-07-31T16:43:50Z"
created: "2007-07-31T16:43:41Z"
format: "http://schema.talis.com/alto/jangle/v1/"
-alternate_formats: {
http://jangle.org/vocab/formats#http://diglib.org/ilsdi/1.1:
"/connector/items/I-835448?format=dlfexpanded"
http://jangle.org/vocab/formats#application/marc:
"/connector/items/I-835448?format=marc"
http://jangle.org/vocab/formats#http://www.loc.gov/MARC21/slim:
"/connector/items/I-835448?format=marcxml"
http://jangle.org/vocab/formats#NCIP/2.0/LookupItemResponse:
"/connector/items/I-835448?format=ncip2-LookupItem"
http://jangle.org/vocab/formats#NCIP/2.0/LookupRequestResponse:
"/connector/items/I-835448?format=ncip2-LookupRequest"
http://jangle.org/vocab/formats#http://ws.gbv.de/daia/:
"/connector/items/I-835448?format=daia"
}
-relationships: {
http://jangle.org/vocab/Entities#Resource:
"/connector/items/I-835448/resources/"
}
content_type: "application/xml"
content: "<alto:TalisAlto
xmlns:alto="http://schema.talis.com/alto/jangle/v1/"> <alto:Item
id="835448" work="622177"> <alto:barcode>59870135</alto:barcode>
<alto:activeSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:activeSite> <alto:value
currency="AUD">0.0</alto:value> <alto:notes> <alto:wants></alto:wants>
<alto:descriptive></alto:descriptive> <alto:general></alto:general>
<alto:content></alto:content> </alto:notes>
<alto:created>2007-07-31T16:43:41Z</alto:created>
<alto:lastModified>2007-07-31T16:43:50Z</alto:lastModified>
<alto:Classification id="0"> <alto:scheme>DDC</alto:scheme>
<alto:classnumber></alto:classnumber>
<alto:featureHeading></alto:featureHeading>
<alto:filingKey></alto:filingKey> </alto:Classification>
<alto:classificationSuffix></alto:classificationSuffix>
<alto:availability>false</alto:availability>
<alto:availabilityMessage>Reserved</alto:availabilityMessage>
<alto:format> </alto:format> <alto:itemType code="NORM">Normal
(Norm)</alto:itemType> <alto:status code="IS ">In Stock</alto:status>
<alto:reservationQueueLength>2</alto:reservationQueueLength>
<alto:Reservation id="64372"> <alto:borrower>100259</alto:borrower>
<alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-06-29T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-03-31T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-03-31T13:52:25Z</alto:created>
<alto:lastModified>2008-03-31T13:52:51Z</alto:lastModified>
<alto:WorkMeta id="622177"/> <alto:Item id="804425"/> <alto:Item
id="835448"/> </alto:Reservation> <alto:Reservation id="64795">
<alto:borrower>101515</alto:borrower> <alto:priority>5</alto:priority>
<alto:lastUsefulDateTime>2008-09-24T23:59:59Z</alto:lastUsefulDateTime>
<alto:effectiveDateTime>2008-06-26T00:00:00Z</alto:effectiveDateTime>
<alto:completedDateTime>1970-01-03T00:00:00Z</alto:completedDateTime>
<alto:satisfiedDateTime>1970-01-04T00:00:00Z</alto:satisfiedDateTime>
<alto:collectionSite> <alto:Location id="N ">
<alto:name>Newman</alto:name> <alto:note>Northern notes</alto:note>
</alto:Location> </alto:collectionSite>
<alto:created>2008-06-26T14:43:40Z</alto:created>
<alto:lastModified>2008-06-26T14:43:43Z</alto:lastModified>
<alto:WorkMeta id="622177"/> <alto:Item id="804425"/> <alto:Item
id="835448"/> </alto:Reservation> </alto:Item> </alto:TalisAlto> "
-categories: [
"hold"
"item"
]
-links: {
-via: [
-{
type: "application/atom+xml"
href: "/connector/actors/101515"
}
]
}
}
]
-categories: [
"hold"
"item"
"loan"
]
}

-Ross.

> --
> You received this message because you are subscribed to the Google Groups "jangle-discuss" group.
> To post to this group, send email to jangle-...@googlegroups.com.
> To unsubscribe from this group, send email to jangle-discus...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/jangle-discuss?hl=en.
>
>

mg_ford

unread,
Oct 5, 2010, 8:15:16 AM10/5/10
to jangle-discuss
Ross, thanks ever so much -- that looks like a really comprehensive
and useful post that I'm going to have to work my way through over the
next few days (weeks?!).

I suspect I'm going to have a bunch of follow-up questions as I do so
(I think I detect one approaching already just loking at the basic /
actors/{id} response!).

Ross Singer

unread,
Oct 5, 2010, 11:33:01 PM10/5/10
to jangle-...@googlegroups.com
On Tue, Oct 5, 2010 at 8:15 AM, mg_ford <m.f...@leedsmet.ac.uk> wrote:
> Ross, thanks ever so much -- that looks like a really comprehensive
> and useful post that I'm going to have to work my way through over the
> next few days (weeks?!).
>
Great! Obviously the data being carried there is somewhat Alto
specific in structure, although the concepts should be fairly common
and (hopefully) have some analog in Symphony.

> I suspect I'm going to have a bunch of follow-up questions as I do so
> (I think I detect one approaching already just loking at the basic /
> actors/{id} response!).

Always happy to help! Don't hesitate to ask.

Thanks,
-Ross.

Reply all
Reply to author
Forward
0 new messages