rel-meta: Difference between revisions
Jump to navigation
Jump to search
(creating a stub for rel-meta) |
(add more references) |
||
Line 14: | Line 14: | ||
* [http://wiki.foaf-project.org/w/Autodiscovery FOAF Autodiscovery] | * [http://wiki.foaf-project.org/w/Autodiscovery FOAF Autodiscovery] | ||
* [http://www.w3.org/TR/cooluris/#linking Cool URIs for the Semantic Web: Linking] | |||
* [http://www.w3.org/TR/rdf-syntax-grammar/#section-rdf-in-HTML Using RDF/XML with HTML and XHTML] in [http://www.w3.org/TR/rdf-syntax-grammar/ RDF/XML Syntax Specification (Revised)] | * [http://www.w3.org/TR/rdf-syntax-grammar/#section-rdf-in-HTML Using RDF/XML with HTML and XHTML] in [http://www.w3.org/TR/rdf-syntax-grammar/ RDF/XML Syntax Specification (Revised)] | ||
* [http://dublincore.org/documents/dcmes-xml/ Expressing Simple Dublin Core in RDF/XML] | * [http://dublincore.org/documents/dcmes-xml/ Expressing Simple Dublin Core in RDF/XML] | ||
* [http://www.ebusiness-unibw.org/wiki/GoodRelations_Recipe_8 GoodRelations recipes] | * [http://www.ebusiness-unibw.org/wiki/GoodRelations_Recipe_8 GoodRelations recipes] |
Latest revision as of 15:53, 18 February 2012
This article is a stub. You can help the microformats.org wiki by expanding it.
The meta link relationship is used to link to a resource containing external metadata about the HTML page. The metadata is often assumed to be in RDF format, as indicated by the type attribute. Example:
<link rel="meta" type="application/rdf+xml" href="foaf.rdf" />
Use in the wild
A query on sparql.sindice.com for use of the html:meta predicate returned 6862818 results as of 2012-02-18: live link