
demo-objects.mets.local-server-demos.simple-image-demo.obj-image-4res-colliseum.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: Ross Wayland --> <!-- Custodian: University of Virginia Library --> <!-- Note: Demonstration Digital Object. This Fedora data object demonstrates the UVA Simple Image --> <!-- behaviors being fulfilled via the Fedora HTTP Image Getter service. There are 4 datastreams in the --> <!-- object, one for each image resolution specified in the behavior definition. The fulfillment of the behavior --> <!-- contract entails the Fedora HTTP Image Getter resolving the URL of the appropriate datastream for --> <!-- each of the UVA Simple Image behaviors. There are no transformations performed on the datastreams. --> <!---************************************************************************--> <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:uvalibdesc="http://dl.lib.virginia.edu/bin/dtd/descmeta/descmeta.dtd" xmlns:uvalibadmin="http://dl.lib.virginia.edu/bin/dtd/admin/admin.dtd" 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:5" TYPE="FedoraObject" LABEL="Image of Coliseum in Rome" PROFILE="UVA_STD_IMAGE"> <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="DC Record for Coliseum image object"> <METS:xmlData> <!-- This schema described at http://www.openarchives.org/OAI/openarchivesprotocol.html#dublincore --> <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>Coliseum in Rome</dc:title> <dc:creator>Thornton Staples</dc:creator> <dc:subject>Architecture, Roman</dc:subject> <dc:description>Image of Coliseum in Rome</dc:description> <dc:publisher>University of Virginia Library</dc:publisher> <dc:format>image/jpeg</dc:format> <dc:identifier>demo:5</dc:identifier> </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"> <!--This is the thumbnail resolution image --> <METS:file ID="DS1.0" MIMETYPE="image/jpeg" OWNERID="M" STATUS="A"> <METS:FLocat LOCTYPE="URL" xlink:href="http://localhost:8080/fedora-demo/simple-image-demo/coliseum-thumb.jpg" xlink:title="Thorny's Coliseum thumbnail jpg image"/> </METS:file> </METS:fileGrp> <METS:fileGrp ID="DS2" STATUS="A"> <!-- This is the medium resoluion image --> <METS:file ID="DS2.0" MIMETYPE="image/jpeg" OWNERID="M" STATUS="A"> <METS:FLocat LOCTYPE="URL" xlink:href="http://localhost:8080/fedora-demo/simple-image-demo/coliseum-medium.jpg" xlink:title="Thorny's Coliseum medium jpg image"/> </METS:file> </METS:fileGrp> <METS:fileGrp ID="DS3"> <!--This is the high resolution image --> <METS:file ID="DS3.0" MIMETYPE="image/jpeg" OWNERID="M" STATUS="A"> <METS:FLocat LOCTYPE="URL" xlink:href="http://localhost:8080/fedora-demo/simple-image-demo/coliseum-high.jpg" xlink:title="Thorny's Coliseum high jpg image"/> </METS:file> </METS:fileGrp> <METS:fileGrp ID="DS4"> <!--This is the very high resolution image --> <METS:file ID="DS4.0" MIMETYPE="image/jpeg" OWNERID="M" STATUS="A"> <METS:FLocat LOCTYPE="URL" xlink:href="http://localhost:8080/fedora-demo/simple-image-demo/coliseum-veryhigh.jpg" xlink:title="Thorny's Coliseum veryhigh jpg image"/> </METS:file> </METS:fileGrp> </METS:fileGrp> </METS:fileSec> <!---*******************************************************************************************************************************************--> <!--- FEDORA DATASTREAM BINDING MAPS --> <!-- In Fedora the METS structure maps are associated with the DISSEMINATOR mechanisms (see METS:behaviorSec).--> <!---*******************************************************************************************************************************************--> <METS:structMap ID="S1" TYPE="fedora:dsBindingMap"> <METS:div TYPE="demo:2" LABEL="DS Binding Map for Fedora HTTP Image Getter Mechanism"> <METS:div TYPE="THUMBRES_IMG" LABEL="Binding to thumbnail photo of Coliseum " ORDER="0"> <METS:fptr FILEID="DS1"/> </METS:div> <METS:div TYPE="MEDRES_IMG" LABEL="Binding to medium resolution photo of Coliseum " ORDER="0"> <METS:fptr FILEID="DS2"/> </METS:div> <METS:div TYPE="HIGHRES_IMG" LABEL="Binding to high resolution photo of Coliseum " ORDER="0"> <METS:fptr FILEID="DS3"/> </METS:div> <METS:div TYPE="VERYHIGHRES_IMG" LABEL="Binding to very high resolution photo of Coliseum " ORDER="0"> <METS:fptr FILEID="DS4"/> </METS:div> </METS:div> </METS:structMap> <!---*******************************************************************************************************************************************--> <!--- DISSEMINATORS--> <!-- A disseminator provides a "behavior-centric" view of the object. It has an attribute STRUCTID --> <!-- which is an IDREF to a mechanism-specific structMap. The structMap labels datastreams in --> <!-- a manner that is understood by the mechanism defined in the disseminator. --> <!-- --> <!---*******************************************************************************************************************************************--> <!--- THE UVA STANDARD IMAGE DISSEMINATOR --> <!---*******************************************************************************************************************************************--> <METS:behaviorSec ID="DISS1" STATUS="A"> <METS:serviceBinding ID="DISS1.0" STRUCTID="S1" BTYPE="demo:1" LABEL="UVA Simple Image Behaviors"> <!-- Use xlink to point to a Fedora Behavior Definition object which is stored as a separate METS object.--> <!--The Behavior Definition object stores WSDL interface descriptions that formally define the set methods to which --> <!-- the disseminator subscribes --> <METS:interfaceMD LABEL="UVA Simple Image Behavior Definition" LOCTYPE="URN" xlink:href="demo:1"/> <!--Use xlink to point to the Behavior Mechanism object which will be stored as a separate METS object.--> <!--The Behavior Mechanism object stores WSDL bindings to run methods described in Behavior Definition object.--> <METS:serviceBindMD LABEL="Fedora HTTP Image Getter Behavior Mechanism" LOCTYPE="URN" xlink:href="demo:2"/> </METS:serviceBinding> </METS:behaviorSec> </METS:mets>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy