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
- W3C: RDFa for HTML Authors
- selfhtml.org: HTML/Kopfdaten/meta - Profile und Schemata fuer frei definierbare Metadaten
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)