<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE rdf:RDF [
         <!ENTITY rdf     'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
         <!ENTITY rdfs    'http://www.w3.org/2000/01/rdf-schema#'>
         <!ENTITY dc      'http://purl.org/dc/elements/1.1/'>
         <!ENTITY dcterms 'http://purl.org/dc/terms/'>
         <!ENTITY lom-life 'http://ltsc.ieee.org/2002/09/lom-lifecycle#'>
]>

<rdf:RDF
     xmlns:rdf="&rdf;"
     xmlns:rdfs="&rdfs;"
     xmlns:dc="&dc;"
     xmlns:dcterms="&dcterms;"
     xmlns:lom-life="&lom-life;"
     
     xml:base="&lom-life;">

  <rdf:Property rdf:about="&lom-life;version">
    <rdfs:label>Version</rdfs:label>
    <rdfs:comment>The edition of this learning object.</rdfs:comment>
  </rdf:Property>


  <rdfs:Class rdf:about="&lom-life;StatusType">
    <rdfs:subClassOf rdf:resource="&rdfs;Class"/>
    <rdfs:label>Status types</rdfs:label>
    <rdfs:comment>Instances of this class represent status types.</rdfs:comment>
  </rdfs:Class>
  
  <lom-life:StatusType rdf:about="&lom-life;Draft">
    <rdfs:label>Draft</rdfs:label>
  </lom-life:StatusType>

  <lom-life:StatusType rdf:about="&lom-life;Final">
    <rdfs:label>Final</rdfs:label>
  </lom-life:StatusType>
  
  <lom-life:StatusType rdf:about="&lom-life;Revised">
    <rdfs:label>Revised</rdfs:label>
  </lom-life:StatusType>

  <lom-life:StatusType rdf:about="&lom-life;Unavailable">
    <rdfs:label>Unavailable</rdfs:label>
  </lom-life:StatusType>

  <rdf:Property rdf:about="&lom-life;status">
    <rdfs:range rdf:resource="&lom-life;StatusType"/>
    <rdfs:label>Status</rdfs:label>
    <rdfs:comment>The status of the object.</rdfs:comment>
  </rdf:Property>

  <rdfs:Class rdf:about="&lom-life;Contribution">
    <rdfs:label>Constribution</rdfs:label>
    <rdfs:comment>A contribution to a resource.</rdfs:comment>
  </rdfs:Class>

  <rdf:Property rdf:about="&lom-life;initiator">
    <rdfs:subPropertyOf rdf:resource="&dc;contributor"/>
    <rdfs:label>Initiator</rdfs:label>
  </rdf:Property>

  <rdf:Property rdf:about="&lom-life;terminator">
    <rdfs:subPropertyOf rdf:resource="&dc;contributor"/>
    <rdfs:label>Terminator</rdfs:label>
  </rdf:Property>

  <rdf:Property rdf:about="&lom-life;validator">
    <rdfs:subPropertyOf rdf:resource="&dc;contributor"/>
    <rdfs:label>Validator</rdfs:label>
  </rdf:Property>

  <rdf:Property rdf:about="&lom-life;editor">
    <rdfs:subPropertyOf rdf:resource="&dc;contributor"/>
    <rdfs:label>Editor</rdfs:label>
  </rdf:Property>

  <rdf:Property rdf:about="&lom-life;graphicalDesigner">
    <rdfs:subPropertyOf rdf:resource="&dc;contributor"/>
    <rdfs:label>Graphical Designer</rdfs:label>
  </rdf:Property>

  <rdf:Property rdf:about="&lom-life;technicalImplementer">
    <rdfs:subPropertyOf rdf:resource="&dc;contributor"/>
    <rdfs:label>Technical Implementor</rdfs:label>
  </rdf:Property>

  <rdf:Property rdf:about="&lom-life;contentProvider">
    <rdfs:subPropertyOf rdf:resource="&dc;contributor"/>
    <rdfs:label>Content Provider</rdfs:label>
  </rdf:Property>

  <rdf:Property rdf:about="&lom-life;technicalValidator">
    <rdfs:subPropertyOf rdf:resource="&dc;contributor"/>
    <rdfs:label>Technical Validator</rdfs:label>
  </rdf:Property>

  <rdf:Property rdf:about="&lom-life;educationalValidator">
    <rdfs:subPropertyOf rdf:resource="&dc;contributor"/>
    <rdfs:label>Educational Validator</rdfs:label>
  </rdf:Property>

  <rdf:Property rdf:about="&lom-life;scriptWriter">
    <rdfs:subPropertyOf rdf:resource="&dc;contributor"/>
    <rdfs:label>Script Writer</rdfs:label>
  </rdf:Property>

  <rdf:Property rdf:about="&lom-life;instructionalDesigner">
    <rdfs:subPropertyOf rdf:resource="&dc;contributor"/>
    <rdfs:label>Instructional Designer</rdfs:label>
  </rdf:Property>

  <rdf:Property rdf:about="&lom-life;subjectMatterExpert">
    <rdfs:subPropertyOf rdf:resource="&dc;contributor"/>
    <rdfs:label>Subject Matter Expert</rdfs:label>
  </rdf:Property>

</rdf:RDF>