<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:dcterms="http://purl.org/dc/terms/"
	xmlns:label="http://www.w3.org/2004/12/q/contentlabel#"
	xmlns:icra="http://www.icra.org/rdfs/vocabularyv03#">

	<rdf:Description rdf:about="">
		<dc:creator rdf:resource="http://www.icra.org"/>
		<dcterms:issued>2009-01-01</dcterms:issued>
		<label:authorityFor>http://www.icra.org/rdfs/vocabularyv03#</label:authorityFor>
	</rdf:Description>

	<!-- apparently I can't specify different labels for each host in one file; why? -->
	<label:Ruleset>
		<label:hasHostRestrictions>
			<label:Hosts>
				<label:hostRestriction>nom.is</label:hostRestriction>
			</label:Hosts>
		</label:hasHostRestrictions>
		<label:hasDefaultLabel rdf:resource="#blog"/>
	</label:Ruleset>

	<label:ContentLabel rdf:ID="blog">
		<rdfs:comment>Label for all/most of website</rdfs:comment>
		<icra:nz>1</icra:nz>
		<icra:sz>1</icra:sz>
		<icra:vz>1</icra:vz>
		<icra:lz>1</icra:lz>
		<icra:oz>1</icra:oz>
		<icra:ca>1</icra:ca>
		<rdfs:label>
			No nudity;
			No sexual material;
			No violence;
			No potentially offensive language;
			No potentially harmful activities;
			User-generated content such as entry comments (moderated);
		</rdfs:label>
	</label:ContentLabel>
</rdf:RDF>

