<?xml version="1.0" encoding="UTF-8"?>
<axioms xmlns="http://dl.kr.org/dig/lang/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://dl.kr.org/dig/lang/schema     http://homepages.cs.manchester.ac.uk/~seanb/dig/schema.xsd" uri="urn:whatever">
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Grape"/>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PotableLiquid"/>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AlsatianWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AlsatianWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AlsaceRegion"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AmericanWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AmericanWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#USRegion"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Anjou"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Anjou"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Loire"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AnjouRegion"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Anjou"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Anjou"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Anjou"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Rose"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Anjou"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Beaujolais"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Beaujolais"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BeaujolaisRegion"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Beaujolais"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Beaujolais"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Beaujolais"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Beaujolais"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Beaujolais"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GamayGrape"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Beaujolais"/>
        <maxCardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        </maxCardinality>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bordeaux"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bordeaux"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BordeauxRegion"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Burgundy"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Burgundy"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BourgogneRegion"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Burgundy"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetFranc"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetFranc"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetFrancGrape"/>
            </value>
            <maxCardinality num="1">
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            </maxCardinality>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetFranc"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetFranc"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetFranc"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetFranc"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignon"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignon"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <maxCardinality num="1">
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            </maxCardinality>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignonGrape"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignon"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignon"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignon"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignon"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chardonnay"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chardonnay"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <maxCardinality num="1">
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            </maxCardinality>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChardonnayGrape"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chardonnay"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chardonnay"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chardonnay"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlanc"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlanc"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlancGrape"/>
            </value>
            <maxCardinality num="1">
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            </maxCardinality>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlanc"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlanc"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlanc"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlanc"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chianti"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chianti"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ItalianWine"/>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chianti"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChiantiRegion"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chianti"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chianti"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SangioveseGrape"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chianti"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chianti"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chianti"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotesDOr"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotesDOr"/>
        <intersectionOf>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotesDOrRegion"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedBurgundy"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotesDOr"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DessertWine"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DessertWine"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DessertWine"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DryRedWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DryRedWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedWine"/>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DryWine"/>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DryRiesling"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DryRiesling"/>
        <intersectionOf>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Riesling"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DryRiesling"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DryRiesling"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DryRiesling"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DryWhiteWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DryWhiteWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DryWine"/>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteWine"/>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DryWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DryWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#EarlyHarvest"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#EarlyHarvest"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#EarlyHarvest"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchRegion"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FullBodiedWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FullBodiedWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Gamay"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Gamay"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GamayGrape"/>
            </value>
            <maxCardinality num="1">
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            </maxCardinality>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GermanWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GermanWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GermanyRegion"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#IceWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#IceWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DessertWine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LateHarvest"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#IceWine"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#IceWine"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ItalianWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ItalianWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ItalianRegion"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LateHarvest"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LateHarvest"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LateHarvest"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LateHarvest"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Loire"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Loire"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LoireRegion"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Margaux"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Margaux"/>
        <intersectionOf>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MargauxRegion"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medoc"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Margaux"/>
        <maxCardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        </maxCardinality>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Margaux"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MerlotGrape"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Margaux"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medoc"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medoc"/>
        <intersectionOf>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MedocRegion"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bordeaux"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medoc"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medoc"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Meritage"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Meritage"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <minCardinality num="2">
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            </minCardinality>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <oneOf>
                    <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MalbecGrape"/>
                    <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MerlotGrape"/>
                    <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteVerdotGrape"/>
                    <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetFrancGrape"/>
                    <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignonGrape"/>
                </oneOf>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Meritage"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Merlot"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Merlot"/>
        <intersectionOf>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MerlotGrape"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <maxCardinality num="1">
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            </maxCardinality>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Merlot"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Merlot"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Merlot"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Merlot"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Meursault"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Meursault"/>
        <intersectionOf>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MeursaultRegion"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteBurgundy"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Meursault"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Muscadet"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Muscadet"/>
        <intersectionOf>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MuscadetRegion"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Loire"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Muscadet"/>
        <maxCardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        </maxCardinality>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Muscadet"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotBlancGrape"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Muscadet"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Muscadet"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Muscadet"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Pauillac"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Pauillac"/>
        <intersectionOf>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PauillacRegion"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medoc"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Pauillac"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Pauillac"/>
        <maxCardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        </maxCardinality>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Pauillac"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignonGrape"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Pauillac"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteSyrah"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteSyrah"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteSyrahGrape"/>
            </value>
            <maxCardinality num="1">
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            </maxCardinality>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteSyrah"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteSyrah"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteSyrah"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteSyrah"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotBlanc"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotBlanc"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <maxCardinality num="1">
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            </maxCardinality>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotBlancGrape"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotBlanc"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotNoir"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotNoir"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotNoirGrape"/>
            </value>
            <maxCardinality num="1">
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            </maxCardinality>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotNoir"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Port"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Port"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedWine"/>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Port"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Port"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Port"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PortugalRegion"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Port"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedBordeaux"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedBordeaux"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedWine"/>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bordeaux"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedBordeaux"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MerlotGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignonGrape"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedBurgundy"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedBurgundy"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Burgundy"/>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedWine"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedBurgundy"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotNoirGrape"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedBurgundy"/>
        <maxCardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        </maxCardinality>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedTableWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedTableWine"/>
        <intersectionOf>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TableWine"/>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Riesling"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Riesling"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <maxCardinality num="1">
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            </maxCardinality>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RieslingGrape"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Riesling"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RoseWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RoseWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Rose"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sancerre"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sancerre"/>
        <intersectionOf>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SancerreRegion"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Loire"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sancerre"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sancerre"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sancerre"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sancerre"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlancGrape"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sancerre"/>
        <maxCardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        </maxCardinality>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sauternes"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sauternes"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sauternes"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bordeaux"/>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sauternes"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LateHarvest"/>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sauternes"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sauternes"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauterneRegion"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlanc"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlanc"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonOrSauvignonBlanc"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlancGrape"/>
            </value>
            <maxCardinality num="1">
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            </maxCardinality>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Semillon"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Semillon"/>
        <intersectionOf>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonGrape"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonOrSauvignonBlanc"/>
            <maxCardinality num="1">
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            </maxCardinality>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonOrSauvignonBlanc"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonOrSauvignonBlanc"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <oneOf>
                    <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonGrape"/>
                    <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlancGrape"/>
                </oneOf>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonOrSauvignonBlanc"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonOrSauvignonBlanc"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StEmilion"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StEmilion"/>
        <intersectionOf>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StEmilionRegion"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bordeaux"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StEmilion"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StEmilion"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignonGrape"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StEmilion"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StEmilion"/>
        <maxCardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        </maxCardinality>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SweetRiesling"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SweetRiesling"/>
        <intersectionOf>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Riesling"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SweetRiesling"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SweetRiesling"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SweetRiesling"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DessertWine"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SweetWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SweetWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TableWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TableWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TexasWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TexasWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TexasRegion"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Tours"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Tours"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Loire"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ToursRegion"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Tours"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlancGrape"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Tours"/>
        <maxCardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        </maxCardinality>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Vintage"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Vintage"/>
        <cardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasVintageYear"/>
        </cardinality>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VintageYear"/>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteBordeaux"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteBordeaux"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bordeaux"/>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteWine"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteBordeaux"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlancGrape"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteBurgundy"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteBurgundy"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Burgundy"/>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteWine"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteBurgundy"/>
        <maxCardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        </maxCardinality>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteBurgundy"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChardonnayGrape"/>
        </value>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteLoire"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteLoire"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Loire"/>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteWine"/>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteLoire"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlancGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlancGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotBlancGrape"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteNonSweetWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteNonSweetWine"/>
        <intersectionOf>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <oneOf>
                    <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
                    <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
                </oneOf>
            </allValuesFrom>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteWine"/>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteTableWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteTableWine"/>
        <intersectionOf>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
            </value>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TableWine"/>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteWine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteWine"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
            </value>
        </intersectionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
        <cardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        </cardinality>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
        <cardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        </cardinality>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
        <cardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        </cardinality>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
        <minCardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        </minCardinality>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
        <someValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
        </someValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
        <cardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
        </cardinality>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
        <cardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        </cardinality>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PotableLiquid"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineBody"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineBody"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineTaste"/>
    </subClass>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineBody"/>
        <oneOf>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
        </oneOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineColor"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineColor"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineDescriptor"/>
    </subClass>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineColor"/>
        <oneOf>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Rose"/>
        </oneOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineDescriptor"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineDescriptor"/>
        <unionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineColor"/>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineTaste"/>
        </unionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineFlavor"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineFlavor"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineTaste"/>
    </subClass>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineFlavor"/>
        <oneOf>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
        </oneOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Grape"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineSugar"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineSugar"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineTaste"/>
    </subClass>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineSugar"/>
        <oneOf>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
        </oneOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineTaste"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineTaste"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineDescriptor"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ZinfandelGrape"/>
            </value>
            <maxCardinality num="1">
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
            </maxCardinality>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/>
        <value>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
            <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
        </value>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
            <oneOf>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
            </oneOf>
        </allValuesFrom>
    </subClass>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#madeFromFruit"/>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#adjacentRegion"/>
    <domain>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#adjacentRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </domain>
    <range>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#adjacentRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </range>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
    <functional>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
    </functional>
    <range>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineBody"/>
    </range>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
    <functional>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
    </functional>
    <domain>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
    </domain>
    <range>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineColor"/>
    </range>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
    <functional>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
    </functional>
    <range>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineFlavor"/>
    </range>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
    <functional>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
    </functional>
    <equivalentProperties>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <inverse>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#producesWine"/>
        </inverse>
    </equivalentProperties>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
    <functional>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
    </functional>
    <range>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineSugar"/>
    </range>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasVintageYear"/>
    <functional>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasVintageYear"/>
    </functional>
    <domain>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasVintageYear"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Vintage"/>
    </domain>
    <range>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasVintageYear"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VintageYear"/>
    </range>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasWineDescriptor"/>
    <domain>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasWineDescriptor"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
    </domain>
    <range>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasWineDescriptor"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineDescriptor"/>
    </range>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
    <transitive>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
    </transitive>
    <domain>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </domain>
    <range>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </range>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
    <equivalentProperties>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        <inverse>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeIntoWine"/>
        </inverse>
    </equivalentProperties>
    <domain>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
    </domain>
    <range>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </range>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeIntoWine"/>
    <equivalentProperties>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeIntoWine"/>
        <inverse>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        </inverse>
    </equivalentProperties>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#producesWine"/>
    <equivalentProperties>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#producesWine"/>
        <inverse>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        </inverse>
    </equivalentProperties>
    <defDataProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#yearValue"/>
    <domain>
        <dataProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#yearValue"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VintageYear"/>
    </domain>
    <range>
        <dataProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#yearValue"/>
        <datatypeExpression URI="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
    </range>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AlsaceRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AlsaceRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AlsaceRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AnjouRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AnjouRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AnjouRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LoireRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ArroyoGrandeRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ArroyoGrandeRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ArroyoGrandeRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AustralianRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AustralianRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bancroft"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bancroft"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BancroftChardonnay"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BancroftChardonnay"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chardonnay"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BancroftChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BancroftChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BancroftChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bancroft"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BancroftChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BancroftChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BeaujolaisRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BeaujolaisRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BeaujolaisRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Beringer"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Beringer"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BordeauxRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BordeauxRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BordeauxRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BourgogneRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BourgogneRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BourgogneRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetFrancGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetFrancGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetFrancGrape"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignonGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignonGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignonGrape"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#USRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CentralCoastRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CentralCoastRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CentralCoastRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CentralTexasRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CentralTexasRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CentralTexasRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TexasRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChardonnayGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChardonnayGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauChevalBlanc"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauChevalBlanc"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauChevalBlancStEmilion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauChevalBlancStEmilion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StEmilion"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauChevalBlancStEmilion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauChevalBlanc"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDYchem"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDYchem"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDYchemSauterne"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDYchemSauterne"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sauternes"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDYchemSauterne"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDYchem"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDYchemSauterne"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDYchemSauterne"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonGrape"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDYchemSauterne"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlancGrape"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDeMeursault"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDeMeursault"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDeMeursaultMeursault"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDeMeursaultMeursault"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Meursault"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDeMeursaultMeursault"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDeMeursault"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDeMeursaultMeursault"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauLafiteRothschild"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauLafiteRothschild"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauLafiteRothschildPauillac"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauLafiteRothschildPauillac"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Pauillac"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauLafiteRothschildPauillac"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauLafiteRothschild"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMargaux"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMargaux"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Margaux"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMargaux"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMargauxWinery"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMargauxWinery"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMargauxWinery"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMorgon"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMorgon"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMorgonBeaujolais"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMorgonBeaujolais"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Beaujolais"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMorgonBeaujolais"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMorgon"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlancGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlancGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlancGrape"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChiantiClassico"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChiantiClassico"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chianti"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChiantiClassico"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChiantiClassico"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#McGuinnesso"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChiantiRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChiantiRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChiantiRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ItalianRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeLaPoussie"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeLaPoussie"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeLaPoussieSancerre"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeLaPoussieSancerre"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sancerre"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeLaPoussieSancerre"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeLaPoussie"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeVougeot"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeVougeot"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeVougeotCotesDOr"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeVougeotCotesDOr"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotesDOr"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeVougeotCotesDOr"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeVougeot"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CongressSprings"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CongressSprings"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CongressSpringsSemillon"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CongressSpringsSemillon"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Semillon"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CongressSpringsSemillon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CongressSpringsSemillon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CongressSprings"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CongressSpringsSemillon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CongressSpringsSemillon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Corbans"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Corbans"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansDryWhiteRiesling"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansDryWhiteRiesling"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Riesling"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansDryWhiteRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansDryWhiteRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansDryWhiteRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Corbans"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansDryWhiteRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansDryWhiteRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansPrivateBinSauvignonBlanc"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansPrivateBinSauvignonBlanc"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlanc"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansPrivateBinSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansPrivateBinSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansPrivateBinSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Corbans"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansPrivateBinSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansPrivateBinSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansSauvignonBlanc"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansSauvignonBlanc"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlanc"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Corbans"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CortonMontrachet"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CortonMontrachet"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CortonMontrachetWhiteBurgundy"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CortonMontrachetWhiteBurgundy"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteBurgundy"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CortonMontrachetWhiteBurgundy"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CortonMontrachetWhiteBurgundy"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CortonMontrachet"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CortonMontrachetWhiteBurgundy"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CortonMontrachetWhiteBurgundy"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotesDOrRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotesDOrRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotesDOrRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BourgogneRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Cotturi"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Cotturi"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotturiZinfandel"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotturiZinfandel"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotturiZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotturiZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotturiZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Cotturi"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotturiZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotturiZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DAnjou"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DAnjou"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineFlavor"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineSugar"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#EdnaValleyRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#EdnaValleyRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#EdnaValleyRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Elyse"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Elyse"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ElyseZinfandel"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ElyseZinfandel"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ElyseZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ElyseZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ElyseZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Elyse"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ElyseZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ElyseZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Forman"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Forman"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanCabernetSauvignon"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanCabernetSauvignon"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignon"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Forman"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanChardonnay"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanChardonnay"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chardonnay"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Forman"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Foxen"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Foxen"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FoxenCheninBlanc"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FoxenCheninBlanc"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlanc"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FoxenCheninBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FoxenCheninBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaBarbaraRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FoxenCheninBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Foxen"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FoxenCheninBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FoxenCheninBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineBody"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GamayGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GamayGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GaryFarrell"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GaryFarrell"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GaryFarrellMerlot"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GaryFarrellMerlot"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Merlot"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GaryFarrellMerlot"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GaryFarrellMerlot"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GaryFarrellMerlot"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GaryFarrell"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GaryFarrellMerlot"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GaryFarrellMerlot"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GermanyRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GermanyRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Handley"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Handley"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ItalianRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ItalianRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KalinCellars"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KalinCellars"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KalinCellarsSemillon"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KalinCellarsSemillon"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Semillon"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KalinCellarsSemillon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KalinCellarsSemillon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KalinCellars"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KalinCellarsSemillon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KalinCellarsSemillon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KathrynKennedy"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KathrynKennedy"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KathrynKennedyLateral"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KathrynKennedyLateral"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Meritage"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KathrynKennedyLateral"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KathrynKennedyLateral"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KathrynKennedy"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KathrynKennedyLateral"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KathrynKennedyLateral"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LaneTanner"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LaneTanner"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LaneTannerPinotNoir"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LaneTannerPinotNoir"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotNoir"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LaneTannerPinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LaneTannerPinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaBarbaraRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LaneTannerPinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LaneTanner"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LaneTannerPinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LaneTannerPinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineBody"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LoireRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LoireRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LoireRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Longridge"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Longridge"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LongridgeMerlot"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LongridgeMerlot"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Merlot"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LongridgeMerlot"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LongridgeMerlot"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LongridgeMerlot"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Longridge"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LongridgeMerlot"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LongridgeMerlot"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MalbecGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MalbecGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MalbecGrape"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MargauxRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MargauxRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MargauxRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MedocRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Marietta"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Marietta"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaCabernetSauvignon"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaCabernetSauvignon"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignon"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Marietta"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaOldVinesRed"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaOldVinesRed"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedTableWine"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaOldVinesRed"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaOldVinesRed"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaOldVinesRed"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Marietta"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaOldVinesRed"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaOldVinesRed"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaPetiteSyrah"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaPetiteSyrah"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteSyrah"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaPetiteSyrah"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaPetiteSyrah"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaPetiteSyrah"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Marietta"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaPetiteSyrah"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaPetiteSyrah"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaZinfandel"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaZinfandel"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Marietta"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#McGuinnesso"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#McGuinnesso"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineBody"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MedocRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MedocRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MedocRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BordeauxRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MendocinoRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MendocinoRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MendocinoRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#adjacentRegion"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MendocinoRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MerlotGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MerlotGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MerlotGrape"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MeursaultRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MeursaultRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MeursaultRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BourgogneRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineFlavor"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyard"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyard"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEdnaValleyChardonnay"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEdnaValleyChardonnay"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chardonnay"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEdnaValleyChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEdnaValleyChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#EdnaValleyRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEdnaValleyChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyard"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEdnaValleyChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEdnaValleyChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEstatePinotNoir"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEstatePinotNoir"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotNoir"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEstatePinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEstatePinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#EdnaValleyRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEstatePinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyard"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEstatePinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEstatePinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Mountadam"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Mountadam"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamChardonnay"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamChardonnay"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chardonnay"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SouthAustraliaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Mountadam"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamPinotNoir"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamPinotNoir"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotNoir"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamPinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamPinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SouthAustraliaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamPinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Mountadam"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamPinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamPinotNoir"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamRiesling"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamRiesling"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DryRiesling"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SouthAustraliaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Mountadam"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MuscadetRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MuscadetRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MuscadetRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LoireRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineSugar"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PageMillWinery"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PageMillWinery"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PageMillWineryCabernetSauvignon"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PageMillWineryCabernetSauvignon"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignon"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PageMillWineryCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PageMillWineryCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PageMillWineryCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PageMillWinery"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PageMillWineryCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PageMillWineryCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PauillacRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PauillacRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PauillacRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MedocRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PeterMccoy"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PeterMccoy"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PeterMccoyChardonnay"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PeterMccoyChardonnay"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Chardonnay"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PeterMccoyChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PeterMccoyChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PeterMccoyChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PeterMccoy"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PeterMccoyChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PeterMccoyChardonnay"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteSyrahGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteSyrahGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteVerdotGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteVerdotGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteVerdotGrape"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotBlancGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotBlancGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotBlancGrape"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotNoirGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotNoirGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PortugalRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PortugalRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PulignyMontrachet"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PulignyMontrachet"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PulignyMontrachetWhiteBurgundy"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PulignyMontrachetWhiteBurgundy"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteBurgundy"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PulignyMontrachetWhiteBurgundy"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PulignyMontrachetWhiteBurgundy"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PulignyMontrachet"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PulignyMontrachetWhiteBurgundy"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PulignyMontrachetWhiteBurgundy"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineColor"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RieslingGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RieslingGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Rose"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Rose"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineColor"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Rose"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RoseDAnjou"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RoseDAnjou"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Anjou"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RoseDAnjou"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DAnjou"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SancerreRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SancerreRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SancerreRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LoireRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SangioveseGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SangioveseGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaBarbaraRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaBarbaraRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaBarbaraRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainVineyard"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainVineyard"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainVineyardCabernetSauvignon"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainVineyardCabernetSauvignon"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignon"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainVineyardCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainVineyardCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainsRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainVineyardCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainVineyard"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainVineyardCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainVineyardCabernetSauvignon"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainsRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainsRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainsRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyon"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyon"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ArroyoGrandeRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyon"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel1998"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel1998"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel1998"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel1998"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ArroyoGrandeRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel1998"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyon"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel1998"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasVintageYear"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Year1998"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel1998"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel1998"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauterneRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauterneRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauterneRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BordeauxRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlancGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlancGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlancGrape"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossRothermel"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossRothermel"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossRothermelTrochenbierenausleseRiesling"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossRothermelTrochenbierenausleseRiesling"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SweetRiesling"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossRothermelTrochenbierenausleseRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossRothermelTrochenbierenausleseRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GermanyRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossRothermelTrochenbierenausleseRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossRothermel"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossRothermelTrochenbierenausleseRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossRothermelTrochenbierenausleseRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossVolrad"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossVolrad"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossVolradTrochenbierenausleseRiesling"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossVolradTrochenbierenausleseRiesling"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SweetRiesling"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossVolradTrochenbierenausleseRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossVolradTrochenbierenausleseRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GermanyRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossVolradTrochenbierenausleseRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossVolrad"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossVolradTrochenbierenausleseRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossVolradTrochenbierenausleseRiesling"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SeanThackrey"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SeanThackrey"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SeanThackreySiriusPetiteSyrah"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SeanThackreySiriusPetiteSyrah"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteSyrah"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SeanThackreySiriusPetiteSyrah"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SeanThackreySiriusPetiteSyrah"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SeanThackreySiriusPetiteSyrah"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SeanThackrey"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SeanThackreySiriusPetiteSyrah"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SeanThackreySiriusPetiteSyrah"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Selaks"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Selaks"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksIceWine"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksIceWine"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#IceWine"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksIceWine"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksIceWine"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksIceWine"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Selaks"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksIceWine"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksIceWine"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksSauvignonBlanc"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksSauvignonBlanc"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlanc"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Selaks"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonGrape"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SevreEtMaine"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SevreEtMaine"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SevreEtMaineMuscadet"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SevreEtMaineMuscadet"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Muscadet"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SevreEtMaineMuscadet"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SevreEtMaine"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SouthAustraliaRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SouthAustraliaRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SouthAustraliaRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AustralianRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StEmilionRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StEmilionRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StEmilionRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BordeauxRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StGenevieve"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StGenevieve"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StGenevieveTexasWhite"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StGenevieveTexasWhite"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteWine"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StGenevieveTexasWhite"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CentralTexasRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StGenevieveTexasWhite"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StGenevieve"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StGenevieveTexasWhite"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StGenevieveTexasWhite"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Stonleigh"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Stonleigh"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StonleighSauvignonBlanc"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StonleighSauvignonBlanc"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlanc"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StonleighSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StonleighSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StonleighSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Stonleigh"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StonleighSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StonleighSauvignonBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineFlavor"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineSugar"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Taylor"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Taylor"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TaylorPort"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TaylorPort"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Port"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TaylorPort"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Taylor"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TexasRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TexasRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TexasRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#USRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ToursRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ToursRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ToursRegion"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LoireRegion"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#USRegion"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#USRegion"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Ventana"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Ventana"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VentanaCheninBlanc"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VentanaCheninBlanc"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlanc"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VentanaCheninBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VentanaCheninBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CentralCoastRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VentanaCheninBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Ventana"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VentanaCheninBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VentanaCheninBlanc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineColor"/>
    </instanceOf>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLane"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLane"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Winery"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLaneCabernetFranc"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLaneCabernetFranc"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetFranc"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLaneCabernetFranc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLaneCabernetFranc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLaneCabernetFranc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasMaker"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLane"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLaneCabernetFranc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLaneCabernetFranc"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLanePrimavera"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLanePrimavera"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DessertWine"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLanePrimavera"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLanePrimavera"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLanePrimavera"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
    </value>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLanePrimavera"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Year1998"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Year1998"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VintageYear"/>
    </instanceOf>
    <value>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Year1998"/>
        <dataProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#yearValue"/>
        <dataLiteral>1998</dataLiteral>
    </value>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ZinfandelGrape"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ZinfandelGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/>
    </instanceOf>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#EarlyHarvest"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LateHarvest"/>
    </disjoint>
    <subProperty>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasWineDescriptor"/>
    </subProperty>
    <subProperty>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#madeFromFruit"/>
    </subProperty>
    <subProperty>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasWineDescriptor"/>
    </subProperty>
    <subProperty>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasWineDescriptor"/>
    </subProperty>
    <subProperty>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasWineDescriptor"/>
    </subProperty>
    <different>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
    </different>
    <different>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    </different>
    <different>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Marietta"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GaryFarrell"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Forman"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CongressSprings"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PeterMccoy"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLane"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyon"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DAnjou"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDYchem"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Taylor"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossRothermel"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SevreEtMaine"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Stonleigh"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LaneTanner"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeVougeot"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PageMillWinery"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Ventana"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Mountadam"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Cotturi"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Elyse"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SeanThackrey"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KathrynKennedy"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauLafiteRothschild"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossVolrad"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Corbans"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StGenevieve"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CortonMontrachet"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Selaks"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauChevalBlanc"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KalinCellars"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PulignyMontrachet"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bancroft"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#McGuinnesso"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Foxen"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeLaPoussie"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Longridge"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDeMeursault"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyard"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMargauxWinery"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainVineyard"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMorgon"/>
    </different>
    <different>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
    </different>
    <different>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </different>
    <different>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
    </different>
    <different>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
    </different>
    <different>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Rose"/>
    </different>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#BlandFish"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#BlandFish"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fish"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#BlandFishCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#BlandFishCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#BlandFish"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#BlandFishCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Delicate"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#CheeseNutsDessert"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#CheeseNutsDessert"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dessert"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#CheeseNutsDessertCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#CheeseNutsDessertCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#CheeseNutsDessert"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#CheeseNutsDessertCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Red"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#ConsumableThing"/>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DarkMeatFowl"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DarkMeatFowl"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fowl"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DarkMeatFowlCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DarkMeatFowlCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DarkMeatFowl"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DarkMeatFowlCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Light"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DarkMeatFowlCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Red"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DarkMeatFowlCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Delicate"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DarkMeatFowlCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dessert"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dessert"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EdibleThing"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DessertCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DessertCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dessert"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DessertCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Full"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DessertCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Strong"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DessertCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Sweet"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EatingGrape"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EatingGrape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Grape"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EdibleThing"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EdibleThing"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#ConsumableThing"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fish"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fish"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Seafood"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#FishCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#FishCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fish"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#FishCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#FishCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Medium"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fowl"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fowl"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EdibleThing"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fruit"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fruit"/>
        <unionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSweetFruit"/>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetFruit"/>
        </unionOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#FruitCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#FruitCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fruit"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#FruitCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Medium"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#FruitCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#White"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Grape"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Grape"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetFruit"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Juice"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Juice"/>
        <minCardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#madeFromFruit"/>
        </minCardinality>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Juice"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PotableLiquid"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#LightMeatFowl"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#LightMeatFowl"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fowl"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#LightMeatFowlCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#LightMeatFowlCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#LightMeatFowl"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#LightMeatFowlCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#LightMeatFowlCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#White"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#LightMeatFowlCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Medium"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#LightMeatFowlCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Moderate"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meal"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meal"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#ConsumableThing"/>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meal"/>
        <minCardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#course"/>
        </minCardinality>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meal"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#course"/>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Wine"/>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#ConsumableThing"/>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
        <minCardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
        </minCardinality>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
        <minCardinality num="1">
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
        </minCardinality>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meat"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meat"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EdibleThing"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonBlandFish"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonBlandFish"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fish"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonBlandFishCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonBlandFishCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonBlandFish"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonBlandFishCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Moderate"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonConsumableThing"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonConsumableThing"/>
        <complementOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#ConsumableThing"/>
        </complementOf>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonOysterShellfish"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonOysterShellfish"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Shellfish"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonOysterShellfishCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonOysterShellfishCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonOysterShellfish"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonOysterShellfishCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonRedMeat"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonRedMeat"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meat"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonRedMeatCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonRedMeatCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonRedMeat"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonRedMeatCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Strong"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonRedMeatCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#White"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonRedMeatCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonRedMeatCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Medium"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSpicyRedMeat"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSpicyRedMeat"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#RedMeat"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSpicyRedMeatCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSpicyRedMeatCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSpicyRedMeat"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSpicyRedMeatCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <oneOf>
                    <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Strong"/>
                    <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Moderate"/>
                </oneOf>
            </allValuesFrom>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSpicyRedMeatCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSpicyRedMeatCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Medium"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSpicyRedMeatCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Red"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSweetFruit"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSweetFruit"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EdibleThing"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSweetFruitCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSweetFruitCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSweetFruit"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSweetFruitCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OffDry"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSweetFruitCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Delicate"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFood"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFood"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EdibleThing"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFoodCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFoodCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFood"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFoodCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Moderate"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFoodCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Medium"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFoodCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFoodCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Red"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OysterShellfish"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OysterShellfish"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Shellfish"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OysterShellfishCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OysterShellfishCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OysterShellfish"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OysterShellfishCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Sweet"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pasta"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pasta"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EdibleThing"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithHeavyCreamCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithHeavyCreamCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithHeavyCreamSauce"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithHeavyCreamCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithHeavyCreamCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#White"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithHeavyCreamCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Moderate"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithHeavyCreamCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Medium"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithHeavyCreamSauce"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithHeavyCreamSauce"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithWhiteSauce"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithLightCreamCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithLightCreamCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithLightCreamSauce"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithLightCreamCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Delicate"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithLightCreamCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Light"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithLightCreamCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#White"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithLightCreamCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithLightCreamSauce"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithLightCreamSauce"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithWhiteSauce"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithNonSpicyRedSauce"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithNonSpicyRedSauce"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithRedSauce"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithNonSpicyRedSauceCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithNonSpicyRedSauceCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithNonSpicyRedSauce"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithNonSpicyRedSauceCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Medium"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithNonSpicyRedSauceCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithNonSpicyRedSauceCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Moderate"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithNonSpicyRedSauceCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Red"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithRedSauce"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithRedSauce"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pasta"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithSpicyRedSauce"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithSpicyRedSauce"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithRedSauce"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithSpicyRedSauceCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithSpicyRedSauceCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithSpicyRedSauce"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithSpicyRedSauceCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Full"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithSpicyRedSauceCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithSpicyRedSauceCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Strong"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithSpicyRedSauceCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Red"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithWhiteSauce"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithWhiteSauce"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pasta"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PotableLiquid"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PotableLiquid"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#ConsumableThing"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#RedMeat"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#RedMeat"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meat"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#RedMeatCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#RedMeatCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#RedMeat"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#RedMeatCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Red"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Seafood"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Seafood"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EdibleThing"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SeafoodCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SeafoodCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Seafood"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SeafoodCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#White"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Shellfish"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Shellfish"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Seafood"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#ShellfishCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#ShellfishCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Shellfish"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#ShellfishCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Full"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#ShellfishCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <oneOf>
                    <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Strong"/>
                    <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Moderate"/>
                </oneOf>
            </allValuesFrom>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SpicyRedMeat"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SpicyRedMeat"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#RedMeat"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SpicyRedMeatCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SpicyRedMeatCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SpicyRedMeat"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SpicyRedMeatCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SpicyRedMeatCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Full"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SpicyRedMeatCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Moderate"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SpicyRedMeatCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Red"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetDessert"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetDessert"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dessert"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetDessertCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetDessertCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetDessert"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetDessertCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#White"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetFruit"/>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetFruit"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EdibleThing"/>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetFruitCourse"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetFruitCourse"/>
        <intersectionOf>
            <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
            <allValuesFrom>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
                <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetFruit"/>
            </allValuesFrom>
        </intersectionOf>
    </equivalentClasses>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetFruitCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Moderate"/>
            </value>
        </allValuesFrom>
    </subClass>
    <subClass>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetFruitCourse"/>
        <allValuesFrom>
            <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
            <value>
                <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
                <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Sweet"/>
            </value>
        </allValuesFrom>
    </subClass>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Wine"/>
    <equivalentClasses>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Wine"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
    </equivalentClasses>
    <defClass URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#course"/>
    <domain>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#course"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meal"/>
    </domain>
    <range>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#course"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
    </range>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
    <domain>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
    </domain>
    <range>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasDrink"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PotableLiquid"/>
    </range>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
    <domain>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
    </domain>
    <range>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#hasFood"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EdibleThing"/>
    </range>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#madeFromFruit"/>
    <domain>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#madeFromFruit"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#ConsumableThing"/>
    </domain>
    <range>
        <objectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#madeFromFruit"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fruit"/>
    </range>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"/>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"/>
    <defObjectProperty URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Bananas"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Bananas"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetFruit"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#BeefCurry"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#BeefCurry"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SpicyRedMeat"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Cake"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Cake"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetDessert"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Cheese"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Cheese"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#CheeseNutsDessert"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Chicken"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Chicken"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#LightMeatFowl"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Clams"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Clams"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonOysterShellfish"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Crab"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Crab"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonOysterShellfish"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Delicate"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Delicate"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Duck"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Duck"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DarkMeatFowl"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#FettucineAlfRedo"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#FettucineAlfRedo"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithHeavyCreamSauce"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Flounder"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Flounder"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#BlandFish"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#FraDiavolo"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#FraDiavolo"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithSpicyRedSauce"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Full"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Full"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#GarlickyRoast"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#GarlickyRoast"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SpicyRedMeat"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Goose"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Goose"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DarkMeatFowl"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Halibut"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Halibut"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#BlandFish"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Light"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Light"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Lobster"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Lobster"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonOysterShellfish"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Medium"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Medium"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MixedFruit"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MixedFruit"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetFruit"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Moderate"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Moderate"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Mussels"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Mussels"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonOysterShellfish"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Nuts"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Nuts"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#CheeseNutsDessert"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OffDry"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OffDry"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Oysters"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Oysters"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OysterShellfish"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithWhiteClamSauce"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithWhiteClamSauce"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithLightCreamSauce"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Peaches"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Peaches"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetFruit"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pie"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pie"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetDessert"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pizza"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pizza"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFood"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pork"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pork"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonRedMeat"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Red"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Red"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#RoastBeef"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#RoastBeef"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSpicyRedMeat"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Rose"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Rose"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Scrod"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Scrod"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#BlandFish"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SpaghettiWithTomatoSauce"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SpaghettiWithTomatoSauce"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithNonSpicyRedSauce"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Steak"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Steak"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSpicyRedMeat"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Strong"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Strong"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Sweet"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Sweet"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Swordfish"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Swordfish"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonBlandFish"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#ThompsonSeedless"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#ThompsonSeedless"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EatingGrape"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Tuna"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Tuna"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonBlandFish"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Turkey"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Turkey"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#LightMeatFowl"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Veal"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Veal"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSpicyRedMeat"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#White"/>
    <instanceOf>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#White"/>
        <class URI="http://dl.kr.org/dig/lang/schema#top"/>
    </instanceOf>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Rose"/>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
    <defIndividual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#RedMeat"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonRedMeat"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dessert"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Seafood"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFood"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fowl"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OysterShellfish"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonOysterShellfish"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PotableLiquid"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonBlandFish"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#BlandFish"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dessert"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meat"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dessert"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fruit"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EdibleThing"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meal"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PotableLiquid"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Seafood"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fruit"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Seafood"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fowl"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSweetFruit"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetFruit"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dessert"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pasta"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Seafood"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFood"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EdibleThing"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PotableLiquid"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SweetDessert"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#CheeseNutsDessert"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meat"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pasta"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fruit"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fowl"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithRedSauce"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithWhiteSauce"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fowl"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pasta"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dessert"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fowl"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#EdibleThing"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meal"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meat"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFood"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithNonSpicyRedSauce"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithSpicyRedSauce"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#MealCourse"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meal"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meat"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fruit"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fruit"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pasta"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fruit"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFood"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithHeavyCreamSauce"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#PastaWithLightCreamSauce"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#LightMeatFowl"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#DarkMeatFowl"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meat"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fowl"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Fish"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Shellfish"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFood"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pasta"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Seafood"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Meat"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Seafood"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Pasta"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#SpicyRedMeat"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#NonSpicyRedMeat"/>
    </disjoint>
    <disjoint>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dessert"/>
        <class URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OtherTomatoBasedFood"/>
    </disjoint>
    <same>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Full"/>
    </same>
    <same>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Sweet"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/>
    </same>
    <same>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Moderate"/>
    </same>
    <same>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Light"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/>
    </same>
    <same>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Dry"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/>
    </same>
    <same>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#White"/>
    </same>
    <same>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Delicate"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/>
    </same>
    <same>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Red"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/>
    </same>
    <same>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Medium"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/>
    </same>
    <same>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#OffDry"/>
    </same>
    <same>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Rose"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Rose"/>
    </same>
    <same>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Strong"/>
        <individual URI="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/>
    </same>
</axioms>

