Download presentation
Presentation is loading. Please wait.
Published byVirginia Stokes Modified over 6 years ago
1
Repositories, Identifiers and the Kahn/Wilensky Framework
Thanks to Michael Nelson, Bill Arms
2
Repositories vs archives
“any computer system whose primary function is to store digital material for use in a library” a collection of “stuff” archives repositories that make longevity promises covered in a future lectures W. Arms
3
“Key Concepts in the Architecture of the Digital Library”
Bill Arm’s seminal article in the inaugural issue of D-Lib Magazine:
4
The technical framework exists within a legal and social framework
DLs no longer represent systems specific to academics or information specialists content influences how the DL is used architecture must allow the implementation of various policies
5
Understanding of digital library concepts is hampered by terminology
“common English” != “professional English” multiple professional jargons too What do these words mean to you? copy publish content document work
6
The underlying architecture should be separate from the content stored in the library
General purpose functions and content-specific functions should be separated TL analogy: the more specific the bookshelf is to holding actual books, the harder it is to repurpose the bookshelf in the future
7
Names and identifiers are the basic building block for the digital library
names != addresses in any DL architecture diagram, (almost) anything that can be drawn can be named consider the impact that handles/DOIs have had on the publishing/DL community
8
DOI’s The Digital Object Identifier (DOI ) is an identification system for intellectual property in the digital environment. Developed by the International DOI Foundation on behalf of the publishing industry, its goals are to provide a framework for managing intellectual content, link customers with publishers, facilitate electronic commerce, and enable automated copyright management.
9
Digital library objects are more than collections of bits
objects = metadata + data “but what is metadata?” figure 2 in
10
The digital library object that is used is different from the stored object
what you store is not necessarily what you get storage and dissemination are separate events, and can represent separate formats also, potentially separate from the application-specific format
11
Users want intellectual works, not digital objects
The DL architect’s needs should not inconvenience the users’ needs recombination of objects what is an object in your world view? figure 4 in
12
Repositories must look after the information they hold
“Repository Access Protocol” Kahn Wilensky Framework figure 3 in
13
A Framework for Distributed Digital Object Services
More commonly known as the Kahn/Wilensky Framework (KWF) A high level document, not even detailed enough to be an architecture, that defines some of the key concepts and terms that form the basis for the next generation of DLs DLs beyond “make the ftp server look nice”
14
Key KWF Terms digital objects (DOs) repository handles
a unit of exchange for the DL with a particular data structure and characteristics repository the place where DOs live handles a unique, persistent name for a DO
15
KWF Originator makes a Data which consists of Digital Object
which comes from a handle generator Handle which can go in a Repository which is accessed by which registers the DO’s handle with a Handle Server Repository Access Protocol (RAP) at which point the DO becomes a registered DO
16
Digital Objects Digital object = data + key-metadata
data is typed; core types include: bit-sequence / set-of-bit-sequences digital-object / set-of-digital-objects handle / set-of-handles other types can be defined, and registered with a global type registry definition and registration left undefined similar to MIME? key-metadata includes handle, possibly other metadata (left undefined in KWF)
17
MIME Short for Multipurpose Internet Mail Extensions, a specification for formatting non-ASCII messages so that they can be sent over the Internet. Many clients now support MIME, which enables them to send and receive graphics, audio, and video files via the Internet mail system. In addition, MIME supports messages in character sets other than ASCII. There are many predefined MIME types, such as GIF graphics files and PostScript files. It is also possible to define your own MIME types. In addition to applications, Web browsers also support various MIME types. This enables the browser to display or output files that are not in HTML format. MIME was defined in 1992 by the Internet Engineering Task Force (IETF). A new version, called S/MIME, supports encrypted messages webopedia
18
Digital Objects Typed data; example from KWF: Composite DOs:
a DO subtype: computer-science-tech-report with metadata: author, institution, series, etc. Composite DOs: a DO with data of type digital-object non-composite DOs are elemental DOs composite DOs can be used to collect similar works together composite DO that contains a DO for each work of Shakespeare...
19
Changing Digital Objects
Mutable DOs can be changed once placed in a repository key-metadata cannot be changed -- the DO’s handle does not change! Immutable DOs cannot be changed once placed in a repository however, it can be deleted
20
Uniform Resource Identifiers
URI RFC 2396 RFC 1738 URL RFC 2141 URN
21
URI vs URL vs URN From wikipedia
A URI can be classified as a locator or a name or both. A Uniform Resource Locator (URL) is an URI that, in addition to identifying a resource, provides means of acting upon or obtaining a representation of the resource by describing its primary access mechanism or network "location". For example, the URL is a URI that identifies a resource (Wikipedia's home page) and implies that a representation of that resource (such as the home page's current HTML code, as encoded characters) is obtainable via HTTP from a network host named A Uniform Resource Name (URN) is a URI that identifies a resource by name in a particular namespace. A URN can be used to talk about a resource without implying its location or how to dereference it. For example, the URN urn:ISBN: is a URI that, like an International Standard Book Number (ISBN), allows one to talk about a book, but doesn't suggest where and how to obtain an actual copy of it. The URI syntax is essentially a URI scheme name like "http", "ftp", "mailto", "urn", etc., followed by a colon character, and then a scheme-specific part. From wikipedia
22
URIs & URNs registered URI schemes registered URN namespaces
registered URN namespaces
23
From RFC 2396 “A URI can be further classified as a locator, a name, or both. The term "Uniform Resource Locator" (URL) refers to the subset of URI that identify resources via a representation of their primary access mechanism (e.g., their network "location"), rather than identifying the resource by name or by some other attribute(s) of that resource. The term "Uniform Resource Name" (URN) refers to the subset of URI that are required to remain globally unique and persistent even when the resource ceases to exist or becomes unavailable.”
24
URLs URLs are tightly coupled with the physical location of an object, and are thus more likely to be transient “Error File not found” Tricks to make URLs more durable: plan ahead when constructing web site structure use good DNS CNAMEs symbolic links on filesystems http server redirects
25
URNs But with all the tricks available, URLs are not suitable for archival use in DLs how long will this URL (a report in LTRS): be good? how to handle mirroring, replication, etc.? “appropriate copy” problem… mnemonic: URL = IP address ( ) URN = IP name (blearg.cs.odu.edu)
26
Handles Handles can be thought of as a Uniform Resource Name (URN) implementation for historical comparison of efforts contains info about the handle system persistence location independence multiple instances Handles are of the general form: GlobalAuthority.LocalAuthority/LocallyUniqueString or, for example: NASA.LaRC/tm112871
27
NASA.LaRC/tm112871 “NASA” would be assigned from the global naming authority “LaRC” would be created by who registered “NASA”, and the entire string “NASA.LaRC” would be registered “tm112871” is a locally unique string generated by “LaRC” ODU.CS/tm is possible...
28
Handle Syntax In URL-type syntax: Using a proxy server:
<a href=“hdl:NASA.LaRC/tm112871”> “hdl” is a scheme; handle is resolved into a URL by locally defined handle server see for a good list of schemes and naming projects Using a proxy server: <a href=“ hdl.handle.net performs resolution from:
29
Handles Observation: isn’t the handle system just the Domain Name System (DNS) all over again? The need for URNs for just general WWW use is obvious; the need for them in DLs even more so...
30
Semantics in Names Two schools of thought:
semantic clues in names, such as: NASA.LaRC/tm112871 are: good: easy to parse, remember, map to real-world concepts, etc. bad: names are not for human consumption, are hurtful or restrictive in the long run, etc.
31
“I Love Mom” (without Semantics)
image from Eddie Kohler
32
Purls Persistent URLs (Purls) examples: http://purl.net/, OCLC
Maps stable URLs (registered in purl.net space) to transient URLs What happens here: ist.psu.edu/giles examples:
33
DOIs Digital Object Identifier System (DOIs) http://www.doi.org/
no semantics in the names (well, that’s not always true…) driven by the publishing industry examples: doi: /september2002-rasmussen / resolver:
34
Repositories “A network accessible storage system in which digital objects may be stored for possible subsequent access or retrieval” (KWF) A stored DO is a DO that resides in a repository A registered DO is a DO that the repository has registered with a handle server storing and registering can be the same or different processes
35
Repositories A repository keeps a properties record for each DO
contains key-metadata and any other metadata the repository chooses to keep A repository of record (ROR) is the first repository that a DO is placed in ROR authorizes additional instances of the DO A dissemination is the result of an access service request
36
Repository Access Protocol (RAP)
“Protocol” may be misleading, its really just the skeleton for a protocol RAP is designed to be simple repositories themselves should be simple KWF defines 3 basic operation classes: ACCESS_DO DEPOSIT_DO ACCESS_REF this is the catch-all operation for all meta-services...
37
RAP RAP is fleshed out more in Cornell CS 95-TR1540
Where KWF suggested that the operations would take “metadata”, “key-metadata”, and “digital object” as arguments, TR1540 splits some of those into separate operations RAP could be implemented as a subset of a more sophisticated protocol (Dienst, Z39.50, etc.) prelude to the Open Archives Initiative (OAI) metadata harvesting protocol
38
RAP
39
Terms and Conditions First lengthy discussion with respect to KWF in Cornell CS 95 TR-1593 Terms and Conditions (TC) can be arbitrarily complex, but generally consist of: permissions: read, write, etc. authentication - person, group, etc. payment 3rd party intervention (possibly in support of the above)
40
TC TC are attached to: each DO dissemination repository TC are a precondition for any operation on the above Repositories responsible for enforcing TC
41
Booch Diagram for TC 1 1 terms and conditions repository 1 N 1 1
digital object dissemination 1 1 1 1 1 1 1 1 terms and conditions data terms and conditions data Figure 1 from 95 TR-1593
42
Why Are TC Difficult? Wide open model -- “everyone can access and do everything” is much simpler How do you: inform user of TC? negotiate TC? enforce TC? esp. with respect to 3rd party enforcers specify TC?
43
Access Rules and TC Figure 1 from TR-1540
44
Access Rules and TC TR-1593 makes access_rules an instance of the class terms_and_conditions Defines KWF concepts in a Common Object Request Broker Architecture (CORBA) context CORBA is a standard/architecture/mechanism for object communication across heterogeneous everything...
45
KWF Now The KWF was never “implemented” in a real DL , (the 1995 Cornell TRs notwithstanding), yet it has influenced all repository & object model projects that followed e.g. Warwick Framework, Fedora, Buckets/SODA, Dienst, OAI-PMH T&C, or “Rights Expressions”, have mostly been moved out of the DL/repository protocols cf.
46
Objects vs. Archives “Repositories must look after the information they hold” Can they really? Most DL objects still bound to the applications that generate or render the objects
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.