<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE rdf:RDF [
       <!ENTITY cos     "http://www.inria.fr/acacia/corese#">
       <!ENTITY rdf     "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
       <!ENTITY rdfs    "http://www.w3.org/2000/01/rdf-schema#">
       <!ENTITY owl     "http://www.w3.org/2002/07/owl#">
       <!ENTITY palette "http://www.inria.fr/acacia/2006/palette#">
       <!ENTITY xsd     "http://www.w3.org/2001/XMLSchema#">
       <!ENTITY dc      "http://purl.org/dc/elements/1.1#">

       ]>

<rdf:RDF
       xmlns:rdfs="&rdfs;"
       xmlns:rdf="&rdf;"
       xmlns:cos="&cos;"
       xmlns:palette='&palette;'
       xmlns:owl='&owl;'
       xmlns:dc='&dc;'
       xml:base='&palette;'>


 <!--nameFile=palette_metamodel_lessonslearnt.rdfs-->


  <rdf:Description rdf:about="#Activity">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:comment >relates to the individual objectives of the actor involved in a process. DEF: The Activity requires the use of Lessons learnt in order to be performed. This concept links the Lessons learnt model to the Process/Activity model.</rdfs:comment>
     <rdfs:label xml:lang="EN" >Activity</rdfs:label>
     <rdfs:label xml:lang="FR" >Activite</rdfs:label>
      <rdfs:subClassOf rdf:resource="http://www.tao.lu/Ontologies/generis.rdf#generis_Ressource"/>
  </rdf:Description>


  <rdf:Description rdf:about="#Environment">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:label xml:lang="EN" >Environment</rdfs:label>
    <rdfs:label xml:lang="FR" >Environnement</rdfs:label>
    <rdfs:comment >refers to the context or situation.</rdfs:comment>
     <rdfs:subClassOf rdf:resource="http://www.tao.lu/Ontologies/generis.rdf#generis_Ressource"/>
  </rdf:Description>


  <rdf:Description rdf:about="#Lesson_learnt">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:comment >the knowledge gained or produced as a result to the Activity of CoP members.</rdfs:comment>
    <rdfs:label xml:lang="EN" >Lessons learnt</rdfs:label>
    <rdfs:label xml:lang="FR" >Lessons apprises</rdfs:label>
     <rdfs:subClassOf rdf:resource="http://www.tao.lu/Ontologies/generis.rdf#generis_Ressource"/>
  </rdf:Description>


  <rdf:Description rdf:about="#Negative_lesson_learnt">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:subClassOf rdf:resource="#Lesson_learnt"/>
     <rdfs:label xml:lang="EN" >Negative lessons learnt</rdfs:label>
     <rdfs:label xml:lang="FR" >Lessons apprises negatives</rdfs:label>
<rdfs:comment >subclass of the Lesson learnt class, they relate to the bad practices of the CoP, the actions or decisions to avoid.</rdfs:comment>
 <rdfs:subClassOf rdf:resource="http://www.tao.lu/Ontologies/generis.rdf#generis_Ressource"/>
  </rdf:Description>


  <rdf:Description rdf:about="#Positive_lesson_learnt">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:subClassOf rdf:resource="#Lesson_learnt"/>
    <rdfs:label xml:lang="EN" >Positive lessons learnt</rdfs:label>
    <rdfs:label xml:lang="FR" >Lessons apprises positives</rdfs:label>
<rdfs:comment >subclass of the Lesson learnt class, they relate to the good practices of the CoP, they determine the decisions or actions that are recommended.</rdfs:comment>
  </rdf:Description>


  <rdf:Description rdf:about="#Problem">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
     <rdfs:label xml:lang="EN" >Problem</rdfs:label>
     <rdfs:label xml:lang="FR" >Probleme</rdfs:label>
      <rdfs:subClassOf rdf:resource="http://www.tao.lu/Ontologies/generis.rdf#generis_Ressource"/>
    <rdfs:comment >represents a critical point or issue to be analyzed. DEF:it's the reason for being of the Lessons learnt. It describes, in the context of an activity or practice, a problematic or critical point whose related solutions are analyzed so as to determine the best way to find an issue on it.</rdfs:comment>
  </rdf:Description>


  <rdf:Description rdf:about="#Proposed_solution">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:comment >a solution to a Problem or a clue to solve it.</rdfs:comment>
     <rdfs:label xml:lang="EN" >Proposed solution</rdfs:label>
     <rdfs:label xml:lang="FR" >Solution proposee</rdfs:label>
      <rdfs:subClassOf rdf:resource="http://www.tao.lu/Ontologies/generis.rdf#generis_Ressource"/>
  </rdf:Description>


  <rdf:Description rdf:about="#Resource">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:comment >the different types of knowledge resources used or produced in the CoP.</rdfs:comment>
    <rdfs:label xml:lang="EN" >Resource</rdfs:label>
     <rdfs:subClassOf rdf:resource="http://www.tao.lu/Ontologies/generis.rdf#generis_Ressource"/>
    <rdfs:label xml:lang="FR" >Ressource</rdfs:label>
  </rdf:Description>


