Closed
Description
In the new uom model, aspects are organized into a hierarchy. Options for the linking relationship, including pros and cons:
skos:broader
- Note:
skos:broader
has been proposed, but we actually want the transitive version,skos:broaderTransitive
. - Broadly disliked because it doesn't indicate direction.
- Up to now we have not wanted to import another ontology into gist. gist is an upper ontology - should it therefore be self-contained?
- New property
gist:hasBroader
- Con: Easily confused with
skos:broader
? - especially if the gist one is transitive.
- New property with some other name
- Pro: Addresses problems with both 1 and 2.
- Reuse
gist:hasSuperCategory
- Pro: Doesn't involve using SKOS or defining a new predicate.
- Con: Although no domain and range are specified, the name suggests it only applies to categories, and therefore will be confusing to use with aspects.
- Rename
gist:hasSuperCategory
(major change)
- Use a name to indicate hierarchical, broader/narrower relationships that does not suggest categories.
- Pro: Gets the advantages of 4 and solves the issues with all those above.
- This may bring us back to
gist:hasBroader
. - Con: Changing the name of a long-standing property.