-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename gist instances to use our naming convention #556
Comments
This is a good idea, though it will make all the IRIs long and clunky. |
Existing terms need to be added to a gistDeprecated.ttl file - which doesn't currently exist because we just removed it for the major release. |
See discussion thread on PR #575 (now closed because the issue needs further review). |
I just noticed that in my current project I've been using the This would still be an exception to our general 'most specific rigid class' rule, however: a second would not be a second if it were not a |
I did not follolw this fully, probably best to have a chat to make progress. |
Defer until #305 is implemented so we don't change the names more than once. |
@dylan-sa Why does this need to be deferred? We can deprecate the existing terms, as is our usual practice. |
Deprecate existing URIs. |
Re rigid class issue above: Michael proposes we could use the most specific rigid class in gist, and that clients could handle it themselves - e.g., by defining their own instances with "UnitOfMeasure" infix and Open question: are these individuals categories or data? I.e., |
A question I ask is whether the information is part of the subject matter of the client business. If it is, it goes in the taxo namespace, otherwise it is data. Let's look at some client examples.
In all three cases, the units and new subclasses of gist:Magnitude (that go hand in hand) are describing the subject matter relating to the core business of the client. They are used to create client data. So to me, the units are a much better fit to be in a It would be different if we worked for the international standards organization that tracked all sorts of units and measures. For them, it would probably be as good or better fit to regard the units as data. |
Since gist is an upper ontology, with no defined subject matter, we have to decide whether the instances are taxonomic or data. Once we take one stance with gist, client models should follow suit. It would be odd if a unit defined in gist is data while it's taxonomic in a client model, or vice versa. Given that One might say that if it's a controlled vocabulary it's taxonomic. At the same client, we have a curated set of suppliers and manufacturers (organizations). Again, |
This is a not a clear-cut decision - your points are generally valid. It's a matter of considering tradeoffs and personal preferences. On the other hand: It occurs to me that if we go with the International Standards Body, a unit of measure is just a Magnitude - we went through this once before and decided against it. But if we did go with this approach, the data namespace seems to make more sense. |
That is still on the table as part of the units and measures work: #61. |
This will require more discussion due to the issue of most specific not always being appropriate. |
Note: although all the gist instances are currently units of measure, I don't think the topic here is units and measures per se, so am removing it from that discussion. |
I vote to close this issue. There are only a handful of terms at stake, all units of measure, and there is considerable disagreement about whether uoms are taxonomy data or not. IMO it's not worth hashing out. |
Agree to not address this for now. Is there a 'dormant' status, as opposed to dead? |
Closing and labelling as deferred. |
@uscholdm @dylan-sa @coltonglasgow What are your thoughts about implementing the naming convention in sub-gists? A couple of them have small taxonomies; should we put them in a |
As of 12.0.1 there only a dozen or so instances and every one is related to units and magnitudes. It can be addresses in #697. |
@uschold I was referring to sub-gists. |
I like the idea of using |
I think we shoud do whatever we normally do with clients, to the extent that we all do the same thing. If there are differences, we should look into them and make a choice. |
Naming convention from style guide:
A "rigid" class is one that the instance inherently belongs; it is part of the essence of the object, which would not be the same object if it did not belong to this class. A non-rigid class may be temporary and/or express a role or relationship; for example,
Child
,Patient
,Employee
. The notion of rigid classes originates in OntoClean.The "most specific rigid" class is the rigid class that the instance most directly belongs to.
For example, given the class hierarchy
Living Thing
>Person
>Student
, where the first two classes are rigid and the third is not, the name for Sir Tim Berners-Lee is_Person_Sir_Tim_Berners_Lee
.None of the gist individuals for units and durations follow this convention.
We should also use the namespacing convention we use for client projects - I.e., we should use
https://taxonomies.semanticarts.com/gist/
(gistx)
. As a result we would have, for example,gistx:_DurationUnit_minute
. See issue #305.Original terms can be deprecated to make this a minor change.
The text was updated successfully, but these errors were encountered: