<?xml version="1.0"?>
<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:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:wot="http://xmlns.com/wot/0.1/"
	xml:base="http://www.perceive.net/schemas/20021119/trust">

	<rdf:Description rdf:about="">
		<dc:title>Trust Schema</dc:title>
		<dc:description>Schema for defining Trust Relationships in FOAF</dc:description>
		<wot:assurance rdf:resource="trust.asc" />
	</rdf:Description>

	<!--properties-->

	<rdf:Description rdf:ID="trustsNone">
		<rdf:type resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
		<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
		<rdfs:label>Trust: None</rdfs:label>
	</rdf:Description>

	<rdf:Description rdf:ID="trustsMinimally">
		<rdf:type resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
		<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
		<rdfs:label>Trust: Minimally</rdfs:label>
	</rdf:Description>

	<rdf:Description rdf:ID="trustsAveragly">
		<rdf:type resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
		<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
		<rdfs:label>Trust: Averagly</rdfs:label>
	</rdf:Description>

	<rdf:Description rdf:ID="trustsHighly">
		<rdf:type resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
		<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
		<rdfs:label>Trust: Highly</rdfs:label>
	</rdf:Description>

	<rdf:Description rdf:ID="trustsImplicitly">
		<rdf:type resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
		<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
		<rdfs:label>Trust: Implicitly</rdfs:label>
	</rdf:Description>

</rdf:RDF>