Digital Collections: Specifications for Dissemination from the Library Digital Repository

Table of Contents

1 Introduction

The Library Digital Repository (LDR)1 consists of collections. It includes manuscript collections (for example, the papers of a faculty member), digital collections (for example, Chopin Early Editions), websites, videos of lectures, etc.

This document is concerned with specifications for digital collections disseminated from the LDR.

The goal of many preservation repositories is to maintain usable versions of intellectual entities over time. For an intellectual entity to be displayed, played, or otherwise made usable to a human, all of the files making up at least one version of that intellectual entity must be identified, stored, and maintained so that they can be assembled and rendered to a user at any given point. A representation is the set of files required to do this. (PREMIS Data Dictionary for Preservation Metadata, version 2.2, July 2012, p. 8.)

Each digital collection consists of intellectual entities (e.g., a musical score or a manuscript) consisting of one or more representations of that entity (e.g., the digital masterfile for each page object, a METS representation for the digital masterfiles, associated OCR, and descriptive metadata, or a PDF representation of the entity).

For each digital collection, and for each intellectual object in that digital collection, this document specifies the required components. For any collection, specifications may change over time, for instance, as the result of changes in equipment creating the digital objects forming part of a representation.

Not all preservation repositories will be concerned with representations. A repository might, for example, preserve file objects only and rely on external agents to assemble these objects into usable representations. If the repository does not manage representations, it does not need to record metadata about them.

This document contains the specifications for ensuring that the LDR contains all the digital objects necessary for usable representations of the intellectual entities in a digital collection. These specifications also assist in the creation of software to assemble these representations. Representations will be maintained in the LDR as pointers to the latest versions of accessioned digital objects using the Turtle (Terse RDF Triple Language) linked-data syntax.2

Not all of the digital collections listed in the Library's Digital Library Collections & Activities pages are included in what follows. Some may be out of scope (e.g., a simple website, archival and manuscript finding aids, the digital components of finding aids), and some may not have been deposited (e.g., the components of the Digital South Asia Library).

For each digital collection, a dissemination profile will be established for dissemination for a particular purpose. All collections will have an OAI-PMH dissemination profile, to allow dissemination of records in simple Dublin Core for the Library's OAI-PMH provider. All collections will have one or more additional profiles for use by consuming software, e.g., the software used to index and display the digital collection, or a particular consumer, e.g., a customer with particular research needs.

2 American Environmental Photographs, 1891-1936

Digital images from more than 4,500 glass lantern slides, glass negatives, and photographic prints created by faculty members and students of the University of Chicago Department of Botany between 1891 and 1936.

This collection, which had been hosted by the Library of Congress, is scheduled to be retired from that site in September, 2014.

3 The Automatic Age

The Automatic Age is a magazine-like publication.

This collection has yet to be added to the LDR.

4 Campus Publications

http://campub.lib.uchicago.edu/

Campus Publications is designed to include both University and student publications, for example, back issues of the University Record, Cap and Gown, and the Maroon.

Campus Publications is an open collection. New titles and issues will be added.

For all accessions, each intellectual entity in the collection consists of two representations, one suitable for browser-based page-turning, one a PDF file, suitable for printing. Here are some sample queries.

4.1 Use case: find me everything which has been added to the ldr for campus publications since <date>.

PREFIX edm: <http://www.europeana.eu/schemas/edm/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX oai: <http://www.openarchives.org/OAI/2.0/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#> 
PREFIX ore: <http://www.openarchives.org/ore/terms/>
PREFIX premis: <info:lc/xmlns/premis-v2>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT ?s
FROM <http://lib.uchicago.edu/campub>
WHERE {
   {?s dcterms:created ?dcterms_created_or_modified} UNION {?s dcterms:modified ?dcterms_created_or_modified}
FILTER (xsd:dateTime(?dcterms_created_or_modified) >= "2014-01-21T11:24:06"^^xsd:dateTime)
}
<http://ldr.lib.uchicago.edu/rem/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001>
<http://ldr.lib.uchicago.edu/rem/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000001>
<http://ldr.lib.uchicago.edu/rem/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000006>
<http://ldr.lib.uchicago.edu/rem/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000055>

Find what these resource maps describe.

4.1.1 <http://ldr.lib.uchicago.edu/rem/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001>

