I have already decided the structure of my Dublin Core Application Profile and the syntax and use of the Dublin Core Element Set for my web application.
But I never used before Dublin Core Metadata in general. So, allow me those simple questions.
About the Dublin Core Application Profile, I have to implement it with HTML and embed it on the header of the page?
About the Dublin Core Element Set, I will also use HTML to implement it. I'm going to use it for images. I will create fields in a table in my DB to store the values of the Set, for every image. When the image render to the end-user (via a gallery) should I also embed the values of the Set for this image? Something like
<img src="smiley.gif" alt="Smiley face" height="42" width="42"
<meta name="DC.title" content="blah blah" />
//other 14 elements of the set here....
>
Thanks
yes that's how I would do it. Interestingly, Or not)
If you look at DC's own site,
they don't seem to bother, or at least don't bother consistently