You're welcome!
Makes sense.
Yes - Artifact.import_data
! QIIME 2 uses a semantic type system to "label" all imported and generated data - the 'FeatureTable[Frequency]'
bit is an example of a semantic type - you would read this as "a feature table of frequency". You can import a 'FeatureData[Taxonomy]'
using the same mechanism shown above.
I don't follow, perhaps you can share a minimum working example?