PREFIX edm: <http://www.europeana.eu/schemas/edm/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX oai: <http://www.openarchives.org/OAI/2.0/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#> 
PREFIX ore: <http://www.openarchives.org/ore/terms/>
PREFIX premis: <info:lc/xmlns/premis-v2>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
   <http://ldr.lib.uchicago.edu/rem/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001> ore:describes ?o
}
<http://ldr.lib.uchicago.edu/aggregation/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001>

Get the URI for the descriptive metadata about the aggregation.

PREFIX edm: <http://www.europeana.eu/schemas/edm/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX oai: <http://www.openarchives.org/OAI/2.0/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#> 
PREFIX ore: <http://www.openarchives.org/ore/terms/>
PREFIX premis: <info:lc/xmlns/premis-v2>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
    ?s ore:proxyIn
    <http://ldr.lib.uchicago.edu/aggregation/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001>
}
<http://ldr.lib.uchicago.edu/proxy/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001>

Get the descriptive metadata themselves, those in which we are interested.

PREFIX edm: <http://www.europeana.eu/schemas/edm/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX oai: <http://www.openarchives.org/OAI/2.0/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#> 
PREFIX ore: <http://www.openarchives.org/ore/terms/>
PREFIX premis: <info:lc/xmlns/premis-v2>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
    {<http://ldr.lib.uchicago.edu/proxy/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001> dc:title ?o} UNION
    {<http://ldr.lib.uchicago.edu/proxy/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001> dc:date ?o} UNION 
    {<http://ldr.lib.uchicago.edu/proxy/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001> dc:identifier ?o} UNION
    {<http://ldr.lib.uchicago.edu/proxy/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001> dcterms:description ?o}
}
"The alumni magazine of the University of Chicago."
"mvol-0002-0017-0001"
"1924-11"
"The University of Chicago Magazine"

Get the web resources in the aggregation.

PREFIX edm: <http://www.europeana.eu/schemas/edm/>                                                                         
PREFIX dc: <http://purl.org/dc/elements/1.1/>                                                                              
PREFIX dcterms: <http://purl.org/dc/terms/>                                                                                
PREFIX foaf: <http://xmlns.com/foaf/0.1/>                                                                                  
PREFIX oai: <http://www.openarchives.org/OAI/2.0/>                                                                         
PREFIX owl: <http://www.w3.org/2002/07/owl#>                                                                               
PREFIX ore: <http://www.openarchives.org/ore/terms/>                                                                       
PREFIX premis: <info:lc/xmlns/premis-v2>                                                                                   
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>                                                                  
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>                                                                        
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>                                                                            
                                                                                                                           
SELECT *                                                                                                                   
FROM <http://lib.uchicago.edu/campub>                                                                                      
WHERE {                                                                                                                    
    <http://ldr.lib.uchicago.edu/aggregation/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001> ?p ?o .
  ?o rdf:type edm:WebResource
}
<http://www.europeana.eu/schemas/edm/object><http://ark.lib.uchicago.edu/ark:/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/jpg/00000001.jpg>
<http://www.europeana.eu/schemas/edm/isShownBy><http://ark.lib.uchicago.edu/ark:/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/mvol-0002-0017-0001.pdf>

4.1.2 http://ldr.lib.uchicago.edu/rem/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000001

PREFIX edm: <http://www.europeana.eu/schemas/edm/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX oai: <http://www.openarchives.org/OAI/2.0/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#> 
PREFIX ore: <http://www.openarchives.org/ore/terms/>
PREFIX premis: <info:lc/xmlns/premis-v2>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
   <http://ldr.lib.uchicago.edu/rem/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000001> ore:describes ?o
}
<http://ldr.lib.uchicago.edu/aggregation/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000001>

Get the URI for the descriptive metadata about the aggregation.

PREFIX edm: <http://www.europeana.eu/schemas/edm/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX oai: <http://www.openarchives.org/OAI/2.0/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#> 
PREFIX ore: <http://www.openarchives.org/ore/terms/>
PREFIX premis: <info:lc/xmlns/premis-v2>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
    ?s ore:proxyIn
    <http://ldr.lib.uchicago.edu/aggregation/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000001>
}
<http://ldr.lib.uchicago.edu/proxy/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000001>

Get the descriptive metadata themselves, those in which we are interested.

PREFIX edm: <http://www.europeana.eu/schemas/edm/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX oai: <http://www.openarchives.org/OAI/2.0/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#> 
PREFIX ore: <http://www.openarchives.org/ore/terms/>
PREFIX premis: <info:lc/xmlns/premis-v2>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
    {<http://ldr.lib.uchicago.edu/proxy/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000001> dcterms:title ?o} UNION
    {<http://ldr.lib.uchicago.edu/proxy/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000001> dcterms:description ?o}
}
"\n 86  1914   132   30  i2//nw\n 340  1536   288   184  Ohe\n 652  1536   704   212  OCttticKsltK\n1380  1540   104   168  ef\n 344  1724   520   204  Qtoago\n 888  1720   596   204  (Damine\n 350  1973   350   61  PUBLISHED\n 716  1978   88   50  BY\n 813  1976   119   51  THE\n 943  1965   261   60  ALUMNI\n1218  1961   259   60  (blINCIl\n1610  1902   122   29  Mm\\\n 639  2250   40   56  n!\n 679  2246   462   10    \n 770  2299   202   47  November,\n 992  2299   82   38  1924\n 676  2407   3   12  ,\n 715  2370   140   40  Volume\n 871  2368   99   40  XVII.\n1023  2367   94   39  No.1\n1154  2403   3   16  ,\n"

Get the web resources in the aggregation.

PREFIX edm: <http://www.europeana.eu/schemas/edm/>                                                                         
PREFIX dc: <http://purl.org/dc/elements/1.1/>                                                                              
PREFIX dcterms: <http://purl.org/dc/terms/>                                                                                
PREFIX foaf: <http://xmlns.com/foaf/0.1/>                                                                                  
PREFIX oai: <http://www.openarchives.org/OAI/2.0/>                                                                         
PREFIX owl: <http://www.w3.org/2002/07/owl#>                                                                               
PREFIX ore: <http://www.openarchives.org/ore/terms/>                                                                       
PREFIX premis: <info:lc/xmlns/premis-v2>                                                                                   
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>                                                                  
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>                                                                        
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>                                                                            
                                                                                                                           
SELECT *                                                                                                                   
FROM <http://lib.uchicago.edu/campub>                                                                                      
WHERE {                                                                                                                    
    <http://ldr.lib.uchicago.edu/aggregation/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000001> ?p ?o .
  ?o rdf:type edm:WebResource
}
<http://www.europeana.eu/schemas/edm/object><http://ark.lib.uchicago.edu/ark:/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/jpg/00000001.jpg>
<http://www.europeana.eu/schemas/edm/isShownBy><http://ark.lib.uchicago.edu/ark:/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/tif/00000001.tif>

4.1.3 http://ldr.lib.uchicago.edu/rem/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000006

PREFIX edm: <http://www.europeana.eu/schemas/edm/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX oai: <http://www.openarchives.org/OAI/2.0/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#> 
PREFIX ore: <http://www.openarchives.org/ore/terms/>
PREFIX premis: <info:lc/xmlns/premis-v2>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
   <http://ldr.lib.uchicago.edu/rem/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000006> ore:describes ?o
}
<http://ldr.lib.uchicago.edu/aggregation/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000006>

Get the URI for the descriptive metadata about the aggregation.

PREFIX edm: <http://www.europeana.eu/schemas/edm/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX oai: <http://www.openarchives.org/OAI/2.0/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#> 
PREFIX ore: <http://www.openarchives.org/ore/terms/>
PREFIX premis: <info:lc/xmlns/premis-v2>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
    ?s ore:proxyIn
    <http://ldr.lib.uchicago.edu/aggregation/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000006>
}
<http://ldr.lib.uchicago.edu/proxy/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000006>

