demo-objects.mets.open-server-demos.simple-image-demos.obj-image-mrsid-pavillion.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 UVA MrSID service. There is 1 datastream in the object which is a MrSID --> <!-- wavelet encoded image file. The fulfillment of the behavior contract entails the MrSID service deriving an --> <!-- appropriate image from the MrSID file (a JPEG image of the appropriate resolution per the behavior --> <!-- method). --> <!---************************************************************************--> <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/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:6" TYPE="FedoraObject" LABEL="Pavillion III, IVA Image Collection - University of Virginia" PROFILE="UVA_MRSID_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 Pavillion III 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>Pavilion III, University of Virginia</dc:title> <dc:creator>Thomas Jefferson</dc:creator> <dc:subject>Pavilion III</dc:subject> <dc:subject>lawn</dc:subject> <dc:subject>University of Virginia</dc:subject> <dc:subject>Jefferson</dc:subject> <dc:subject>Jeffersonian architecture</dc:subject> <dc:description>Black and white image of Pavillion III on the lawn at University of Virginia</dc:description> <dc:publisher>IVA</dc:publisher> <dc:format>image/x-mrsid-image</dc:format> <dc:identifier>demo:6</dc:identifier> <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"> <!--MrSID Wavelet encoded file --> <METS:file ID="DS1.0" MIMETYPE="image/x-mrsid-image" OWNERID="E" STATUS="A"> <METS:FLocat LOCTYPE="URL" xlink:href="http://iris.lib.virginia.edu/mrsid/mrsid_images/iva/archerp01.sid" xlink:title="Pavilion III, University of Virginia"/> </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:4" LABEL="DS Binding Map for UVA MrSID Image service"> <METS:div TYPE="MRSID" LABEL="Binding for MrSID file from which different image resolutions will be derived" ORDER="0"> <METS:fptr FILEID="DS1"/> </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 USING MrSID Mechanism --> <!---*******************************************************************************************************************************************--> <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="UVA MrSID Behavior Mechanism" LOCTYPE="URN" xlink:href="demo:4"/> </METS:serviceBinding> </METS:behaviorSec> </METS:mets>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy