|
Hi there, Just a quick question, how do I represent a hashtag in a tweet in RDF? Basically, there are many options to represent it, such as using dc:subject (or dcterms:subject), moat:taggedWith, etc. However, I'm not sure yet whether I should choose between those options. For instance, there's a tweet like this:
What could be the best way to represent it in RDF? I know that I could represent a tweet as a sioct:MicroblogPost but how about its hastags? I will update my project wiki as soon as I get a good answer. Thanks! |
|
I suggest you use a combinaison of SIOC:MicroblogPost and Tag Ontology. There are a couple of one out there. In your example, I suggest you remove the # to assign the tag label. You could also subclass Tag with a new class HashTag that will indicate it is a tag used in Twitter. Have a look at SCOT ontology (for some reason the site is down). The following presentation provides a list of links to tag ontologies. As for tagging, I found that there are 2 ontologies available, SCOT and MOAT. What's the difference between them? Thank you! |
|
I have found a solution, well, sort of..
|

