<?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-rights 'http://ltsc.ieee.org/2002/09/lom-rights#'>
]>

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

  <rdfs:Class rdf:about="&lom-rights;Cost">
    <rdfs:label>Cost</rdfs:label>
    <rdfs:comment>Instances of this class represent costs.</rdfs:comment>
  </rdfs:Class>
  
  <lom-rights:Cost rdf:about="&lom-rights;SomeCost">
    <rdfs:label>Yes</rdfs:label>
  </lom-rights:Cost>

  <lom-rights:Cost rdf:about="&lom-rights;NoCost">
    <rdfs:label>No</rdfs:label>
  </lom-rights:Cost>



  <rdf:Property rdf:about="&lom-rights;cost">
    <rdfs:range rdf:resource="&lom-rights;Cost"/>
    <rdfs:label>Cost</rdfs:label>
    <rdfs:comment>Whether use of this learning object requires payment.</rdfs:comment>
  </rdf:Property>


  <rdfs:Class rdf:about="&lom-rights;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:about="&lom-rights;SomeRestriction">
    <rdfs:label>Yes</rdfs:label>
  </lom-rights:CopyrightAndOtherRestrictions>

  <lom-rights:CopyrightAndOtherRestrictions rdf:about="&lom-rights;NoRestriction">
    <rdfs:label>No</rdfs:label>
  </lom-rights:CopyrightAndOtherRestrictions>



  <rdf:Property rdf:about="&lom-rights;copyrightAndOtherRestrictions">
    <rdfs:range rdf:resource="&lom-rights;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>
