<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
	xmlns:nz="http://www.e.govt.nz/standards/nz/2009-01-01">
	
<id>http://www..nz/feeds/datasets</id>
<title>IRD datasets</title>
<link href="http://www.nzdf.mil.nz/careers/default.htm" rel="self"/>
<author><name>IRD</name><uri>http://www.ird.govt.nz/</uri></author>

<!-- feed-level information-type -->
<category term="dataset"
  scheme="http://www.e.govt.nz/standards/nz/2009-01-01#information-type"/>

<updated>2009-05-01T13:00:00Z</updated>

<entry>
	<title>An example dataset</title>
	<link href="http://eg.elabs.govt.nz/"/>
	<id>http://eg.elabs.govt.nz/abcxyz</id>
	<updated>2009-05-01T13:00:00Z</updated>
	<content>
		Description of the scope, format and other details of the dataset.
	</content>
	
	<link rel="license" type="application/rdf+xml"
    	href="http://creativecommons.org/licenses/by-nc/3.0/nz/rdf" />
	
	<!-- tags (use category with no scheme) -->
	<category term="keyword"/>
	<category term="another"/>
	
</entry>

</feed>
