Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MET-6171 fix corrupted import dc terms for ORE.xsd #15

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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