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

> Scenarios/9

RDF Expression of Scenario Metadata (Turtle Format)

# RDF expression of information given in RDA cataloguer scenario 9
# 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.2 $ by $Author: alimanfoo $ on $Date: 2008/12/22 16:23:46 $

# 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/9/> .

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

# === Scenario 9: Series with separate catalog entry ===

# ''Janet Cataloger works in an academic library that carries many
# esteemed research materials that are issued in known and revered
# series. Today she is cataloging the following book:

# (From the cover:)''

# CURRENT TOPICS IN MICROBIOLOGY AND IMMUNOLOGY
# 
# Anireddy S. N. Reddy
# Maxim Golovkin
# Editors
#
# Nuclear pre-mRNA 
# Processing 
# in Plants
#
# Springer

# ''Inside the book, she finds:''

# c 2008
# 
# Berlin, Springer

# ''She thinks she recognizes the series title, and looks it up in the
# catalog. There is a record in the catalog treating the series as an
# ongoing serial (although the format is listed as Journal). It reads
# in part:''

# Title:      Current topics in microbiology and immunology = Ergebnisse der Mikrobiologie und Immunitätsforschung
# 
# Publisher:      Berlin ; New York : Springer-Verlag, 1967-
# 
# Description:    v. : ill. ; 26 cm
# 
# Publishing History:     Irregular
# 
# Note:   German title dropped with 76
# 
#     Some vols. have also distinctive titles, 40-129; each v. has also a distinctive title, 130-<167>
# 
# ISSN    0070-217X

# ''Janet creates a record for the volume:''

# Work:

ex:W1 rdf:type frbr:Work ;
      rda:preferredTitleForTheWork "Nuclear pre-mRNA processing in plants"@en ;    # Title of the work: Nuclear pre-mRNA processing in plants
      rda:dateOfWork "2008"^^xsd:year ;                                            # Date of work: 2008
      dcterms:subject ex:S1 ;                                                      # Subject: Plant genetic regulation
      rdarole:editor ex:P1 ;                                                       # Editor: Reddy, Anireddy S. N.
      rdarole:editor ex:P2 ;                                                       # Editor: Golovkin, Maxim
.

ex:S1 rdf:type frbr:Subject ;
      rdfs:label "Plant genetic regulation"@en ;
.

ex:P1 rdf:type frbr:Person ;
      rdfs:label "Reddy, Anireddy S. N."@en ;
.

ex:P2 rdf:type frbr:Person ;
      rdfs:label "Golovkin, Maxim"@en ;
.

# Expression:

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
.

# Manifestation

ex:E1 frbr:embodiment ex:M1 .

ex:M1 rdf:type frbr:Manifestation ;
      rda:titleProper "Nuclear pre-mRNA processing in plants"@en ;              # Title proper: Nuclear pre-mRNA processing in plants
      rda:statementOfResponsibilityRelatingToTitle "Anireddy S. N. Reddy, Maxim Golovkin, Editors"@en ;  # Statement of responsibility relating to title
      rda:placeOfPublication ex:PL1 ;                                           # Place of publication: Berlin
      rda:publishersName "Springer"@en ;                                        # Publisher's name: Springer
      rda:dateOfCopyright "2008"^^xsd:year ;                                    # Copyright date: 2008
      rda:titleProperOfSeries "Current topics in microbiology and immunology"@en ;  #  Title proper of series
      rda:parallelTitleOfSeries "Ergebnisse der Mikrobiologie und Immunitätsforschung"@de ;  #  Parallel title of series
      rda:issnOfSeries "0070-217X"^^xsd:string ;                                # ISSN of series: 0070-217X
      rda:numberingWithinSeries "v. 326"^^xsd:string ;                          # Numbering within series: v. 326
.

# ''Because the policy in her library is to analyze to the chapter
# level for aggregations in certain subjects, she also separate work
# records for each chapter and links them to the aggregate work, the
# expression and the manifestation records already created.''

ex:W1 frbr:part ex:W2 , ex:W3 , ex:W4 . # ...

