<?xml version="1.0"?>


<!DOCTYPE rdf:RDF [
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY owl11 "http://www.w3.org/2006/12/owl11#" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY dc "http://purl.org/dc/elements/1.1/" >
    <!ENTITY owl11xml "http://www.w3.org/2006/12/owl11-xml#" >
    <!ENTITY dl "http://ontology.dumontierlab.com/" >
    <!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/igraph-example"
     xml:base="http://ontology.dumontierlab.com/igraph-example"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     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#"
     xmlns:dl="http://ontology.dumontierlab.com/">
    <owl:Ontology rdf:about="">
        <dc:creator rdf:datatype="&xsd;string"
            >Michel Dumontier</dc:creator>
        <dc:contributor
            >Natalia Villanueva-Rosales</dc:contributor>
        <dc:contributor
            >Leo Ferres</dc:contributor>
        <dc:title rdf:datatype="&xsd;string"
            >iGraph examples</dc:title>
        <dc:subject rdf:datatype="&xsd;string">graph</dc:subject>
        <owl:versionInfo rdf:datatype="&xsd;string">2.0</owl:versionInfo>
        <dc:description xml:lang="en"
            >An ontology containing an example iGraph.</dc:description>
        <dc:publisher rdf:datatype="&xsd;string"
            >http://dumontierlab.com</dc:publisher>
        <dc:format rdf:datatype="&xsd;string">rdf/xml</dc:format>
        <dc:date rdf:datatype="&xsd;date">2007-10-01</dc:date>
        <owl:imports rdf:resource="http://ontology.dumontierlab.com/statistical-graph-complex"/>
        <owl:imports rdf:resource="http://ontology.dumontierlab.com/time-interval-primitive"/>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://ontology.dumontierlab.com/dl#hasPart -->

    <owl:ObjectProperty rdf:about="&dl;hasPart"/>
    


    <!-- http://ontology.dumontierlab.com/dl#isPartOf -->

    <owl:ObjectProperty rdf:about="&dl;isPartOf"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#hasTitle -->

    <owl:ObjectProperty rdf:about="&dl;hasTitle"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#isImmediatelyBefore -->

    <owl:ObjectProperty rdf:about="&dl;isImmediatelyBefore"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Data properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://ontology.dumontierlab.com/dl#hasValue -->

    <owl:DatatypeProperty rdf:about="&dl;hasValue"/>
    


    <!-- http://ontology.dumontierlab.com/dl#hasEnd -->

    <owl:DatatypeProperty rdf:about="&dl;hasEnd"/>
    


    <!-- http://ontology.dumontierlab.com/dl#hasStart -->

    <owl:DatatypeProperty rdf:about="&dl;hasStart"/>
    


    <!-- http://ontology.dumontierlab.com/dl#hasStep -->

    <owl:DatatypeProperty rdf:about="&dl;hasStep"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#hasEnd -->

    <owl:DatatypeProperty rdf:about="&dl;hasEnd"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#hasStart -->

    <owl:DatatypeProperty rdf:about="&dl;hasStart"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#hasStep -->

    <owl:DatatypeProperty rdf:about="&dl;hasStep"/>
    


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

    


    <!-- http://ontology.dumontierlab.com/dl#PrimaryCategoryData -->

    <owl:Class rdf:about="&dl;PrimaryCategoryData"/>
    


    <!-- http://ontology.dumontierlab.com/dl#Series -->

    <owl:Class rdf:about="&dl;Series"/>
    


    <!-- http://ontology.dumontierlab.com/dl#TimeSeries -->

    <owl:Class rdf:about="&dl;TimeSeries">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&dl;Series"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="&dl;hasPart"/>
                        <owl:someValuesFrom rdf:resource="&dl;TimeInterval"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/dl#Title -->

    <owl:Class rdf:about="&dl;Title"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#DataPoint -->

    <owl:Class rdf:about="&dl;DataPoint"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#Graph -->

    <owl:Class rdf:about="&dl;Graph"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#Plot -->

    <owl:Class rdf:about="&dl;Plot"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#PrimaryCategoryAxis -->

    <owl:Class rdf:about="&dl;PrimaryCategoryAxis"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#PrimaryCategoryData -->

    <owl:Class rdf:about="&dl;PrimaryCategoryData"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#PrimaryTitle -->

    <owl:Class rdf:about="&dl;PrimaryTitle"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#SecondaryCategoryAxis -->

    <owl:Class rdf:about="&dl;SecondaryCategoryAxis"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#SecondaryCategoryData -->

    <owl:Class rdf:about="&dl;SecondaryCategoryData"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#SecondaryTitle -->

    <owl:Class rdf:about="&dl;SecondaryTitle"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#Series -->

    <owl:Class rdf:about="&dl;Series"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#ValueAxis -->

    <owl:Class rdf:about="&dl;ValueAxis"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#ValueData -->

    <owl:Class rdf:about="&dl;ValueData"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#XAxis -->

    <owl:Class rdf:about="&dl;XAxis"/>
    


    <!-- http://ontology.dumontierlab.com/statistical-dl#YAxis -->

    <owl:Class rdf:about="&dl;YAxis"/>
    


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

    <owl:Class rdf:about="&dl;FirstQuarter"/>
    


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

    <owl:Class rdf:about="&dl;FourthQuarter"/>
    


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

    <owl:Class rdf:about="&dl;SecondQuarter"/>
    


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

    <owl:Class rdf:about="&dl;ThirdQuarter"/>
    


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

    <owl:Class rdf:about="&dl;TimeInterval"/>
    


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

    <owl:Class rdf:about="&dl;Year"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Individuals
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://ontology.dumontierlab.com/dl#datapoint1 -->

    <dl:DataPoint rdf:about="#datapoint1">
        <dl:hasPart rdf:resource="#y1"/>
        <dl:hasPart rdf:resource="#x1"/>
    </dl:DataPoint>
    


    <!-- http://ontology.dumontierlab.com/dl#datapoint2 -->

    <dl:DataPoint rdf:about="#datapoint2">
        <dl:hasPart rdf:resource="#y2"/>
        <dl:hasPart rdf:resource="#x2"/>
    </dl:DataPoint>
    


    <!-- http://ontology.dumontierlab.com/dl#datapoint3 -->

    <dl:DataPoint rdf:about="#datapoint3">
        <dl:hasPart rdf:resource="#y3"/>
        <dl:hasPart rdf:resource="#x3"/>
    </dl:DataPoint>
    


    <!-- http://ontology.dumontierlab.com/dl#datapoint4 -->

    <dl:DataPoint rdf:about="#datapoint4">
        <dl:hasPart rdf:resource="#x4"/>
        <dl:hasPart rdf:resource="#y4"/>
    </dl:DataPoint>
    


    <!-- http://ontology.dumontierlab.com/dl#datapoint5 -->

    <dl:DataPoint rdf:about="#datapoint5">
        <dl:hasPart rdf:resource="#x6"/>
        <dl:hasPart rdf:resource="#y5"/>
    </dl:DataPoint>
    


    <!-- http://ontology.dumontierlab.com/dl#datapoint6 -->

    <dl:DataPoint rdf:about="#datapoint6">
        <dl:hasPart rdf:resource="#y6"/>
        <dl:hasPart rdf:resource="#x6"/>
    </dl:DataPoint>
    


    <!-- http://ontology.dumontierlab.com/dl#graph -->

    <dl:Graph rdf:about="#graph">
        <dl:hasPart rdf:resource="#plot"/>
        <dl:hasTitle rdf:resource="#graph_secondary_title"/>
        <dl:hasTitle rdf:resource="#graph_primary_title"/>
    </dl:Graph>
    


    <!-- http://ontology.dumontierlab.com/dl#graph_primary_title -->

    <dl:PrimaryTitle rdf:about="#graph_primary_title">
        <dl:hasValue rdf:datatype="&xsd;string"
            >Operating profits up slightly in second quarter</dl:hasValue>
    </dl:PrimaryTitle>
    


    <!-- http://ontology.dumontierlab.com/dl#graph_secondary_title -->

    <dl:SecondaryTitle rdf:about="#graph_secondary_title">
        <dl:hasValue rdf:datatype="&xsd;string"
            >Seasonally adjusted</dl:hasValue>
    </dl:SecondaryTitle>
    


    <!-- http://ontology.dumontierlab.com/dl#plot -->

    <dl:Plot rdf:about="#plot">
        <dl:hasPart rdf:resource="#series1"/>
        <dl:hasPart rdf:resource="#xaxis"/>
        <dl:hasPart rdf:resource="#yaxis"/>
    </dl:Plot>
    


    <!-- http://ontology.dumontierlab.com/dl#primary_category_axis -->

    <dl:PrimaryCategoryAxis rdf:about="#primary_category_axis">
        <dl:hasPart rdf:resource="#x4"/>
        <dl:hasPart rdf:resource="#x3"/>
        <dl:hasPart rdf:resource="#x2"/>
        <dl:hasPart rdf:resource="#x1"/>
        <dl:hasPart rdf:resource="#x6"/>
    </dl:PrimaryCategoryAxis>
    


    <!-- http://ontology.dumontierlab.com/dl#secondary_category_axis -->

    <dl:SecondaryCategoryAxis rdf:about="#secondary_category_axis">
        <dl:hasPart rdf:resource="#xx2"/>
        <dl:hasPart rdf:resource="#xx1"/>
    </dl:SecondaryCategoryAxis>
    


    <!-- http://ontology.dumontierlab.com/dl#series1 -->

    <dl:Series rdf:about="#series1">
        <dl:hasPart rdf:resource="#datapoint6"/>
        <dl:hasPart rdf:resource="#datapoint1"/>
        <dl:hasPart rdf:resource="#datapoint5"/>
        <dl:hasPart rdf:resource="#datapoint4"/>
        <dl:hasPart rdf:resource="#datapoint3"/>
        <dl:hasPart rdf:resource="#datapoint2"/>
    </dl:Series>
    


    <!-- http://ontology.dumontierlab.com/dl#value_axis -->

    <dl:ValueAxis rdf:about="#value_axis">
        <dl:hasStart rdf:datatype="&xsd;float">0</dl:hasStart>
        <dl:hasTitle rdf:resource="#value_axis_title"/>
        <dl:hasStep rdf:datatype="&xsd;float">10</dl:hasStep>
        <dl:hasEnd rdf:datatype="&xsd;float">70</dl:hasEnd>
    </dl:ValueAxis>
    


    <!-- http://ontology.dumontierlab.com/dl#value_axis_title -->

    <dl:Title rdf:about="#value_axis_title">
        <dl:hasValue rdf:datatype="&xsd;string">$ billions</dl:hasValue>
    </dl:Title>
    


    <!-- http://ontology.dumontierlab.com/dl#x1 -->

    <dl:PrimaryCategoryData rdf:about="#x1">
        <rdf:type rdf:resource="&dl;SecondQuarter"/>
        <dl:isPartOf rdf:resource="#xx1"/>
        <dl:hasValue rdf:datatype="&xsd;string">II</dl:hasValue>
        <dl:isImmediatelyBefore rdf:resource="#x2"/>
    </dl:PrimaryCategoryData>
    


    <!-- http://ontology.dumontierlab.com/dl#x2 -->

    <dl:ThirdQuarter rdf:about="#x2">
        <rdf:type rdf:resource="&dl;PrimaryCategoryData"/>
        <dl:isPartOf rdf:resource="#xx1"/>
        <dl:hasValue rdf:datatype="&xsd;string">III</dl:hasValue>
        <dl:isImmediatelyBefore rdf:resource="#x3"/>
    </dl:ThirdQuarter>
    


    <!-- http://ontology.dumontierlab.com/dl#x3 -->

    <dl:PrimaryCategoryData rdf:about="#x3">
        <rdf:type rdf:resource="&dl;FourthQuarter"/>
        <dl:isPartOf rdf:resource="#xx1"/>
        <dl:isImmediatelyBefore rdf:resource="#x4"/>
        <dl:hasValue rdf:datatype="&xsd;string">IV</dl:hasValue>
    </dl:PrimaryCategoryData>
    


    <!-- http://ontology.dumontierlab.com/dl#x4 -->

    <dl:PrimaryCategoryData rdf:about="#x4">
        <rdf:type rdf:resource="&dl;FirstQuarter"/>
        <dl:isPartOf rdf:resource="#xx2"/>
        <dl:hasValue rdf:datatype="&xsd;string">I</dl:hasValue>
        <dl:isImmediatelyBefore rdf:resource="#x6"/>
    </dl:PrimaryCategoryData>
    


    <!-- http://ontology.dumontierlab.com/dl#x6 -->

    <dl:PrimaryCategoryData rdf:about="#x6">
        <rdf:type rdf:resource="&dl;SecondQuarter"/>
        <dl:isImmediatelyBefore rdf:resource="#x6"/>
        <dl:hasValue rdf:datatype="&xsd;string">II</dl:hasValue>
        <dl:isPartOf rdf:resource="#xx2"/>
    </dl:PrimaryCategoryData>
    


    <!-- http://ontology.dumontierlab.com/dl#xaxis -->

    <dl:XAxis rdf:about="#xaxis">
        <dl:hasPart rdf:resource="#secondary_category_axis"/>
        <dl:hasPart rdf:resource="#primary_category_axis"/>
    </dl:XAxis>
    


    <!-- http://ontology.dumontierlab.com/dl#xx1 -->

    <dl:Year rdf:about="#xx1">
        <rdf:type rdf:resource="&dl;SecondaryCategoryData"/>
        <dl:isImmediatelyBefore rdf:resource="#xx2"/>
        <dl:hasValue rdf:datatype="&xsd;string">1996</dl:hasValue>
    </dl:Year>
    


    <!-- http://ontology.dumontierlab.com/dl#xx2 -->

    <dl:Year rdf:about="#xx2">
        <rdf:type rdf:resource="&dl;SecondaryCategoryData"/>
        <dl:hasValue rdf:datatype="&xsd;string">1997</dl:hasValue>
    </dl:Year>
    


    <!-- http://ontology.dumontierlab.com/dl#y1 -->

    <dl:ValueData rdf:about="#y1">
        <dl:hasValue rdf:datatype="&xsd;float">26.7</dl:hasValue>
    </dl:ValueData>
    


    <!-- http://ontology.dumontierlab.com/dl#y2 -->

    <dl:ValueData rdf:about="#y2">
        <dl:hasValue rdf:datatype="&xsd;float">27.9</dl:hasValue>
    </dl:ValueData>
    


    <!-- http://ontology.dumontierlab.com/dl#y3 -->

    <dl:ValueData rdf:about="#y3">
        <dl:hasValue rdf:datatype="&xsd;float">26.9</dl:hasValue>
    </dl:ValueData>
    


    <!-- http://ontology.dumontierlab.com/dl#y4 -->

    <dl:ValueData rdf:about="#y4">
        <dl:hasValue rdf:datatype="&xsd;float">29.6</dl:hasValue>
    </dl:ValueData>
    


    <!-- http://ontology.dumontierlab.com/dl#y5 -->

    <dl:ValueData rdf:about="#y5">
        <dl:hasValue rdf:datatype="&xsd;float">28.9</dl:hasValue>
    </dl:ValueData>
    


    <!-- http://ontology.dumontierlab.com/dl#y6 -->

    <dl:ValueData rdf:about="#y6">
        <dl:hasValue rdf:datatype="&xsd;float">29.8</dl:hasValue>
    </dl:ValueData>
    


    <!-- http://ontology.dumontierlab.com/dl#yaxis -->

    <dl:YAxis rdf:about="#yaxis">
        <dl:hasPart rdf:resource="#value_axis"/>
    </dl:YAxis>
</rdf:RDF>
