Closed huberrob closed 3 years ago
I would suggest the second option. In fact, I would suggest to adopt the “Standard values for unknown information” from DataCite (see Appendix 3 in the DataCite 4.3 Metadata Schema Documentation) that may be used for any property if the value is not available for any reason.
These values include:
value | meaning |
---|---|
:unal |
unallowed, supressed intentionally |
:unap |
not applicable, makes no sense |
:unas |
value unassigned (e.g., Untitled) |
:unav |
value unavailable, possibly unknown |
:unkn |
known to be unknown (e.g., Anonymous) |
:none |
never had a value, never will |
:tba |
to be assigned or announced later |
and others.
This approach has the advantage that the issuer of the PID has at least the obligation to state that this value is not known and is not just forgotten to be filled in. And it also gives the opportunity to state why this value is not given.
Thanks for the suggestion. Technically no big deal to implement a couple of the values above as option in the frontend but hard to get the people to fill out this property later on if we set to "tba" all the mandatroy properties which are currently missing a value. The human factor again...
Ditto for property "instrument model"
And we have the issue that some of the sensors were indeed built in AWI's "Werkstatt" so that they do not have a registered manufacturer and model name.
The latter is not a problem. If the sensor is built by AWI's "Werkstatt", the manufacturer is AWI. We explicitly state in the definition of the Manufacturer property: “This may also be the owner for custom build instruments.”
I guess this has been settled by now. I suggest to close.
I agree with you, this can be closed..
On Fri, Feb 26, 2021 at 4:39 PM Rolf Krahl notifications@github.com wrote:
I guess this has been settled by now. I suggest to close.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rdawg-pidinst/schema/issues/33#issuecomment-786722178, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACW5R6SRIJRGT3OEDGVJIDTA66DBANCNFSM4ITO7QTA .
-- Dr. Robert Huber,
PANGAEA - www.pangaea.de
MARUM - Center for Marine Environmental Sciences University Bremen Leobener Strasse POB 330 440 28359 Bremen Phone ++49 421 218-65593, Fax ++49 421 218-65505 e-mail rhuber@uni-bremen.de
Manufacturer and manufacturerName now are mandatory in our schema. However this information is not always available. Further, it is not mandatory in SensorML 2.0 so there is a compatibility issue.
Possible Solutions: 1) Make Manufacturer info Optional 2) Provide a default entry like 'Not Given' or 'Unknown' (but it has to be discussed if this is confusing in comparison to solution 1)