Skip to content

Commit

Permalink
Forgot to include file in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenwalker committed Jul 30, 2019
1 parent e2639f3 commit 07e4bb2
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -3,7 +3,7 @@
xmlns:p="http://www.springframework.org/schema/p"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

<bean id="prov20150115RdfXmlSubprocessor" class="edu.ucsb.nceas.metacat.index.annotation.MetacatRdfXmlSubprocessor">
<bean id="rdfXMLSubprocessor" class="edu.ucsb.nceas.metacat.index.annotation.MetacatRdfXmlSubprocessor">
<property name="matchDocuments">
<list>
<value>http://www.w3.org/TR/rdf-syntax-grammar</value>
Expand All @@ -27,6 +27,10 @@
<ref bean="prov20150115.instanceOfClass" />
<!-- <ref bean="prov20150115.hasSources" /> -->
<ref bean="prov20150115.hasDerivations" />
<ref bean="dcterms.hasPart" />
<ref bean="dcterms.isPartOf" />
<ref bean="dcterms.hasPart.reverse" />
<ref bean="dcterms.isPartOf.reverse" />
</list>
</property>
<property name="fieldsToMerge">
Expand All @@ -46,6 +50,8 @@
<!-- <value>prov_hasSources</value> -->
<value>prov_hasDerivations</value>
<value>prov_instanceOfClass</value>
<value>hasPart</value>
<value>isPartOf</value>
</list>
</property>
</bean>
Expand Down

0 comments on commit 07e4bb2

Please sign in to comment.