this post was submitted on 03 Apr 2024
49 points (100.0% liked)

Fediverse

27544 readers
364 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] raffomania@lemmy.world 4 points 4 months ago (2 children)

I'm definitely planning to support nested tags. Do you have an example for an app with a nested tag system you like? Also I'm not sure what you mean by meta tags, could you explain what that means?

[–] warmaster@lemmy.world 2 points 4 months ago* (last edited 4 months ago)

https://schema.org/docs/full.html

https://schema.org/LinkRole

You could leave tag management to the user, but make opinionated link relationships by using a well documented, widely adopted, open and international web standard.

If further down the line you want to automate tagging, you could use lemmatization on user tags.

[–] takeheart@lemmy.world 1 points 4 months ago* (last edited 4 months ago) (1 children)

I haven't seen an app that does it really well like some libraries or ontologies do but I'm certainly not well versed with all of them. Back in the day I used Evernote which was at least a start, as you could create arbitrary hierarchies (nest tags within tags).

So ideally you would want to be able to nest tags like this:

news.politics.europe.denmark

of course another person might prefer the hierarchy

politics.elections.news.denmark

There's no strict right or wrong here but often over time some consensus forms. Bonus points if there are equivalency classes, ie "recipe", "recipes", "cooking recipe", and even the Spanish versions "receta" and "recetas" all refer to the same thing.

By meta tags I mean the ability to describe and classify certain tag groups. For instance "politics", "cats" and "Hollywood" are content tags while the tags "English", "Danish" and "French" are language tags. "PDF", "MP3" and "HTML" are file format tags but "video", "music" and "text" are content form tags while "2023", "2004-04-03" are time-line tags

Meta categories allow you for instance to search for pages that are about the English language, but not necessarily in English and surely not written by people who happen to have the last name 'English'. Now some systems encode this information inside the string of the tag itself like so: "language = English" or "topic = cats", but I think the most elegant solution is really to let a tag have categories or tags on its own which describe what it's used for (thus meta tags).

[–] raffomania@lemmy.world 2 points 4 months ago

Thanks for elaborating! I'm going for a flexible way to organize links that should work in a similar way to what you're describing.