<?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      'http://ltsc.ieee.org/2002/09/lom-base#'>
         <!ENTITY lom-ann  'http://ltsc.ieee.org/2002/09/lom-annotation#'>
]>

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

  <rdfs:Class rdf:about="&lom-ann;Annotation">
    <rdfs:label>Annotation type</rdfs:label>
    <rdfs:comment>Instances of this class represents annotations.</rdfs:comment>
  </rdfs:Class>

  <rdf:Property rdf:about="&lom-ann;annotation">
    <rdfs:range rdf:resource="&lom-ann;Annotation"/>
    <rdfs:label>Annotation</rdfs:label>
    <rdfs:comment>This element provides comments on the educational use of this learning object.</rdfs:comment>
  </rdf:Property>

  <rdf:Property rdf:about="&lom-ann;entity">
    <rdfs:domain rdf:resource="&lom-ann;Annotation"/>
    <rdfs:domain rdf:resource="&lom;Entity"/>
    <rdfs:label>Entity</rdfs:label>
    <rdfs:comment>The entity who created the annotation.</rdfs:comment>
  </rdf:Property>

</rdf:RDF>