<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY dc "http://purl.org/dc/elements/1.1/" >
    <!ENTITY dl "http://ontology.dumontierlab.com/" >
    <!ENTITY owl11 "http://www.w3.org/2006/12/owl11#" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY owl11xml "http://www.w3.org/2006/12/owl11-xml#" >
    <!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/time-interval-primitive" xml:base="http://ontology.dumontierlab.com/time-interval-primitive" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dl="http://ontology.dumontierlab.com/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:owl11="http://www.w3.org/2006/12/owl11#" xmlns:owl11xml="http://www.w3.org/2006/12/owl11-xml#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <owl:Ontology rdf:about="">
        <dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Michel Dumontier</dc:creator>
        <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Time Interval Ontology</dc:title>
        <dc:subject rdf:datatype="http://www.w3.org/2001/XMLSchema#string">time</dc:subject>
        <dc:description xml:lang="en">An ontology of time intervals. From seconds to millenia.</dc:description>
        <dc:publisher rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://dumontierlab.com</dc:publisher>
        <dc:format rdf:datatype="http://www.w3.org/2001/XMLSchema#string">rdf/xml</dc:format>
        <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#string">October 1, 2007</dc:date>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/date"/>
    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/publisher"/>
    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator"/>
    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/format"/>
    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/subject"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://ontology.dumontierlab.com/time-interval-primitive#Century -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Century">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">century</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-interval-primitive#Decade -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Decade">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">decade</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-interval-primitive#Millenium -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Millenium">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Millenium</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#April -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/April">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">April</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Month"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#August -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/August">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">August</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Month"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#DateInterval -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/DateInterval">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">date interval</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#DateTimeInterval -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/DateTimeInterval">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">datetime interval</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Day -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Day">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">day</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#December -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/December">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">December</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Month"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#February -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/February">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">February</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Month"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#FirstQuarter -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/FirstQuarter">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">first quarter</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Quarter"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#FourthQuarter -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/FourthQuarter">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">fourth quarter</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Quarter"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Friday -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Friday">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">friday</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Day"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Hour -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Hour">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">hour</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#January -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/January">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">January</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Month"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#July -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/July">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">July</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Month"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#June -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/June">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">June</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Month"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#March -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/March">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">March</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Month"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#May -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/May">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">May</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Month"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Minute -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Minute">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">minute</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Monday -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Monday">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Monday</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Day"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Month -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Month">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">month</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#November -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/November">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">November</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Month"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#October -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/October">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">October</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Month"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Quarter -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Quarter">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">quarter</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Saturday -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Saturday">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Saturday</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Day"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Second -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Second">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">second</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#SecondQuarter -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/SecondQuarter">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">second quarter</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Quarter"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#September -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/September">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">September</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Month"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Sunday -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Sunday">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sunday</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Day"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#ThirdQuarter -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/ThirdQuarter">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">third quarter</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Quarter"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Thursday -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Thursday">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Thursday</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Day"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#TimeInterval -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/TimeInterval">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">time interval</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Tuesday -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Tuesday">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Tuesday</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Day"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Wednesday -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Wednesday">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Wednesday</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Day"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Week -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Week">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">week</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Weekday -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Weekday">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">weekday</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Weekend -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Weekend">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">weekend</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/time-primitive#Year -->

    <owl:Class rdf:about="http://ontology.dumontierlab.com/Year">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">year</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/TimeInterval"/>
    </owl:Class>
</rdf:RDF>
