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


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

    <owl:AnnotationProperty rdf:about="&dc;description"/>
    <owl:AnnotationProperty rdf:about="&dc;subject"/>
    <owl:AnnotationProperty rdf:about="&dc;publisher"/>
    <owl:AnnotationProperty rdf:about="&dc;creator"/>
    <owl:AnnotationProperty rdf:about="&dc;date"/>
    <owl:AnnotationProperty rdf:about="&dc;contributor"/>
    <owl:AnnotationProperty rdf:about="&dc;format"/>
    <owl:AnnotationProperty rdf:about="&dc;title"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // 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/dl#hasEndPoint -->

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


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

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


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

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


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // 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#hasSlope -->

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


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

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


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

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


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

    


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

    


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

    <dl:Series rdf:about="#Series1">
        <dl:hasPart rdf:resource="#datapoint17"/>
        <dl:hasPart rdf:resource="#datapoint22"/>
        <dl:hasPart rdf:resource="#datapoint12"/>
        <dl:hasPart rdf:resource="#datapoint3"/>
        <dl:hasPart rdf:resource="#datapoint0"/>
        <dl:hasPart rdf:resource="#datapoint16"/>
        <dl:hasPart rdf:resource="#datapoint9"/>
        <dl:hasPart rdf:resource="#datapoint15"/>
        <dl:hasPart rdf:resource="#datapoint20"/>
        <dl:hasPart rdf:resource="#datapoint5"/>
        <dl:hasPart rdf:resource="#datapoint6"/>
        <dl:hasPart rdf:resource="#datapoint18"/>
        <dl:hasPart rdf:resource="#datapoint2"/>
        <dl:hasPart rdf:resource="#datapoint7"/>
        <dl:hasPart rdf:resource="#datapoint11"/>
        <dl:hasPart rdf:resource="#datapoint8"/>
        <dl:hasPart rdf:resource="#datapoint4"/>
        <dl:hasPart rdf:resource="#datapoint13"/>
        <dl:hasPart rdf:resource="#datapoint1"/>
        <dl:hasPart rdf:resource="#datapoint23"/>
        <dl:hasPart rdf:resource="#datapoint14"/>
        <dl:hasPart rdf:resource="#datapoint21"/>
        <dl:hasPart rdf:resource="#datapoint10"/>
        <dl:hasPart rdf:resource="#datapoint19"/>
    </dl:Series>
    


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

    <dl:DataPoint rdf:about="#datapoint0">
        <dl:hasPart rdf:resource="#x0"/>
        <dl:hasPart rdf:resource="#y0"/>
    </dl:DataPoint>
    


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

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


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

    <dl:DataPoint rdf:about="#datapoint10">
        <dl:hasPart rdf:resource="#x10"/>
        <dl:hasPart rdf:resource="#y10"/>
    </dl:DataPoint>
    


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

    <dl:DataPoint rdf:about="#datapoint11">
        <dl:hasPart rdf:resource="#y11"/>
        <dl:hasPart rdf:resource="#x11"/>
    </dl:DataPoint>
    


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

    <dl:DataPoint rdf:about="#datapoint12">
        <dl:hasPart rdf:resource="#y12"/>
        <dl:hasPart rdf:resource="#x12"/>
    </dl:DataPoint>
    


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

    <dl:DataPoint rdf:about="#datapoint13">
        <dl:hasPart rdf:resource="#y13"/>
        <dl:hasPart rdf:resource="#x13"/>
    </dl:DataPoint>
    


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

    <dl:DataPoint rdf:about="#datapoint14">
        <dl:hasPart rdf:resource="#y14"/>
        <dl:hasPart rdf:resource="#x14"/>
    </dl:DataPoint>
    


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

    <dl:DataPoint rdf:about="#datapoint15">
        <dl:hasPart rdf:resource="#y15"/>
        <dl:hasPart rdf:resource="#x15"/>
    </dl:DataPoint>
    


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

    <dl:DataPoint rdf:about="#datapoint16">
        <dl:hasPart rdf:resource="#x16"/>
        <dl:hasPart rdf:resource="#y16"/>
    </dl:DataPoint>
    


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

    <dl:DataPoint rdf:about="#datapoint17">
        <dl:hasPart rdf:resource="#x17"/>
        <dl:hasPart rdf:resource="#y17"/>
    </dl:DataPoint>
    


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

    <dl:DataPoint rdf:about="#datapoint18">
        <dl:hasPart rdf:resource="#x18"/>
        <dl:hasPart rdf:resource="#y18"/>
    </dl:DataPoint>
    


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

    <dl:DataPoint rdf:about="#datapoint19">
        <dl:hasPart rdf:resource="#x19"/>
        <dl:hasPart rdf:resource="#y19"/>
    </dl:DataPoint>
    


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

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


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

    <dl:DataPoint rdf:about="#datapoint20">
        <dl:hasPart rdf:resource="#y20"/>
        <dl:hasPart rdf:resource="#x20"/>
    </dl:DataPoint>
    


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

    <dl:DataPoint rdf:about="#datapoint21">
        <dl:hasPart rdf:resource="#y21"/>
        <dl:hasPart rdf:resource="#x21"/>
    </dl:DataPoint>
    


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

    <dl:DataPoint rdf:about="#datapoint22">
        <dl:hasPart rdf:resource="#x22"/>
        <dl:hasPart rdf:resource="#y22"/>
    </dl:DataPoint>
    


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

    <dl:DataPoint rdf:about="#datapoint23">
        <dl:hasPart rdf:resource="#y23"/>
        <dl:hasPart rdf:resource="#x23"/>
    </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="#x5"/>
        <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#datapoint7 -->

    <dl:DataPoint rdf:about="#datapoint7">
        <dl:hasPart rdf:resource="#y7"/>
        <dl:hasPart rdf:resource="#x7"/>
    </dl:DataPoint>
    


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

    <dl:DataPoint rdf:about="#datapoint8">
        <dl:hasPart rdf:resource="#x8"/>
        <dl:hasPart rdf:resource="#y8"/>
    </dl:DataPoint>
    


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

    <dl:DataPoint rdf:about="#datapoint9">
        <dl:hasPart rdf:resource="#x9"/>
        <dl:hasPart rdf:resource="#y9"/>
    </dl:DataPoint>
    


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

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


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

    <dl:PrimaryTitle rdf:about="#graph_primary_title">
        <dl:hasValue rdf:datatype="&xsd;string"
            >Monthly growth rate of the trend in shipments (%)not defined</dl:hasValue>
        <dl:isTitleOf rdf:resource="#graph"/>
    </dl:PrimaryTitle>
    


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

    <dl:Line rdf:about="#line_0_1">
        <dl:hasStartPoint rdf:resource="#x0"/>
        <dl:hasEndPoint rdf:resource="#x1"/>
        <dl:hasSlope rdf:datatype="&xsd;float">0.20000005</dl:hasSlope>
        <rdfs:comment>Increasing line</rdfs:comment>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_10_11">
        <dl:hasEndPoint rdf:resource="#x11"/>
        <dl:hasSlope rdf:datatype="&xsd;float">0.0</dl:hasSlope>
        <dl:hasStartPoint rdf:resource="#x10"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_11_12">
        <dl:hasStartPoint rdf:resource="#x11"/>
        <dl:hasEndPoint rdf:resource="#x12"/>
        <dl:hasSlope rdf:datatype="&xsd;float">0.0</dl:hasSlope>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_12_13">
        <rdfs:comment>Increasing line</rdfs:comment>
        <dl:hasSlope rdf:datatype="&xsd;float">0.1</dl:hasSlope>
        <dl:hasStartPoint rdf:resource="#x12"/>
        <dl:hasEndPoint rdf:resource="#x13"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_13_14">
        <dl:hasSlope rdf:datatype="&xsd;float">0.1</dl:hasSlope>
        <dl:hasEndPoint rdf:resource="#x14"/>
        <rdfs:comment>Increasing line</rdfs:comment>
        <dl:hasStartPoint rdf:resource="#x13"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_14_15">
        <dl:hasStartPoint rdf:resource="#x14"/>
        <dl:hasSlope rdf:datatype="&xsd;float">0.0</dl:hasSlope>
        <dl:hasEndPoint rdf:resource="#x15"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_15_16">
        <rdfs:comment>Increasing line</rdfs:comment>
        <dl:hasStartPoint rdf:resource="#x15"/>
        <dl:hasSlope rdf:datatype="&xsd;float">0.1</dl:hasSlope>
        <dl:hasEndPoint rdf:resource="#x16"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_16_17">
        <dl:hasSlope rdf:datatype="&xsd;float">0.10000001</dl:hasSlope>
        <dl:hasStartPoint rdf:resource="#x16"/>
        <rdfs:comment>Increasing line</rdfs:comment>
        <dl:hasEndPoint rdf:resource="#x17"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_17_18">
        <rdfs:comment>Increasing line</rdfs:comment>
        <dl:hasStartPoint rdf:resource="#x17"/>
        <dl:hasSlope rdf:datatype="&xsd;float">0.099999994</dl:hasSlope>
        <dl:hasEndPoint rdf:resource="#x18"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_18_19">
        <dl:hasSlope rdf:datatype="&xsd;float">0.0</dl:hasSlope>
        <dl:hasEndPoint rdf:resource="#x19"/>
        <dl:hasStartPoint rdf:resource="#x18"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_19_20">
        <dl:hasSlope rdf:datatype="&xsd;float">-0.099999994</dl:hasSlope>
        <dl:hasStartPoint rdf:resource="#x19"/>
        <rdfs:comment>Decreasing line</rdfs:comment>
        <dl:hasEndPoint rdf:resource="#x20"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_1_2">
        <dl:hasEndPoint rdf:resource="#x2"/>
        <dl:hasSlope rdf:datatype="&xsd;float">0.0</dl:hasSlope>
        <dl:hasStartPoint rdf:resource="#x1"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_20_21">
        <dl:hasEndPoint rdf:resource="#x21"/>
        <dl:hasSlope rdf:datatype="&xsd;float">-0.10000001</dl:hasSlope>
        <rdfs:comment>Decreasing line</rdfs:comment>
        <dl:hasStartPoint rdf:resource="#x20"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_21_22">
        <dl:hasEndPoint rdf:resource="#x22"/>
        <dl:hasStartPoint rdf:resource="#x21"/>
        <rdfs:comment>Decreasing line</rdfs:comment>
        <dl:hasSlope rdf:datatype="&xsd;float">-0.2</dl:hasSlope>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_22_23">
        <rdfs:comment>Decreasing line</rdfs:comment>
        <dl:hasEndPoint rdf:resource="#x23"/>
        <dl:hasSlope rdf:datatype="&xsd;float">-0.1</dl:hasSlope>
        <dl:hasStartPoint rdf:resource="#x22"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_2_3">
        <dl:hasStartPoint rdf:resource="#x2"/>
        <dl:hasSlope rdf:datatype="&xsd;float">0.0</dl:hasSlope>
        <dl:hasEndPoint rdf:resource="#x3"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_3_4">
        <dl:hasEndPoint rdf:resource="#x4"/>
        <rdfs:comment>Decreasing line</rdfs:comment>
        <dl:hasSlope rdf:datatype="&xsd;float">-0.20000005</dl:hasSlope>
        <dl:hasStartPoint rdf:resource="#x3"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_4_5">
        <dl:hasSlope rdf:datatype="&xsd;float">-0.29999995</dl:hasSlope>
        <dl:hasEndPoint rdf:resource="#x5"/>
        <rdfs:comment>Decreasing line</rdfs:comment>
        <dl:hasStartPoint rdf:resource="#x4"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_5_6">
        <rdfs:comment>Decreasing line</rdfs:comment>
        <dl:hasStartPoint rdf:resource="#x5"/>
        <dl:hasEndPoint rdf:resource="#x6"/>
        <dl:hasSlope rdf:datatype="&xsd;float">-0.3</dl:hasSlope>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_6_7">
        <rdfs:comment>Decreasing line</rdfs:comment>
        <dl:hasStartPoint rdf:resource="#x6"/>
        <dl:hasEndPoint rdf:resource="#x7"/>
        <dl:hasSlope rdf:datatype="&xsd;float">-0.29999998</dl:hasSlope>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_7_8">
        <rdfs:comment>Decreasing line</rdfs:comment>
        <dl:hasEndPoint rdf:resource="#x8"/>
        <dl:hasSlope rdf:datatype="&xsd;float">-0.3</dl:hasSlope>
        <dl:hasStartPoint rdf:resource="#x7"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_8_9">
        <dl:hasStartPoint rdf:resource="#x8"/>
        <rdfs:comment>Decreasing line</rdfs:comment>
        <dl:hasSlope rdf:datatype="&xsd;float">-0.1</dl:hasSlope>
        <dl:hasEndPoint rdf:resource="#x9"/>
    </dl:Line>
    


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

    <dl:Line rdf:about="#line_9_10">
        <dl:hasStartPoint rdf:resource="#x9"/>
        <dl:hasEndPoint rdf:resource="#x10"/>
        <dl:hasSlope rdf:datatype="&xsd;float">-0.1</dl:hasSlope>
        <rdfs:comment>Decreasing line</rdfs:comment>
    </dl:Line>
    


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

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


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

    <dl:Title rdf:about="#primary_cat_axis_title">
        <dl:hasValue rdf:datatype="&xsd;string">Month</dl:hasValue>
        <dl:isTitleOf rdf:resource="#primary_category_axis"/>
    </dl:Title>
    


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

    <dl:PrimaryCategoryAxis rdf:about="#primary_category_axis">
        <dl:hasPart rdf:resource="#x2"/>
        <dl:hasPart rdf:resource="#x4"/>
        <dl:hasPart rdf:resource="#x15"/>
        <dl:hasPart rdf:resource="#x12"/>
        <dl:hasPart rdf:resource="#x5"/>
        <dl:hasPart rdf:resource="#x16"/>
        <dl:hasPart rdf:resource="#x6"/>
        <dl:hasPart rdf:resource="#x11"/>
        <dl:hasPart rdf:resource="#x14"/>
        <dl:hasPart rdf:resource="#x22"/>
        <dl:hasPart rdf:resource="#x8"/>
        <dl:hasPart rdf:resource="#x19"/>
        <dl:hasPart rdf:resource="#x10"/>
        <dl:hasPart rdf:resource="#x18"/>
        <dl:hasPart rdf:resource="#x0"/>
        <dl:hasPart rdf:resource="#x9"/>
        <dl:hasPart rdf:resource="#x1"/>
        <dl:hasPart rdf:resource="#x20"/>
        <dl:hasPart rdf:resource="#x23"/>
        <dl:hasPart rdf:resource="#x13"/>
        <dl:hasPart rdf:resource="#x7"/>
        <dl:hasPart rdf:resource="#x17"/>
        <dl:isPartOf rdf:resource="#xaxis"/>
        <dl:hasPart rdf:resource="#x21"/>
        <dl:hasPart rdf:resource="#x3"/>
    </dl:PrimaryCategoryAxis>
    


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

    <dl:Title rdf:about="#secondary_cat_axis_title">
        <dl:isTitleOf rdf:resource="#secondary_category_axis"/>
        <dl:hasValue rdf:datatype="&xsd;string">Year</dl:hasValue>
    </dl:Title>
    


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

    <dl:SecondaryCategoryAxis rdf:about="#secondary_category_axis">
        <dl:isPartOf rdf:resource="#xaxis"/>
        <dl:hasPart rdf:resource="#xx22"/>
        <dl:hasPart rdf:resource="#xx6"/>
        <dl:hasPart rdf:resource="#xx1"/>
        <dl:hasPart rdf:resource="#xx13"/>
        <dl:hasPart rdf:resource="#xx23"/>
        <dl:hasPart rdf:resource="#xx17"/>
        <dl:hasPart rdf:resource="#xx5"/>
        <dl:hasPart rdf:resource="#xx20"/>
        <dl:hasPart rdf:resource="#xx14"/>
        <dl:hasPart rdf:resource="#xx15"/>
        <dl:hasPart rdf:resource="#xx11"/>
        <dl:hasPart rdf:resource="#xx4"/>
        <dl:hasPart rdf:resource="#xx3"/>
        <dl:hasPart rdf:resource="#xx7"/>
        <dl:hasPart rdf:resource="#xx0"/>
        <dl:hasPart rdf:resource="#xx9"/>
        <dl:hasPart rdf:resource="#xx16"/>
        <dl:hasPart rdf:resource="#xx10"/>
        <dl:hasPart rdf:resource="#xx18"/>
        <dl:hasPart rdf:resource="#xx19"/>
        <dl:hasPart rdf:resource="#xx12"/>
        <dl:hasPart rdf:resource="#xx2"/>
        <dl:hasPart rdf:resource="#xx21"/>
        <dl:hasPart rdf:resource="#xx8"/>
    </dl:SecondaryCategoryAxis>
    


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

    <dl:ValueAxis rdf:about="#value_axis">
        <dl:hasStart rdf:datatype="&xsd;float">-0.5</dl:hasStart>
        <dl:hasEnd rdf:datatype="&xsd;float">2</dl:hasEnd>
        <dl:isPartOf rdf:resource="#yaxis"/>
        <dl:hasStep rdf:datatype="&xsd;float">0.5</dl:hasStep>
    </dl:ValueAxis>
    


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

    <dl:Month rdf:about="#x0">
        <rdf:type rdf:resource="&dl;PrimaryCategoryData"/>
        <dl:hasValue rdf:datatype="&xsd;string">Jan.</dl:hasValue>
        <dl:isPartOf rdf:resource="#xx0"/>
    </dl:Month>
    


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

    <dl:PrimaryCategoryData rdf:about="#x1">
        <rdf:type rdf:resource="&dl;Month"/>
        <dl:hasValue rdf:datatype="&xsd;string">2004</dl:hasValue>
        <dl:isPartOf rdf:resource="#xx1"/>
    </dl:PrimaryCategoryData>
    


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

    <dl:PrimaryCategoryData rdf:about="#x10">
        <rdf:type rdf:resource="&dl;Month"/>
        <dl:isPartOf rdf:resource="#xx10"/>
        <dl:hasValue rdf:datatype="&xsd;string">2004</dl:hasValue>
    </dl:PrimaryCategoryData>
    


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

    <dl:Month rdf:about="#x11">
        <rdf:type rdf:resource="&dl;PrimaryCategoryData"/>
        <dl:isPartOf rdf:resource="#xx11"/>
        <dl:hasValue rdf:datatype="&xsd;string">Dec.</dl:hasValue>
    </dl:Month>
    


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

    <dl:PrimaryCategoryData rdf:about="#x12">
        <rdf:type rdf:resource="&dl;Month"/>
        <dl:hasValue rdf:datatype="&xsd;string">2005</dl:hasValue>
        <dl:isPartOf rdf:resource="#xx12"/>
    </dl:PrimaryCategoryData>
    


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

    <dl:PrimaryCategoryData rdf:about="#x13">
        <rdf:type rdf:resource="&dl;Month"/>
        <dl:isPartOf rdf:resource="#xx13"/>
        <dl:hasValue rdf:datatype="&xsd;string">2005</dl:hasValue>
    </dl:PrimaryCategoryData>
    


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

    <dl:Month rdf:about="#x14">
        <rdf:type rdf:resource="&dl;PrimaryCategoryData"/>
        <dl:isPartOf rdf:resource="#xx14"/>
        <dl:hasValue rdf:datatype="&xsd;string">Mar.</dl:hasValue>
    </dl:Month>
    


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

    <dl:PrimaryCategoryData rdf:about="#x15">
        <rdf:type rdf:resource="&dl;Month"/>
        <dl:isPartOf rdf:resource="#xx15"/>
        <dl:hasValue rdf:datatype="&xsd;string">2005</dl:hasValue>
    </dl:PrimaryCategoryData>
    


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

    <dl:Month rdf:about="#x16">
        <rdf:type rdf:resource="&dl;PrimaryCategoryData"/>
        <dl:hasValue rdf:datatype="&xsd;string">2005</dl:hasValue>
        <dl:isPartOf rdf:resource="#xx16"/>
    </dl:Month>
    


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

    <dl:PrimaryCategoryData rdf:about="#x17">
        <rdf:type rdf:resource="&dl;Month"/>
        <dl:hasValue rdf:datatype="&xsd;string">June</dl:hasValue>
        <dl:isPartOf rdf:resource="#xx17"/>
    </dl:PrimaryCategoryData>
    


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

    <dl:Month rdf:about="#x18">
        <rdf:type rdf:resource="&dl;PrimaryCategoryData"/>
        <dl:hasValue rdf:datatype="&xsd;string">2005</dl:hasValue>
        <dl:isPartOf rdf:resource="#xx18"/>
    </dl:Month>
    


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

    <dl:PrimaryCategoryData rdf:about="#x19">
        <rdf:type rdf:resource="&dl;Month"/>
        <dl:hasValue rdf:datatype="&xsd;string">2005</dl:hasValue>
        <dl:isPartOf rdf:resource="#xx19"/>
    </dl:PrimaryCategoryData>
    


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

    <dl:Month rdf:about="#x2">
        <rdf:type rdf:resource="&dl;PrimaryCategoryData"/>
        <dl:isPartOf rdf:resource="#xx2"/>
        <dl:hasValue rdf:datatype="&xsd;string">Mar.</dl:hasValue>
    </dl:Month>
    


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

    <dl:PrimaryCategoryData rdf:about="#x20">
        <rdf:type rdf:resource="&dl;Month"/>
        <dl:hasValue rdf:datatype="&xsd;string">Sept.</dl:hasValue>
        <dl:isPartOf rdf:resource="#xx20"/>
    </dl:PrimaryCategoryData>
    


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

    <dl:PrimaryCategoryData rdf:about="#x21">
        <rdf:type rdf:resource="&dl;Month"/>
        <dl:hasValue rdf:datatype="&xsd;string">2005</dl:hasValue>
        <dl:isPartOf rdf:resource="#xx21"/>
    </dl:PrimaryCategoryData>
    


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

    <dl:Month rdf:about="#x22">
        <rdf:type rdf:resource="&dl;PrimaryCategoryData"/>
        <dl:isPartOf rdf:resource="#xx22"/>
        <dl:hasValue rdf:datatype="&xsd;string">2005</dl:hasValue>
    </dl:Month>
    


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

    <dl:PrimaryCategoryData rdf:about="#x23">
        <rdf:type rdf:resource="&dl;Month"/>
        <dl:isPartOf rdf:resource="#xx23"/>
        <dl:hasValue rdf:datatype="&xsd;string">Dec.</dl:hasValue>
    </dl:PrimaryCategoryData>
    


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

    <dl:PrimaryCategoryData rdf:about="#x3">
        <rdf:type rdf:resource="&dl;Month"/>
        <dl:hasValue rdf:datatype="&xsd;string">2004</dl:hasValue>
        <dl:isPartOf rdf:resource="#xx3"/>
    </dl:PrimaryCategoryData>
    


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

    <dl:PrimaryCategoryData rdf:about="#x4">
        <rdf:type rdf:resource="&dl;Month"/>
        <dl:hasValue rdf:datatype="&xsd;string">2004</dl:hasValue>
        <dl:isPartOf rdf:resource="#xx4"/>
    </dl:PrimaryCategoryData>
    


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

    <dl:Month rdf:about="#x5">
        <rdf:type rdf:resource="&dl;PrimaryCategoryData"/>
        <dl:isPartOf rdf:resource="#xx5"/>
        <dl:hasValue rdf:datatype="&xsd;string">June</dl:hasValue>
    </dl:Month>
    


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

    <dl:PrimaryCategoryData rdf:about="#x6">
        <rdf:type rdf:resource="&dl;Month"/>
        <dl:hasValue rdf:datatype="&xsd;string">2004</dl:hasValue>
        <dl:isPartOf rdf:resource="#xx6"/>
    </dl:PrimaryCategoryData>
    


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

    <dl:Month rdf:about="#x7">
        <rdf:type rdf:resource="&dl;PrimaryCategoryData"/>
        <dl:isPartOf rdf:resource="#xx7"/>
        <dl:hasValue rdf:datatype="&xsd;string">2004</dl:hasValue>
    </dl:Month>
    


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

    <dl:Month rdf:about="#x8">
        <rdf:type rdf:resource="&dl;PrimaryCategoryData"/>
        <dl:hasValue rdf:datatype="&xsd;string">Sept.</dl:hasValue>
        <dl:isPartOf rdf:resource="#xx8"/>
    </dl:Month>
    


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

    <dl:PrimaryCategoryData rdf:about="#x9">
        <rdf:type rdf:resource="&dl;Month"/>
        <dl:isPartOf rdf:resource="#xx9"/>
        <dl:hasValue rdf:datatype="&xsd;string">2004</dl:hasValue>
    </dl:PrimaryCategoryData>
    


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

    <dl:XAxis rdf:about="#xaxis"/>
    


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

    <dl:ValueData rdf:about="#y0">
        <dl:hasValue rdf:datatype="&xsd;string">1.3</dl:hasValue>
    </dl:ValueData>
    


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

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


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

    <dl:ValueData rdf:about="#y10">
        <dl:hasValue rdf:datatype="&xsd;string">-0.1</dl:hasValue>
    </dl:ValueData>
    


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

    <dl:ValueData rdf:about="#y11">
        <dl:hasValue rdf:datatype="&xsd;string">-0.1</dl:hasValue>
    </dl:ValueData>
    


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

    <dl:ValueData rdf:about="#y12">
        <dl:hasValue rdf:datatype="&xsd;string">-0.1</dl:hasValue>
    </dl:ValueData>
    


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

    <dl:ValueData rdf:about="#y13">
        <dl:hasValue rdf:datatype="&xsd;string">0</dl:hasValue>
    </dl:ValueData>
    


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

    <dl:ValueData rdf:about="#y14">
        <dl:hasValue rdf:datatype="&xsd;string">0.1</dl:hasValue>
    </dl:ValueData>
    


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

    <dl:ValueData rdf:about="#y15">
        <dl:hasValue rdf:datatype="&xsd;string">0.1</dl:hasValue>
    </dl:ValueData>
    


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

    <dl:ValueData rdf:about="#y16">
        <dl:hasValue rdf:datatype="&xsd;string">0.2</dl:hasValue>
    </dl:ValueData>
    


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

    <dl:ValueData rdf:about="#y17">
        <dl:hasValue rdf:datatype="&xsd;string">0.3</dl:hasValue>
    </dl:ValueData>
    


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

    <dl:ValueData rdf:about="#y18">
        <dl:hasValue rdf:datatype="&xsd;string">0.4</dl:hasValue>
    </dl:ValueData>
    


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

    <dl:ValueData rdf:about="#y19">
        <dl:hasValue rdf:datatype="&xsd;string">0.4</dl:hasValue>
    </dl:ValueData>
    


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

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


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

    <dl:ValueData rdf:about="#y20">
        <dl:hasValue rdf:datatype="&xsd;string">0.3</dl:hasValue>
    </dl:ValueData>
    


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

    <dl:ValueData rdf:about="#y21">
        <dl:hasValue rdf:datatype="&xsd;string">0.2</dl:hasValue>
    </dl:ValueData>
    


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

    <dl:ValueData rdf:about="#y22">
        <dl:hasValue rdf:datatype="&xsd;string">0</dl:hasValue>
    </dl:ValueData>
    


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

    <dl:ValueData rdf:about="#y23">
        <dl:hasValue rdf:datatype="&xsd;string">-0.1</dl:hasValue>
    </dl:ValueData>
    


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

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


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

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


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

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


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

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


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

    <dl:ValueData rdf:about="#y7">
        <dl:hasValue rdf:datatype="&xsd;string">0.4</dl:hasValue>
    </dl:ValueData>
    


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

    <dl:ValueData rdf:about="#y8">
        <dl:hasValue rdf:datatype="&xsd;string">0.1</dl:hasValue>
    </dl:ValueData>
    


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

    <dl:ValueData rdf:about="#y9">
        <dl:hasValue rdf:datatype="&xsd;string">0</dl:hasValue>
    </dl:ValueData>
    


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

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