mirror of https://github.com/tdwg/dwc.git
add missing Material Entity section headers
This commit is contained in:
parent
34d748fd77
commit
82ca4ee281
|
@ -42,10 +42,10 @@ organized_in_categories = True
|
|||
|
||||
# If organized in categories, the display_order list must contain the IRIs that are values of tdwgutility_organizedInClass
|
||||
# If not organized into categories, the value is irrelevant. There just needs to be one item in the list.
|
||||
display_order = ['', 'http://purl.org/dc/elements/1.1/', 'http://purl.org/dc/terms/', 'http://rs.tdwg.org/dwc/terms/Occurrence', 'http://rs.tdwg.org/dwc/terms/Organism', 'http://rs.tdwg.org/dwc/terms/MaterialSample', 'http://rs.tdwg.org/dwc/terms/Event', 'http://purl.org/dc/terms/Location', 'http://rs.tdwg.org/dwc/terms/GeologicalContext', 'http://rs.tdwg.org/dwc/terms/Identification', 'http://rs.tdwg.org/dwc/terms/Taxon', 'http://rs.tdwg.org/dwc/terms/MeasurementOrFact', 'http://rs.tdwg.org/dwc/terms/ResourceRelationship', 'http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI']
|
||||
display_label = ['Record level', 'Dublin Core legacy namespace', 'Dublin Core terms namespace', 'Occurrence', 'Organism', 'Material Sample', 'Event', 'Location', 'Geological Context', 'Identification', 'Taxon', 'Measurement or Fact', 'Resource Relationship', 'IRI-value terms']
|
||||
display_comments = ['','','','','','','','','','','','','','']
|
||||
display_id = ['record_level', 'dc', 'dcterms', 'occurrence', 'organism', 'material_sample', 'event', 'location', 'geological_context', 'identification', 'taxon', 'measurement_or_fact', 'resource_relationship', 'use_with_iri']
|
||||
display_order = ['', 'http://purl.org/dc/elements/1.1/', 'http://purl.org/dc/terms/', 'http://rs.tdwg.org/dwc/terms/Occurrence', 'http://rs.tdwg.org/dwc/terms/Organism', 'http://rs.tdwg.org/dwc/terms/MaterialEntity', 'http://rs.tdwg.org/dwc/terms/MaterialSample', 'http://rs.tdwg.org/dwc/terms/Event', 'http://purl.org/dc/terms/Location', 'http://rs.tdwg.org/dwc/terms/GeologicalContext', 'http://rs.tdwg.org/dwc/terms/Identification', 'http://rs.tdwg.org/dwc/terms/Taxon', 'http://rs.tdwg.org/dwc/terms/MeasurementOrFact', 'http://rs.tdwg.org/dwc/terms/ResourceRelationship', 'http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI']
|
||||
display_label = ['Record level', 'Dublin Core legacy namespace', 'Dublin Core terms namespace', 'Occurrence', 'Organism', 'Material Entity', 'Material Sample', 'Event', 'Location', 'Geological Context', 'Identification', 'Taxon', 'Measurement or Fact', 'Resource Relationship', 'IRI-value terms']
|
||||
display_comments = ['','','','','','','','','','','','','','','']
|
||||
display_id = ['record_level', 'dc', 'dcterms', 'occurrence', 'organism', 'material_entity', 'material_sample', 'event', 'location', 'geological_context', 'identification', 'taxon', 'measurement_or_fact', 'resource_relationship', 'use_with_iri']
|
||||
|
||||
#display_order = ['']
|
||||
#display_label = ['Vocabulary'] # these are the section labels for the categories in the page
|
||||
|
|
|
@ -164,6 +164,15 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/#
|
|||
[dwc:organismScope](#dwc_organismScope) |
|
||||
[dwc:previousIdentifications](#dwc_previousIdentifications)
|
||||
|
||||
**Material Entity**
|
||||
|
||||
[dwc:associatedSequences](#dwc_associatedSequences) |
|
||||
[dwc:disposition](#dwc_disposition) |
|
||||
[dwc:materialEntityID](#dwc_materialEntityID) |
|
||||
[dwc:materialEntityRemarks](#dwc_materialEntityRemarks) |
|
||||
[dwc:preparations](#dwc_preparations) |
|
||||
[dwc:verbatimLabel](#dwc_verbatimLabel)
|
||||
|
||||
**Material Sample**
|
||||
|
||||
[dwc:materialSampleID](#dwc_materialSampleID)
|
||||
|
@ -520,6 +529,15 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/#
|
|||
[Organism Scope](#dwc_organismScope) |
|
||||
[Previous Identifications](#dwc_previousIdentifications)
|
||||
|
||||
**Material Entity**
|
||||
|
||||
[Associated Sequences](#dwc_associatedSequences) |
|
||||
[Disposition](#dwc_disposition) |
|
||||
[Material Entity ID](#dwc_materialEntityID) |
|
||||
[Material Entity Remarks](#dwc_materialEntityRemarks) |
|
||||
[Preparations](#dwc_preparations) |
|
||||
[Verbatim Label](#dwc_verbatimLabel)
|
||||
|
||||
**Material Sample**
|
||||
|
||||
[Material Sample ID](#dwc_materialSampleID)
|
||||
|
|
Loading…
Reference in New Issue