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

Commit 6c1a8da

Browse files
authored
Merge pull request #381 from tdwg/sarah/376-hasProperties
Adds hasObject properties to termlist and updates examples
2 parents 65c1d49 + 266a8d4 commit 6c1a8da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+491
-413
lines changed

examples/class-level json examples/address-example.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"addressLocality": "Chicago",
66
"addressRegion": "Illinois",
77
"addressCountry": "United States",
8-
"identifier":
8+
"hasIdentifier":
99
[
1010
{
1111
"identifierType": "what3words",

examples/class-level json examples/collection-description-scheme-example.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"basisOfScheme": "Institutional holdings",
33
"distinctObjects": true,
44
"schemeName": "Institutional Registry Project",
5-
"identifier":
5+
"hasIdentifier":
66
[
77
{
88
"identifierType": "LtC Schema ID",
99
"identifier": "0000-0000-0000-0000"
1010
}
1111
],
12-
"reference":
12+
"hasReference":
1313
[
1414
{
1515
"referenceType": "Website",

examples/class-level json examples/collection-status-history-example.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"statusType": "Stewardship",
33
"status": "active",
4-
"temporalCoverage":
4+
"hasTemporalCoverage":
55
[
66
{
77
"temporalCoverageStartDate": "1846-08-10",
8-
"reference":
8+
"hasReference":
99
[
1010
{
1111
"referenceType": "Digitised Document",
1212
"referenceText": "Act establishing the Smithsonian Institution",
1313
"referenceDetails": "Marc Rothenberg, ed. The Papers of Joseph Henry, The Princeton Years, January 1844 - December 1846, vol. 6. Washington, D.C.: Smithsonian Institution Press, p. 463.",
1414
"resoureURI": "https://www.si.edu/object/siris_sic_12522",
15-
"identifier":
15+
"hasIdentifier":
1616
[
1717
{
1818
"identifier": "siris_sic_12522",

examples/class-level json examples/event-example.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"verbatimEventDate": "1755-1756",
33
"habitat": "temperate rainforest",
4-
"personRole":
4+
"hasPersonRole":
55
[
66
{
77
"role": "Collector",
88
"startedAtTime": "1755-09-01",
9-
"person":
9+
"hasPerson":
1010
[
1111
{
1212
"fullName": "Anne Monson",
1313
"familyName": "Monson",
1414
"givenName": "Anne",
15-
"identifier":
15+
"hasIdentifier":
1616
[
1717
{
1818
"identifierType": "URI",
@@ -26,7 +26,7 @@
2626
{
2727
"role": "Navigator",
2828
"startedAtTime": "1755-09-01",
29-
"person":
29+
"hasPerson":
3030
[
3131
{
3232
"fullName": "Sidney Smith",
@@ -36,7 +36,7 @@
3636
]
3737
}
3838
],
39-
"measurementOrFact":
39+
"hasMeasurementOrFact":
4040
[
4141
{
4242
"measurementType": "Object Count",

examples/class-level json examples/geographic-origin-example.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"countryCode": "AU",
77
"salinityType": "marine",
88
"stateProvince": "Queensland",
9-
"identifiers":
9+
"hasIdentifier":
1010
[
1111
{
1212
"identifierType": "GeoNames ID",
1313
"source": "https://www.geonames.org/",
1414
"identifier": 2146841
1515
}
1616
],
17-
"measurementOrFact":
17+
"hasMeasurementOrFact":
1818
[
1919
{
2020
"measurementType": "decimal latitude",

examples/class-level json examples/measurement-or-fact-example.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"measurementAccuracy": "Estimate",
55
"measurementMethod": "DiSSCo MIDS level",
66
"measurementDerivation": "Reported",
7-
"reference":
7+
"hasReference":
88
[
99
{
1010
"referenceType": "Measurement methodology",
1111
"resourceURI": "https://doi.org/10.5281/zenodo.3465285",
1212
"referenceDetails": "Saarenmaa, Hannu, Agosti, Donat, Dillen, Mathias, Egloff, Willi, Gagnier, Pierre-Yves, Groom, Quentin, Hardisty, Alex, & Raes, Niels. (2019). Open access implementation guidelines for DiSSCo. Deliverable D6.5 (pp. 1–35).",
1313
"referenceText": "Open access implementation guidelines for DiSSCo. Deliverable D6.5",
14-
"identifier":
14+
"hasIdentifier":
1515
[
1616
{
1717
"identifierType": "DOI",

0 commit comments

Comments
 (0)