bartkl / cim-to-linkml

Generates LinkML schemas for packages in the CIM information model.
0 stars 0 forks source link

Consider using `from_schema` instead of subsets #16

Closed bartkl closed 3 months ago

bartkl commented 3 months ago

from_schema allows pointing to the exact URI of the schema that represents the package the element is from. Semantically that seems better.

This also removes the subsets section.

It does mean the schema id URIs become much more important and meaningful, and should be chosen wisely.

bartkl commented 3 months ago

Some downsides with using from_schema:

bartkl commented 3 months ago

See package-from-schema branch