<?xml version="1.0" encoding="ISO-8859-1"?>
<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:dc="http://purl.org/dc/elements/1.1/"
     xmlns:dcq="http://dublincore.org/2000/03/13/dcq#"
     xmlns:lom="http://www.imsproject.org/rdf/imsmd_rootv1p2#"
     xmlns:lom_edu="http://www.imsproject.org/rdf/imsmd_educationalv1p2#">

  <rdfs:Class rdf:ID="InteractivityType">
    <rdfs:label>Interactivity types</rdfs:label>
    <rdfs:comment>Instances of this class represent interactivity types.</rdfs:comment>
  </rdfs:Class>
  
  <lom_edu:InteractivitType rdf:ID="Active"/>
  <lom_edu:InteractivitType rdf:ID="Expositive"/>
  <lom_edu:InteractivitType rdf:ID="Mixed"/>
  <lom_edu:InteractivitType rdf:ID="Undefined"/>


  <rdf:Property rdf:ID="interactivitytype">
    <rdfs:range rdf:resource="#InteractivityType"/>
    <rdfs:label>Interactivity type</rdfs:label>
    <rdfs:comment>The flow of interaction between the learning object and the user.</rdfs:comment>
  </rdf:Property>


  <!-- Perhaps this resource should be made subClassOf rdfs:Class instead?
       Less evident, but more clean... -->

  <dcq:TypeScheme rdf:ID="LearningResourceType">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:label>Learning Resource types</rdfs:label>
    <rdfs:comment>Instances of this class represent learning resource types.
