2012-01-05. Frozen archive - links may not resolve - see directory of files at MoinMoin wiki archive

> Scenarios/10

RDF Expression of Scenario Metadata (Turtle Format)

# RDF expression of information given in RDA cataloguer scenario 10
# see http://dublincore.org/dcmirdataskgroup/Scenarios

# N.B. this document uses the Terse RDF Triple Language (Turtle)
# see http://www.w3.org/TeamSubmission/turtle/

# This is $Revision: 1.1 $ by $Author: alimanfoo $ on $Date: 2008/12/22 16:38:55 $

# standard namespaces
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

# rda, frbr namespaces
@prefix rda: <http://RDVocab.info/Elements/> . 
@prefix rdarole: <http://RDVocab.info/roles/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .          # TODO replace with IFLA namespace when declared?

# placeholder for unknown vocabulary
@prefix v: <http://example.com/unknown-vocabulary/> . 

# example namespace for things described in this scenario
@prefix ex: <http://www.example.com/rda-scenarios/10/> .

# begin scenario #
##################

# === Scenario 10: No work information ===

# ''Jane Cataloger is working on box of donated books. The donor was
# obviously an old lefty, and she sets aside the pamphlet version of
# Mao's "Oppose Book Worship" to hang up on the staff room bulletin
# board (anonymously).''

# ''The Vanguard edition of Peter Kropotkin's "The Conquest of Bread"
# will be a welcome addition to the library's holdings in the area of
# revolutionary literature.''

# ''The information she has from the volume is:''

# * The Conquest of Bread
# * by Peter Kropotkin
# * Author of "fields, Factories, and Workshops" "The Memoirs of a Revolutionist," Etc.
# * New York
# * Vanguard Press
# * Published, 1906
# * Vanguard printings: first - August 1926, second - November, 1927
# * Printed in the United States of American 
# * Union Bug 489

# ''Jane wants to get this book onto the shelf as quickly and
# efficiently (read: unexpensively) as possible, so she's going to
# create a minimal record. She starts with the author's name. She
# doesn't have an authority record under "Kropotkin." She's aware that
# his "true" name would have a Russian form, but she doesn't want to
# research it, and she doesn't think that the Russian form of the name
# would be particularly useful for her users. She'll use "Kropotkin,
# Peter" and not create an authority record for the name.''

# ''Jane thinks about what to do about the work. She's pretty sure
# that the book was not originally written in English, but there is no
# mention of translation in this edition. Also, she's pretty sure that
# the book was written before 1906. She uses what she has to create a
# work record for the book:''

ex:W1 rdf:type frbr:Work ;
      rdarole:author ex:P1 ;                                             # Author: Kropotkin, Peter 
      rda:preferredTitleForTheWork "The conquest of bread"@en ;          # Title of the Work: The conquest of bread
.

# ''Next, she creates a brief expression record:''

ex:W1 frbr:realization ex:E1 .

ex:E1 rdf:type frbr:Expression ;
      rda:languageOfExpression "en"^^dcterms:ISO639-2 ;                         # Language of Expression: English
      rda:contentType v:Text ;                                                  # Content Type: Text
.

# ''Lastly, she creates a manifestation record with the following
# information:''

ex:E1 frbr:embodiment ex:M1 .

ex:M1 rdf:type frbr:Manifestation ;
      rda:titleProper "The conquest of bread"@en ;                              # Title proper: The conquest of bread
      rda:statementOfResponsibilityRelatingToTitle "by Peter Kropotkin"@en ;    # Statement of responsibility relating to title: by Peter Kropotkin
      rda:placeOfPublication ex:PL1 ;                                           # Place of publication: New York
      rda:publishersName "Vanguard Press"@en ;                                  # Publisher's name: Vanguard Press
      rda:dateOfManufacture "1927"^^xsd:year ;                                  # Date of manufacture: 1927 
      # (Because she suspects that the 1906 date does not refer to this manifestation, she uses the printing date.
      rda:extentOfText "214 p."^^xsd:string ;                                   # Extent: 214 p.
.

# ''She adds the RFID tag with the book's accession number, which
# creates an item record:''

ex:M1 frbr:exemplar ex:I1 .

ex:I1 rdf:type frbr:Item ;
      rda:identifierForTheItem "00334872"^^xsd:string ;                         # Identifier for the item: 00334872
.

# ''(N.B. Original was in French. First published in Paris in
# 1892. The LC Name Authority heading is: "Kropotkin, Petr
# Alekseevich, kni&#65056;a&#65057;z&#697;, 1842-1921" None of the
# editions I could find named a translator, probably because the work
# was originally serialized in a London lefty newspaper founded by
# Kropotkin himself.)''

Analysis

RDA Elements Vocabulary

All Properties Required by This Scenario
Properties Required by This Scenario, Not Defined in Vocabulary
[none]
Properties Required by This Scenario, Deprecated in Vocabulary
[none]

RDA Roles Vocabulary

All Properties Required by This Scenario
Properties Required by This Scenario, Not Defined in Vocabulary
[none]
Properties Required by This Scenario, Deprecated in Vocabulary
[none]

FRBR Core Vocabulary

All Properties Required by This Scenario
Properties Required by This Scenario, Not Defined in Vocabulary
[none]
All Classes Required by This Scenario
Classes Required by This Scenario, Not Defined in Vocabulary
[none]

Scenario Metadata as RDF (RDF/XML Format)

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
   xmlns:frbr="http://purl.org/vocab/frbr/core#"
   xmlns:rda="http://RDVocab.info/Elements/"
   xmlns:rdarole="http://RDVocab.info/roles/"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
  <rdf:Description rdf:about="http://www.example.com/rda-scenarios/10/M1">
    <rda:publishersName xml:lang="en">Vanguard Press</rda:publishersName>
    <rda:extentOfText rdf:datatype="http://www.w3.org/2001/XMLSchema#string">214 p.</rda:extentOfText>
    <rda:titleProper xml:lang="en">The conquest of bread</rda:titleProper>
    <rda:placeOfPublication rdf:resource="http://www.example.com/rda-scenarios/10/PL1"/>
    <rdf:type rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
    <rda:dateOfManufacture rdf:datatype="http://www.w3.org/2001/XMLSchema#year">1927</rda:dateOfManufacture>
    <frbr:exemplar rdf:resource="http://www.example.com/rda-scenarios/10/I1"/>
    <rda:statementOfResponsibilityRelatingToTitle xml:lang="en">by Peter Kropotkin</rda:statementOfResponsibilityRelatingToTitle>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.com/rda-scenarios/10/E1">
    <frbr:embodiment rdf:resource="http://www.example.com/rda-scenarios/10/M1"/>
    <rda:contentType rdf:resource="http://example.com/unknown-vocabulary/Text"/>
    <rda:languageOfExpression rdf:datatype="http://purl.org/dc/terms/ISO639-2">en</rda:languageOfExpression>
    <rdf:type rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.com/rda-scenarios/10/W1">
    <rda:preferredTitleForTheWork xml:lang="en">The conquest of bread</rda:preferredTitleForTheWork>
    <frbr:realization rdf:resource="http://www.example.com/rda-scenarios/10/E1"/>
    <rdf:type rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
    <rdarole:author rdf:resource="http://www.example.com/rda-scenarios/10/P1"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.com/rda-scenarios/10/I1">
    <rda:identifierForTheItem rdf:datatype="http://www.w3.org/2001/XMLSchema#string">00334872</rda:identifierForTheItem>
    <rdf:type rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
  </rdf:Description>
</rdf:RDF>