<rdf:Description rdf:about="#Feedback">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
     <rdfs:subClassOf rdf:resource="#Resource"/>
		 <rdfs:label xml:lang="EN" >Feedback</rdfs:label>
		 <rdfs:label xml:lang="FR" >Reaction</rdfs:label>
    <rdfs:comment >return on experience, opinion or assessment based on some criteria.</rdfs:comment>
  </rdf:Description>

  
<rdf:Description rdf:about="#Behaviour">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:subClassOf rdf:resource="#Resource"/>
    <rdfs:label xml:lang="EN" >Behaviour</rdfs:label>
    <rdfs:label xml:lang="FR" >Comportement</rdfs:label>
    <rdfs:comment >is a kind of Resource (subclass), it particularly represents the behavioural characteristics of a member in a group, his social interactions among the others, etc.</rdfs:comment>
  </rdf:Description>


  <rdf:Description rdf:about="#Knowledge">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:subClassOf rdf:resource="#Resource"/>
     <rdfs:label xml:lang="EN" >Knowledge</rdfs:label>
     <rdfs:label xml:lang="FR" >Connaissance theorique</rdfs:label>
    <rdfs:comment >is a kind of Resource (subclass), it particularly represents the theoretical knowledge (procedural or declarative).</rdfs:comment>
  </rdf:Description>


  <rdf:Description rdf:about="#Skills">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:subClassOf rdf:resource="#Resource"/>
     <rdfs:label xml:lang="EN" >Skills</rdfs:label>
     <rdfs:label xml:lang="FR" >Capacites</rdfs:label>
    <rdfs:comment >a kind of Resource (subclass), they particularly relate to the individual capabilities to do something.</rdfs:comment>
  </rdf:Description>


  <rdf:Description rdf:about="#Role">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:comment >the role played by an actor involved in a process.</rdfs:comment>
     <rdfs:label xml:lang="EN" >Role</rdfs:label>
      <rdfs:subClassOf rdf:resource="http://www.tao.lu/Ontologies/generis.rdf#generis_Ressource"/>
     <rdfs:label xml:lang="FR" >Role</rdfs:label>
  </rdf:Description>


  <rdf:Description rdf:about="#Expert">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:subClassOf rdf:resource="#Role"/>
    <rdfs:label xml:lang="EN" >Expert</rdfs:label>
    <rdfs:label xml:lang="FR" >Expert</rdfs:label>
    <rdfs:comment >a kind of Role (subclass), it represents the situation where a member is considered as Expert, assigning him particular tasks in some processes of the CoP. DEF: in the context of Lessons learnt, the Expert assesses the proposed solutions, using his expertise and taking into account the feedbacks of the Testers.</rdfs:comment>
  </rdf:Description>


  <rdf:Description rdf:about="#Provider">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:subClassOf rdf:resource="#Role"/>
    <rdfs:label xml:lang="EN" >Provider</rdfs:label>
    <rdfs:label xml:lang="FR" >Fournisseur</rdfs:label>
    <rdfs:comment >a kind of Role (subclass), where a member furnishes something during a particular process.</rdfs:comment>
  </rdf:Description>


  <rdf:Description rdf:about="#Recipient">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:subClassOf rdf:resource="#Role"/>
    <rdfs:comment >a kind of Role (subclass), where a member receives something during a process of the CoP.</rdfs:comment>
    <rdfs:label xml:lang="EN" >Recipient</rdfs:label>
    <rdfs:label xml:lang="FR" >Receveur/Destinataire</rdfs:label>
  </rdf:Description>


  <rdf:Description rdf:about="#Tester">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:subClassOf rdf:resource="#Role"/>
    <rdfs:comment >a kind of Role (subclass), where a member tests something during a CoP process and gives his results. DEF: in the context of Lessons learnt, the Tester experiments the proposed solutions to a problem and gives his feedback.</rdfs:comment>
    <rdfs:label xml:lang="EN" >Tester</rdfs:label>
    <rdfs:label xml:lang="FR" >Testeur</rdfs:label>
  </rdf:Description>


  <rdf:Description rdf:about="#adjusts">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="#Proposed_solution"/>
    <rdfs:domain rdf:resource="#Feedback"/>
     <rdfs:comment >le Feedback concernant une solution propos\'e9e permet de la corriger, de l'affiner.</rdfs:comment>
    <rdfs:label xml:lang="EN" >adjusts</rdfs:label>
    <rdfs:label xml:lang="FR" >ajuste</rdfs:label>
  </rdf:Description>


  <rdf:Description rdf:about="#can_be_composed_of1">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:domain rdf:resource="#Lesson_learnt"/>
    <rdfs:range rdf:resource="#Resource"/>
    <rdfs:label xml:lang="EN" >can be composed of</rdfs:label>
    <rdfs:label xml:lang="FR" >peut se composer de</rdfs:label>
    <rdfs:comment >describes the relation between two concepts, among which one can, in the context of the CoP, be a part of the other.</rdfs:comment>
  </rdf:Description>
  