Get the descriptive metadata themselves, those in which we are interested.

PREFIX edm: <http://www.europeana.eu/schemas/edm/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX oai: <http://www.openarchives.org/OAI/2.0/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#> 
PREFIX ore: <http://www.openarchives.org/ore/terms/>
PREFIX premis: <info:lc/xmlns/premis-v2>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
    {<http://ldr.lib.uchicago.edu/proxy/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000006> dcterms:title ?o} UNION
    {<http://ldr.lib.uchicago.edu/proxy/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000006> dcterms:description ?o}
}
"Page 1"

Get the web resources in the aggregation.

PREFIX edm: <http://www.europeana.eu/schemas/edm/>                                                                         
PREFIX dc: <http://purl.org/dc/elements/1.1/>                                                                              
PREFIX dcterms: <http://purl.org/dc/terms/>                                                                                
PREFIX foaf: <http://xmlns.com/foaf/0.1/>                                                                                  
PREFIX oai: <http://www.openarchives.org/OAI/2.0/>                                                                         
PREFIX owl: <http://www.w3.org/2002/07/owl#>                                                                               
PREFIX ore: <http://www.openarchives.org/ore/terms/>                                                                       
PREFIX premis: <info:lc/xmlns/premis-v2>                                                                                   
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>                                                                  
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>                                                                        
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>                                                                            
                                                                                                                           
SELECT *                                                                                                                   
FROM <http://lib.uchicago.edu/campub>                                                                                      
WHERE {                                                                                                                    
    <http://ldr.lib.uchicago.edu/aggregation/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000006> ?p ?o .
  ?o rdf:type edm:WebResource
}
<http://www.europeana.eu/schemas/edm/object><http://ark.lib.uchicago.edu/ark:/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/jpg/00000006.jpg>
<http://www.europeana.eu/schemas/edm/isShownBy><http://ark.lib.uchicago.edu/ark:/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/tif/00000006.tif>

4.1.4 http://ldr.lib.uchicago.edu/rem/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000055

PREFIX edm: <http://www.europeana.eu/schemas/edm/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX oai: <http://www.openarchives.org/OAI/2.0/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#> 
PREFIX ore: <http://www.openarchives.org/ore/terms/>
PREFIX premis: <info:lc/xmlns/premis-v2>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
   <http://ldr.lib.uchicago.edu/rem/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000055> ore:describes ?o
}
<http://ldr.lib.uchicago.edu/aggregation/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000055>

