<?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_rights="http://www.imsproject.org/rdf/imsmd_rightsv1p2#">

  <rdfs:Class rdf:ID="Cost">
    <rdfs:label>Costs</rdfs:label>
    <rdfs:comment>Instances of this class represent costs.</rdfs:comment>
  </rdfs:Class>
  
  <lom_rights:Cost rdf:ID="SomeCost"/>
  <lom_rights:Cost rdf:ID="NoCost"/>


  <rdf:Property rdf:ID="cost">
    <rdfs:range rdf:resource="#Cost"/>
    <rdfs:label>Cost</rdfs:label>
    <rdfs:comment>Whether use of this learning object requires payment.</rdfs:comment>
  </rdf:Property>


  <rdfs:Class rdf:ID="CopyrightAndOtherRestrictions">
    <rdfs:label>Copyright and other restrictions</rdfs:label>
    <rdfs:comment>Instances of this class represent copyright and other restrictions.</rdfs:comment>
  </rdfs:Class>
  
  <lom_rights:CopyrightAndOtherRestrictions rdf:ID="SomeRestriction"/>
  <lom_rights:CopyrightAndOtherRestrictions rdf:ID="NoRestriction"/>


  <rdf:Property rdf:ID="copyrightandotherrestrictions">
    <rdfs:range rdf:resource="#CopyrightAndOtherRestrictions"/>
    <rdfs:label>Copyright and other restrictions</rdfs:label>
    <rdfs:comment>Whether copyright or other restrictions apply to the use of this learning object.</rdfs:comment>
  </rdf:Property>



</rdf:RDF>