You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.2 KiB
76 lines
2.2 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<!-- |
|
Document : slide_collection_policy.xml |
|
Created on : January 12, 2010, 4:02 PM |
|
Author : aoneill |
|
Description: |
|
Purpose of the document follows. |
|
--> |
|
<collection_policy> |
|
<contentmodels> |
|
<contentmodel name="SLIDE_CMODEL"> |
|
<pid_namespace>islandora:slide</pid_namespace> |
|
<pid>islandora:slideCModel</pid> |
|
<dsid>ISLANDORACM</dsid> |
|
</contentmodel> |
|
</contentmodels> |
|
<!--if we define a query for an object the relationship we ask for may not be isMemberOfCollection. So when we ingest in th |
|
Collection we will want the relationship to match the query.--> |
|
<relationship>isMemberOfCollection</relationship> |
|
<search_terms> |
|
<default>dc.description</default> |
|
<term> |
|
<field>dc.title</field> |
|
<value>dc.title</value> |
|
</term> |
|
<term> |
|
<field>dc.creator</field> |
|
<value>dc.creator</value> |
|
</term> |
|
<term> |
|
<field>dc.description</field> |
|
<value>dc.description</value> |
|
</term> |
|
<term> |
|
<field>dc.date</field> |
|
<value>dc.date</value> |
|
</term> |
|
<term> |
|
<field>dc.identifier</field> |
|
<value>dc.identifier</value> |
|
</term> |
|
<term> |
|
<field>dc.language</field> |
|
<value>dc.language</value> |
|
</term> |
|
<term> |
|
<field>dc.publisher</field> |
|
<value>dc.publisher</value> |
|
</term> |
|
<term> |
|
<field>dc.rights</field> |
|
<value>dc.rights</value> |
|
</term> |
|
<term> |
|
<field>dc.subject</field> |
|
<value>dc.subject</value> |
|
</term> |
|
<term> |
|
<field>dc.relation</field> |
|
<value>dc.relation</value> |
|
</term> |
|
<term> |
|
<field>dcterms.temporal</field> |
|
<value>dcterms.temporal</value> |
|
</term> |
|
<term> |
|
<field>dcterms.spatial</field> |
|
<value>dcterms.spatial</value> |
|
</term> |
|
<term> |
|
<field>fgs.DS.first.text</field> |
|
<value>Full Text</value> |
|
</term> |
|
</search_terms> |
|
</collection_policy>
|
|
|