Get the URI for the descriptive metadata about the aggregation.

PREFIX edm: <http://www.europeana.eu/schemas/edm/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX oai: <http://www.openarchives.org/OAI/2.0/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#> 
PREFIX ore: <http://www.openarchives.org/ore/terms/>
PREFIX premis: <info:lc/xmlns/premis-v2>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
    ?s ore:proxyIn
    <http://ldr.lib.uchicago.edu/aggregation/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000055>
}
your query returned an empty sequence

Get the web resources in the aggregation.

PREFIX edm: <http://www.europeana.eu/schemas/edm/>                                                                         
PREFIX dc: <http://purl.org/dc/elements/1.1/>                                                                              
PREFIX dcterms: <http://purl.org/dc/terms/>                                                                                
PREFIX foaf: <http://xmlns.com/foaf/0.1/>                                                                                  
PREFIX oai: <http://www.openarchives.org/OAI/2.0/>                                                                         
PREFIX owl: <http://www.w3.org/2002/07/owl#>                                                                               
PREFIX ore: <http://www.openarchives.org/ore/terms/>                                                                       
PREFIX premis: <info:lc/xmlns/premis-v2>                                                                                   
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>                                                                  
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>                                                                        
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>                                                                            
                                                                                                                           
SELECT *                                                                                                                   
FROM <http://lib.uchicago.edu/campub>                                                                                      
WHERE {                                                                                                                    
    <http://ldr.lib.uchicago.edu/aggregation/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000055> ?p ?o .
  ?o rdf:type edm:WebResource
}
<http://www.europeana.eu/schemas/edm/object><http://ark.lib.uchicago.edu/ark:/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/jpg/00000055.jpg>
<http://www.europeana.eu/schemas/edm/isShownBy><http://ark.lib.uchicago.edu/ark:/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/tif/00000055.tif>

4.2 Some miscellaneous commands.

