Closed UlrikeS91 closed 2 years ago
"manufacturer": good idea. Should probably be Organization or Person.
"software": do you have any suggestions? We could have an extension ElectronicDevice? (we also need to revisit the HardwareSystem schema in the computation module, which overlaps with this).
"manufacturer": good idea. Should probably be Organization or Person.
Yeah, you can use category "LegalPerson". Then you get both. We didn't do that for the "StockNumber" schema because it seemed wrong to assume that single persons would provide stock numbers. But for a manufacturer, why not.
"software": do you have any suggestions? We could have an extension ElectronicDevice? (we also need to revisit the HardwareSystem schema in the computation module, which overlaps with this).
Yeah, your idea sounds pretty good. Have a device schema that fits any kind of device and then extend this with other schemas for more specialized categories. "ElectronicDevice" could be for amplifiers and such. This could get the property "software". "Probe" (or similar) could be for pipettes and electrodes (and others in the future, like a biopsy tool) . But only if there are properties that would specifically apply to those. Otherwise, they just extend the "device" schema then.
Device
"Manufacturer" and "modelName" should maybe be optional, e.g. custom-made pipettes cannot fulfill this criterion.
Pipette