Here is an example of using Dublin Core to describe a Dublin Core description of the Web version of Ariadne:
<?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>
BEGIN:vCard FN:Andy Powell ORG:University of Bath;UK Office for Library and Information Networking ADR;TYPE=work:;;;Bath;;BA2 7AY;United Kingdom TEL;TYPE=work,voice:+44-1225-323933 EMAIL;TYPE=internet:a.powell@ukoln.ac.uk URL:http://www.ukoln.ac.uk/ukoln/staff/a.powell.html END:vCard