Semantic Metadata in HTML

Semantic Metadata in HTML

Notes on RDFa, RDF, and semantic meta tags in HTML documents. Keywords: RDFa, rdf, meta, Dublin Core, html.

References

Example: Dublin Core profile in HTML head

<head profile="http://dublincore.org/documents/dcq-html/">
  <!-- Dublin Core metadata here -->
</head>

(needs content - expand on RDFa attributes, vocabularies, and practical use cases)