linkml / schemasheets

Structure your data in a FAIR way using google sheets or TSVs. These are then converted to LinkML, and from there other formats
https://linkml.io/schemasheets/
42 stars 5 forks source link

Column designator "type" conflicts with linkml 1.3. metaslot "type" #75

Closed cmungall closed 2 years ago

cmungall commented 2 years ago

Given

Type
> type

"type" is a reserved word for schemasheets, as a shorthand for stating this is the name of the TypeDefinition

in linkml 1.3, "type" is introduced as a metaslot, this could cause ambiguity

proposal: in rare cases where disambiguation is required, use metaslot.type

See #74