<rdf:Description rdf:about="#can_be_composed_of2">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:domain rdf:resource="#Proposed_solution"/>
    <rdfs:range rdf:resource="#Resource"/>
    <rdfs:label xml:lang="EN" >can be composed of</rdfs:label>
    <rdfs:label xml:lang="FR" >peut se composer de</rdfs:label>
    <rdfs:comment >describes the relation between two concepts, among which one can, in the context of the CoP, be a part of the other.</rdfs:comment>
  </rdf:Description>


  <rdf:Description rdf:about="#formalizes">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="#Proposed_solution"/>
    <rdfs:domain rdf:resource="#Lesson_learnt"/>
    <rdfs:comment >the Lessons learnt are a synthetisis or a formalization of the Proposed solutions to the Problem.</rdfs:comment>
    <rdfs:label xml:lang="EN" >formalizes</rdfs:label>
    <rdfs:label xml:lang="FR" >formalise</rdfs:label>
  </rdf:Description>


  <rdf:Description rdf:about="#identifies">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:domain rdf:resource="#Recipient"/>
    <rdfs:range rdf:resource="#Problem"/>
     <rdfs:label xml:lang="EN" >identifies</rdfs:label>
     <rdfs:label xml:lang="FR" >identifie/definit</rdfs:label>
    <rdfs:comment >when someone identifies something.</rdfs:comment>
  </rdf:Description>


  <rdf:Description rdf:about="#is_involved_in">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="#Environment"/>
    <rdfs:domain rdf:resource="#Activity"/>
    <rdfs:label xml:lang="EN" >is involved in</rdfs:label>
    <rdfs:label xml:lang="FR" >est impliquee dans</rdfs:label>
    <rdfs:comment >where the realisation of something implies the realisation of something else.</rdfs:comment>
  </rdf:Description>


  <rdf:Description rdf:about="#is_related_to">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:domain rdf:resource="#Problem"/>
    <rdfs:range rdf:resource="#Activity"/>
     <rdfs:label xml:lang="EN" >is related to</rdfs:label>
     <rdfs:label xml:lang="FR" >est lie a/concerne</rdfs:label>
    <rdfs:comment >describes a link between two concepts.</rdfs:comment>
  </rdf:Description>


  <rdf:Description rdf:about="#provides">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="#Lesson_learnt"/>
    <rdfs:domain rdf:resource="#Provider"/>
    <rdfs:label xml:lang="EN" >provides</rdfs:label>
    <rdfs:label xml:lang="FR" >fournit</rdfs:label>
    <rdfs:comment >describes the situation where someone furnishes something.</rdfs:comment>
  </rdf:Description>


  <rdf:Description rdf:about="#tests">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="#Proposed_solution"/>
    <rdfs:domain rdf:resource="#Tester"/>
     <rdfs:label xml:lang="EN" >tests/experiments</rdfs:label>
     <rdfs:label xml:lang="FR" >teste/experimente</rdfs:label>
    <rdfs:comment >describes the situation where someone experiments something.</rdfs:comment>
  </rdf:Description>


  <rdf:Description rdf:about="#validates">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="#Proposed_solution"/>
    <rdfs:domain rdf:resource="#Expert"/>
    <rdfs:label xml:lang="EN" >validates</rdfs:label>
    <rdfs:label xml:lang="FR" >valide</rdfs:label>
    <rdfs:comment >describes the situation where someone validates something.</rdfs:comment>
  </rdf:Description>

 </rdf:RDF>

