cul_scv_hydra 0.19.4 → 0.19.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/concerns/cul/scv/hydra/models/common.rb +0 -6
- data/app/models/concerns/rdf/fcrepo3.rb +150 -94
- data/fixtures/cmodels/ldpd_ADLMetadata.xml +56 -0
- data/fixtures/cmodels/ldpd_AESMetadata.xml +56 -0
- data/fixtures/cmodels/ldpd_BagAggregator.xml +70 -0
- data/fixtures/cmodels/ldpd_Concept.xml +69 -0
- data/fixtures/cmodels/ldpd_ContentAggregator.xml +70 -0
- data/fixtures/cmodels/ldpd_DynamicAggregator.xml +56 -0
- data/fixtures/cmodels/ldpd_JP2ImageAggregator.xml +60 -0
- data/fixtures/cmodels/ldpd_METSMetadata.xml +56 -0
- data/fixtures/cmodels/ldpd_METSStructuredAggregator.xml +53 -0
- data/fixtures/cmodels/ldpd_MODSMetadata.xml +73 -0
- data/fixtures/cmodels/ldpd_MostRecent.xml +46 -0
- data/fixtures/cmodels/ldpd_PTIFImageAggregator.xml +63 -0
- data/fixtures/cmodels/ldpd_Resource.xml +72 -0
- data/fixtures/cmodels/ldpd_RestrictedResource.xml +54 -0
- data/fixtures/cmodels/ldpd_Since.xml +62 -0
- data/fixtures/cmodels/ldpd_StaticAudioAggregator.xml +54 -0
- data/fixtures/cmodels/ldpd_StaticImageAggregator.xml +71 -0
- data/fixtures/cmodels/ldpd_htest.xml +54 -0
- data/fixtures/cmodels/ldpd_nullbind.xml +63 -0
- data/fixtures/cmodels/ldpd_sdef.Aggregator.xml +71 -0
- data/fixtures/cmodels/ldpd_sdef.Core.xml +48 -0
- data/fixtures/cmodels/ldpd_sdef.Image.xml +47 -0
- data/fixtures/cmodels/ldpd_sdef.Metadata.xml +62 -0
- data/fixtures/cmodels/ldpd_sdef.Resource.xml +76 -0
- data/fixtures/cmodels/ldpd_sdef.ZoomingImage.xml +46 -0
- data/fixtures/cmodels/ldpd_sdep.BagAggregator.xml +160 -0
- data/fixtures/cmodels/ldpd_sdep.BagAggregatorCore.xml +221 -0
- data/fixtures/cmodels/ldpd_sdep.ContentAggregatorCore.xml +221 -0
- data/fixtures/cmodels/ldpd_sdep.DynamicAggregator.xml +171 -0
- data/fixtures/cmodels/ldpd_sdep.DynamicAggregatorCore.xml +215 -0
- data/fixtures/cmodels/ldpd_sdep.JP2Image.xml +220 -0
- data/fixtures/cmodels/ldpd_sdep.JP2ImageAggregator.xml +167 -0
- data/fixtures/cmodels/ldpd_sdep.JP2ImageCore.xml +229 -0
- data/fixtures/cmodels/ldpd_sdep.MODSMetadata.xml +158 -0
- data/fixtures/cmodels/ldpd_sdep.MODSMetadataCore.xml +227 -0
- data/fixtures/cmodels/ldpd_sdep.PTIFImage.xml +222 -0
- data/fixtures/cmodels/ldpd_sdep.PTIFImageAggregator.xml +167 -0
- data/fixtures/cmodels/ldpd_sdep.PTIFImageCore.xml +215 -0
- data/fixtures/cmodels/ldpd_sdep.StaticImage.xml +210 -0
- data/fixtures/cmodels/ldpd_sdep.StaticImageAggregator.xml +186 -0
- data/fixtures/cmodels/ldpd_sdep.StaticImageCore.xml +220 -0
- data/fixtures/spec/BLOB/test001.jpg +0 -0
- data/fixtures/spec/CUL_DC/dc.xml +5 -0
- data/fixtures/spec/CUL_MODS/mods-001.xml +25 -0
- data/fixtures/spec/CUL_MODS/mods-all.xml +65 -0
- data/fixtures/spec/CUL_MODS/mods-bad-repo.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-date-created-range.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-date-created-single.xml +6 -0
- data/fixtures/spec/CUL_MODS/mods-date-issued-range.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-date-issued-single.xml +6 -0
- data/fixtures/spec/CUL_MODS/mods-date-other-range.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-date-other-single.xml +6 -0
- data/fixtures/spec/CUL_MODS/mods-date-range-short-years.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-item.xml +31 -0
- data/fixtures/spec/CUL_MODS/mods-names.xml +35 -0
- data/fixtures/spec/CUL_MODS/mods-notes.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-ns.xml +2 -0
- data/fixtures/spec/CUL_MODS/mods-origin-info.xml +9 -0
- data/fixtures/spec/CUL_MODS/mods-part.xml +22 -0
- data/fixtures/spec/CUL_MODS/mods-physical-description.xml +12 -0
- data/fixtures/spec/CUL_MODS/mods-physical-location.xml +9 -0
- data/fixtures/spec/CUL_MODS/mods-record-info.xml +4 -0
- data/fixtures/spec/CUL_MODS/mods-relateditem-project.xml +8 -0
- data/fixtures/spec/CUL_MODS/mods-subjects.xml +44 -0
- data/fixtures/spec/CUL_MODS/mods-textual-date.xml +8 -0
- data/fixtures/spec/CUL_MODS/mods-titles.xml +33 -0
- data/fixtures/spec/CUL_MODS/mods-top-level-location-vs-relateditem-location.xml +18 -0
- data/fixtures/spec/CUL_MODS/mods-unmapped-project.xml +7 -0
- data/fixtures/spec/CUL_SOLR/mods-001.xml +1 -0
- data/fixtures/spec/CUL_SOLR/mods-001.yml +30 -0
- data/fixtures/spec/FOXML/content-aggregator.xml +64 -0
- data/fixtures/spec/FOXML/content-cmodel.xml +48 -0
- data/fixtures/spec/FOXML/image-cmodel.xml +48 -0
- data/fixtures/spec/FOXML/resource-max.xml +83 -0
- data/fixtures/spec/FOXML/resource-screen.xml +273 -0
- data/fixtures/spec/FOXML/resource-thumb.xml +86 -0
- data/fixtures/spec/FOXML/static-image-aggregator.xml +31 -0
- data/fixtures/spec/STRUCTMAP/structmap-examples.xml +21 -0
- data/fixtures/spec/STRUCTMAP/structmap-recto.xml +4 -0
- data/fixtures/spec/STRUCTMAP/structmap-seq.xml +5 -0
- data/fixtures/spec/STRUCTMAP/structmap-unordered-seq.xml +5 -0
- data/lib/cul_scv_hydra/version.rb +1 -1
- data/lib/cul_scv_hydra/version.rb~ +1 -1
- metadata +86 -5
@@ -0,0 +1,62 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="ldpd:Since"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="Dynamic Aggregator of DO's Modified Since"/>
|
9
|
+
</foxml:objectProperties>
|
10
|
+
|
11
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
12
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for this object" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/">
|
13
|
+
<foxml:xmlContent>
|
14
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
|
15
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
16
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
17
|
+
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
18
|
+
<dc:title>Most Recently Modified</dc:title>
|
19
|
+
<dc:creator>CUL/IS:LDPD</dc:creator>
|
20
|
+
<dc:contributor>NNC</dc:contributor>
|
21
|
+
<dc:identifier>ldpd:Since</dc:identifier>
|
22
|
+
</oai_dc:dc>
|
23
|
+
</foxml:xmlContent>
|
24
|
+
</foxml:datastreamVersion>
|
25
|
+
</foxml:datastream>
|
26
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
27
|
+
<foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0">
|
28
|
+
<foxml:xmlContent>
|
29
|
+
<rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
30
|
+
<rdf:Description rdf:about="info:fedora/ldpd:Since">
|
31
|
+
<fedora-model:hasModel rdf:resource="info:fedora/ldpd:DynamicAggregator"></fedora-model:hasModel>
|
32
|
+
</rdf:Description>
|
33
|
+
</rdf:RDF>
|
34
|
+
</foxml:xmlContent>
|
35
|
+
</foxml:datastreamVersion>
|
36
|
+
</foxml:datastream>
|
37
|
+
<foxml:datastream ID="RIQUERY" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
38
|
+
<foxml:datastreamVersion ID="RIQUERY1.0" LABEL="RDF Statements about this object" MIMETYPE="text/xml">
|
39
|
+
<foxml:xmlContent>
|
40
|
+
<query xmlns="http://localhost#">
|
41
|
+
<itql>
|
42
|
+
select $pid $lastModified from <#ri>
|
43
|
+
where $pid <fedora-view:lastModifiedDate> $lastModified
|
44
|
+
and $pid <fedora-model:hasModel> <info:fedora/fedora-system:FedoraObject-3.0>
|
45
|
+
<?php
|
46
|
+
if (array_key_exists('dyn',$_GET)){
|
47
|
+
$starttime = $_GET['dyn'];
|
48
|
+
if ($starttime == "") $starttime = false;
|
49
|
+
}
|
50
|
+
else $starttime = false;
|
51
|
+
if (!$starttime){
|
52
|
+
$starttime = time() - (3600 * 24); # one day in seconds
|
53
|
+
$starttime = gmdate('c',$starttime);
|
54
|
+
}
|
55
|
+
return 'and $lastModified <mulgara:after> \'' . $starttime .'\'^^<http://www.w3.org/2001/XMLSchema#dateTime> in <#xsd>';
|
56
|
+
?>
|
57
|
+
</itql>
|
58
|
+
</query>
|
59
|
+
</foxml:xmlContent>
|
60
|
+
</foxml:datastreamVersion>
|
61
|
+
</foxml:datastream>
|
62
|
+
</foxml:digitalObject>
|
@@ -0,0 +1,54 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="ldpd:StaticAudioAggregator"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="CModel for audio aggregator objects"/>
|
9
|
+
</foxml:objectProperties>
|
10
|
+
|
11
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
12
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for CModel for aggregator objects" CREATED="2009-04-24T20:24:09.006Z" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" SIZE="374">
|
13
|
+
<foxml:xmlContent>
|
14
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
|
15
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
16
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
17
|
+
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
18
|
+
<dc:title>CModel for aggregator objects</dc:title>
|
19
|
+
<dc:creator>CUL/IS:LDPD</dc:creator>
|
20
|
+
<dc:contributor>NNC</dc:contributor>
|
21
|
+
<dc:identifier>ldpd:StaticAudioAggregator</dc:identifier>
|
22
|
+
</oai_dc:dc>
|
23
|
+
</foxml:xmlContent>
|
24
|
+
</foxml:datastreamVersion>
|
25
|
+
</foxml:datastream>
|
26
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
27
|
+
<foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0">
|
28
|
+
<foxml:xmlContent>
|
29
|
+
<rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
30
|
+
<rdf:Description rdf:about="info:fedora/ldpd:StaticAudioAggregator">
|
31
|
+
<fedora-model:hasModel rdf:resource="info:fedora/fedora-system:ContentModel-3.0"></fedora-model:hasModel>
|
32
|
+
<fedora-model:hasService rdf:resource="info:fedora/ldpd:sdef.Audio"></fedora-model:hasService>
|
33
|
+
<fedora-model:hasService rdf:resource="info:fedora/ldpd:sdef.Aggregator"></fedora-model:hasService>
|
34
|
+
<fedora-model:hasService rdf:resource="info:fedora/ldpd:sdef.Core"></fedora-model:hasService>
|
35
|
+
</rdf:Description>
|
36
|
+
</rdf:RDF>
|
37
|
+
</foxml:xmlContent>
|
38
|
+
</foxml:datastreamVersion>
|
39
|
+
</foxml:datastream>
|
40
|
+
<foxml:datastream ID="DS-COMPOSITE-MODEL" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
41
|
+
<foxml:datastreamVersion ID="DS-COMPOSITE-MODEL1.0" LABEL="Datastream Composite Model" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraDSCompositeModel-1.0">
|
42
|
+
<foxml:xmlContent>
|
43
|
+
<dsCompositeModel xmlns="info:fedora/fedora-system:def/dsCompositeModel#">
|
44
|
+
<dsTypeModel ID="DC">
|
45
|
+
<form FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" MIME="text/xml"></form>
|
46
|
+
</dsTypeModel>
|
47
|
+
<dsTypeModel ID="RELS-EXT">
|
48
|
+
<form FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0" MIME="application/rdf+xml"></form>
|
49
|
+
</dsTypeModel>
|
50
|
+
</dsCompositeModel>
|
51
|
+
</foxml:xmlContent>
|
52
|
+
</foxml:datastreamVersion>
|
53
|
+
</foxml:datastream>
|
54
|
+
</foxml:digitalObject>
|
@@ -0,0 +1,71 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="ldpd:StaticImageAggregator"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="CModel for aggregator objects"/>
|
9
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#createdDate" VALUE="2009-04-24T20:24:08.863Z"/>
|
10
|
+
<foxml:property NAME="info:fedora/fedora-system:def/view#lastModifiedDate" VALUE="2009-04-24T20:24:08.863Z"/>
|
11
|
+
</foxml:objectProperties>
|
12
|
+
<foxml:datastream ID="AUDIT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="false">
|
13
|
+
<foxml:datastreamVersion ID="AUDIT.0" LABEL="Audit Trail for this object" CREATED="2009-04-24T20:24:08.863Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:format/xml.fedora.audit">
|
14
|
+
<foxml:xmlContent>
|
15
|
+
<audit:auditTrail xmlns:audit="info:fedora/fedora-system:def/audit#">
|
16
|
+
<audit:record ID="AUDREC1">
|
17
|
+
<audit:process type="Fedora API-M"/>
|
18
|
+
<audit:action>ingest</audit:action>
|
19
|
+
<audit:componentID></audit:componentID>
|
20
|
+
<audit:responsibility>fedoraAdmin</audit:responsibility>
|
21
|
+
<audit:date>2009-04-24T20:24:08.863Z</audit:date>
|
22
|
+
<audit:justification>Ingested from local file /var/tmp/datamodel-load/StaticImageAggregatorCModel.xml</audit:justification>
|
23
|
+
</audit:record>
|
24
|
+
</audit:auditTrail>
|
25
|
+
</foxml:xmlContent>
|
26
|
+
</foxml:datastreamVersion>
|
27
|
+
</foxml:datastream>
|
28
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
29
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for CModel for aggregator objects" CREATED="2009-04-24T20:24:09.006Z" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" SIZE="374">
|
30
|
+
<foxml:xmlContent>
|
31
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
|
32
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
33
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
34
|
+
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
35
|
+
<dc:title>CModel for aggregator objects</dc:title>
|
36
|
+
<dc:creator>CUL/IS:LDPD</dc:creator>
|
37
|
+
<dc:contributor>NNC</dc:contributor>
|
38
|
+
<dc:identifier>ldpd:StaticImageAggregator</dc:identifier>
|
39
|
+
</oai_dc:dc>
|
40
|
+
</foxml:xmlContent>
|
41
|
+
</foxml:datastreamVersion>
|
42
|
+
</foxml:datastream>
|
43
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
44
|
+
<foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" CREATED="2008-07-09T13:59:55.984Z" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0" SIZE="709">
|
45
|
+
<foxml:xmlContent>
|
46
|
+
<rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
47
|
+
<rdf:Description rdf:about="info:fedora/ldpd:StaticImageAggregator">
|
48
|
+
<fedora-model:hasModel rdf:resource="info:fedora/fedora-system:ContentModel-3.0"></fedora-model:hasModel>
|
49
|
+
<fedora-model:hasService rdf:resource="info:fedora/ldpd:sdef.Image"></fedora-model:hasService>
|
50
|
+
<fedora-model:hasService rdf:resource="info:fedora/ldpd:sdef.Aggregator"></fedora-model:hasService>
|
51
|
+
<fedora-model:hasService rdf:resource="info:fedora/ldpd:sdef.Core"></fedora-model:hasService>
|
52
|
+
</rdf:Description>
|
53
|
+
</rdf:RDF>
|
54
|
+
</foxml:xmlContent>
|
55
|
+
</foxml:datastreamVersion>
|
56
|
+
</foxml:datastream>
|
57
|
+
<foxml:datastream ID="DS-COMPOSITE-MODEL" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
58
|
+
<foxml:datastreamVersion ID="DS-COMPOSITE-MODEL1.0" LABEL="Datastream Composite Model" CREATED="2008-07-09T13:59:55.968Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraDSCompositeModel-1.0" SIZE="447">
|
59
|
+
<foxml:xmlContent>
|
60
|
+
<dsCompositeModel xmlns="info:fedora/fedora-system:def/dsCompositeModel#">
|
61
|
+
<dsTypeModel ID="DC">
|
62
|
+
<form FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" MIME="text/xml"></form>
|
63
|
+
</dsTypeModel>
|
64
|
+
<dsTypeModel ID="RELS-EXT">
|
65
|
+
<form FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0" MIME="application/rdf+xml"></form>
|
66
|
+
</dsTypeModel>
|
67
|
+
</dsCompositeModel>
|
68
|
+
</foxml:xmlContent>
|
69
|
+
</foxml:datastreamVersion>
|
70
|
+
</foxml:datastream>
|
71
|
+
</foxml:digitalObject>
|
@@ -0,0 +1,54 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="ldpd:htest"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="P.Duk.inv. 1001 r "/>
|
9
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#createdDate" VALUE="2009-04-03T19:23:59.981Z"/>
|
10
|
+
<foxml:property NAME="info:fedora/fedora-system:def/view#lastModifiedDate" VALUE="2009-04-03T19:23:59.981Z"/>
|
11
|
+
</foxml:objectProperties>
|
12
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
13
|
+
<foxml:datastreamVersion ID="DC.0" LABEL="Dublin Core Record for this object" CREATED="2009-04-03T19:24:00.063Z" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" SIZE="953">
|
14
|
+
<foxml:xmlContent>
|
15
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
|
16
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
17
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
18
|
+
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
19
|
+
<dc:title>P.Duk.inv. 1001 r</dc:title>
|
20
|
+
<dc:creator>BATCH</dc:creator>
|
21
|
+
<dc:subject>P.Duk.inv. 1001 r</dc:subject>
|
22
|
+
<dc:description>duke(NcD) APIS images</dc:description>
|
23
|
+
<dc:publisher>APIS/Columbia</dc:publisher>
|
24
|
+
<dc:contributor>NcD</dc:contributor>
|
25
|
+
<dc:type>Image</dc:type>
|
26
|
+
<dc:identifier>ldpd:htest</dc:identifier>
|
27
|
+
<dc:source>orig/Papyrus/tiff/10/1001r-at600.tiff</dc:source>
|
28
|
+
<dc:relation>duke.apis.33002328</dc:relation>
|
29
|
+
<dc:rights>http://www.columbia.edu/cu/lweb/projects/digital/apis/permissions.html</dc:rights>
|
30
|
+
</oai_dc:dc>
|
31
|
+
</foxml:xmlContent>
|
32
|
+
</foxml:datastreamVersion>
|
33
|
+
</foxml:datastream>
|
34
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
35
|
+
<foxml:datastreamVersion ID="RELS-EXT.0" LABEL="RDF Statements about this object" CREATED="2009-04-03T19:24:00.064Z" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0" SIZE="1093">
|
36
|
+
<foxml:xmlContent>
|
37
|
+
<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-model="info:fedora/fedora-system:def/model#" xmlns:rel="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/">
|
38
|
+
<rdf:Description rdf:about="info:fedora/ldpd:htest">
|
39
|
+
<fedora-model:hasModel rdf:resource="info:fedora/ldpd:Resource"></fedora-model:hasModel>
|
40
|
+
<fedora-model:hasModel rdf:resource="info:fedora/ldpd:Image.Thumbnail"></fedora-model:hasModel>
|
41
|
+
<rel:isMemberOf rdf:resource="info:fedora/ldpd:collections.apis"></rel:isMemberOf>
|
42
|
+
<rel:isMemberOf rdf:resource="info:fedora/ldpd:collections.apis.duke"></rel:isMemberOf>
|
43
|
+
<rel:HasDescription rdf:resource="info:fedora/ldpd:apis.duke.33002328"></rel:HasDescription>
|
44
|
+
</rdf:Description>
|
45
|
+
</rdf:RDF>
|
46
|
+
</foxml:xmlContent>
|
47
|
+
</foxml:datastreamVersion>
|
48
|
+
</foxml:datastream>
|
49
|
+
<foxml:datastream ID="THUMBNAIL" STATE="A" CONTROL_GROUP="E" VERSIONABLE="true">
|
50
|
+
<foxml:datastreamVersion ID="THUMBNAIL.0" LABEL="12 dpi" CREATED="2009-04-03T19:24:00.064Z" MIMETYPE="image">
|
51
|
+
<foxml:contentLocation TYPE="URL" REF="file:///s2/cul3/ldpd/apis/duke/orig/Papyrus/gifs/thumbnails/1001-1100/1001r-thumb.gif"/>
|
52
|
+
</foxml:datastreamVersion>
|
53
|
+
</foxml:datastream>
|
54
|
+
</foxml:digitalObject>
|
@@ -0,0 +1,63 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="ldpd:nullbind"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="Empty object for nullbinds"/>
|
9
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#createdDate" VALUE="2009-04-24T20:24:03.638Z"/>
|
10
|
+
<foxml:property NAME="info:fedora/fedora-system:def/view#lastModifiedDate" VALUE="2009-04-24T20:24:03.638Z"/>
|
11
|
+
</foxml:objectProperties>
|
12
|
+
<foxml:datastream ID="AUDIT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="false">
|
13
|
+
<foxml:datastreamVersion ID="AUDIT.0" LABEL="Audit Trail for this object" CREATED="2009-04-24T20:24:03.638Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:format/xml.fedora.audit">
|
14
|
+
<foxml:xmlContent>
|
15
|
+
<audit:auditTrail xmlns:audit="info:fedora/fedora-system:def/audit#">
|
16
|
+
<audit:record ID="AUDREC1">
|
17
|
+
<audit:process type="Fedora API-M"/>
|
18
|
+
<audit:action>ingest</audit:action>
|
19
|
+
<audit:componentID></audit:componentID>
|
20
|
+
<audit:responsibility>fedoraAdmin</audit:responsibility>
|
21
|
+
<audit:date>2009-04-24T20:24:03.638Z</audit:date>
|
22
|
+
<audit:justification>Ingested from local file /var/tmp/datamodel-load/nullObj.xml</audit:justification>
|
23
|
+
</audit:record>
|
24
|
+
</audit:auditTrail>
|
25
|
+
</foxml:xmlContent>
|
26
|
+
</foxml:datastreamVersion>
|
27
|
+
</foxml:datastream>
|
28
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
29
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for this object" CREATED="2009-04-24T20:24:03.751Z" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" SIZE="343">
|
30
|
+
<foxml:xmlContent>
|
31
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
|
32
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
33
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
34
|
+
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
35
|
+
<dc:title>Null Object</dc:title>
|
36
|
+
<dc:creator>CUL/IS:LDPD</dc:creator>
|
37
|
+
<dc:contributor>NNC</dc:contributor>
|
38
|
+
<dc:identifier>ldpd:nullbind</dc:identifier>
|
39
|
+
</oai_dc:dc>
|
40
|
+
</foxml:xmlContent>
|
41
|
+
</foxml:datastreamVersion>
|
42
|
+
</foxml:datastream>
|
43
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
44
|
+
<foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" CREATED="2008-07-09T13:59:55.984Z" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0" SIZE="253">
|
45
|
+
<foxml:xmlContent>
|
46
|
+
<rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
47
|
+
<rdf:Description rdf:about="info:fedora/ldpd:nullbind">
|
48
|
+
</rdf:Description>
|
49
|
+
</rdf:RDF>
|
50
|
+
</foxml:xmlContent>
|
51
|
+
</foxml:datastreamVersion>
|
52
|
+
</foxml:datastream>
|
53
|
+
<foxml:datastream ID="NULLBIND" STATE="A" CONTROL_GROUP="M" VERSIONABLE="false">
|
54
|
+
<foxml:datastreamVersion ID="NULLBIND.0" LABEL="Datastream Composite Model" CREATED="2008-07-09T13:59:55.968Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraDSCompositeModel-1.0">
|
55
|
+
<foxml:xmlContent>
|
56
|
+
<rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
57
|
+
<rdf:Description rdf:about="info:fedora/ldpd:nullbind">
|
58
|
+
</rdf:Description>
|
59
|
+
</rdf:RDF>
|
60
|
+
</foxml:xmlContent>
|
61
|
+
</foxml:datastreamVersion>
|
62
|
+
</foxml:datastream>
|
63
|
+
</foxml:digitalObject>
|
@@ -0,0 +1,71 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="ldpd:sdef.Aggregator"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="Service Definition Object for Core Aggregator Services"/>
|
9
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#createdDate" VALUE="2008-07-09T13:59:55.703Z"/>
|
10
|
+
<foxml:property NAME="info:fedora/fedora-system:def/view#lastModifiedDate" VALUE="2009-04-24T20:23:16.658Z"/>
|
11
|
+
</foxml:objectProperties>
|
12
|
+
<foxml:datastream ID="AUDIT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="false">
|
13
|
+
<foxml:datastreamVersion ID="AUDIT.0" LABEL="Audit Trail for this object" CREATED="2008-07-09T13:59:55.703Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:format/xml.fedora.audit">
|
14
|
+
<foxml:xmlContent>
|
15
|
+
<audit:auditTrail xmlns:audit="info:fedora/fedora-system:def/audit#">
|
16
|
+
<audit:record ID="AUDREC1">
|
17
|
+
<audit:process type="Fedora API-M"/>
|
18
|
+
<audit:action>ingest</audit:action>
|
19
|
+
<audit:componentID></audit:componentID>
|
20
|
+
<audit:responsibility>fedoraAdmin</audit:responsibility>
|
21
|
+
<audit:date>2009-04-24T20:23:16.658Z</audit:date>
|
22
|
+
<audit:justification>Ingested from local file /var/tmp/datamodel-load/aggregatorSDef.xml</audit:justification>
|
23
|
+
</audit:record>
|
24
|
+
</audit:auditTrail>
|
25
|
+
</foxml:xmlContent>
|
26
|
+
</foxml:datastreamVersion>
|
27
|
+
</foxml:datastream>
|
28
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
29
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for Service Definition Object for core Aggregator services" CREATED="2008-07-09T13:59:56.250Z" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" SIZE="298">
|
30
|
+
<foxml:xmlContent>
|
31
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
|
32
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
33
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
34
|
+
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
35
|
+
<dc:title>Service Definition Object for listMembers and getSize</dc:title>
|
36
|
+
<dc:identifier>ldpd:sdef.Aggregator</dc:identifier>
|
37
|
+
</oai_dc:dc>
|
38
|
+
</foxml:xmlContent>
|
39
|
+
</foxml:datastreamVersion>
|
40
|
+
</foxml:datastream>
|
41
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="false">
|
42
|
+
<foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" CREATED="2008-07-09T13:59:56.343Z" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0" SIZE="383">
|
43
|
+
<foxml:xmlContent>
|
44
|
+
<rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
45
|
+
<rdf:Description rdf:about="info:fedora/ldpd:sdef.Aggregator">
|
46
|
+
<fedora-model:hasModel rdf:resource="info:fedora/fedora-system:ServiceDefinition-3.0"></fedora-model:hasModel>
|
47
|
+
</rdf:Description>
|
48
|
+
</rdf:RDF>
|
49
|
+
</foxml:xmlContent>
|
50
|
+
</foxml:datastreamVersion>
|
51
|
+
</foxml:datastream>
|
52
|
+
<foxml:datastream ID="METHODMAP" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
53
|
+
<foxml:datastreamVersion ID="METHODMAP1.0" LABEL="Abstract Method Map" CREATED="2008-07-09T13:59:56.250Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraSDefMethodMap-1.0" SIZE="1265">
|
54
|
+
<foxml:xmlContent>
|
55
|
+
<fmm:MethodMap xmlns:fmm="http://fedora.comm.nsdlib.org/service/methodmap" name="Fedora MethodMap for listing collection members">
|
56
|
+
<fmm:Method operationName="listMembers">
|
57
|
+
<fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="true"></fmm:DatastreamInputParm>
|
58
|
+
<fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
59
|
+
<fmm:UserInputParm defaultValue="sparql" label="" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
|
60
|
+
<fmm:UserInputParm defaultValue="0" label="" parmName="start" passBy="VALUE" required="false"></fmm:UserInputParm>
|
61
|
+
<fmm:UserInputParm defaultValue="" label="" parmName="max" passBy="VALUE" required="false"></fmm:UserInputParm>
|
62
|
+
</fmm:Method>
|
63
|
+
<fmm:Method operationName="getSize">
|
64
|
+
<fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="true"></fmm:DatastreamInputParm>
|
65
|
+
<fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
66
|
+
</fmm:Method>
|
67
|
+
</fmm:MethodMap>
|
68
|
+
</foxml:xmlContent>
|
69
|
+
</foxml:datastreamVersion>
|
70
|
+
</foxml:datastream>
|
71
|
+
</foxml:digitalObject>
|
@@ -0,0 +1,48 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="ldpd:sdef.Core"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="Service Definition Object for describedBy (list) and numberDescriptions (count)"/>
|
9
|
+
</foxml:objectProperties>
|
10
|
+
|
11
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
12
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for this object" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/">
|
13
|
+
<foxml:xmlContent>
|
14
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
|
15
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
16
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
17
|
+
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
18
|
+
<dc:title>Service Definition Object for core object behaviors describedBy (list) and numberDescriptions (count) and rmap (resource map)</dc:title>
|
19
|
+
<dc:identifier>ldpd:sdef.Core</dc:identifier>
|
20
|
+
</oai_dc:dc>
|
21
|
+
</foxml:xmlContent>
|
22
|
+
</foxml:datastreamVersion>
|
23
|
+
</foxml:datastream>
|
24
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="false">
|
25
|
+
<foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0">
|
26
|
+
<foxml:xmlContent>
|
27
|
+
<rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
28
|
+
<rdf:Description rdf:about="info:fedora/ldpd:sdef.Core">
|
29
|
+
<fedora-model:hasModel rdf:resource="info:fedora/fedora-system:ServiceDefinition-3.0"></fedora-model:hasModel>
|
30
|
+
</rdf:Description>
|
31
|
+
</rdf:RDF>
|
32
|
+
</foxml:xmlContent>
|
33
|
+
</foxml:datastreamVersion>
|
34
|
+
</foxml:datastream>
|
35
|
+
<foxml:datastream ID="METHODMAP" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
36
|
+
<foxml:datastreamVersion ID="METHODMAP1.0" LABEL="Abstract Method Map" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraSDefMethodMap-1.0">
|
37
|
+
<foxml:xmlContent>
|
38
|
+
<fmm:MethodMap xmlns:fmm="http://fedora.comm.nsdlib.org/service/methodmap" name="Fedora MethodMap for listing descripta and descriptors">
|
39
|
+
<fmm:Method operationName="describedBy" />
|
40
|
+
<fmm:Method operationName="numberDescriptions" />
|
41
|
+
<fmm:Method operationName="rmap" />
|
42
|
+
<fmm:Method operationName="getViewer" />
|
43
|
+
<fmm:Method operationName="getIndex" />
|
44
|
+
</fmm:MethodMap>
|
45
|
+
</foxml:xmlContent>
|
46
|
+
</foxml:datastreamVersion>
|
47
|
+
</foxml:datastream>
|
48
|
+
</foxml:digitalObject>
|
@@ -0,0 +1,47 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="ldpd:sdef.Image"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="Service Definition Object for core Image aggregator services"/>
|
9
|
+
</foxml:objectProperties>
|
10
|
+
|
11
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
12
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for Service Definition Object for core Image services" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/">
|
13
|
+
<foxml:xmlContent>
|
14
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
|
15
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
16
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
17
|
+
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
18
|
+
<dc:title>Service Definition Object for core Image aggregator services</dc:title>
|
19
|
+
<dc:identifier>ldpd:sdef.Image</dc:identifier>
|
20
|
+
</oai_dc:dc>
|
21
|
+
</foxml:xmlContent>
|
22
|
+
</foxml:datastreamVersion>
|
23
|
+
</foxml:datastream>
|
24
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="false">
|
25
|
+
<foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0">
|
26
|
+
<foxml:xmlContent>
|
27
|
+
<rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
28
|
+
<rdf:Description rdf:about="info:fedora/ldpd:sdef.Image">
|
29
|
+
<fedora-model:hasModel rdf:resource="info:fedora/fedora-system:ServiceDefinition-3.0"></fedora-model:hasModel>
|
30
|
+
</rdf:Description>
|
31
|
+
</rdf:RDF>
|
32
|
+
</foxml:xmlContent>
|
33
|
+
</foxml:datastreamVersion>
|
34
|
+
</foxml:datastream>
|
35
|
+
<foxml:datastream ID="METHODMAP" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
36
|
+
<foxml:datastreamVersion ID="METHODMAP1.0" LABEL="Abstract Method Map" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraSDefMethodMap-1.0">
|
37
|
+
<foxml:xmlContent>
|
38
|
+
<fmm:MethodMap xmlns:fmm="http://fedora.comm.nsdlib.org/service/methodmap" name="Fedora MethodMap for listing collection members">
|
39
|
+
<fmm:Method operationName="getThumbnail" />
|
40
|
+
<fmm:Method operationName="getPreservation" />
|
41
|
+
<fmm:Method operationName="getView" />
|
42
|
+
<fmm:Method operationName="getMetadata" />
|
43
|
+
</fmm:MethodMap>
|
44
|
+
</foxml:xmlContent>
|
45
|
+
</foxml:datastreamVersion>
|
46
|
+
</foxml:datastream>
|
47
|
+
</foxml:digitalObject>
|
@@ -0,0 +1,62 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="ldpd:sdef.Metadata"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="Service Definition Object for Metadata services"/>
|
9
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#createdDate" VALUE="2008-07-09T13:59:55.703Z"/>
|
10
|
+
<foxml:property NAME="info:fedora/fedora-system:def/view#lastModifiedDate" VALUE="2009-04-24T20:27:48.897Z"/>
|
11
|
+
</foxml:objectProperties>
|
12
|
+
<foxml:datastream ID="AUDIT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="false">
|
13
|
+
<foxml:datastreamVersion ID="AUDIT.0" LABEL="Audit Trail for this object" CREATED="2008-07-09T13:59:55.703Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:format/xml.fedora.audit">
|
14
|
+
<foxml:xmlContent>
|
15
|
+
<audit:auditTrail xmlns:audit="info:fedora/fedora-system:def/audit#">
|
16
|
+
<audit:record ID="AUDREC1">
|
17
|
+
<audit:process type="Fedora API-M"/>
|
18
|
+
<audit:action>ingest</audit:action>
|
19
|
+
<audit:componentID></audit:componentID>
|
20
|
+
<audit:responsibility>fedoraAdmin</audit:responsibility>
|
21
|
+
<audit:date>2009-04-24T20:27:48.897Z</audit:date>
|
22
|
+
<audit:justification>Ingested from local file /var/tmp/datamodel-load/metadataSDef.xml</audit:justification>
|
23
|
+
</audit:record>
|
24
|
+
</audit:auditTrail>
|
25
|
+
</foxml:xmlContent>
|
26
|
+
</foxml:datastreamVersion>
|
27
|
+
</foxml:datastream>
|
28
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
29
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for this object" CREATED="2008-07-09T13:59:56.250Z" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" SIZE="305">
|
30
|
+
<foxml:xmlContent>
|
31
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
|
32
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
33
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
34
|
+
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
35
|
+
<dc:title>Service Definition Object for core Metadata behavior describes</dc:title>
|
36
|
+
<dc:identifier>ldpd:sdef.Metadata</dc:identifier>
|
37
|
+
</oai_dc:dc>
|
38
|
+
</foxml:xmlContent>
|
39
|
+
</foxml:datastreamVersion>
|
40
|
+
</foxml:datastream>
|
41
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="false">
|
42
|
+
<foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" CREATED="2008-07-09T13:59:56.343Z" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0" SIZE="381">
|
43
|
+
<foxml:xmlContent>
|
44
|
+
<rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
45
|
+
<rdf:Description rdf:about="info:fedora/ldpd:sdef.Metadata">
|
46
|
+
<fedora-model:hasModel rdf:resource="info:fedora/fedora-system:ServiceDefinition-3.0"></fedora-model:hasModel>
|
47
|
+
</rdf:Description>
|
48
|
+
</rdf:RDF>
|
49
|
+
</foxml:xmlContent>
|
50
|
+
</foxml:datastreamVersion>
|
51
|
+
</foxml:datastream>
|
52
|
+
<foxml:datastream ID="METHODMAP" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
53
|
+
<foxml:datastreamVersion ID="METHODMAP1.0" LABEL="Abstract Method Map" CREATED="2008-07-09T13:59:56.250Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraSDefMethodMap-1.0" SIZE="1143">
|
54
|
+
<foxml:xmlContent>
|
55
|
+
<fmm:MethodMap xmlns:fmm="http://fedora.comm.nsdlib.org/service/methodmap" name="Fedora MethodMap for listing descripta and descriptors">
|
56
|
+
<fmm:Method operationName="describes" />
|
57
|
+
<fmm:Method operationName="numberDescribed" />
|
58
|
+
</fmm:MethodMap>
|
59
|
+
</foxml:xmlContent>
|
60
|
+
</foxml:datastreamVersion>
|
61
|
+
</foxml:datastream>
|
62
|
+
</foxml:digitalObject>
|