<?xml version="1.0"?> 
<!DOCTYPE rdf:RDF [<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">]> 
<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/"
  xml:base="http://www.annotea.org/schemas/2006/04/presentation">

  <rdf:Description rdf:about="">
    <rdfs:comment>presentation.rdf, v 0.1 2006/04/01 marja</rdfs:comment>
    <dc:title>Annotea Presentation Schema</dc:title>
    <dc:description>The Annotea Presentation Schema, describing properties used
        to guide the presentation of bookmarks, topics, and other Annotea objects.</dc:description>
  </rdf:Description>

  <rdfs:Class rdf:ID="Presentation">
    <rdfs:label>Presentation</rdfs:label>
  </rdfs:Class>

  <rdf:Property rdf:ID="guidesResource">
    <rdfs:comment>relates a presentation to an Annotea object.
                An object of type Presentation is expected to have a 'guidesResource' relationship 
                to an object whose presentation is wishes to be guided.
                Typically a presentation object contains additional information guiding the presentation
                of an Annotea object, for instance, it may guide the ordering of bookmarks and subtopics
                under a topic object.</rdfs:comment>
    <rdfs:label>guidesResource</rdfs:label>
  </rdf:Property>

  <rdf:Property rdf:ID="ordersBookmarks">
    <rdfs:comment>Relates a presentation with a resource containing a sequence container
                of ordered bookmarks.
                The order of the bookmarks can be used to order bookmarks related to
                a 'guidesResource' resource, such as order the bookmarks of a topic.
                Note: sequence may need to be applied partially.
                It may not define an order for every bookmark related to 'guidesResource' resource
                and it may also define an order for not related bookmarks.</rdfs:comment>
    <rdfs:label>ordersBookmarks</rdfs:label>
  </rdf:Property>

 <rdf:Property rdf:ID="ordersSubtopics">
    <rdfs:comment>Relates a presentation with a resource containing a sequence container
                of ordered topics.
                The order of the topics can be used to order topics related to
                a 'guidesResource' resource, such as order the subtopics of a topic.
                Note: sequence may need to be applied partially.
                It may not define an order for every topic related to 'guidesResource' resource
                and it may also define an order for not related topics.</rdfs:comment>
    <rdfs:label>ordersSubtopics</rdfs:label>
  </rdf:Property>

</rdf:RDF>
