#BASEURI "http://purl.org/ceryle/psi/ceryle/" /* ............................................................................. Hierarchical Catalog Records based on Functional Requirements for Bibliographic Records (FRBR) Copyright 2005-2007 Murray Altheim. All Rights Reserved. Permission to use, copy, modify and distribute this document for any purpose and without fee is hereby granted in perpetuity, provided that the above copyright notice and this paragraph appear in all copies. If you modify this document in any way, label your version as a variant of this one. The copyright holders make no representation about the suitability of the document for any purpose. It is provided "as is" without expressed or implied warranty. Not to be used for commercial purposes (including demonstrations of commercial software) without written permission from the author. Creator: Murray Altheim Created: 21 October 2005 Modified: $Date: 2007-06-21 01:07:50 $ Status: Alpha Version: 1.0 Revision: $Id: frbr.ltm,v 3.3 2007-06-21 01:07:50 altheim Exp $ PublicId: "-//Ceryle//DOCUMENT FRBR Hierarchical Catalog Records 1.0//EN" SystemId: "http://purl.org/ceryle/psi/frbr.ltm" Description: This document is a Topic Map in Linear Topic Map (LTM) notation, representing the FRBR hierarchy as described in "Hierarchical Catalog Records", David Mimno, Gregory Crane and Alison Jones. D-Lib Magazine, October 2005, Volume 11 Number 10, ISSN 1082-9873. This creates a hierarchy for describing published works, expressions of those works, manifestations of those expressions, and finally, specific items or instances of those manifestations. */ [Hidden : Hidden @"http://purl.org/ceryle/psi/ceryle/#Hidden"] [Description : Hidden @"http://purl.org/ceryle/psi/ceryle/#Description"] [To : Hidden @"http://purl.org/ceryle/psi/ceryle/#To"] [From : Hidden @"http://purl.org/ceryle/psi/ceryle/#From"] [Template : Hidden @"http://purl.org/ceryle/psi/ceryle/#Template"] [FRBR = "FRBR"] {FRBR, Description, [[FRBR, or Functional Requirements for Bibliographic Records, outlines a methodology based on a four part hierarchy of work, expression, manifestation, and item.]]} [FRBRConcept = "FRBR Concept" / FRBR ] [FRBRRelation = "FRBR Relation" / FRBR ] /* concept types .................................................. */ [Work : FRBRConcept = "Work" / FRBR @"http://purl.org/ceryle/psi/frbr/#Work" ] {Work, Description, [[A work by one or more authors.]] } [Expression : FRBRConcept = "Expression" / FRBR @"http://purl.org/ceryle/psi/frbr/#Expression" ] {Expression, Description, [[An expression of an FRBR work.]] } [Manifestation : FRBRConcept = "Manifestation" / FRBR @"http://purl.org/ceryle/psi/frbr/#Manifestation" ] {Manifestation, Description, [[A manifestation of an FRBR expression.]] } [Item : FRBRConcept = "Item" / FRBR @"http://purl.org/ceryle/psi/frbr/#Item" ] {Item, Description, [[An individual item or instance of an FRBR manifestation.]] } /* relation types (association templates) ......................... */ [ExpressionOf : FRBRRelation = "is an expression of" @"http://purl.org/ceryle/psi/frbr/#ExpressionOf" ] ExpressionOf( [Expression] : From, [Work] : To) / Template [ManifestationOf : FRBRRelation = "is a manifestation of" @"http://purl.org/ceryle/psi/frbr/#ManifestationOf" ] ManifestationOf( [Manifestation] : From, [Expression] : To ) / Template [ItemOf : FRBRRelation = "is an item of" @"http://purl.org/ceryle/psi/frbr/#ItemOf" ] ItemOf( [Item] : From, [Manifestation] : To ) / Template /* example ........................................................ */ [Aeneid = "The Aeneid by Homer"] ExpressionOf( [FitzAeneid = "Robert Fitzgerald's translation of 'The Aeneid'"] : Expression, [Aeneid] : Work ) ManifestationOf( [PenguinFitz = "The Penguin Edition of Fitzgerald's 'The Aeneid'"] : Manifestation, [FitzAeneid] : Expression ) ItemOf( [MyCopyPengFitz = "my copy of the Fitzgerald 'Aeneid'"] : Item, [PenguinFitz] : Manifestation ) /* END of FRBR Hierarchical Catalog Records */