1 |
10071
|
tao
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
2 |
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 |
|
|
xmlns:p="http://www.springframework.org/schema/p"
|
4 |
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
|
5 |
|
|
|
6 |
|
|
<bean id="prov20150115RdfXmlSubprocessor" class="edu.ucsb.nceas.metacat.index.annotation.MetacatRdfXmlSubprocessor">
|
7 |
|
|
<property name="matchDocuments">
|
8 |
|
|
<list>
|
9 |
|
|
<value>http://www.w3.org/TR/rdf-syntax-grammar</value>
|
10 |
|
|
<value>http://www.openarchives.org/ore/terms</value>
|
11 |
|
|
</list>
|
12 |
|
|
</property>
|
13 |
|
|
<property name="fieldList">
|
14 |
|
|
<list>
|
15 |
|
|
<ref bean="prov20150115.wasDerivedFrom" />
|
16 |
|
|
<ref bean="prov20150115.wasInformedBy" />
|
17 |
|
|
<ref bean="prov20150115.used" />
|
18 |
|
|
<ref bean="prov20150115.generated" />
|
19 |
|
|
<ref bean="prov20150115.generatedByProgram" />
|
20 |
|
|
<ref bean="prov20150115.generatedByExecution" />
|
21 |
|
|
<ref bean="prov20150115.generatedByUser" />
|
22 |
|
|
<ref bean="prov20150115.usedByProgram" />
|
23 |
|
|
<ref bean="prov20150115.usedByExecution" />
|
24 |
|
|
<ref bean="prov20150115.usedByUser" />
|
25 |
|
|
<ref bean="prov20150115.wasExecutedByExecution" />
|
26 |
|
|
<ref bean="prov20150115.wasExecutedByUser" />
|
27 |
|
|
<ref bean="prov20150115.instanceOfClass" />
|
28 |
10225
|
slaughter
|
<!-- <ref bean="prov20150115.hasSources" /> -->
|
29 |
10071
|
tao
|
<ref bean="prov20150115.hasDerivations" />
|
30 |
|
|
</list>
|
31 |
|
|
</property>
|
32 |
|
|
<property name="fieldsToMerge">
|
33 |
|
|
<list>
|
34 |
|
|
<value>prov_wasDerivedFrom</value>
|
35 |
|
|
<value>prov_wasInformedBy</value>
|
36 |
|
|
<value>prov_used</value>
|
37 |
|
|
<value>prov_generated</value>
|
38 |
|
|
<value>prov_generatedByProgram</value>
|
39 |
|
|
<value>prov_generatedByExecution</value>
|
40 |
|
|
<value>prov_generatedByUser</value>
|
41 |
|
|
<value>prov_usedByProgram</value>
|
42 |
|
|
<value>prov_usedByExecution</value>
|
43 |
|
|
<value>prov_usedByUser</value>
|
44 |
|
|
<value>prov_wasExecutedByExecution</value>
|
45 |
|
|
<value>prov_wasExecutedByUser</value>
|
46 |
10225
|
slaughter
|
<!-- <value>prov_hasSources</value> -->
|
47 |
10071
|
tao
|
<value>prov_hasDerivations</value>
|
48 |
|
|
<value>prov_instanceOfClass</value>
|
49 |
|
|
</list>
|
50 |
|
|
</property>
|
51 |
|
|
</bean>
|
52 |
|
|
</beans>
|