Example AP2

Dublin Core in RDF

Relation - paper magazine, Web version and article


Ariadne is a parallel print and Web magazine for library and information staff. The Web version contains all the articles in the print version plus some additional ones. The following RDF examples demonstrate the use of dc:Relation to link the paper version, the Web version and individual articles within the Web version together.

The paper version has an ISSN. The Web version has a ISSN and a URL. Each article has a URL.

Ariadne - the paper version

Node and Arc diagram
<rdf:RDF
  xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
  xmlns:dc="http://purl.org/dc/elements/1.0/"
  xmlns:dcq="http://purl.org/dc/qualifiers/1.0/">
  <rdf:Description about="urn:issn:1361-3197">
    <dc:Title>Ariadne</dc:Title>
    <dc:Subject>
      journal; magazine; elib; electronic libraries; digital libraries;
      networking; Web; IT; higher education
    </dc:Subject>
    <dc:Description>
      A print magazine of Internet issues for librarians
      and information specialists
    </dc:Description>
    <dc:Publisher>
      Information Services, University of Abertay, Dundee
    </dc:Publisher>
    <dc:Type>Text.Serial.Magazine</dc:Type>
    <dc:Relation>
      <rdf:Description>
        <dcq:RelationType
	  rdf:resource="http://purl.org/dc/vocabularies/AgentTypes/v1.0/IsBasisFor"/>
        <rdf:value resource="http://www.ariadne.ac.uk/"/>
      </rdf:Description>
    </dc:Relation>
  </rdf:Description>
</rdf:RDF>

Ariadne - the Web version

Node and Arc diagram
<rdf:RDF
  xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
  xmlns:dc="http://purl.org/dc/elements/1.0/"
  xmlns:dcq="http://purl.org/dc/qualifiers/1.0/">
  <rdf:Description about="http://www.ariadne.ac.uk/">
    <dc:Title>Ariadne - The Web Version</dc:Title>
    <dc:Subject>
      journal; magazine; elib; electronic libraries; digital libraries;
      networking; Web; IT; higher education
    </dc:Subject>
    <dc:Description>
      A Web magazine of Internet issues for librarians
      and information specialists
    </dc:Description>
    <dc:Publisher>UKOLN, University of Bath</dc:Publisher>
    <dc:Type>Text.Serial.Magazine</dc:Type>
    <dc:Format>text/html</dc:Format>
    <dc:Identifier resource="urn:issn:1361-3200"/>
    <dc:Relation>
      <rdf:Description>
        <dcq:RelationType
	  rdf:resource="http://purl.org/dc/vocabularies/RelationTypes/v1.0/IsBasedOn"/>
        <rdf:value resource="urn:issn:1361-3197"/>
      </rdf:Description>
    </dc:Relation>
    <dc:Relation>
      <rdf:Description>
        <dcq:RelationType
	  rdf:resource="http://purl.org/dc/vocabularies/RelationTypes/v1.0/HasPart"/>
        <rdf:value resource="http://www.ariadne.ac.uk/issue13/main/"/>
      </rdf:Description>
    </dc:Relation>
  </rdf:Description>
</rdf:RDF>

An article

Node and Arc diagram
<rdf:RDF
  xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
  xmlns:dc="http://purl.org/dc/elements/1.0/"
  xmlns:dcq="http://purl.org/dc/qualifiers/1.0/">
  <rdf:Description about="http://www.ariadne.ac.uk/issue13/main/">
    <dc:Title>
      What do National Libraries do in the Age of the Internet?
    </dc:Title>
    <dc:Creator>Maurice Line</dc:Creator>
    <dc:Subject>
      National Library; Internet; Library Services; British
      Library Document Supply Centre; central collection;
      distributed collection; national bibliography; future of
      national libraries; archiving; electronic publication
    </dc:Subject>
    <dc:Description>
      Discusses whether or not national libraries have a role in
      the age of the Internet, and if they will shrink or expand?
      Or if their functions will become obsolete or be taken over
      by other bodies.
    </dc:Description>
    <dc:Type>Text.Article</dc:Type>
    <dc:Format>text/html</dc:Format>
    <dc:Relation>
      <rdf:Description>
        <dcq:RelationType
	  rdf:resource="http://purl.org/dc/vocabularies/RelationTypes/v1.0/IsPartOf"/>
        <rdf:value resource="http://www.ariadne.ac.uk/"/>
      </rdf:Description>
    </dc:Relation>
  </rdf:Description>
</rdf:RDF>

Notes


Maintained by: Andy Powell - a.powell@ukoln.ac.uk
Version: $Id: intro.html,v 1.12 1998/10/13 12:22:44 lisap Exp $

[Examples] [RDF] [Resources] [Metadata] [UKOLN]