ex:W2 rdf:type frbr:Work ;
      rdfs:comment "chapter 1 ..."@en ;
.

ex:W3 rdf:type frbr:Work ;
      rdfs:comment "chapter 2 ..."@en ;
.

ex:W4 rdf:type frbr:Work ;
      rdfs:comment "chapter 3 ..."@en ;
.

# ...

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:dcterms="http://purl.org/dc/terms/"
   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#"
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
  <rdf:Description rdf:about="http://www.example.com/rda-scenarios/9/P1">
    <rdfs:label xml:lang="en">Reddy, Anireddy S. N.</rdfs:label>
    <rdf:type rdf:resource="http://purl.org/vocab/frbr/core#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.com/rda-scenarios/9/W1">
    <rda:preferredTitleForTheWork xml:lang="en">Nuclear pre-mRNA processing in plants</rda:preferredTitleForTheWork>
    <frbr:realization rdf:resource="http://www.example.com/rda-scenarios/9/E1"/>
    <rdarole:editor rdf:resource="http://www.example.com/rda-scenarios/9/P1"/>
    <rdarole:editor rdf:resource="http://www.example.com/rda-scenarios/9/P2"/>
    <frbr:part rdf:resource="http://www.example.com/rda-scenarios/9/W4"/>
    <frbr:part rdf:resource="http://www.example.com/rda-scenarios/9/W3"/>
    <frbr:part rdf:resource="http://www.example.com/rda-scenarios/9/W2"/>
    <rdf:type rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
    <rda:dateOfWork rdf:datatype="http://www.w3.org/2001/XMLSchema#year">2008</rda:dateOfWork>
    <dcterms:subject rdf:resource="http://www.example.com/rda-scenarios/9/S1"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.com/rda-scenarios/9/S1">
    <rdfs:label xml:lang="en">Plant genetic regulation</rdfs:label>
    <rdf:type rdf:resource="http://purl.org/vocab/frbr/core#Subject"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.com/rda-scenarios/9/P2">
    <rdfs:label xml:lang="en">Golovkin, Maxim</rdfs:label>
    <rdf:type rdf:resource="http://purl.org/vocab/frbr/core#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.com/rda-scenarios/9/W4">
    <rdfs:comment xml:lang="en">chapter 3 ...</rdfs:comment>
    <rdf:type rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.com/rda-scenarios/9/E1">
    <frbr:embodiment rdf:resource="http://www.example.com/rda-scenarios/9/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/9/M1">
    <rda:placeOfPublication rdf:resource="http://www.example.com/rda-scenarios/9/PL1"/>
    <rda:titleProperOfSeries xml:lang="en">Current topics in microbiology and immunology</rda:titleProperOfSeries>
    <rdf:type rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
    <rda:numberingWithinSeries rdf:datatype="http://www.w3.org/2001/XMLSchema#string">v. 326</rda:numberingWithinSeries>
    <rda:dateOfCopyright rdf:datatype="http://www.w3.org/2001/XMLSchema#year">2008</rda:dateOfCopyright>
    <rda:statementOfResponsibilityRelatingToTitle xml:lang="en">Anireddy S. N. Reddy, Maxim Golovkin, Editors</rda:statementOfResponsibilityRelatingToTitle>
    <rda:issnOfSeries rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0070-217X</rda:issnOfSeries>
    <rda:parallelTitleOfSeries xml:lang="de">Ergebnisse der Mikrobiologie und Immunitätsforschung</rda:parallelTitleOfSeries>
    <rda:publishersName xml:lang="en">Springer</rda:publishersName>
    <rda:titleProper xml:lang="en">Nuclear pre-mRNA processing in plants</rda:titleProper>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.com/rda-scenarios/9/W3">
    <rdfs:comment xml:lang="en">chapter 2 ...</rdfs:comment>
    <rdf:type rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.com/rda-scenarios/9/W2">
    <rdfs:comment xml:lang="en">chapter 1 ...</rdfs:comment>
    <rdf:type rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
  </rdf:Description>
</rdf:RDF>