<?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:neg="http://opera.inrialpes.fr/people/Tayeb.Lemlouma/NegotiationSchema/NetworkProfileSchema-03012002#">

<!--
  This is the RDF Schema for 
  "The Network Profile".
  Defined in the context of content negotiation in heterogeneous environments.
  Author: Tayeb LEMLOUMA, January 2002.
-->

	<rdf:Description rdf:ID="ProfileComponent">
	   <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
	   <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
	   <rdfs:comment>A class that includes different components for the Network Profile description </rdfs:comment>
	</rdf:Description>
	
	<!-- 
	Common properties
	-->
	
	<!-- 
	Main Network Profile Components 
	-->

	<rdf:Description rdf:ID="CurrentNetworkDescription">
	   <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
	   <rdfs:subClassOf rdf:resource="#ProfileComponent"/>
	   <rdfs:comment>
   	   Describes the current network characteristics 
	   </rdfs:comment>
	</rdf:Description>



	<!-- 
	 "Current Network Description" Profile Component 
	-->	
	
	<rdf:Description rdf:ID="averageCurrentBandwidth">
	   <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Property"/>
	   <rdfs:domain rdf:resource="#CurrentNetworkDescription"/>
	   <rdfs:comment>
	   The estimated current bandwidth (given in bits per second)
	   Example: "256000, 128000, etc."
	   </rdfs:comment>
	</rdf:Description>

	<rdf:Description rdf:ID="communicationProtocol">
	   <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Property"/>
	   <rdfs:domain rdf:resource="#CurrentNetworkDescription"/>
	   <rdfs:comment>
	   The protocol used in the network communication
	   Example: "HTTP, RTP, RTSP, etc."
	   </rdfs:comment>
	</rdf:Description>

</rdf:RDF>