In the beginning, there was the HTML meta element. Then came PICS, which could be carried inside meta elements. Then came RDF, in some ways a generalization of PICS, written in XML, and XHTML, also written in XML. Whence comes the question...

How do I put RDF in my HTML document?

With the growing number of GrddlImplementations...

in particular...

How do I put bibliographic metadata ala DublinCore in my HTML document?

How do I put rights metadata in my HTML document ala CreativeCommons?

How can I use my HTML document to make FOAF metadata?

How can I make an RSS feed from my HTML page?

How do I connect my web page to a geographic lat/long location?

how about travel schedules?

How do I make a namespace document that works with HTML browsers but formally relates various resources?


Some older ideas and the corresponding drawbacks:


references, newest first:


CategoryFaq, ProxyTopic of public-rdf-in-xhtml-tf


Comments:

In the HTML 4.01 specs, it is said "The ADDRESS element may be used by authors to supply contact information for a document or a major part of a document such as a form. This element often appears at the beginning or end of a document." But you are putting licence information (CC example) which is not contact information. -- KarlDubost.

This document is very interesting because it has a lot of links but it's also very hard to read, because you have to go back and forward with the Joe User home page. --KarlDubost

The spec suggests that the rel attribute of the link tag be "transformation" and that's what Joe Lambda's page uses, yet View > Source of the page http://www.w3.org/2003/g/data-view shows it using rel="xslt2rdf". Are both OK? -- SPage


If you use a data: URL in a <link>, it's pretty easy, and compatible with many many versions of HTML and HTML-processing agents:

It's just so deliciously wrong. --EvanProdromou

CategoryGrddl

EmbeddingRDFinHTML (last edited 2007-01-24 18:50:07 by DanC)