RDF Site Summary 1.0 Modules: PRISM

Authors

Tony Hammond, Timo Hannay, Ben Lund
Nature Publishing Group

Version

Latest Version: http://purl.org/rss/1.0/modules/prism/

DRAFT 0.2 2004-09-02
DRAFT 0.1 2003-07-16

Status

Proposed

This RSS 1.0 module has been reviewed by the IDEAlliance PRISM Working Group and reflects the current PRISM specification, version 1.2. It is intended that revised versions of this module will be published as the PRISM specification is upgraded.

This module allows RSS 1.0 newsfeeds to make use of the basic PRISM metadata vocabulary.

Rights

Copyright © 2003,2004 by the Authors.

Permission to use, copy, modify and distribute the RDF Site Summary 1.0 Specification and its accompanying documentation for any purpose and without fee is hereby granted in perpetuity, provided that the above copyright notice and this paragraph appear in all copies. The copyright holders make no representation about the suitability of the specification for any purpose. It is provided "as is" without expressed or implied warranty.

This copyright applies to the RDF Site Summary 1.0 Specification and accompanying documentation and does not extend to the RSS format itself.

Description

The Publishing Requirements for Industry Standard Metadata (PRISM) specification defines a standard for interoperable content description, interchange, and reuse in both traditional and electronic publishing contexts. PRISM recommends the use of certain existing standards, such as XML, RDF, the Dublin Core, and various ISO specifications for locations, languages, and date/time formats. Beyond those recommendations, it defines a small number of XML namespaces and controlled vocabularies of values, in order to meet the goals listed above.

The PRISM working group, a joint effort of representatives from publishers and vendors in an initiative organized under IDEAlliance, prepared the current PRISM specification, version 1.2.

The PRISM RSS 1.0 module augments the RSS core and Dublin Core module's metadata with channel and item-level elements specific to PRISM-based sites.

Namespace Declarations

Model

<channel>, <item>, <image>, and <textinput> Elements:

This section lists each of the 48 elements used in the basic PRISM vocabulary together with a content model for that element. A definition and comments are also supplied for ready reference. For a definitive description of element usage, however, the reader should consult the PRISM specification, version 1.2.

Some of the content models used in this section provide content models that use parameter entity references. Those parameter entities and their meanings are:

Parameter Entity Definition
%AuthorityReference; An attribute, rdf:resource, whose value is a URI referring to a term in a controlled vocabulary.
%content.mix; Typical mix of elements for representing content, such as #PCDATA, <p>, <bold>, <quote>, etc. The details of the parameter entity will depend on the context in which the PRISM namespace is being used.
%ResourceReference; An attribute, rdf:resource, whose value is a URI reference to a resource. The set of AuthorityReferences is a subset of the set of ResourceReferences.
%TimeSpecification; A string specifying a date and time according to the W3C profile of ISO 8601 (e.g., YYYY-MM-DDThh:mm:ss.ssTZD) Note that this includes time zone data which may be important (see PRISM publicationDate) [W3C-NOTE-datetime].

Example

<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns="http://purl.org/rss/1.0/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/"
>
  
  <channel rdf:about="http://www.sciencedirect.com/science/issue/5290-2003-999559997-369185">
    <title>Tetrahedron Letters 44(2)</title>
    <link>http://www.sciencedirect.com/science/issue/5290-2003-999559997-369185</link>
    <description>Tetrahedron Letters Volume 44, Issue 2, Pages 199-413 (6 January 2003)</description>
    <dc:publisher>Elsevier</dc:publisher>
    <prism:coverDisplayDate>6 January 2003</prism:coverDisplayDate>
    <prism:distributor>ScienceDirect</prism:distributor>
    <prism:copyright>Copyright (c) 2003, ScienceDirect. All rights reserved.</prism:copyright>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://www.sciencedirect.com/science/article/B6THS-47CY86X-7/1/c0bbf2e1cbee41042081f47191a0b575" />
      </rdf:Seq>
    </items>
    <image rdf:resource="http://www.sciencedirect.com/science/page/static/science/logo.gif" />
    <textinput rdf:resource="http://www.sciencedirect.com/science/search" />
  </channel>
  
  <image rdf:about="http://www.sciencedirect.com/science/page/static/science/logo.gif">
    <title>ScienceDirect</title>
    <url>http://www.sciencedirect.com/science/page/static/science/logo.gif</url>
    <link>http://www.sciencedirect.com/science/journal/00404039</link>
  </image>
  
  <item rdf:about="http://www.sciencedirect.com/science/article/B6THS-47CY86X-7/1/c0bbf2e1cbee41042081f47191a0b575">
    <title>Unexpected reactivity of oxygenated 2-acyl-1,3-dithianes with electrophiles</title>
    <link>http://www.sciencedirect.com/science/article/B6THS-47CY86X-7/1/c0bbf2e1cbee41042081f47191a0b575</link>
    <description>Unexpected reactivity of oxygenated 2-acyl-1,3-dithianes with electrophiles, Pages 213-216
  Michael Smietana, Alain Valleix and Charles Mioskowski</description>
    <dc:title>Unexpected reactivity of oxygenated 2-acyl-1,3-dithianes with electrophiles</dc:title>
    <dc:creator>Michael Smietana</dc:creator>
    <dc:creator>Alain Valleix</dc:creator>
    <dc:creator>Charles Mioskowski</dc:creator>
    <prism:publicationName>Tetrahedron Letters</prism:publicationName>
    <prism:volume>44</prism:volume>
    <prism:number>2</prism:number>
    <prism:startingPage>213</prism:startingPage>
  </item>
  
</rdf:RDF>