Form posted from Microsoft Internet Explorer.

report=Creating of RDF graphs miss.
RDF=<?xml version="1.0">
<?xml version="1.0" encoding="UTF-8"?>
<!-- programed by Kianoush Eshaghi (Metadat GmbH) -->
<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:schema="http://www.metadat.com/authorisation/schema#" 
		xml:base="http://www.metadat.com/">
		
		<schema:Utility rdf:about="utility01">
			<schema:request rdf:resource="service01"/>
			<schema:request rdf:resource="trust_agent"/>
		</schema:Utility>
		<schema:TrustAgent rdf:about="trust_agent">
			<schema:provide rdf:resource="service01"/>
		</schema:TrustAgent>
		<schema:Service rdf:about="service01">
			<schema:provide rdf:resource="utility01"/>
		</schema:Service>
</rdf:RDF>

Received on Thursday, 3 June 2004 06:38:09 UTC