<?xml version="1.0"?>


<!DOCTYPE rdf:RDF [
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY dc "http://purl.org/dc/elements/1.1/" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>


<rdf:RDF xmlns="http://ontology.dumontierlab.com/annotation-1.0.owl"
     xml:base="http://ontology.dumontierlab.com/annotation-1.0.owl"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:owl="http://www.w3.org/2002/07/owl#">
    <owl:Ontology rdf:about="http://purl.org/dc/elements/1.1/">
        <dc:publisher rdf:datatype="&xsd;string">Dumontier Lab</dc:publisher>
        <dc:date rdf:datatype="&xsd;date">2007-01-01</dc:date>
        <dc:creator rdf:datatype="&xsd;string">Michel Dumontier</dc:creator>
        <dc:description rdf:datatype="&xsd;string">Annotation properties beyond the dublic core.</dc:description>
        <dc:language rdf:datatype="&xsd;string">en</dc:language>
        <dc:title rdf:datatype="&xsd;string">Annotation Properties</dc:title>
        <dc:format rdf:datatype="&xsd;string">application/rdf+xml</dc:format>
	<owl:versionInfo rdf:datatype="&xsd;string">1.0</owl:versionInfo>
    </owl:Ontology>
    
 <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title">
    <rdfs:label xml:lang="en-US">Title</rdfs:label>
    <rdfs:comment xml:lang="en-US">A name given to the resource.</rdfs:comment>
    <dc:description xml:lang="en-US">
        Typically, a Title will be a name by which the resource is
         formally known.
    </dc:description>
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/>
 </owl:AnnotationProperty>
 
    <!-- Creator -->
 
 <owl:AnnotationProperty  rdf:about="http://purl.org/dc/elements/1.1/creator">
    <rdfs:label xml:lang="en-US">Creator</rdfs:label>
    <rdfs:comment xml:lang="en-US">An entity primarily responsible for making the content 
         of the resource.</rdfs:comment>
    <dc:description xml:lang="en-US">Examples of a Creator include a person, an organisation,
         or a service.  Typically, the name of a Creator should 
         be used to indicate the entity.</dc:description>
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/>
 </owl:AnnotationProperty>
 
    <!-- Subject -->
 
 <owl:AnnotationProperty  rdf:about="http://purl.org/dc/elements/1.1/subject">
    <rdfs:label xml:lang="en-US">Subject and Keywords</rdfs:label>
    <rdfs:comment xml:lang="en-US">The topic of the content of the resource.</rdfs:comment>
    <dc:description xml:lang="en-US">Typically, a Subject will be expressed as keywords,
         key phrases or classification codes that describe a topic
         of the resource.  Recommended best practice is to select 
         a value from a controlled vocabulary or formal 
         classification scheme.</dc:description>
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/>
 </owl:AnnotationProperty>
 
    <!-- Description -->
 
 <owl:AnnotationProperty  rdf:about="http://purl.org/dc/elements/1.1/description">
    <rdfs:label xml:lang="en-US">Description</rdfs:label>
    <rdfs:comment xml:lang="en-US">An account of the content of the resource.</rdfs:comment>
    <dc:description xml:lang="en-US">Description may include but is not limited to: an abstract,
         table of contents, reference to a graphical representation
         of content or a free-text account of the content.</dc:description>
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/>
 </owl:AnnotationProperty>
 
    <!-- Publisher -->
 
 <owl:AnnotationProperty  rdf:about="http://purl.org/dc/elements/1.1/publisher">
    <rdfs:label xml:lang="en-US">Publisher</rdfs:label>
    <rdfs:comment xml:lang="en-US">An entity responsible for making the resource available</rdfs:comment>
    <dc:description xml:lang="en-US">Examples of a Publisher include a person, an organisation,
         or a service.
         Typically, the name of a Publisher should be used to
         indicate the entity.</dc:description>
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/>
 </owl:AnnotationProperty>
    
    <!-- Contributor -->
 
 <owl:AnnotationProperty  rdf:about="http://purl.org/dc/elements/1.1/contributor">
    <rdfs:label xml:lang="en-US">Contributor</rdfs:label>
    <rdfs:comment xml:lang="en-US">An entity responsible for making contributions to the
         content of the resource.</rdfs:comment>
    <dc:description xml:lang="en-US">Examples of a Contributor include a person, an 
         organisation, or a service.  Typically, the name of a 
         Contributor should be used to indicate the entity.</dc:description>
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/>
 </owl:AnnotationProperty>
 
    <!-- Date -->
 
 <owl:AnnotationProperty  rdf:about="http://purl.org/dc/elements/1.1/date">
    <rdfs:label xml:lang="en-US">Date</rdfs:label>
    <rdfs:comment xml:lang="en-US">A date associated with an event in the life cycle of the
         resource.</rdfs:comment>
    <dc:description xml:lang="en-US">Typically, Date will be associated with the creation or
         availability of the resource.  Recommended best practice
         for encoding the date value is defined in a profile of
         ISO 8601 [W3CDTF] and follows the YYYY-MM-DD format.</dc:description>
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/>
 </owl:AnnotationProperty>
 
    <!-- Type -->
 
 <owl:AnnotationProperty  rdf:about="http://purl.org/dc/elements/1.1/type">
    <rdfs:label xml:lang="en-US">Resource Type</rdfs:label>
    <rdfs:comment xml:lang="en-US">The nature or genre of the content of the resource.</rdfs:comment>
    <dc:description xml:lang="en-US">Type includes terms describing general categories, functions,
         genres, or aggregation levels for content. Recommended best
         practice is to select a value from a controlled vocabulary
         (for example, the DCMI Type Vocabulary [DCMITYPE]). To 
         describe the physical or digital manifestation of the 
         resource, use the Format element.</dc:description>
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/>
 </owl:AnnotationProperty>
 
    <!-- Format -->
    
 <owl:AnnotationProperty  rdf:about="http://purl.org/dc/elements/1.1/format">
    <rdfs:label xml:lang="en-US">Format</rdfs:label>
    <rdfs:comment xml:lang="en-US">The physical or digital manifestation of the resource.</rdfs:comment>
    <dc:description xml:lang="en-US">Typically, Format may include the media-type or dimensions of
         the resource. Format may be used to determine the software,
         hardware or other equipment needed to display or operate the
         resource. Examples of dimensions include size and duration.
         Recommended best practice is to select a value from a
         controlled vocabulary (for example, the list of Internet Media
         Types [MIME] defining computer media formats).</dc:description>
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/>
 </owl:AnnotationProperty>

    <!-- Identifier -->

 <owl:AnnotationProperty  rdf:about="http://purl.org/dc/elements/1.1/identifier">
    <rdfs:label xml:lang="en-US">Resource Identifier</rdfs:label>
    <rdfs:comment xml:lang="en-US">An unambiguous reference to the resource within a given context.</rdfs:comment>
    <dc:description xml:lang="en-US">Recommended best practice is to identify the resource by means
         of a string or number conforming to a formal identification
         system.
         Example formal identification systems include the Uniform
         Resource Identifier (URI) (including the Uniform Resource
         Locator (URL)), the Digital Object Identifier (DOI) and the
         International Standard Book Number (ISBN).</dc:description>
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/>
 </owl:AnnotationProperty>
 
    <!-- Source -->
 
 <owl:AnnotationProperty  rdf:about="http://purl.org/dc/elements/1.1/source">
    <rdfs:label xml:lang="en-US">Source</rdfs:label>
    <rdfs:comment xml:lang="en-US">A reference to a resource from which the present resource
         is derived.</rdfs:comment>
    <dc:description xml:lang="en-US">The present resource may be derived from the Source resource
         in whole or in part.  Recommended best practice is to reference
         the resource by means of a string or number conforming to a
         formal identification system.</dc:description>
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/>
 </owl:AnnotationProperty>
 
    <!-- Language -->
    
 <owl:AnnotationProperty  rdf:about="http://purl.org/dc/elements/1.1/language">
    <rdfs:label xml:lang="en-US">Language</rdfs:label>
    <rdfs:comment xml:lang="en-US">A language of the intellectual content of the resource.</rdfs:comment>
    <dc:description xml:lang="en-US">Recommended best practice is to use RFC 3066 [RFC3066],
         which, in conjunction with ISO 639 [ISO639], defines two-
         and three-letter primary language tags with optional
         subtags.  Examples include "en" or "eng" for English,
         "akk" for Akkadian, and "en-GB" for English used in the
         United Kingdom.</dc:description>
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/>
 </owl:AnnotationProperty>
 
    <!-- Relation -->
    
 <owl:AnnotationProperty  rdf:about="http://purl.org/dc/elements/1.1/relation">
    <rdfs:label xml:lang="en-US">Relation</rdfs:label>
    <rdfs:comment xml:lang="en-US">A reference to a related resource.</rdfs:comment>
    <dc:description xml:lang="en-US">
         Recommended best practice is to reference the resource by means
         of a string or number conforming to a formal identification
         system.
    </dc:description>
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/>
 </owl:AnnotationProperty>
 
    <!-- Coverage -->
    
 <owl:AnnotationProperty  rdf:about="http://purl.org/dc/elements/1.1/coverage">
    <rdfs:label xml:lang="en-US">Coverage</rdfs:label>
    <rdfs:comment xml:lang="en-US">The extent or scope of the content of the resource.</rdfs:comment>
    <dc:description xml:lang="en-US">Coverage will typically include spatial location (a place name
         or geographic coordinates), temporal period (a period label,
         date, or date range) or jurisdiction (such as a named
         administrative entity).
         Recommended best practice is to select a value from a
         controlled vocabulary (for example, the Thesaurus of Geographic
         Names [TGN]) and that, where appropriate, named places or time
         periods be used in preference to numeric identifiers such as
         sets of coordinates or date ranges.</dc:description>
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/>
 </owl:AnnotationProperty>
 
    <!-- Rights -->
    
 <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/rights">
    <rdfs:label xml:lang="en-US">Rights Management</rdfs:label> 
    <rdfs:comment xml:lang="en-US">Information about rights held in and over the resource.</rdfs:comment> 
    <dc:description xml:lang="en-US">
          Typically, a Rights element will contain a rights 
          management statement for the resource, or reference 
          a service providing such information. Rights information 
          often encompasses Intellectual Property Rights (IPR), 
          Copyright, and various Property Rights. 
          If the Rights element is absent, no assumptions can be made 
          about the status of these and other rights with respect to 
          the resource.
    </dc:description> 
    <rdfs:isDefinedBy rdfs:resource="http://purl.org/dc/elements/1.1/"/> 
 </owl:AnnotationProperty>

    <!-- 
    ///////////////////////////////////////////////////////////////////////////
    //
    //   OWL Annotation Properties
    //
    ///////////////////////////////////////////////////////////////////////////
     -->

    <owl:AnnotationProperty rdf:about="#synonym">
        <rdfs:label xml:lang="en">synonym</rdfs:label>
        <rdfs:comment xml:lang="en"
            >A word having the same meaning as another</rdfs:comment>
    </owl:AnnotationProperty>
    <owl:AnnotationProperty rdf:about="#example">
        <rdfs:label xml:lang="en">example</rdfs:label>
        <rdfs:comment xml:lang="en"
            >An illustration of a general principle.</rdfs:comment>
    </owl:AnnotationProperty>
</rdf:RDF>
