<?xml version='1.0' encoding='ISO-8859-1'?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	 xmlns:socionet="http://www.cs.vu.nl/~pmika/socionet#"
	 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
         xmlns:owl="http://www.w3.org/2002/07/owl#"
 	 xmlns:foaf="http://xmlns.com/foaf/0.1/"
>

<foaf:Person rdf:about="http://www.cs.vu.nl/~pmika/socionet#Jack">
  <foaf:name>Jack</foaf:name>
  <foaf:knows>
    <foaf:Person rdf:about="http://www.cs.vu.nl/~pmika/socionet#Jill">
      <foaf:name>Jill</foaf:name>
    </foaf:Person>
  </foaf:knows>
</foaf:Person>

<socionet:Friendship rdf:about="http://www.cs.vu.nl/~pmika/socionet#JackAndJill">
	<socionet:strength>12</socionet:strength>
	<rdf:subject rdf:resource="http://www.cs.vu.nl/~pmika/socionet#Jack" />
	<rdf:predicate rdf:resource="http://xmlns.com/foaf/0.1/knows" />
	<rdf:object rdf:resource="http://www.cs.vu.nl/~pmika/socionet#Jill" />
</socionet:Friendship>

<rdfs:Class rdf:about="http://www.cs.vu.nl/~pmika/socionet#Relationship" rdfs:label="Relationship">
	<rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/>
	<rdfs:subClassOf rdf:resource="http://ontology.ip.rm.cnr.it/DOLCE-Lite-Plus#social-description"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://www.cs.vu.nl/~pmika/socionet#Parameter" rdfs:label="Parameter">
	<rdfs:subClassOf rdf:resource="http://ontology.ip.rm.cnr.it/DOLCE-Lite-Plus#parameter"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://www.cs.vu.nl/~pmika/socionet#Friendship"
	 rdfs:label="Friendship">
	<rdfs:subClassOf rdf:resource="http://www.cs.vu.nl/~pmika/socionet#Relationship"/>
	<socionet:hasParameter rdf:resource="http://www.cs.vu.nl/~pmika/socionet#Strength" />
</rdfs:Class>


<rdf:Property rdf:about="http://www.cs.vu.nl/~pmika/socionet#hasParameter" rdfs:label="hasParameter">
<rdfs:subPropertyOf rdf:resource="http://ontology.ip.rm.cnr.it/DOLCE-Lite-Plus#temporary-component-of"/>        
	<rdfs:domain rdf:resource="http://www.cs.vu.nl/~pmika/socionet#Relationship"/>
	<rdfs:range rdf:resource="http://www.cs.vu.nl/~pmika/socionet#Parameter"/>
</rdf:Property>

<rdf:Property rdf:about="http://www.cs.vu.nl/~pmika/socionet#valued-by" rdfs:label="valued-by">
<rdfs:subPropertyOf rdf:resource="http://ontology.ip.rm.cnr.it/DOLCE-Lite-Plus#valued-by"/>        
	<rdfs:domain rdf:resource="http://www.cs.vu.nl/~pmika/socionet#Parameter"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
</rdf:Property>


<rdf:Property rdf:about="http://www.cs.vu.nl/~pmika/socionet#strength" rdfs:label="strength">
	<rdfs:domain rdf:resource="http://www.cs.vu.nl/~pmika/socionet#Friendship"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
</rdf:Property>



</rdf:RDF>

