<?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_life="http://www.imsproject.org/rdf/imsmd_lifecyclev1p2#">

  <rdf:Property rdf:ID="version">
    <rdfs:label>Version</rdfs:label>
    <rdfs:comment>Version of the object.</rdfs:comment>
  </rdf:Property>


  <rdfs:Class rdf:ID="Status">
    <rdfs:label>Status types</rdfs:label>
    <rdfs:comment>Instances of this class represent status types.</rdfs:comment>
  </rdfs:Class>
  
  <lom_life:Status ID="Draft"/>
  <lom_life:Status ID="Final"/>
  <lom_life:Status ID="Revised"/>
  <lom_life:Status ID="Unavailable"/>

  <rdf:Property rdf:ID="status">
    <rdfs:range rdf:resource="#Status"/>
    <rdfs:label>Status</rdfs:label>
    <rdfs:comment>The status of the object.</rdfs:comment>
  </rdf:Property>


  <rdf:Description rdf:about="http://purl.org/dc/elements/1.1/publisher">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
  </rdf:Description>

  <rdf:Description rdf:about="http://purl.org/dc/elements/1.1/creator">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
  </rdf:Description>



  <rdf:Property rdf:ID="unknown">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
  </rdf:Property>

  <rdf:Property rdf:ID="initiator">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
  </rdf:Property>

  <rdf:Property rdf:ID="terminator">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
  </rdf:Property>

  <rdf:Property rdf:ID="validator">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
  </rdf:Property>

  <rdf:Property rdf:ID="editor">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
  </rdf:Property>

  <rdf:Property rdf:ID="graphicaldesigner">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
  </rdf:Property>

  <rdf:Property rdf:ID="technicalimplementer">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
  </rdf:Property>

  <rdf:Property rdf:ID="contentprovider">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
  </rdf:Property>

  <rdf:Property rdf:ID="technicalvalidator">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
  </rdf:Property>

  <rdf:Property rdf:ID="educationalvalidator">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
  </rdf:Property>

  <rdf:Property rdf:ID="scriptwriter">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
  </rdf:Property>

  <rdf:Property rdf:ID="instructionaldesigner">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
  </rdf:Property>

</rdf:RDF>