PREFIX edm: <http://www.europeana.eu/schemas/edm/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX oai: <http://www.openarchives.org/OAI/2.0/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#> 
PREFIX ore: <http://www.openarchives.org/ore/terms/>
PREFIX premis: <info:lc/xmlns/premis-v2>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT ?s
FROM <http://lib.uchicago.edu/campub>
WHERE {
   ?s premis:eventDateTime ?premis_eventDateTime
FILTER (xsd:dateTime(?premis_eventDateTime) >= "2014-01-21T11:24:06"^^xsd:dateTime) .
   ?s rdf:type edm:WebResource
}
<http://ark.lib.uchicago.edu/ark:/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/mvol-0002-0017-0001.pdf>
<http://ark.lib.uchicago.edu/ark:/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/tif/00000001.tif>
SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
   <http://repository.lib.uchicago.edu/webresource/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001> dcterms:hasPart ?o
}
<http://repository.lib.uchicago.edu/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/mvol-0002-0017-0001.dc.xml>
<http://repository.lib.uchicago.edu/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/mvol-0002-0017-0001.txt>
<http://repository.lib.uchicago.edu/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000001>
<http://repository.lib.uchicago.edu/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000002>
<http://repository.lib.uchicago.edu/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000003>
<http://repository.lib.uchicago.edu/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000006>
<http://repository.lib.uchicago.edu/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000055>
SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
   <http://repository.lib.uchicago.edu/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/00000001> dcterms:hasPart ?o
}
<http://repository.lib.uchicago.edu/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/jpg/00000001.jpg>
<http://repository.lib.uchicago.edu/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/pos/00000001.pos>
<http://repository.lib.uchicago.edu/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/tif/00000001.tif>
<http://repository.lib.uchicago.edu/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/xml/00000001.xml>
SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
   ?s ore:proxyFor <http://repository.lib.uchicago.edu/ac/bqrhbgxr1tp4x/2014-005/mvol/0446/0013/0004>
}
<http://repository.lib.uchicago.edu/description/ac/bqrhbgxr1tp4x/2014-005/mvol/0446/0013/0004>
SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
   <http://repository.lib.uchicago.edu/description/ac/bqrhbgxr1tp4x/2014-005/mvol/0446/0013/0004> dc:title ?o
}
"University Record"
SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
   <http://repository.lib.uchicago.edu/description/ac/bqrhbgxr1tp4x/2014-005/mvol/0446/0013/0004> dc:date ?o
}
"1979-08-10"
SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
   <http://repository.lib.uchicago.edu/description/ac/bqrhbgxr1tp4x/2014-005/mvol/0446/0013/0004> dc:identifier ?o
}
"mvol-0446-0013-0004"
SELECT *
FROM <http://lib.uchicago.edu/campub>
WHERE {
   <http://repository.lib.uchicago.edu/description/ac/bqrhbgxr1tp4x/2014-005/mvol/0446/0013/0004> dcterms:description ?o
}
"Official reports, addresses, actions of Ruling Bodies, notices of campus events, and activities of faculty."
PREFIX edm: <http://www.europeana.eu/schemas/edm/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX oai: <http://www.openarchives.org/OAI/2.0/> 
PREFIX owl: <http://www.w3.org/2002/07/owl#> 
PREFIX ore: <http://www.openarchives.org/ore/terms/>
PREFIX premis: <info:lc/xmlns/premis-v2>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT ?s ?o
FROM <http://lib.uchicago.edu/campub>
WHERE {
   ?s premis:eventDateTime ?o.
   ?s rdf:type edm:WebResource
}
<http://ark.lib.uchicago.edu/ark:/61001/ac/bqrhbgxr1tp4x/2014-006/mvol/0002/0017/0001/mvol-0002-0017-0001.pdf>"2014-01-21T11:24:06"^^xs:dateTime
<http://ark.lib.uchicago.edu/ark:/61001/ac/bqrhbgxr1tp4x/2014-006/mvol/0002/0017/0001/tif/00000001.tif>"2014-01-21T11:24:06"^^xs:dateTime
<http://ark.lib.uchicago.edu/ark:/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/mvol-0002-0017-0001.pdf>"2014-01-21T11:24:06"^^xs:dateTime
<http://ark.lib.uchicago.edu/ark:/61001/ac/s9gx23kjrzvh8/2014-006/mvol/0002/0017/0001/tif/00000001.tif>

5 A Century of Progress: The 1933-34 World's Fair

Pamphlets selected from the Library's collection of official pamphlets, brochures, and booklets published specifically for the Century of Progress World's Fair between 1933 and 1935.

For all accessions, each intellectual entity in the collection consists of two representations, one suitable for browser-based page-turning, one a PDF file, suitable for printing.

6 The Chicagoan

