<?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#'>
]>

<rdf:RDF
     xmlns:rdf="&rdf;"
     xmlns:rdfs="&rdfs;"
     xmlns:dc="&dc;"
     xmlns:dcterms="&dcterms;"
     
     xml:base="&lom;">
   
  <rdfs:Class rdf:about="&lom;ISO8601">
    <rdfs:label>ISO8601</rdfs:label>
    <rdfs:comment>Instances of this class are dates and times
                  (especially lengths of time) encoded with ISO8601.
    </rdfs:comment>
  </rdfs:Class>

  <rdfs:Class rdf:about="&lom;Entity">
    <rdfs:label>Entity</rdfs:label>
    <rdfs:comment>Instances of this class are persons or organizations,
described by VCards.
    </rdfs:comment>
  </rdfs:Class>

</rdf:RDF>