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

Property:objectType #304

Open
essvee opened this issue May 17, 2021 · 9 comments
Open

Property:objectType #304

essvee opened this issue May 17, 2021 · 9 comments
Assignees
Labels
Class:ObjectGroup data model issues related to data model subtasks done Reviewed and ready to go include in version 1 vocabulary:suggested The term has a suggested set of vocabulary terms

Comments

@essvee
Copy link
Contributor

essvee commented May 17, 2021

Label Object Type
Definition High-level terms for the classification of curated objects.
Usage A more generic classification of items in the collection than described in preparationType.
Existing property
Existing class
Existing property identifier
Format Text
Required No
Repeatable Yes
Constraints objectType should be set in conjunction with preparationType, as each objectType has specific preparationTypes. E.g., if preparationType is one of 'cell culture', 'axenic culture', 'viable cells': objectType must = 'culture'
Examples tissue, specimen, culture, rna, mineral, dna, environmental sample, HTS Library
Notes This should not be used for classifying objects by taxon. The best way to do that is to use the Taxon class (formal taxonomy and vernacular names) or ObjectClassification class (informal classification). For cultural collections terms such as 'bowl', 'textile' are appropriate at this level. For large collections of multiple types use pipe delimited lists.
@essvee essvee added Class:ObjectGroup include in version 1 data model issues related to data model subtasks labels May 17, 2021
@essvee essvee added this to To do in Data model - ObjectGroup via automation May 17, 2021
@essvee essvee moved this from To do to In progress in Data model - ObjectGroup May 17, 2021
@essvee essvee moved this from In progress to Review in progress in Data model - ObjectGroup May 17, 2021
@essvee essvee changed the title objectType Property:objectType May 17, 2021
@essvee
Copy link
Contributor Author

essvee commented May 17, 2021

objectType used to be issue #64 - see thread under there for relevant discussion.

@hardistyar
Copy link

hardistyar commented May 25, 2021

In the usage field I think you mean preparationType rather than preservationType. Constraints field doesn't seem correct either as it mixes the two terms.

@mswoodburn
Copy link
Contributor

Good spot, thanks @hardistyar - those are now updated.

@smrgeoinfo
Copy link

There is a lot of overlap with the proposed materialSampleType tdwg/dwc#345.

The proposed definition and vocabulary correspond nicely to the SpecimenType we're working on in iSamples. See the Decision tree for the vocabulary on GitHub. We're taking a broader cross domain view of the kinds of physical samples that are in scope, and not including information objects (which are linked to samples as related resources).

@smrgeoinfo
Copy link

Is there a preparationType vocabulary somewhere? 'preparation' doesn't seem to be defined in DWC-- closest I can find is

preparations: A list (concatenated and separated) of preparations and preservation methods for a specimen.

This is circular and doesn't actually define 'preparation'....

@debpaul
Copy link
Contributor

debpaul commented Jun 3, 2021

@smrgeoinfo

You can see some ideas for some "possible vocabulary" in the Darwin Core Hour Presentation about the need for a preparations extension to DwC.

@gdadade
Copy link
Contributor

gdadade commented Jun 4, 2021

GGBN developed a preparation extension for DwC (and ABCD) years ago: https://terms.tdwg.org/wiki/GGBN_Preparation_Vocabulary

