
demo-objects.mets.local-server-demos.simple-document-demo.obj-document-ECDLpaper.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fcrepo-client Show documentation
Show all versions of fcrepo-client Show documentation
The Fedora Client is a Java Library that allows API access to a Fedora Repository. The client is typically one part of a full Fedora installation.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!---************************************************************************--> <!-- SAMPLE FEDORA DIGITAL OBJECT ENCODED USING METS --> <!-- Creator: Sandy Payette --> <!-- Custodian: Cornell --> <!-- Note: Demonstration digital object. This Fedora data object demonstrates the simplest Fedora digital --> <!-- object scenario. It is the case where we aggregate content in the Fedora object, and let Fedora's default --> <!-- object behaviors provide access to the content. This is an example of a Fedora digital object that has NO --> <!-- DISSEMINATORS. In this case, we aggregate different formats of a particular document (i.e.g, the --> <!-- ECDL2002 Fedora paper). When the object is viewed via the Fedora Access Service, the user can --> <!-- view the a list of the contents of the object, and get any particular content item. This access is achieved --> <!-- via the "Default Disseminator" which is dynamically associated with every Fedora object by the system. --> <!---************************************************************************--> <METS:mets xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:METS="http://www.loc.gov/METS/" xmlns:fedoraAudit="http://fedora.comm.nsdlib.org/audit" xmlns:xlink="http://www.w3.org/TR/xlink" xsi:schemaLocation="http://www.loc.gov/standards/METS/ http://www.fedora.info/definitions/1/0/mets-fedora-ext.xsd" OBJID="demo:18" TYPE="FedoraObject" LABEL="The Mellon Fedora Project: Digital Library Architecture Meets XML and Web Services" PROFILE="SIMPLE_DOC"> <METS:metsHdr> <METS:agent ROLE="IPOWNER"> <METS:name>fedoraAdmin</METS:name> </METS:agent> </METS:metsHdr> <!---*******************************************************************************************************************************************--> <!---User-Defined XML METADATA DATASTREAMS--> <!---*******************************************************************************************************************************************--> <METS:dmdSecFedora ID="DC" STATUS="A"> <METS:descMD ID="DC1.0"> <METS:mdWrap MIMETYPE="text/xml" MDTYPE="OTHER" LABEL="Dublin Core for the Document object"> <METS:xmlData> <!-- This schema described at http://www.openarchives.org/OAI/openarchivesprotocol.html#dublincore --> <!-- TED, make up some metadata to describe the exhibit object. Insert in elements below --> <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/"> <dc:title>The Mellon Fedora Project: Digital Library Architecture Meets XML and Web Services</dc:title> <dc:creator>Sandra Payette</dc:creator> <dc:creator>Thornton Staples</dc:creator> <dc:subject>Fedora</dc:subject> <dc:subject>repository architecture</dc:subject> <dc:subject>digital libraries</dc:subject> <dc:subject>web service</dc:subject> <dc:subject>open source software</dc:subject> <dc:description>Paper on the Fedora project, presented at the European Digital Library Conference (ECDL) in 2002, Rome, Italy</dc:description> <dc:publisher>Springer</dc:publisher> <dc:date>2002-09-17</dc:date> <dc:format>application/pdf</dc:format> <dc:format>application/msword</dc:format> <dc:format>application/ps</dc:format> <dc:identifier>demo:18</dc:identifier> <dc:relation>http://www.fedora.info</dc:relation> <dc:rights>unrestricted</dc:rights> </oai_dc:dc> </METS:xmlData> </METS:mdWrap> </METS:descMD> </METS:dmdSecFedora> <!---*******************************************************************************************************************************************--> <!--- DATASTREAMS: EXTERNAL-REFERENCED CONTENT and REPOSITORY-MANAGED CONTENT--> <!---*******************************************************************************************************************************************--> <METS:fileSec> <METS:fileGrp ID="DATASTREAMS"> <METS:fileGrp ID="DS1" STATUS="A"> <METS:file ID="DS1.0" MIMETYPE="application/msword" OWNERID="M" STATUS="A"> <METS:FLocat LOCTYPE="URL" xlink:href="http://localhost:8080/fedora-demo/simple-document-demo/ecdl2002pay.doc" xlink:title="The Mellon Fedora Project: Digital Library Architecture Meets XML and Web Services (Formatted in MSWord)"/> </METS:file> </METS:fileGrp> <METS:fileGrp ID="DS2" STATUS="A"> <METS:file ID="DS2.0" MIMETYPE="application/pdf" OWNERID="M" STATUS="A"> <METS:FLocat LOCTYPE="URL" xlink:href="http://localhost:8080/fedora-demo/simple-document-demo/ecdl2002pay.pdf" xlink:title="The Mellon Fedora Project: Digital Library Architecture Meets XML and Web Services (Formatted in PDF)"/> </METS:file> </METS:fileGrp> <METS:fileGrp ID="DS3" STATUS="A"> <METS:file ID="DS3.0" MIMETYPE="application/ps" OWNERID="M" STATUS="A"> <METS:FLocat LOCTYPE="URL" xlink:href="http://localhost:8080/fedora-demo/simple-document-demo/ecdl2002pay.ps" xlink:title="The Mellon Fedora Project: Digital Library Architecture Meets XML and Web Services (Formatted in PS)"/> </METS:file> </METS:fileGrp> </METS:fileGrp> </METS:fileSec> </METS:mets>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy