Working Ontology Draft

From XBRL Ontology Wiki

Jump to: navigation, search
<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns="http://purl.org/ontology/finance/stock_market/"
  xml:base="http://purl.org/ontology/finance/stock_market/stock_market.owl">
  <owl:Ontology rdf:about=""/>
  <owl:Class rdf:ID="ValRat.sect"/>
  <owl:Class rdf:ID="StockMarket"/>
  <owl:Class rdf:ID="PriceHistory"/>
  <owl:Class rdf:ID="Dividend"/>
  <owl:Class rdf:ID="PricePerformance"/>
  <owl:Class rdf:ID="ValuationRatio"/>
  <owl:Class rdf:ID="Dividend.S_P500">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Dividend.S&P500</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Sector"/>
  <owl:Class rdf:ID="QuarterRevenu"/>
  <owl:Class rdf:ID="YearRevenu"/>
  <owl:Class rdf:ID="TemporalUnit"/>
  <owl:Class rdf:ID="GrowthRates"/>
  <owl:Class rdf:ID="ValRat.ind"/>
  <owl:Class rdf:ID="ValRat.compagny"/>
  <owl:Class rdf:ID="ValRat.S_P500">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ValRat.S&P500</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Stock"/>
  <owl:Class rdf:ID="Dividend.sect"/>
  <owl:Class rdf:ID="Dividend.compagny"/>
  <owl:Class rdf:ID="Industry"/>
  <owl:Class rdf:ID="Compagny"/>
  <owl:Class rdf:ID="DailyPrice"/>
  <owl:Class rdf:ID="Dividend.ind"/>
  <owl:ObjectProperty rdf:ID="hasDividend">
    <rdfs:domain rdf:resource="#Compagny"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasIndustries">
    <rdfs:domain rdf:resource="#Sector"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasPriceHist">
    <rdfs:domain rdf:resource="#Stock"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasPricePerf">
    <rdfs:domain rdf:resource="#Stock"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasYearRevenus">
    <rdfs:domain rdf:resource="#Compagny"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasGrowthRates">
    <rdfs:domain rdf:resource="#Compagny"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasValuationRatio">
    <rdfs:domain rdf:resource="#Compagny"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasStocks">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Compagny"/>
          <owl:Class rdf:about="#StockMarket"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasCompagnies">
    <rdfs:domain rdf:resource="#Industry"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasDailyPrice">
    <rdfs:domain rdf:resource="#Stock"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasQuaterRevenus">
    <rdfs:domain rdf:resource="#Compagny"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="quarterRevenus">
    <rdfs:domain rdf:resource="#YearRevenu"/>
  </owl:ObjectProperty>
  <owl:FunctionalProperty rdf:ID="priceToBook.S_P500">
    <rdfs:domain rdf:resource="#ValRat.S_P500"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >priceToBook.S&P500</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="unitType">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#YearRevenu"/>
          <owl:Class rdf:about="#DailyPrice"/>
          <owl:Class rdf:about="#PriceHistory"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="relativeTocompagny">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#YearRevenu"/>
          <owl:Class rdf:about="#ValuationRatio"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="ask">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#DailyPrice"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="days-High">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#DailyPrice"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="priceToBook.ind">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#ValRat.ind"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="actual">
    <rdfs:domain rdf:resource="#PricePerformance"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="bid">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#DailyPrice"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="divYield-5Year_Avg.ind">
    <rdfs:domain rdf:resource="#Dividend.ind"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="beta.ind">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#ValRat.ind"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="payoutRatio.sect">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#Dividend.sect"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="relativeToSector">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#Industry"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="priceToSales.comp">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#ValRat.compagny"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="div.ind">
    <rdfs:domain rdf:resource="#Dividend"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="div.sect">
    <rdfs:domain rdf:resource="#Dividend"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="valrat.S_P500">
    <rdfs:domain rdf:resource="#ValuationRatio"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >valrat.S&P500</rdfs:label>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="un">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="industryRank">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
    <rdfs:domain rdf:resource="#PricePerformance"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="payoutRatio.ind">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#Dividend.ind"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="div.S_P500">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >div.S&P500</rdfs:label>
    <rdfs:domain rdf:resource="#Dividend"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="div.compagny">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#Dividend"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="r">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="essai-ontologie_Slot_49">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="P-E-High-last5years.sect">
    <rdfs:domain rdf:resource="#ValRat.sect"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="divYield.ind">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#Dividend.ind"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="payoutRatio.comp">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#Dividend.compagny"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="quarterRev">
    <rdfs:domain rdf:resource="#QuarterRevenu"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="valrat.compagnie">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#ValuationRatio"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="P-E-Ratio-TTM.S_P500">
    <rdfs:domain rdf:resource="#ValRat.S_P500"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >P-E-Ratio-TTM.S&P500</rdfs:label>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="P-E-High-last5years.comp">
    <rdfs:domain rdf:resource="#ValRat.compagny"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="divYield.comp">
    <rdfs:domain rdf:resource="#Dividend.compagny"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="divYield._S_P500">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#Dividend.S_P500"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="numQuarter">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#QuarterRevenu"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="P-E-Ratio-TTM.sect">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#ValRat.sect"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="partOfCompagny">
    <rdfs:domain rdf:resource="#Stock"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="priceToCashFlow.comp">
    <rdfs:domain rdf:resource="#ValRat.compagny"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="P-E-High-last5years.ind">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#ValRat.ind"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasIndustry">
    <rdfs:domain rdf:resource="#Compagny"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="P-E-Low-Lasfiveyears.ind">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#ValRat.ind"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="valrat.ind">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#ValuationRatio"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="compagnyName">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#Compagny"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="divYield-5Year_Avg.sect">
    <rdfs:domain rdf:resource="#Dividend.sect"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="divYield-5Year_Avg.comp">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#Dividend.compagny"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="beta.comp">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#ValRat.compagny"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="priceToSales.ind">
    <rdfs:domain rdf:resource="#ValRat.ind"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="priceToSales.sect">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#ValRat.sect"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="yearendP-E">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#PriceHistory"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="KB_209882_Slot_24">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="div5YearGrowth_Rate.comp">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#Dividend.compagny"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="relativeToCompagny">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Dividend"/>
          <owl:Class rdf:about="#GrowthRates"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="period">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#PricePerformance"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="div5YearGrowth_Rate.ind">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#Dividend.ind"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="marketNamne">
    <rdfs:domain rdf:resource="#StockMarket"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="P-E-Ratio-TTM.comp">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#ValRat.compagny"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="P-E-Low-Lasfiveyears.sect">
    <rdfs:domain rdf:resource="#ValRat.sect"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="beta">
    <rdfs:domain rdf:resource="#DailyPrice"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="highPrice">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#PriceHistory"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="highP-E">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#PriceHistory"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="currence">
    <rdfs:domain rdf:resource="#StockMarket"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="relativeToStock">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#PricePerformance"/>
          <owl:Class rdf:about="#DailyPrice"/>
          <owl:Class rdf:about="#PriceHistory"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="prev.close">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#DailyPrice"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="payoutRatio.S_P500">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#Dividend.S_P500"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="relativetoYearRev">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#QuarterRevenu"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="divYield.sect">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#Dividend.sect"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="lowPrice">
    <rdfs:domain rdf:resource="#PriceHistory"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="valrat.sect">
    <rdfs:domain rdf:resource="#ValuationRatio"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="lowP-E">
    <rdfs:domain rdf:resource="#PriceHistory"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="relativeToStockMarket">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#Stock"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="totalYearRev">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#YearRevenu"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="divYearGrowth_Rate.sect">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#Dividend.sect"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="nlastYears">
    <rdfs:domain rdf:resource="#GrowthRates"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="open.price">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#DailyPrice"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="yearendPrice">
    <rdfs:domain rdf:resource="#PriceHistory"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="P-E-Low-Lasfiveyears.S_P500">
    <rdfs:domain rdf:resource="#ValRat.S_P500"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >P-E-Low-Lasfiveyears.S&P500</rdfs:label>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="P-E-Ratio-TTM.ind">
    <rdfs:domain rdf:resource="#ValRat.ind"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="divYield-5Year_Avg.S_P500">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#Dividend.S_P500"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="sectorName">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#Sector"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="beta.sect">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#ValRat.sect"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="sales">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#GrowthRates"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="priceToCashFlow.S_P500">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >priceToCashFlow.S&P500</rdfs:label>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#ValRat.S_P500"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="P-E-Low-Lasfiveyears.comp">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#ValRat.compagny"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="div5YearGrowth_Rate.S_P500">
    <rdfs:domain rdf:resource="#Dividend.S_P500"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="priceToSales.S_P500">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >priceToSales.S&P500</rdfs:label>
    <rdfs:domain rdf:resource="#ValRat.S_P500"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="priceToCashFlow.ind">
    <rdfs:domain rdf:resource="#ValRat.ind"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="country">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#StockMarket"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="industryName">
    <rdfs:domain rdf:resource="#Industry"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="P-E-High-last5years.S_P500">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >P-E-High-last5years.S&P500</rdfs:label>
    <rdfs:domain rdf:resource="#ValRat.S_P500"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="dividend">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#GrowthRates"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="priceToCashFlow.sect">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#ValRat.sect"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="beta.S_P500">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >beta.S&P500</rdfs:label>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#ValRat.S_P500"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="days-Low">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#DailyPrice"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="priceToBook.comp">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#ValRat.compagny"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="eps">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#GrowthRates"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="priceToBook.sect">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#ValRat.sect"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <Dividend rdf:ID="AmericanAirlines-dividend">
    <div.ind>
      <Dividend.ind rdf:ID="AmericanAirlines-Dividend.industry"/>
    </div.ind>
    <div.sect>
      <Dividend.sect rdf:ID="AmericanAirlines-Dividend.sector"/>
    </div.sect>
    <relativeToCompagny>
      <Compagny rdf:ID="american-airlines">
        <hasQuaterRevenus>
          <QuarterRevenu rdf:ID="first-quarter-2006">
            <numQuarter rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >first-quarter</numQuarter>
            <quarterRev rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
            >1000.0</quarterRev>
            <relativetoYearRev>
              <YearRevenu rdf:ID="American-airlines-yearrevenu-2006">
                <unitType>
                  <TemporalUnit rdf:ID="unitYear"/>
                </unitType>
                <quarterRevenus>
                  <QuarterRevenu rdf:ID="second-quarter-2006">
                    <numQuarter rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >second-quarter</numQuarter>
                    <quarterRev rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                    >1000.0</quarterRev>
                    <relativetoYearRev rdf:resource="#American-airlines-yearrevenu-2006"/>
                  </QuarterRevenu>
                </quarterRevenus>
                <quarterRevenus>
                  <QuarterRevenu rdf:ID="fourth-quarter-2006">
                    <quarterRev rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                    >1000.0</quarterRev>
                    <numQuarter rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >fourth-quarter</numQuarter>
                    <relativetoYearRev rdf:resource="#American-airlines-yearrevenu-2006"/>
                  </QuarterRevenu>
                </quarterRevenus>
                <quarterRevenus rdf:resource="#first-quarter-2006"/>
                <quarterRevenus>
                  <QuarterRevenu rdf:ID="third-quarter-2006">
                    <quarterRev rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                    >1000.0</quarterRev>
                    <numQuarter rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >third-quarter</numQuarter>
                    <relativetoYearRev rdf:resource="#American-airlines-yearrevenu-2006"/>
                  </QuarterRevenu>
                </quarterRevenus>
                <totalYearRev rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >4000.0</totalYearRev>
                <relativeTocompagny rdf:resource="#american-airlines"/>
              </YearRevenu>
            </relativetoYearRev>
          </QuarterRevenu>
        </hasQuaterRevenus>
        <hasQuaterRevenus rdf:resource="#second-quarter-2006"/>
        <hasYearRevenus>
          <YearRevenu rdf:ID="american-airlines-yearrevenu-2005">
            <relativeTocompagny rdf:resource="#american-airlines"/>
            <totalYearRev rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
            >3600.0</totalYearRev>
            <quarterRevenus>
              <QuarterRevenu rdf:ID="second-quarter-2005">
                <numQuarter rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >second-quarter</numQuarter>
                <relativetoYearRev rdf:resource="#american-airlines-yearrevenu-2005"/>
                <quarterRev rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >900.0</quarterRev>
              </QuarterRevenu>
            </quarterRevenus>
            <quarterRevenus>
              <QuarterRevenu rdf:ID="third-quarter-2005">
                <numQuarter rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >third-quarter</numQuarter>
                <relativetoYearRev rdf:resource="#american-airlines-yearrevenu-2005"/>
                <quarterRev rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >900.0</quarterRev>
              </QuarterRevenu>
            </quarterRevenus>
            <quarterRevenus>
              <QuarterRevenu rdf:ID="fourth-quarter-2005">
                <relativetoYearRev rdf:resource="#american-airlines-yearrevenu-2005"/>
                <numQuarter rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >fourth-quarter</numQuarter>
                <quarterRev rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >900.0</quarterRev>
              </QuarterRevenu>
            </quarterRevenus>
            <quarterRevenus>
              <QuarterRevenu rdf:ID="first-quarter-2005">
                <numQuarter rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >first-quarter</numQuarter>
                <relativetoYearRev rdf:resource="#american-airlines-yearrevenu-2005"/>
                <quarterRev rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >900.0</quarterRev>
              </QuarterRevenu>
            </quarterRevenus>
            <unitType rdf:resource="#unitYear"/>
          </YearRevenu>
        </hasYearRevenus>
        <hasIndustry>
          <Industry rdf:ID="Airline">
            <relativeToSector>
              <Sector rdf:ID="Transportation">
                <hasIndustries>
                  <Industry rdf:ID="Trucking"/>
                </hasIndustries>
                <hasIndustries>
                  <Industry rdf:ID="Air-courier"/>
                </hasIndustries>
                <hasIndustries rdf:resource="#Airline"/>
                <hasIndustries>
                  <Industry rdf:ID="Misc.transportation"/>
                </hasIndustries>
                <hasIndustries>
                  <Industry rdf:ID="Water-Transportation"/>
                </hasIndustries>
                <hasIndustries>
                  <Industry rdf:ID="Railroads"/>
                </hasIndustries>
                <sectorName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >Transportation</sectorName>
              </Sector>
            </relativeToSector>
            <industryName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Air line</industryName>
            <hasCompagnies rdf:resource="#american-airlines"/>
          </Industry>
        </hasIndustry>
        <compagnyName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >American Airlines</compagnyName>
        <hasQuaterRevenus rdf:resource="#fourth-quarter-2006"/>
        <hasYearRevenus rdf:resource="#American-airlines-yearrevenu-2006"/>
        <hasQuaterRevenus rdf:resource="#third-quarter-2006"/>
        <hasStocks>
          <Stock rdf:ID="American-Aairlines-stocks"/>
        </hasStocks>
      </Compagny>
    </relativeToCompagny>
    <div.S_P500>
      <ValRat.S_P500 rdf:ID="AmericanAirlines-ValRat.SP-500"/>
    </div.S_P500>
  </Dividend>
  <TemporalUnit rdf:ID="unitHour"/>
  <Dividend.S_P500 rdf:ID="AmericanAirlines-Dividend.SP-500"/>
  <DailyPrice rdf:ID="A-airlines-01-12-2005-DalyPrice">
    <days-High rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >1.0</days-High>
    <beta rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >11.0</beta>
    <bid rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >1.0</bid>
    <days-Low rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >1.0</days-Low>
    <ask rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >1.0</ask>
    <unitType>
      <TemporalUnit rdf:ID="unitDay"/>
    </unitType>
    <open.price rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >1.0</open.price>
    <relativeToStock rdf:resource="#American-Aairlines-stocks"/>
    <prev.close rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >1.0</prev.close>
  </DailyPrice>
  <rdf:Description rdf:ID="essai-ontologie_Instance_1">
    <rdf:type>Cls(:INSTANCE-ANNOTATION, FrameID(0:1020 0))</rdf:type>
  </rdf:Description>
  <TemporalUnit rdf:ID="unitMonth"/>
  <DailyPrice rdf:ID="A-airlines-02-12-2005-DalyPrice">
    <days-High rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >22.0</days-High>
    <open.price rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >2.0</open.price>
    <ask rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >2.0</ask>
    <unitType rdf:resource="#unitDay"/>
    <days-Low rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >2.0</days-Low>
    <beta rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >2.0</beta>
    <prev.close rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >2.0</prev.close>
    <relativeToStock rdf:resource="#American-Aairlines-stocks"/>
    <bid rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >2.0</bid>
  </DailyPrice>
  <ValRat.compagny rdf:ID="AmericanAirelines-ValRat.compagny"/>
  <TemporalUnit rdf:ID="unitSecond"/>
  <j.0:PAL-CONSTRAINT rdf:ID="essai-ontologie_Instance_3">
    <j.0:PAL-STATEMENT rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >(Predicate)dfgzd
zdxfbv</j.0:PAL-STATEMENT>
  </j.0:PAL-CONSTRAINT>
  <TemporalUnit rdf:ID="unitMinute"/>
  <GrowthRates rdf:ID="A-airlne-growthrates-threelastyears"/>
  <Dividend.compagny rdf:ID="AmericanAirlines-Dividend.compagny"/>
  <ValRat.ind rdf:ID="AmaricanAirline-ValRat.industry"/>
  <ValuationRatio rdf:ID="AmericanAirlines-ValuationRatio">
    <valrat.compagnie rdf:resource="#AmericanAirelines-ValRat.compagny"/>
    <valrat.S_P500>
      <ValRat.sect rdf:ID="AmericanAirlines-ValRat.sector"/>
    </valrat.S_P500>
    <valrat.sect rdf:resource="#AmericanAirlines-ValRat.SP-500"/>
    <valrat.ind rdf:resource="#AmaricanAirline-ValRat.industry"/>
    <relativeTocompagny rdf:resource="#american-airlines"/>
  </ValuationRatio>
  <GrowthRates rdf:ID="A-airlne-growthrates-fivelastyears"/>
  <GrowthRates rdf:ID="A-airlines-growthrates-lastyear"/>
</rdf:RDF>


Personal tools