The usage and examples ob objectType are based on ggbn:materialSampleType (https://terms.tdwg.org/wiki/ggbn:materialSampleType). This term has been only created for using GGBN with DwC (ABCD already has a similar term) and will presumably changed to objectType in the next version of GGBN as the term name is much more generic.

@smrgeoinfo
Copy link

Where is the definitions of a "preparation" that allows me to unambiguously distinguish a 'preparation' from any random 'object'? Can a preparation be something other than a 'materialSample'. Can a 'materialSample' ever be something other than a physical object (composed of matter, with defined boundaries)?

workflow:
Physical thing in the world (living, dead, inorganic, whatever!...) --> collection event (continuant, ?tdwg occurrence???) --> preparation process (continuant, not endurant, could be no action, e.g. for a rock sample) --> preserved physical object --> assign identifier (now its a materialSample--the thing that's actually 'curated', i.e. saved somewhere) --> other preparation processes --> analyzed material sample (should have a new identifier) --> analysis process --> data. Analyzed material sample might be changed to a new material sample (or annihilated) by the analysis process. If there is something 'saved', it should have a new identifier.

How is preparation different from materialSample?

I'm looking at what's here from an outside user with a data modeling/ontology perspective, and experience managing geologic physical samples.

Seems that there are four fundamental facets of interest: what is the object, what is it composed of (material type), what is it a sample of (sampled feature), how was its collected/preserved?

@smrgeoinfo
Copy link

have a look at http://www.cidoc-crm.org/Entity/E19-Physical-Object/version-7.1.1 for a good definition of physical object. A definition of objectType should be linked to a well defined concept of object (the domain of objectType).

@fmjjones fmjjones added help wanted Extra attention is needed done Reviewed and ready to go and removed help wanted Extra attention is needed labels Jan 20, 2022
@rondlg rondlg added the vocabulary:suggested The term has a suggested set of vocabulary terms label Jan 27, 2022
jbstatgen added a commit that referenced this issue Apr 11, 2023
jbstatgen added a commit that referenced this issue Apr 11, 2023
jbstatgen added a commit that referenced this issue Apr 11, 2023
magpiedin added a commit that referenced this issue Oct 19, 2023
* Adds hasObject properties to termlist and updates examples

* Adds datatypes to termlist

* updates identifier to identifierValue

* adds Event.eventName

* specifies array item datatypes

* add range & class-level-properties

* Updates Person.Identifier examples to have more than one

* Create ltc_skos_mapping.csv

Initial version of skos mappings

* Create Latimer Core browser.pbix

New version of LtC browser

* Update Latimer Core browser.pbix

Changed skos mapping csv source from local to GitHub

* Update Latimer Core browser.pbix

Minor fix to property html

* Update ltc_standard_terms_draft.csv

Added term_status, term_added and term_modified

* Update ltc_standard_terms_draft.csv

Added proposed hasSchemeTerm and hasSchemeMeasurementOrFact properties to the CollectionDescriptionScheme class

* Update ltc_standard_terms_draft.csv

Added proposed hasObjectGroup property to CollectionDescriptionScheme class

* Update ltc_standard_terms_draft.csv

Removed objectClassificationParent property, as superseded by the hasObjectClassification property

* Update ltc_skos_mapping.csv

Tweaks to some mapping relations, and also removed duplicate rows (repeated for hasIdentifier etc in mulltiple classes)

* Update ltc_standard_terms_draft.csv

Updates from SKOS mapping review (see issues #399 to #412)

* Updates json schema and examples: removes objectClassificationParent and renames Identifier.source as .identifierSource

* updates schema description

* Adds PersonRole.hasMeasurementOrFact

* Fixes omission of parent class in termlist.csv

* Updates termlist and schema

* Adds term to termlist.csv

* Updates StorageLocation schema to include locationDescription

* Adds ObjectGroup.alternativeCollectionName to termlist.

* Adds ObjectGroup.alternativeCollectionName to ObjectGroup schema and example files

* Fixes a couple of typos

* adds object count estimates to orgClass

* Separates property datatypes from normative termlist fields

* Updates bool property names in class-level examples

* Updates bool property names in json schema files

* Updates bool property names, labels and defs

* Small, pedantic edits to definitions to match those in the termlist

* updates collectionDescriptionScheme term name to hasCollectionDescriptionScheme

* Adds GO terms to skos mapping

* Adds GO terms to termlist

* Adds GO terms to datatypes list

* Adds GeographicOrigin.ecoRegion

* Updates json schema with amended definitions for GeoOrigin terms

* Update ltc_standard_terms_draft.csv

Fixed some special character encodings

* Update Latimer Core browser.pbix

Refreshed data from termlists

* kw-csv-to-json (#432)

* setup csv-to-json in tools

* setup json-schema converter

* add first batch of test-output

* draft update 'required'/minItems for arrays

* add env options for live/test output

* add initial test-output

* fix link?

* update how-to

* edit trouble-shooting + to-do

* generalize variable names

* fix link

* fix name

* fix description

* typo

* reorganize

* fix link

* update minItems/requirements & troubleshooting

* auto-json (#433)

* fix MeasOrFact

* note date-datatype (to-do)

* update main json-schema

* Revert "auto-json (#433)" (#439)

This reverts commit d881331.

* Add spec csv-to-json tool (#440)

* add test-spec based on ltc terms CSV

* edit test-spec based on ltc terms CSV

* add SPEC_CSV variable to .env

* add spec script + output path

* require CollStHis:hasMeasOrFact and GeoCtxt:bed

* fix spec script's use of spec-csv

* revert to pre-auto JSON

* fix repeatable term vs class

* fix SPEC_CSV example URL

* add spec JSON_OUTPUT_PATH

* add missing spec-steps

* fix typo

* re-try auto-generating json-schema (#441)

* Update ltc_standard_terms_draft.csv

Fixed mislabeled measurementAccuracy term

* Added Role class

Added the new Role class, removed PersonRole.role and added hasRole, with some tweaks to PersonRole class notes

* Updated Role mappings and datatypes

Also modified PersonRole.hasRole to repeatable array

* Adds country codes to examples field

* add note to Address.addressCountry field

relates to #455

* Update to notes field: only for paleo OGs

#465

* Updated examples to "`MaterialEntity`, `InformationArtefact`, `AbstractConcept`"

#463

* Removes contactDetailType and adds additional examples to contactDetailFunction

* Adds ContactDetail.contactDetailFunction

* Update of typeOfCollection?

#463

* Adds ObjectClassification.isTopParent

* Adds hasParentEvent to Event

* Updated typeOfCollection

#463

* Update ltc_standard_terms_draft.csv

* Corrects required/repeatable flags for ObjectGroup.alternativeCollectionName

* baseTypeOfCollection: change from term to terms in def

#365

* Updated typeOfCollection example from "MaterialEntities" to "MaterialEntity"

#255

* Update typeOfCollection examples

* Updated objectType

#304

* objectType: example update

#304

* objectType: removed spelling error

#304

* Updated preparationType Examples and Notes

* Updated Examples of preparationType

#64

* Changed examples of material

#261

* Corrected spelling mistake in material

#261

* Updated examples for preparationType

#64

* Updated Notes and Examples of preservationMethod

#65

* Update to Notes in baseTypeOfCollection

#365

* rename CollectionDescriptionScheme

...to ObjectGroupDescriptionScheme - #429

* rename CollectionDescriptionScheme

...to ObjectGroupDescriptionScheme - #429

* rename remaining CollectionDescriptionScheme

to "ObjectGroupDescriptionScheme" - #429

* baseTypeOfCollection: set repeatable = YES

#446

* Updated baseTypeOfCollection: spelling error

#446

* rename to LatimerCoreScheme

following #476 & updated #429

* Update ltc_standard_terms_draft.csv

Updated according to issue #462

* Update ltc_standard_terms_draft.csv

Updated with additional notes from issue #450

* rename baseTypeOfCollection

...to baseTypeOfObjectGroup - #477

* rename typeOfCollection

to typeOfObjectGroup - #478

* rename to LatimerCoreScheme - #429

#429

* rename baseTypeOfCollection - #477

to baseTypeOfObjectGroup

* rename typeOfCollection - #478

to typeOfObjectGroup

* rename typeOfCollection - #478

to typeOfObjectGroup

* rename CollectionDescriptionScheme - #429

to LatimerCoreScheme

* Add files via upload

Terms defined as human versus machine readable. Check terms after all review updates are made.

* update LtCScheme in ranges - #429

* rename CDScheme to LtCScheme - #429

"CollectionDescriptionScheme" class name updated to "LatimerCoreScheme"

* rename typeOfCollection in ltc.csv - #478

...to typeOfObjectGroup

* rename baseTypeOfCollection in ltc.csv - #477

...to baseTypeOfObjectGroup

* Updated GeographicOrigin to GeographicContext

* Update ltc_standard_terms_draft.csv

Further updates to definitions in the renamed GeographicContext class

* Updates class-level notes and usage recommendations

* Removes reference to stratigraphy from verbatimChronometricAge

* Update ltc_standard_terms_draft.csv

Changed labels for stateProvince and county #431

* Update ltc_categories.csv

Updated GeographicContext name & definition

* Updated hasOrganisationalUnit to hasParentOrganisationalUnit

* updates examples for chronometricAgeProtocol

* updates baseTypeOfObjectGroup to array

* updates usage notes for isDerivedCollection

* update CDScheme to LtCScheme in termlist-header

* Updated example for Reference.referenceDetails

#454 326

* 2nd Example added for Reference.referenceDetails

#326

* Updated example: collection dynamics to growth status

#367

* Updated example 

#124

* Removes collectionDescriptionPID and adds recommendation to hasIdentifier

* extends TemporalCoverage to PersonRole, changes dates to datetimes

* Update ltc_standard_terms_draft.csv

added superGroup property

* Updated referenceText to referenceName

Closes #453

* Changed collectionName to required = No

Closes #485

* Updates GeographicContext.ecoRegion notes

* Update ltc_datatypes.csv

Updated remaining references to GeographicOrigin to GeographicContext

* Added new EcologicalContext class

Add class and term definitions

* Update ltc_standard_terms_draft.csv

Removed ResourceRelationship.resourceRelationshipID as superseded by hasIdentifier

* Update ltc_standard_terms_draft.csv

Removed GeographicContext.salinityType as superseded by EcologicalContext class

* Update ltc_standard_terms_draft.csv

While checking boolean values: for "isDistinctObjects" removed "If isDistinctObjects is set to 'true', then no collection object should be covered by more than one object group within the LatimerCoreScheme." from "Usage", since it was already present in "Notes" and fits better there.

* Update ltc.csv

changed 1 of 11 instances of Organization... to Organisation. The other 10 are from other standards.

* Update ltc_standard_terms_draft.csv

2 of 4 instances of "organiza..." replaced with "organisa..." The other 2 are namespace dependent.

* match readme to master

to prevent conflicts

* Update Latimer Core browser.pbix

Refreshed from term list, added icon and other minor tweaks

* Refreshed derived csvs fpr terms

Regenerated namespace-specific CSVs and category CSVs from main term CSV

* clean up examples in ltc_standard_terms_draft.csv

* Update Latimer Core browser.pbix

* Added SKOS mapping decision tree

* Term updates from new SKOS review

Tweaks to terms to get definitions in line with the outcomes of the new SKOS mappings review. Includes namespace changes and definition tweaks. Also added new StorageLocation.hasParentStorageLocation term.

* Update ltc_standard_terms_draft.csv

Fix to hasParentStorageLocation term name

* Update ltc_standard_terms_draft.csv

Removed escaped double quotes

* Update ltc_standard_terms_draft.csv

Removed unpaired double quote

* Update ltc_standard_terms_draft.csv

* Update ltc_standard_terms_draft.csv

* Update ltc_standard_terms_draft.csv

* Updated term mappings

Updated SKOS mappings after review and replacing term names with URIs. Added more comprehensive SSSOM mappings.

* Removed trailing CSV columns

* Update Latimer Core browser.pbix

Refreshed data and modified to accept SKOS mappings from URIs

* Update ltc_standard_terms_draft.csv

Fixed issues with merge overwriting changes

* Update Latimer Core browser.pbix

Refreshed data

---------

Co-authored-by: Kate Webbink <magpiedin@gmail.com>
Co-authored-by: Matt Woodburn <M.Woodburn@nhm.ac.uk>
Co-authored-by: jbstatgen <85486197+jbstatgen@users.noreply.github.com>
Co-authored-by: fmjjones <jjones@fieldmuseum.org>
Co-authored-by: Sharon Grant <sgrant@fieldmuseum.org>
Co-authored-by: Kate Webbink <kwebbink@fieldmuseum.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Class:ObjectGroup data model issues related to data model subtasks done Reviewed and ready to go include in version 1 vocabulary:suggested The term has a suggested set of vocabulary terms
Projects
Data model - ObjectGroup
  
Review in progress
Development

No branches or pull requests

8 participants