Each such type should be an rdfs:Class that can be used as the value
of an rdf:type property.</rdfs:comment>
  </dcq:TypeScheme>


  <lom_edu:LearningResourceType rdf:ID="Exercise">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </lom_edu:LearningResourceType>

  <lom_edu:LearningResourceType rdf:ID="Simulation">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </lom_edu:LearningResourceType>

  <lom_edu:LearningResourceType rdf:ID="Questionnaire">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </lom_edu:LearningResourceType>

  <lom_edu:LearningResourceType rdf:ID="Diagram">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </lom_edu:LearningResourceType>

  <lom_edu:LearningResourceType rdf:ID="Figure">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </lom_edu:LearningResourceType>

  <lom_edu:LearningResourceType rdf:ID="Graph">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </lom_edu:LearningResourceType>

  <lom_edu:LearningResourceType rdf:ID="Index">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </lom_edu:LearningResourceType>

  <lom_edu:LearningResourceType rdf:ID="Slide">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </lom_edu:LearningResourceType>

  <lom_edu:LearningResourceType rdf:ID="Table">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </lom_edu:LearningResourceType>

  <lom_edu:LearningResourceType rdf:ID="NarrativeText">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </lom_edu:LearningResourceType>

  <lom_edu:LearningResourceType rdf:ID="Exam">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </lom_edu:LearningResourceType>

  <lom_edu:LearningResourceType rdf:ID="Experiment">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </lom_edu:LearningResourceType>

  <lom_edu:LearningResourceType rdf:ID="ProblemStatement">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </lom_edu:LearningResourceType>

  <lom_edu:LearningResourceType rdf:ID="SelfAssessment">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </lom_edu:LearningResourceType>



  <rdfs:Class rdf:ID="InteractivityLevel">
    <rdfs:label>Interactivity levels</rdfs:label>
    <rdfs:comment>Instances of this class represent interactivity levels.</rdfs:comment>
  </rdfs:Class>

  <lom_edu:InteractivityLevel rdf:ID="VeryLowInteractivity"/>
  <lom_edu:InteractivityLevel rdf:ID="LowInteractivity"/>
  <lom_edu:InteractivityLevel rdf:ID="MediumInteractivity"/>
  <lom_edu:InteractivityLevel rdf:ID="HighInteractivity"/>
  <lom_edu:InteractivityLevel rdf:ID="VeryHighInteractivity"/>


  <rdf:Property rdf:ID="interactivitylevel">
    <rdfs:range rdf:resource="#InteractivityLevel"/>
    <rdfs:label>Interactivity level</rdfs:label>
    <rdfs:comment>The degree of interactivity between the end user and this learning object.</rdfs:comment>
  </rdf:Property>


  <rdfs:Class rdf:ID="SemanticDensity">
    <rdfs:label>Semantic Densities</rdfs:label>
    <rdfs:comment>Instances of this class represent semantic densities.</rdfs:comment>
  </rdfs:Class>
  
  <lom_edu:SemanticDensity rdf:ID="VeryLowDensity"/>
  <lom_edu:SemanticDensity rdf:ID="LowDensity"/>
  <lom_edu:SemanticDensity rdf:ID="MediumDensity"/>
  <lom_edu:SemanticDensity rdf:ID="HighDensity"/>
  <lom_edu:SemanticDensity rdf:ID="VeryHighDensity"/>


  <rdf:Property rdf:ID="semanticdensity">
    <rdfs:range rdf:resource="#SemanticDensity"/>
    <rdfs:label>Semantic density</rdfs:label>
    <rdfs:comment>Amount of information conveyed by this learning object as compared to its size or duration.</rdfs:comment>
  </rdf:Property>



  <rdfs:Class rdf:ID="IntendedEndUserRole">
    <rdfs:label>Intended end user role</rdfs:label>
    <rdfs:comment>Instances of this class represent intended end user roles.</rdfs:comment>
  </rdfs:Class>
  
  <lom_edu:IntendedEndUserRole rdf:ID="Teacher"/>
  <lom_edu:IntendedEndUserRole rdf:ID="Author"/>
  <lom_edu:IntendedEndUserRole rdf:ID="Learner"/>
  <lom_edu:IntendedEndUserRole rdf:ID="Manager"/>


  <rdf:Property rdf:ID="intendedenduserrole">
    <rdfs:range rdf:resource="#IntendedEndUserRole"/>
    <rdfs:label>Intended end user role</rdfs:label>
    <rdfs:comment>Principal user(s) for which this learning object was designed</rdfs:comment>
  </rdf:Property>


  <rdfs:Class rdf:ID="Context">
    <rdfs:label>Learning Context</rdfs:label>
    <rdfs:comment>Instances of this class represent learning contexts.</rdfs:comment>
  </rdfs:Class>
  
  <lom_edu:Context rdf:ID="PrimaryEducation"/>
  <lom_edu:Context rdf:ID="SecondaryEducation"/>
  <lom_edu:Context rdf:ID="HigherEducation"/>
  <lom_edu:Context rdf:ID="UniversityFirstCycle"/>
  <lom_edu:Context rdf:ID="UniversitySecondCycle"/>
  <lom_edu:Context rdf:ID="UniversityPostGrade"/>
  <lom_edu:Context rdf:ID="TechnicalSchoolFirstCycle"/>
  <lom_edu:Context rdf:ID="TechnicalSchoolSecondCycle"/>
  <lom_edu:Context rdf:ID="ProfessionalFormation"/>
  <lom_edu:Context rdf:ID="ContinuousFormation"/>
  <lom_edu:Context rdf:ID="VocationalTraining"/>


  <rdf:Property rdf:ID="context">
    <rdfs:range rdf:resource="#Context"/>
    <rdfs:label>Learning Context</rdfs:label>
    <rdfs:comment>The principal environment within which the learning and use of this learning object is intended to take place.</rdfs:comment>
  </rdf:Property>



  <rdf:Property rdf:ID="typicalagerange">
    <rdfs:label>Typical Age Range</rdfs:label>
    <rdfs:comment>Age of the typical intended user.</rdfs:comment>
  </rdf:Property>


  <rdfs:Class rdf:ID="Difficulty">
    <rdfs:label>Difficulty</rdfs:label>
    <rdfs:comment>Instances of this class represent difficulties.</rdfs:comment>
  </rdfs:Class>
  
  <lom_edu:Difficulty rdf:ID="VeryEasy"/>
  <lom_edu:Difficulty rdf:ID="Easy"/>
  <lom_edu:Difficulty rdf:ID="MediumDifficulty"/>
  <lom_edu:Difficulty rdf:ID="Difficult"/>
  <lom_edu:Difficulty rdf:ID="VeryDifficult"/>


  <rdf:Property rdf:ID="diffuculty">
    <rdfs:range rdf:resource="#Difficulty"/>
    <rdfs:label>Difficulty</rdfs:label>
    <rdfs:comment>This element defines how hard it is to work through this learning object for the typical target audience.</rdfs:comment>
  </rdf:Property>


  <rdf:Property rdf:ID="typicallearningtime">
    <rdfs:label>Typical Learning Time</rdfs:label>
    <rdfs:comment>Approximate or typical time it takes to work with this learning object.</rdfs:comment>
  </rdf:Property>




  <rdf:Property rdf:ID="description">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/description"/>
    <rdfs:label>Educational description</rdfs:label>
    <rdfs:comment>Comments on how this learning object is to be used.</rdfs:comment>
  </rdf:Property>


  <rdf:Property rdf:ID="language">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/language"/>
    <rdfs:label>Educational language</rdfs:label>
    <rdfs:comment>The human language used by the typical intended user of this learning object.</rdfs:comment>
  </rdf:Property>



</rdf:RDF>
