From 1738b308f6c5584278b6670fab0b6875f48ee1d9 Mon Sep 17 00:00:00 2001 From: Matthew Blissett Date: Tue, 17 Aug 2021 21:16:19 +0200 Subject: [PATCH] Use single quotes throughout DWC core/extension templates. Also trim trailing whitespace. --- build/event_core.tmpl | 10 +++++----- build/extended_mof.tmpl | 1 - build/identification_history.tmpl | 12 ++++++------ build/measurements_or_facts.tmpl | 2 +- build/resource_relationship.tmpl | 6 +++--- build/taxon_core.tmpl | 8 ++++---- 6 files changed, 19 insertions(+), 20 deletions(-) diff --git a/build/event_core.tmpl b/build/event_core.tmpl index 95d4570..6ee75bf 100644 --- a/build/event_core.tmpl +++ b/build/event_core.tmpl @@ -1,12 +1,12 @@ diff --git a/build/extended_mof.tmpl b/build/extended_mof.tmpl index cb136a2..0c29b86 100644 --- a/build/extended_mof.tmpl +++ b/build/extended_mof.tmpl @@ -11,4 +11,3 @@ dc:subject='dwc:Taxon dwc:Event' dc:relation='https://dwc.tdwg.org/terms/#measurementorfact' dc:description='Extended support for measurements or facts, allowing links to any Core plus to records in an Occurrence Extension. For example, when used with an Event Core, this extension can be used to store measurements or facts related to a biological occurrence (through the built-in occurrenceID), to environmental measurements or facts, and to sampling method attributes. This extension includes dwciri terms that can be used for IRI-based identifiers to values in controlled vocabularies for measurementType, measurementValue, and measurementUnit.'> - \ No newline at end of file diff --git a/build/identification_history.tmpl b/build/identification_history.tmpl index 1607a0c..51d6110 100644 --- a/build/identification_history.tmpl +++ b/build/identification_history.tmpl @@ -1,12 +1,12 @@ + dc:description='Support for multiple identifications (determinations) of species Occurrences. All identifications including the most current one should be listed, while the current one should also be repeated in the Occurrence Core.'> diff --git a/build/measurements_or_facts.tmpl b/build/measurements_or_facts.tmpl index 1fb61b1..64a2b9c 100644 --- a/build/measurements_or_facts.tmpl +++ b/build/measurements_or_facts.tmpl @@ -4,7 +4,7 @@ xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:dc='http://purl.org/dc/terms/' xsi:schemaLocation='http://rs.gbif.org/extension/ http://rs.gbif.org/schema/extension.xsd' - dc:title="Darwin Core Measurement Or Facts" + dc:title='Darwin Core Measurement Or Facts' name='MeasurementOrFact' namespace='http://rs.tdwg.org/dwc/terms/' rowType='http://rs.tdwg.org/dwc/terms/MeasurementOrFact' dc:issued='2021-07-15' diff --git a/build/resource_relationship.tmpl b/build/resource_relationship.tmpl index 32a19f9..b1e5ac1 100644 --- a/build/resource_relationship.tmpl +++ b/build/resource_relationship.tmpl @@ -4,9 +4,9 @@ xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:dc='http://purl.org/dc/terms/' xsi:schemaLocation='http://rs.gbif.org/extension/ http://rs.gbif.org/schema/extension.xsd' - dc:title="Darwin Core Resource Relationship" - name="ResourceRelationship" namespace="http://rs.tdwg.org/dwc/terms/" - rowType="http://rs.tdwg.org/dwc/terms/ResourceRelationship" + dc:title='Darwin Core Resource Relationship' + name='ResourceRelationship' namespace='http://rs.tdwg.org/dwc/terms/' + rowType='http://rs.tdwg.org/dwc/terms/ResourceRelationship' dc:issued='2021-07-15' dc:subject='dwc:Occurrence dwc:Event dwc:Taxon' dc:relation='https://dwc.tdwg.org/terms/#resourcerelationship' diff --git a/build/taxon_core.tmpl b/build/taxon_core.tmpl index 0125736..ba0188c 100644 --- a/build/taxon_core.tmpl +++ b/build/taxon_core.tmpl @@ -1,11 +1,11 @@