http://chicagoan.lib.uchicago.edu/

A jazz-age magazine, modeled on the New Yorker, that aimed to portray the city as a cultural hub and counter its image as a place of violence and vice. The magazine contains a wealth of material on the literary, cultural, artistic, athletic and social milieu of Chicago between 1926-1934.

The Chicagoan is an open collection: a few issues have yet to be located and added.

For all accessions, each intellectual entity in the collection consists of two representations, one suitable for browser-based page-turning, one a PDF file, suitable for printing.

7 Chopin Early Editions

http://chopin.lib.uchicago.edu/

Digitized version of the Library's collection of early printed editions of Chopin's musical compositions. The collection can be searched by a variety of data points including uniform title, genre, plate number, dedicatee, publisher. place of publication, etc., allowing scholars to study the differences between scores as they were published concurrently in different countries with variant texts.

Chopin Early Editions is an open collection: scores continue to be acquired and added.

Each intellectual entity in the collection consists of one representation.

For England, include only the TIFF masterfiles for each score after the date of the last request.

8 The First American West: The Ohio River Valley, 1750-1820

A collaboration between the University of Chicago Library and the Filson Historical Society of Louisville, Kentucky, to digitize 745 rare books, pamphlets, newspapers, maps, prints, and manuscripts presenting a wide-ranging historical overview of the Ohio River Valley and trans-Appalachian West from the earliest Euro-American settlement to the passing of the frontier beyond the Mississippi River.

This collection is currently hosted by the Library of Congress.

9 The Goodspeed Manuscript Collection

http://goodspeed.lib.uchicago.edu/

"The Edgar J. Goodspeed Manuscript Collection comprises 68 early Greek, Syriac, Ethiopic, Armenian, Arabic, and Latin manuscripts ranging in date from the 5th to the 19th centuries." (From the website.)

The Goodspeed Manuscript Collection is an open collection: some manuscripts have yet to be added.

10 Collection of Manuscripts on Cultural Anthropology (MCA)

11 Map Collection

http://www.lib.uchicago.edu/e/collections/maps/

The University of Chicago Map Collection is one of the largest university map libraries in North America. Its 470,000 maps, 10,000 air photos, 2000 books, and hundreds of gigabytes of spatial data constitute a rich source of information for scholars and other users. (From the website.)

The LDR contains the digital portion of this collection.

Note: An intellectual entity most often, but not always, corresponds to one page object. Where more than one page object is needed to represent an intellectual entity, there will be one MARC record but more than one masterfile.

12 Middle East Photograph Archive (MEPA)

A digital archive of early photographs of the Middle East. Most of the photographs date to the second half of the nineteenth century. The archive is particularly strong in photographs of nineteenth century Cairo.

13 Rose and Chess

http://roseandchess.lib.uchicago.edu

The University of Chicago is celebrating the acquisition of a manuscript of Le Roman de la Rose (The Romance of the Rose) and its reunion with Le Jeu des échecs moralisé (The Moralized Game of Chess), a manuscript that has been in the Library’s collection since 1931. Each of these two popular medieval texts — one a courtly romance, the other a treatise on medieval society that uses the game of chess as its framework — was written and decorated in France, ca. 1365. (From the website.)

14 The Speculum Romanae Magnificentiae Digital Collection

http://speculum.lib.uchicago.edu/

The Speculum Romanae Magnificentiae is a series of late Renaissance and early Baroque prints of Rome.

The Speculum Romanae Magnificentiae is a closed collection. It is not anticipated that new prints will be added.

For all accessions, each intellectual entity in the collection consists of one representation.

Note: For this collection, there is a one-to-one correspondence between intellectual entity and page object (each intellectual entity is one print consisting of one image).

15 The University of Chicago Photographic Archive (UCPA)

http://photoarchive.lib.uchicago.edu

The University of Chicago Photographic Archive documents the history of the University of Chicago and the development of its campus, academic programs, and community life. (From the website.)

UCPA is an open collection: new accessions are expected.

Footnotes:

1

For background on the LDR, see Library Digital Repository.

2

For a technical overview of the LDR, see the LDR technical documentation.

Author: Charles Blair (c-blair@uchicago.edu)

Date: 2016-01-26

Emacs 25.3.1 (Org mode 8.2.10)

Valid XHTML 1.0 Strict