Skip to content

Commit

Permalink
MET-6171 fix corrupted import dc terms for ORE.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
jeortizquan committed Nov 27, 2024
1 parent 94a6e7f commit b832b48
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/main/resources/schema_xsds/ORE.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
schemaLocation="OWL.xsd" />
<import namespace="http://www.w3.org/ns/dqv#"
schemaLocation="DQV.xsd" />
<import namespace="http://purl.org/dc/terms/"
schemaLocation="DCTERMS.xsd" />
<element name="Aggregation">
<complexType>
<annotation>
Expand Down Expand Up @@ -182,15 +184,15 @@
<element ref="ore:lineage" maxOccurs="unbounded" minOccurs="0" />
<element ref="edm:type" maxOccurs="1" minOccurs="0" />
<element ref="owl:sameAs" maxOccurs="unbounded" minOccurs="0" />
<!-- The fields below are meant to be used for enrichment purposes but
they are not currently being used. Probably they will be removed in a future
release. <element ref="enrichment:agent_label" maxOccurs="unbounded" minOccurs="0"/>
<element ref="enrichment:agent_term" maxOccurs="unbounded" minOccurs="0"/>
<element ref="enrichment:concept_label" maxOccurs="unbounded" minOccurs="0"/>
<element ref="enrichment:concept_term" maxOccurs="unbounded" minOccurs="0"/>
<element ref="enrichment:period_label" maxOccurs="unbounded" minOccurs="0"/>
<element ref="enrichment:period_term" maxOccurs="unbounded" minOccurs="0"/>
<element ref="enrichment:place_label" maxOccurs="unbounded" minOccurs="0"/>
<!-- The fields below are meant to be used for enrichment purposes but
they are not currently being used. Probably they will be removed in a future
release. <element ref="enrichment:agent_label" maxOccurs="unbounded" minOccurs="0"/>
<element ref="enrichment:agent_term" maxOccurs="unbounded" minOccurs="0"/>
<element ref="enrichment:concept_label" maxOccurs="unbounded" minOccurs="0"/>
<element ref="enrichment:concept_term" maxOccurs="unbounded" minOccurs="0"/>
<element ref="enrichment:period_label" maxOccurs="unbounded" minOccurs="0"/>
<element ref="enrichment:period_term" maxOccurs="unbounded" minOccurs="0"/>
<element ref="enrichment:place_label" maxOccurs="unbounded" minOccurs="0"/>
<element ref="enrichment:place_term" maxOccurs="unbounded" minOccurs="0"/> -->
</sequence>
</extension>
Expand Down

0 comments on commit b832b48

Please sign in to comment.