Microcontent - To Embed or Not to Embed Continued…
29
June
It's been great getting some feedback on my previous post with regards to this topic.
Thanks for the feedback guys.
Daniel raises some valid points I'd like to expand upon. I'm still thinking about Jasons. And have an uneasiness about some of them
Anyway, re-reading part of i-tags, I understand that the current i-tag specification simply points to a predicate of vocabularies describing the content tagged.
I'm not very well versed on these things however what I had hoped could be achieved is the ability to include in an i-tag, an indentifier as to where an embedded objects metadata can be found. I envision this being done through say a microformat predicate class.
Here an example of me tagging myself with my hCard as metadata in my about page:
<a rel="tag" class="i-tag" href="http://depressionisms.com/tblog/i-tags/craig-hCard/">Craig</a>
Heres an example i-tag as I see it, at that link above:
<div class="i-tag"> <!-- i-tag header metadata describing the i-tag itself --> <div> <a class="id" href="http://depressionisms.com/tblog/i-tags/craig-hCard">I-Tag</a> <a class="subject" href="http://depressionisms.com/tblog/about/">About Craig</a> <a class="author" href="http://depresssionisms.com/tblog/about/">Author: Craig</a> <a class="publisher" href="http://depressionisms.com/tblog/">Cataga</a> <a class="verifier" href="https://verify.opinity.com/">I-Tag Verifier: Opinity</a> <a class="date" href="http://xri.net/($d*2006-01-12T12:13:14Z)">Tag Date: 2006/03/22 08:19</a> </div> <!– i-tag body metadata describing the subject identified above–> <div> <a class="predicate" href="http://microformats.org/wiki/rel-tag">Tags</a> <div> <a class="object" rel="tag" href="http://technorati.com/tag/person">person</a> <a class="object" rel="tag" href="http://depressionisms.com/tblog/category/i-tags/">i-tags</a> </div> </div> <div> <a class="predicate" href="http://microformats.org/wiki/rel-license">Licenses</a> <div> <a class="object" rel="license" href="http://creativecommons.org/licenses/nd/1.0/">Creative Commons NoDerivs 1.0</a> </div> </div><div> <a class="predicate" href="http://microformats.org/</a> <div> <a class="object" rel="microformat" href="http://neuraxon77.pip.verisignlabs.com/hCard/">hCard</a> </div> </div> </div>
The example above being my hosted hCard stored on an OpenID provider. Restricting access to that data to trusted users or sites. The ability to mark attributes in that secure data as publicly publishable or not. Like email addresses.
Instead of displaying email addresses in full view for spiders, they're replaced with a placeholder for requesting those details, the placeholder being a Yadis Identity form discovering my OpenID or i-name provider contact form. The placeholder opening say an AJAX form whereby the users name, email address, and message requesting why they want access are then transmitted to my provider, the user never having to leave my site. If I then approve the request, they get an email saying so, either with the content they requested or the original link where they were looking for it. If the link, they head to the site and on entering their email and a returned password(for email user verification) in the request information area(this, along with their details could be included in the link?), they get that information displayed. If the user has their own Yadis Identity the password wouldn't be required. To get the content they wanted, users might be encouraged to get an identity! Identity viral marketing.
Ideally, what I'm looking for is one way - a tag or identifier - to describe what the content is about on a page or section of a page and who has permission to it.
For me personally and the project I'm working on, I have the need to be able to tag an object embedded anywhere in a page, and use that tag to provide additional information on the object like licensing and privacy restrictions. Whether that be a users name, an image, part or the entire document, I want to be able to tag it on creation with the tag containing the metadata for it. Say one part of a document as copyright, another part under a creative commons license. I want to be able to distinguish those sections. An image on a page may be copyright but the text might not be.
There's a lot to learn of what's out there at the moment to do this. Right now for me it's as clear as mud. I probably should have been clearer in my previous post that I may have been thinking about i-tags outside its current scope there.
Thinking about it another way, I'm wondering if eRDF could be be used by defining my own standard rdf schema for tagging content or something. It's all very confusing at the moment because I think I'm trying to do something outside the scope of everything I'm finding. Or misunderstanding what I am. All a learning process.
Really appreciate the feedback on this though.


