<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/index.php?action=history&amp;feed=atom&amp;title=ecolabel-formats</id>
	<title>ecolabel-formats - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/index.php?action=history&amp;feed=atom&amp;title=ecolabel-formats"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=ecolabel-formats&amp;action=history"/>
	<updated>2026-05-30T07:01:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=ecolabel-formats&amp;diff=40023&amp;oldid=prev</id>
		<title>Spiritquest: mving content out</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=ecolabel-formats&amp;diff=40023&amp;oldid=prev"/>
		<updated>2009-07-27T23:55:12Z</updated>

		<summary type="html">&lt;p&gt;mving content out&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== previous formats ==&lt;br /&gt;
&lt;br /&gt;
=== Similar Microformats ===&lt;br /&gt;
&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
&lt;br /&gt;
indicates a &amp;quot;that the destination of that hyperlink is a license for the current page.&amp;quot; whereas rel-ecolabel would indicate that the destination of that hyperlink is an ecolabel for a product, company or service listed on the page.&lt;br /&gt;
&lt;br /&gt;
In this case I am uncertain if rel-license defines an authoritative source for license information. The difference with rel-ecolabel is that we would define an authoritative source at www.ecolabelling.org. We'd do this because there are many ecolabels 300+ and very few display their information in a standardised way. That being said, we're not beholden to this approach. &lt;br /&gt;
&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
&lt;br /&gt;
This would need to have the option / ability to point to the issuing labels site as well. Or if www.ecolabelling.org want to become the source, it should have a simple an quick method of adding labels into the system that aren't listed .. eg. a lot of UK based certified labels are currently not on the site. Would there be a conflict if I wanted to point the URL at the label associations website instead of www.ecolabelling.org (asked for discussion purposes)&lt;br /&gt;
&lt;br /&gt;
Label example: Vegan Society Trademark: http://www.vegansociety.com/business/trademark/&lt;br /&gt;
&lt;br /&gt;
=== Ecolabel Schema ===&lt;br /&gt;
&lt;br /&gt;
ecolabel entry @ ecolabelling.org&lt;br /&gt;
eg: http://ecolabelling.org/ecolabel/energy-star/&lt;br /&gt;
&lt;br /&gt;
ecolabel entry @ greenerchoices.org&lt;br /&gt;
eg: http://greenerchoices.org/eco-labels/label.cfm?LabelID=15&amp;amp;searchType=Label%20index&amp;amp;searchValue=&amp;amp;refpage=labelIndex&amp;amp;refqstr=&lt;br /&gt;
&lt;br /&gt;
ecolabel ISO types&lt;br /&gt;
eg: http://www.gen.gr.jp/eco.html&lt;br /&gt;
&lt;br /&gt;
=== conformsTo ===&lt;br /&gt;
The  [http://dublincore.org/documents/dcmi-terms/#terms-conformsTo Dublin Core conformsTo] term appears to already solve a more general problem of indicating conforming to any external label etc, not just ecolabels.&lt;br /&gt;
&lt;br /&gt;
Re-using conformsTo is also better than minting a new rel term. conformsTo can be used in a wider set of situations that &amp;quot;ecolabel&amp;quot; in that it can be used to indicate non-ecological conformance to standards too. e.g. a web page can conform to HTML 4.01 Strict, or software could conform to &amp;quot;Certified for Windows Vista&amp;quot; or a toy could conform to a particular child safety standard.&lt;br /&gt;
&lt;br /&gt;
As a [[poshformat]] inside the product description, e.g. inside an [[hProduct]]:&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
 This product conforms to &amp;lt;a rel=&amp;quot;conformsTo&amp;quot;&lt;br /&gt;
 href=&amp;quot;http://ecolabelling.org/ecolabel/certified-carbonfree/&amp;quot;&amp;gt;certified-carbon-free&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
using [http://www.w3.org/TR/rdfa-syntax RDFa]:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 This product conforms to &amp;lt;a about=&amp;quot;#product&amp;quot;&lt;br /&gt;
 xmlns:dc=&amp;quot;http://purl.org/dc/terms/&amp;quot; rel=&amp;quot;dc:conformsTo&amp;quot;&lt;br /&gt;
 href=&amp;quot;http://ecolabelling.org/ecolabel/certified-carbonfree/&amp;quot;&amp;gt;certified-carbon-free&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These claims could be verified by the authority being linked to (in the case above ecolabelling.org) by simply providing a link back from http://ecolabelling.org/ecolabel/certified-carbonfree/ to the product:&lt;br /&gt;
&lt;br /&gt;
as a poshformat on the certified-carbonfree page:&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
The &amp;lt;a href=&amp;quot;http://foo.example.com/product&amp;quot; rev=&amp;quot;conformsTo&amp;quot;&amp;gt;Foo product conforms to certified carbonfree.&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
as RDFa:&lt;br /&gt;
by linking to it using an about attribute, a namespace URL declaration, and labeling it with &amp;lt;tt&amp;gt;rev=&amp;quot;dc:conformsTo&amp;quot;&amp;lt;/tt&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Spiritquest</name></author>
	</entry>
</feed>