Example AP4

Dublin Core in RDF

Metadata about metadata


Here is an example of using Dublin Core to describe a Dublin Core description of the Web version of Ariadne:

Arc Node Diagram Arc Node Diagram

<?xml:namespace href="http://www.w3c.org/RDF/" as="RDF"?> 
<?xml:namespace href="http://purl.oclc.org/RDF/DC/" as="DC"?>
<RDF:RDF>
  <RDF:Description RDF:HREF="http://www.ariadne.ac.uk/"
                   RDF:BAGID="ARIADNE_RDF">
    <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 and print 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>
      URN:ISSN:1361-3200
    </DC:Identifier>
  </RDF:Description>

  <RDF:Description RDF:HREF="#ARIADNE_RDF">
    <DC:Creator RDF:HREF="http://www.ukoln.ac.uk/ukoln/staff/a.powell.rdf#Andy_Powell"/>
    <DC:Date>
      <RDF:Description>
	<DC:Date.Type>Created</DC:Date.Type>
	<DC:Date.Value>1998-03-07</DC:Date.Value>
      </RDF:Description>
    </DC:Date>
  </RDF:Description>
</RDF:RDF>
http://www.ukoln.ac.uk/ukoln/staff/a.powell.rdf contains:
<?xml:namespace href="http://www.w3c.org/RDF/" as="RDF"?> 
<?xml:namespace href="http://www.imc.org/pdi/#vCard" as="VCARD"?> 
<RDF:RDF>
  <RDF:Description ID="Andy_Powell">
    <VCARD:FN>Andy Powell</VCARD:FN>
    <VCARD:ORG>
      University of Bath;UK Office for Library and Information Networking
    </VCARD:ORG>
    <VCARD:ADR>
      <RDF:Description>
	<VCARD:TYPE>work</VCARD:TYPE>
	<RDF:Value>;;;Bath;;BA2 7AY;United Kingdom</RDF:Value>
      </RDF:Description>
    </VCARD:ADR>
    <VCARD:TEL>
      <RDF:Description>
	<VCARD:TYPE>work,voice</VCARD:TYPE>
	<RDF:Value>+44-1225-323933</RDF:Value>
      </RDF:Description>
    </VCARD:TEL>
    <VCARD:EMAIL>
      <RDF:Description>
	<VCARD:TYPE>internet</VCARD:TYPE>
	<RDF:Value>
	  a.powell@ukoln.ac.uk
	</RDF:Value>
      </RDF:Description>
    </VCARD:EMAIL>
    <VCARD:URL RDF:HREF="http://www.ukoln.ac.uk/ukoln/staff/a.powell.html"/>
  </RDF:Description>
</RDF:RDF>

Notes:


Maintained by: Andy Powell - a.powell@ukoln.ac.uk
Version: $Id: intro.html,v 1.3 1998/03/18 22:02:02 lisap Exp lisap $

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