Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 9115995

Browse files
authored
Merge pull request #420 from tdwg/sarah/417-status-history-has-identifier-has-mof
Updates termlist and schema
2 parents 83a2dbc + 6459f53 commit 9115995

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

standard/json-schema/collection-status-history.json

+22
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,28 @@
4242
},
4343
"minItems": 1,
4444
"uniqueItems": true
45+
},
46+
"hasIdentifier":
47+
{
48+
"description": "This property refers to one or more related instances of the Identifier class.",
49+
"type": "array",
50+
"items":
51+
{
52+
"$ref": "https://raw.githubusercontent.com/tdwg/cd/master/standard/json-schema/identifier.json"
53+
},
54+
"minItems": 1,
55+
"uniqueItems": true
56+
},
57+
"hasMeasurementOrFact":
58+
{
59+
"description": "This property refers to one or more related instances of the MeasurementOrFact class.",
60+
"type": "array",
61+
"items":
62+
{
63+
"$ref": "https://raw.githubusercontent.com/tdwg/cd/master/standard/json-schema/measurement-or-fact.json"
64+
},
65+
"minItems": 1,
66+
"uniqueItems": true
4567
}
4668
},
4769
"required" : [

standard/terms/ltc_standard_terms_draft.csv

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ ltc:,basisOfScheme,Basis Of Scheme,A summary of the basis or purpose for the Col
3131
ltc:,schemeName,Scheme Name,A short descriptive name given to the CollectionDescriptionScheme.,,,"`NHM Collections Inventory`, `Index Herbariorum`, `European Darwin Collections`",http://www.w3.org/1999/02/22-rdf-syntax-ns#Property,CollectionDescriptionScheme,Yes,No,string,original,08/07/2022,
3232
ltc:,hasReference,Has Reference,This property refers to one or more related instances of the Reference class.,,,,http://www.w3.org/1999/02/22-rdf-syntax-ns#Property,CollectionStatusHistory,No,No,array of ltc:Reference,original,08/07/2022,
3333
ltc:,hasTemporalCoverage,Has Temporal Coverage,This property refers to one or more related instances of the TemporalCoverage class.,,,,http://www.w3.org/1999/02/22-rdf-syntax-ns#Property,CollectionStatusHistory,No,No,array of ltc:TemporalCoverage,original,08/07/2022,
34+
ltc:,hasIdentifier,Has Identifier,This property refers to one or more related instances of the Identifier class.,,,,http://www.w3.org/1999/02/22-rdf-syntax-ns#Property,CollectionStatusHistory,No,No,array of ltc:Identifier,proposed,22/09/2022,
35+
ltc:,hasMeasurementOrFact,Has Measurement Or Fact,This property refers to one or more related instances of the MeasurementOrFact class.,,,,http://www.w3.org/1999/02/22-rdf-syntax-ns#Property,CollectionStatusHistory,No,No,array of ltc:MeasurementOrFact,proposed,22/09/2022,
3436
ltc:,CollectionStatusHistory,Collection Status History,A record of current and past statuses of the object group and the reason for status changes.,,"Use this class to record the history of and reason for changes in the status of the described collection. Types of status described by this class may, for example, include ownership, management, accessibility or accrual policy over time. Dates reflecting the start and end of the status described by this class should be recorded using an instance of TemporalCoverage. If temporalCoverageEndDate is empty, the status can be inferred to be the current status of the collection.",,http://www.w3.org/2000/01/rdf-schema#Class,CollectionStatusHistory,No,Yes,object,original,08/07/2022,
3537
ltc:,status,Status,The development status of the collection during a specified period.,,The values/vocabularies for a status are predicated by the statusType. The in the examples mentioned terms are a cumulative list of terms associated with several different statusTypes.,"`Complete`, `In part`, `Developing`, `Closed`, `Active growth`, `Consumable`, `Decreasing`, `Lost`, `Missing`, `Passive growth`, `Static`",http://www.w3.org/1999/02/22-rdf-syntax-ns#Property,CollectionStatusHistory,Yes,No,string,original,08/07/2022,
3638
ltc:,statusChangeReason,Status Change Reason,An explanation of why the collection transitioned to the value set in the status property.,,statusChangeReason should be aligned with the value of statusType.,"`Pest infestation`, `Exchange`, `Transfer`, `Return to country of origin`, `Worldwide pandemic`",http://www.w3.org/1999/02/22-rdf-syntax-ns#Property,CollectionStatusHistory,No,No,string,original,08/07/2022,

0 commit comments

Comments
 (0)