quangis / transforge

Describe processes as type transformations, with inference that supports subtypes and parametric polymorphism. Create and query corresponding transformation graphs.
GNU General Public License v3.0
2 stars 0 forks source link

Include type aliases in taxonomy #111

Open nsbgn opened 2 years ago

nsbgn commented 2 years ago

At the moment, aliases are only treated as shorcuts to writing complex types. However, when they communicate more information, as they probably do in https://github.com/quangis/ratios, it's likely useful to have them exist in the generated type taxonomy (probably connected via owl:sameAs and symmetric rdfs:subClassOf relations.)