test.fedora.server.validation.foxmlTestObjects.obj_test_112.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"?> <!---*******************************************************************************************************************************************--> <!-- THIS FOXML TEST OBJECT: Test for bad RELS-EXT datastream (not about this object)--> <!---*******************************************************************************************************************************************--> <foxml:digitalObject xmlns:foxml="info:fedora/fedora-system:def/foxml#" PID="test:112" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-0.xsd"> <!---*******************************************************************************************************************************************--> <!-- FEDORA OBJECT PROPERTIES : non-versionable properties of the digital object--> <!---*******************************************************************************************************************************************--> <foxml:objectProperties> <foxml:property NAME="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" VALUE="FedoraObject"/> <foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="A"/> <foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="Sandy's Test Object"/> <foxml:property NAME="info:fedora/fedora-system:def/model#contentModel" VALUE="TEST"/> </foxml:objectProperties> <foxml:datastream ID="RELS-EXT" CONTROL_GROUP="X"> <foxml:datastreamVersion ID="RELS-EXT.0" LABEL="Fedora Relationship Metadata" MIMETYPE="text/xml"> <foxml:xmlContent> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:myns="http://www.nsdl.org/ontologies/relationships#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"> <rdf:Description rdf:about="info:fedora/test:100"> <fedora:isMemberOfCollection rdf:resource="info:fedora/something:49"/> <fedora:isMemberOfCollection rdf:resource="info:fedora/something:48"/> <myns:isPartOf rdf:resource="info:fedora/mystuff:100"/> </rdf:Description> </rdf:RDF> </foxml:xmlContent> </foxml:datastreamVersion> </foxml:datastream> </foxml:digitalObject>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy