<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.kimschouten.org/sentiment/restaurant#"
     xml:base="http://www.kimschouten.org/sentiment/restaurant"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     xmlns:restaurant="http://www.kimschouten.org/sentiment/restaurant#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
    <owl:Ontology rdf:about="http://www.kimschouten.org/sentiment/restaurant"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.kimschouten.org/sentiment/restaurant#domain -->

    <owl:ObjectProperty rdf:about="http://www.kimschouten.org/sentiment/restaurant#domain"/>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#hasEntry -->

    <owl:ObjectProperty rdf:about="http://www.kimschouten.org/sentiment/restaurant#hasEntry">
        <rdfs:subPropertyOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#domain"/>
        <rdfs:domain rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Menu"/>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://www.kimschouten.org/sentiment/restaurant#Drink"/>
                    <rdf:Description rdf:about="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#sentiment -->

    <owl:ObjectProperty rdf:about="http://www.kimschouten.org/sentiment/restaurant#sentiment">
        <rdfs:domain rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <rdfs:range rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Sentiment"/>
    </owl:ObjectProperty>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#target -->

    <owl:ObjectProperty rdf:about="http://www.kimschouten.org/sentiment/restaurant#target">
        <rdfs:domain rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <rdfs:range rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
    </owl:ObjectProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Data properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.kimschouten.org/sentiment/restaurant#sentimentLexicalization -->

    <owl:DatatypeProperty rdf:about="http://www.kimschouten.org/sentiment/restaurant#sentimentLexicalization">
        <rdfs:domain rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#targetLexicalization -->

    <owl:DatatypeProperty rdf:about="http://www.kimschouten.org/sentiment/restaurant#targetLexicalization">
        <rdfs:domain rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </owl:DatatypeProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Ambience -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Ambience">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Appetizer -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Appetizer">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meal"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Bagel -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Bagel">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Beer -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Beer">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Drink"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Cake -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Cake">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Cheese -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Cheese">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Chinese -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Chinese">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Regional"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Chocolate -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Chocolate">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Cocktail -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Cocktail">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Drink"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Coffee -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Coffee">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Drink"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Cream -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Cream">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Delivery -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Delivery">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Service"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Dessert -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Dessert">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meal"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Drink -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Drink">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Food"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Dumpling -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Dumpling">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Egg -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Egg">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Experience -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Experience">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Restaurant"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#FirstPerson -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#FirstPerson">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Fish -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Fish">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Seafood"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Flavor -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Flavor">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Food"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Food -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Food">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#FoodRoll -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#FoodRoll">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#FoodTypes -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#FoodTypes">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Food"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Fruit -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Fruit">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Indian -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Indian">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Regional"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Ingredient -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Ingredient">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Food"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Japanese -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Japanese">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Regional"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Liquor -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Liquor">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Drink"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Location -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Location">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Restaurant"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Meal -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Meal">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Food"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Meat -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Meat">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Menu -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Menu">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Food"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#NamedLocation -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#NamedLocation">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Location"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Noodle -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Noodle">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Order -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Order">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Service"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Pasta -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Pasta">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Persons -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Persons">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Pizza -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Pizza">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Presentation -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Presentation">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Food"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Price -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Price">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Quality -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Quality">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Regional -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Regional">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Reputation -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Reputation">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Restaurant"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Request -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Request">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Service"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Reservation -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Reservation">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Service"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Restaurant -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Restaurant">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Rice -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Rice">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Sake -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Sake">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Drink"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Salad -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Salad">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Sandwich -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Sandwich">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Sauce -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Sauce">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Seafood -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Seafood">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Seasoning -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Seasoning">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Flavor"/>
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ingredient"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Sentiment -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Sentiment"/>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#SentimentExpression -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Service -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Service">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Soup -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Soup">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Staff -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Staff">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Service"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Sugar -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Sugar">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Sushi -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Sushi">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Seafood"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Tapas -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Tapas">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Target -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Target"/>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Tea -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Tea">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Drink"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Thai -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Thai">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Regional"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Tip -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Tip">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Service"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Vegetable -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Vegetable">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Vegetarian -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Vegetarian">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodTypes"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Water -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Water">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Drink"/>
    </owl:Class>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Wine -->

    <owl:Class rdf:about="http://www.kimschouten.org/sentiment/restaurant#Wine">
        <rdfs:subClassOf rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Drink"/>
    </owl:Class>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Individuals
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Ambience -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Ambience">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <targetLexicalization>ambiance</targetLexicalization>
        <targetLexicalization>ambience</targetLexicalization>
        <targetLexicalization>atmosphere</targetLexicalization>
        <targetLexicalization>setting</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Appetizer -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Appetizer">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Appetizer"/>
        <targetLexicalization>appetizer</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Bagel -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Bagel">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Bagel"/>
        <targetLexicalization>bagel</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Bedford -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Bedford">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#NamedLocation"/>
        <targetLexicalization>bedford</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Beer -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Beer">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Beer"/>
        <targetLexicalization>beer</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Cake -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Cake">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Cake"/>
        <targetLexicalization>cake</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Cheese -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Cheese">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Cheese"/>
        <targetLexicalization>cheese</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Chinese -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Chinese">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Chinese"/>
        <targetLexicalization>chinese</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Chocolate -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Chocolate">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Chocolate"/>
        <targetLexicalization>chocolate</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Cocktail -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Cocktail">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Cocktail"/>
        <targetLexicalization>cocktail</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Coffee -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Coffee">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Coffee"/>
        <targetLexicalization>coffee</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Cream -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Cream">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Cream"/>
        <targetLexicalization>cream</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Delivery -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Delivery">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Delivery"/>
        <targetLexicalization>delivery</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Dessert -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Dessert">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Dessert"/>
        <targetLexicalization>dessert</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Drink -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Drink">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Drink"/>
        <targetLexicalization>drink</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Dumpling -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Dumpling">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Dumpling"/>
        <targetLexicalization>dumpling</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#EggBenedict -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#EggBenedict">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Egg"/>
        <targetLexicalization>egg benedict</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Experience -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Experience">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Experience"/>
        <targetLexicalization>experience</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Fish -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Fish">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Fish"/>
        <targetLexicalization>fish</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Flavor -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Flavor">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Flavor"/>
        <targetLexicalization>flavor</targetLexicalization>
        <targetLexicalization>flavoring</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Food -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Food">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Food"/>
        <targetLexicalization>cuisine</targetLexicalization>
        <targetLexicalization>food</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#FoodRoll -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#FoodRoll">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FoodRoll"/>
        <targetLexicalization>roll</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Fruit -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Fruit">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Fruit"/>
        <targetLexicalization>fruit</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Heineken -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Heineken">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Beer"/>
        <targetLexicalization>Heineken</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Hudson -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Hudson">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#NamedLocation"/>
        <targetLexicalization>hudson</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Indian -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Indian">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Indian"/>
        <targetLexicalization>indian</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Ingredient -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Ingredient">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ingredient"/>
        <targetLexicalization>ingredient</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Japanese -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Japanese">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Japanese"/>
        <targetLexicalization>japanese</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Liquor -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Liquor">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Liquor"/>
        <targetLexicalization>liquer</targetLexicalization>
        <targetLexicalization>liquor</targetLexicalization>
        <targetLexicalization>spirit</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Location -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Location">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Location"/>
        <targetLexicalization>location</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Manhattan -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Manhattan">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#NamedLocation"/>
        <targetLexicalization>manhattan</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Meal -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Meal">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meal"/>
        <targetLexicalization>dish</targetLexicalization>
        <targetLexicalization>meal</targetLexicalization>
        <targetLexicalization>plate</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Meat -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Meat">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meat"/>
        <targetLexicalization>meat</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Menu -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Menu">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Menu"/>
        <targetLexicalization>menu</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#New_York -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#New_York">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#NamedLocation"/>
        <targetLexicalization>new york</targetLexicalization>
        <targetLexicalization>ny</targetLexicalization>
        <targetLexicalization>nyc</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Noodle -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Noodle">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Noodle"/>
        <targetLexicalization>noodle</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Order -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Order">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Order"/>
        <targetLexicalization>order</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Pasta -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Pasta">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Pasta"/>
        <targetLexicalization>pasta</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Person -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Person">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>anyone</targetLexicalization>
        <targetLexicalization>everyone</targetLexicalization>
        <targetLexicalization>people</targetLexicalization>
        <targetLexicalization>person</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Pizza -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Pizza">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Pizza"/>
        <targetLexicalization>pizza</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Presentation -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Presentation">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Presentation"/>
        <targetLexicalization>presentation</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Price -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Price">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Price"/>
        <targetLexicalization>price</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Quality -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Quality">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Quality"/>
        <targetLexicalization>quality</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Reputation -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Reputation">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Reputation"/>
        <targetLexicalization>reputation</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Request -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Request">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Request"/>
        <targetLexicalization>request</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Reservation -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Reservation">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Reservation"/>
        <targetLexicalization>reservation</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Restaurant -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Restaurant">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Restaurant"/>
        <targetLexicalization>place</targetLexicalization>
        <targetLexicalization>restaurant</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Rice -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Rice">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Rice"/>
        <targetLexicalization>rice</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Sake -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Sake">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Sake"/>
        <targetLexicalization>sake</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Salad -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Salad">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Salad"/>
        <targetLexicalization>salad</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Sandwich -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Sandwich">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Sandwich"/>
        <targetLexicalization>sandwich</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Sauce -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Sauce">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Sauce"/>
        <targetLexicalization>sauce</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Seafood -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Seafood">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Seafood"/>
        <targetLexicalization>seafood</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Seasoning -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Seasoning">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Seasoning"/>
        <targetLexicalization>seasoning</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Service -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Service">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Service"/>
        <targetLexicalization>service</targetLexicalization>
        <targetLexicalization>survice</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#SideDish -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#SideDish">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meal"/>
        <targetLexicalization>side</targetLexicalization>
        <targetLexicalization>side dish</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Soup -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Soup">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Soup"/>
        <targetLexicalization>soup</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Staff -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Staff">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Staff"/>
        <targetLexicalization>crew</targetLexicalization>
        <targetLexicalization>staff</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#StatueOfLiberty -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#StatueOfLiberty">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#NamedLocation"/>
        <targetLexicalization>statue of liberty</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Sushi -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Sushi">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Sushi"/>
        <targetLexicalization>sushi</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Tapas -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Tapas">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Tapas"/>
        <targetLexicalization>tapas</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Target -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Target">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <targetLexicalization>anything</targetLexicalization>
        <targetLexicalization>everything</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Tea -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Tea">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Tea"/>
        <targetLexicalization>tea</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Thai -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Thai">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Thai"/>
        <targetLexicalization>thai</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Tip -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Tip">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Tip"/>
        <targetLexicalization>tip</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Vegetable -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Vegetable">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Vegetable"/>
        <targetLexicalization>vegetable</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Vegetarian -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Vegetarian">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Vegetarian"/>
        <targetLexicalization>vegetarian</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Water -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Water">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Water"/>
        <targetLexicalization>water</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#Wine -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#Wine">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Wine"/>
        <targetLexicalization>wine</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#aestheticPresentation -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#aestheticPresentation">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Presentation"/>
        <sentimentLexicalization>aesthetic</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#affordablePrice -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#affordablePrice">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Price"/>
        <sentimentLexicalization>affordable</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#amazing -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#amazing">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>amazing</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#apple -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#apple">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Fruit"/>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#area -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#area">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Location"/>
        <targetLexicalization>area</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#authentic -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#authentic">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>authentic</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#awesome -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#awesome">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>awesome</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#bad -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#bad">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>bad</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#banana -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#banana">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Fruit"/>
        <targetLexicalization>banana</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#bar -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#bar">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Restaurant"/>
        <targetLexicalization>bar</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#bargain -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#bargain">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Price"/>
        <targetLexicalization>bargain</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#best -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#best">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>best</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#bill -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#bill">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Price"/>
        <targetLexicalization>bill</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#bite -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#bite">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meal"/>
        <targetLexicalization>bite</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#block -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#block">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Location"/>
        <targetLexicalization>block</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#bottle -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#bottle">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Drink"/>
        <targetLexicalization>bottle</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#boyfriend -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#boyfriend">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>boyfriend</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#brasserie -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#brasserie">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Restaurant"/>
        <targetLexicalization>brasserie</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#brunch -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#brunch">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meal"/>
        <targetLexicalization>brunch</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#business -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#business">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Restaurant"/>
        <targetLexicalization>business</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#cafe -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#cafe">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Restaurant"/>
        <targetLexicalization>cafe</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#champagne -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#champagne">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Wine"/>
        <targetLexicalization>champagne</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#chef -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#chef">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Staff"/>
        <targetLexicalization>chef</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#chicken -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#chicken">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meat"/>
        <targetLexicalization>chicken</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#choice -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#choice">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Menu"/>
        <targetLexicalization>choice</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#city -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#city">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Location"/>
        <targetLexicalization>city</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#cleanAmbience -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#cleanAmbience">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <sentimentLexicalization>clean</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#coldBeer -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#coldBeer">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Beer"/>
        <sentimentLexicalization>cold</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#coldPizza -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#coldPizza">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Pizza"/>
        <sentimentLexicalization>cold</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#conversation -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#conversation">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <targetLexicalization>conversation</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#coolRestaurant -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#coolRestaurant">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Restaurant"/>
        <sentimentLexicalization>cool</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#course -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#course">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meal"/>
        <targetLexicalization>course</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#cozyAmbience -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#cozyAmbience">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <sentimentLexicalization>cozy</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#crampedAmbience -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#crampedAmbience">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <sentimentLexicalization>cramped</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#creative -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#creative">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>creative</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#crowd -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#crowd">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>crowd</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#crust -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#crust">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Flavor"/>
        <targetLexicalization>crust</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#cute -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#cute">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>cute</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#daiquiri -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#daiquiri">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Cocktail"/>
        <targetLexicalization>daiquiri</targetLexicalization>
        <targetLexicalization>daiquiry</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#date -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#date">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>date</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#deal -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#deal">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Price"/>
        <targetLexicalization>deal</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#decor -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#decor">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <targetLexicalization>decor</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#deliciousFood -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#deliciousFood">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Food"/>
        <sentimentLexicalization>delicious</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#dinner -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#dinner">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meal"/>
        <targetLexicalization>dining</targetLexicalization>
        <targetLexicalization>dinner</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#disappointment -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#disappointment">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Experience"/>
        <targetLexicalization>disappointment</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#divine -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#divine">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>devine</sentimentLexicalization>
        <sentimentLexicalization>divine</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#dryMeat -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#dryMeat">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meat"/>
        <sentimentLexicalization>dry</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#dryWine -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#dryWine">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Wine"/>
        <sentimentLexicalization>dry</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#edamame -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#edamame">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Vegetable"/>
        <targetLexicalization>edamame</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#enjoyable -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#enjoyable">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>enjoyable</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#entertainment -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#entertainment">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <targetLexicalization>entertainment</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#entree -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#entree">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meal"/>
        <targetLexicalization>entree</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#espresso -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#espresso">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Coffee"/>
        <targetLexicalization>espresso</targetLexicalization>
        <targetLexicalization>expresso</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#excellent -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#excellent">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>excellent</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#expensivePrice -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#expensivePrice">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Price"/>
        <sentimentLexicalization>expensive</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#extensiveMenu -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#extensiveMenu">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Menu"/>
        <sentimentLexicalization>extensive</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#fabulous -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#fabulous">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>fabulous</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#family -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#family">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>family</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#father -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#father">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>father</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#favorite -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#favorite">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>favorite</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#fiance -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#fiance">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>fiance</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#filet -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#filet">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Fish"/>
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meat"/>
        <targetLexicalization>filet</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#fresh -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#fresh">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Food"/>
        <sentimentLexicalization>fresh</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#friend -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#friend">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>friend</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#garden -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#garden">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <targetLexicalization>garden</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#gem -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#gem">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Quality"/>
        <targetLexicalization>gem</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#gigondas -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#gigondas">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Wine"/>
        <targetLexicalization>gigondas</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#girlfriend -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#girlfriend">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>girlfriend</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#glass -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#glass">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Drink"/>
        <targetLexicalization>glass</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#good -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#good">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>good</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#great -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#great">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>great</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#green_tea -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#green_tea">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Tea"/>
        <targetLexicalization>green tea</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#greetAndSeat -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#greetAndSeat">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Staff"/>
        <targetLexicalization>people who greet and seat</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#guacamole -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#guacamole">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Vegetable"/>
        <targetLexicalization>guacamole</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#guest -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#guest">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>customer</targetLexicalization>
        <targetLexicalization>guest</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#guy -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#guy">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>guy</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#halfDecent -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#halfDecent">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Food"/>
        <sentimentLexicalization>half decent</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#he -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#he">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>he</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#helpfulPerson -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#helpfulPerson">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Person"/>
        <sentimentLexicalization>helpful</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#hideous -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#hideous">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>hideous</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#horrible -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#horrible">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>horrible</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#host -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#host">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Staff"/>
        <targetLexicalization>host</targetLexicalization>
        <targetLexicalization>hostess</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#house -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#house">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Restaurant"/>
        <targetLexicalization>house</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#husband -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#husband">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>husband</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#i -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#i">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FirstPerson"/>
        <targetLexicalization>i</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#indo-chinese -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#indo-chinese">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Chinese"/>
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Indian"/>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#inexpensivePrice -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#inexpensivePrice">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Price"/>
        <sentimentLexicalization>inexpensive</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#innovative -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#innovative">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>innovative</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#inside -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#inside">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <targetLexicalization>inside</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#interesting -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#interesting">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Menu"/>
        <sentimentLexicalization>interesting</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#intimateAmbience -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#intimateAmbience">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <sentimentLexicalization>intimate</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#lamb -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#lamb">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meat"/>
        <targetLexicalization>lamb</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#lawn -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#lawn">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Location"/>
        <targetLexicalization>lawn</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#list -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#list">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Menu"/>
        <targetLexicalization>list</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#lobster -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#lobster">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Seafood"/>
        <targetLexicalization>lobster</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#lukewarmFood -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#lukewarmFood">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>luke warm</sentimentLexicalization>
        <sentimentLexicalization>lukewarm</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#lunch -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#lunch">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meal"/>
        <targetLexicalization>lunch</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#maincourse -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#maincourse">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meal"/>
        <targetLexicalization>main</targetLexicalization>
        <targetLexicalization>main course</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#maitre-d -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#maitre-d">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Staff"/>
        <targetLexicalization>maitre</targetLexicalization>
        <targetLexicalization>maitre-d</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#manager -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#manager">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Staff"/>
        <targetLexicalization>manager</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#martini -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#martini">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Cocktail"/>
        <targetLexicalization>martini</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#mediocre -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#mediocre">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>medicore</sentimentLexicalization>
        <sentimentLexicalization>mediocre</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#minnow -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#minnow">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Fish"/>
        <targetLexicalization>minnow</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#mojito -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#mojito">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Cocktail"/>
        <targetLexicalization>mojito</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#money -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#money">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Price"/>
        <targetLexicalization>money</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#mother -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#mother">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>mother</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#music -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#music">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <targetLexicalization>jazz</targetLexicalization>
        <targetLexicalization>music</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#negative -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#negative">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Sentiment"/>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#neighborhood -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#neighborhood">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Location"/>
        <targetLexicalization>neighborhood</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#neutral -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#neutral">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Sentiment"/>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#nice -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#nice">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>nice</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#occasion -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#occasion">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Experience"/>
        <targetLexicalization>occasion</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#oilyFood -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#oilyFood">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Food"/>
        <sentimentLexicalization>oily</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#option -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#option">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Menu"/>
        <targetLexicalization>option</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#outdoor -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#outdoor">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <targetLexicalization>outdoor</targetLexicalization>
        <targetLexicalization>outside</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#overpricedPrice -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#overpricedPrice">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Price"/>
        <sentimentLexicalization>over-priced</sentimentLexicalization>
        <sentimentLexicalization>overpriced</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#owner -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#owner">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Staff"/>
        <targetLexicalization>owner</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#pastrami -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#pastrami">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meat"/>
        <targetLexicalization>pastrami</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#patio -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#patio">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <targetLexicalization>patio</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#pear -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#pear">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Fruit"/>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#perfect -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#perfect">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>perfect</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#phenomenal -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#phenomenal">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>phenomenal</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#pineapple -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#pineapple">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Fruit"/>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#pleasant -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#pleasant">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>pleasant</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#portion -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#portion">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meal"/>
        <targetLexicalization>portion</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#positive -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#positive">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Sentiment"/>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#priceyPrice -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#priceyPrice">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Price"/>
        <sentimentLexicalization>pricey</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#putYouOff -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#putYouOff">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>put you off</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#reasonably -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#reasonably">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>reasonably</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#river -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#river">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Location"/>
        <targetLexicalization>river</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#romantic -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#romantic">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <sentimentLexicalization>romantic</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#room -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#room">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <targetLexicalization>room</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#rudePersons -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#rudePersons">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Person"/>
        <sentimentLexicalization>rude</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#salmon -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#salmon">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Fish"/>
        <targetLexicalization>salmon</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#salt -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#salt">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Seasoning"/>
        <targetLexicalization>salt</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#sangria -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#sangria">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Wine"/>
        <targetLexicalization>sangria</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#sashimi -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#sashimi">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Sushi"/>
        <targetLexicalization>sashimi</targetLexicalization>
        <targetLexicalization>sashimus</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#sassy -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#sassy">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>sassy</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#seat -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#seat">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <targetLexicalization>seat</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#selection -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#selection">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Menu"/>
        <targetLexicalization>selection</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#serving -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#serving">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meal"/>
        <targetLexicalization>serving</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#she -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#she">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>she</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#shrimp -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#shrimp">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Seafood"/>
        <targetLexicalization>shrimp</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#small -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#small">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>small</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#spicy -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#spicy">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Flavor"/>
        <targetLexicalization>spicy</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#spot -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#spot">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Location"/>
        <targetLexicalization>spot</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#steak -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#steak">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meat"/>
        <targetLexicalization>steak</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#street -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#street">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Location"/>
        <targetLexicalization>ave</targetLexicalization>
        <targetLexicalization>avenue</targetLexicalization>
        <targetLexicalization>street</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#surprise -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#surprise">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Experience"/>
        <targetLexicalization>surprise</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#swordfish -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#swordfish">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Fish"/>
        <targetLexicalization>swordfish</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#table -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#table">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <targetLexicalization>table</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#taste -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#taste">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Flavor"/>
        <targetLexicalization>taste</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#tastyFood -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#tastyFood">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Food"/>
        <sentimentLexicalization>tasty</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#terrace -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#terrace">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <targetLexicalization>terrace</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#they -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#they">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Staff"/>
        <targetLexicalization>they</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#time -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#time">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Experience"/>
        <targetLexicalization>time</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#too-authentic-for-me -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#too-authentic-for-me">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Food"/>
        <sentimentLexicalization>too-authentic-for-me</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#town -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#town">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Location"/>
        <targetLexicalization>town</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#trip -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#trip">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Experience"/>
        <targetLexicalization>trip</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#tuna -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#tuna">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Fish"/>
        <targetLexicalization>tuna</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#unique -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#unique">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>unique</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#unwelcomingPerson -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#unwelcomingPerson">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#negative"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Person"/>
        <sentimentLexicalization>unwelcoming</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#value -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#value">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Price"/>
        <targetLexicalization>value</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#variety -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#variety">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Menu"/>
        <targetLexicalization>variety</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#veal -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#veal">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Meat"/>
        <targetLexicalization>veal</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#vibe -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#vibe">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Ambience"/>
        <targetLexicalization>vibe</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#view -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#view">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Location"/>
        <targetLexicalization>view</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#village -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#village">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Location"/>
        <targetLexicalization>village</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#visit -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#visit">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Experience"/>
        <targetLexicalization>visit</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#waitress -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#waitress">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Staff"/>
        <targetLexicalization>waiter</targetLexicalization>
        <targetLexicalization>waitress</targetLexicalization>
        <targetLexicalization>waitstaff</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#we -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#we">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#FirstPerson"/>
        <targetLexicalization>we</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#wonderful -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#wonderful">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#SentimentExpression"/>
        <sentiment rdf:resource="http://www.kimschouten.org/sentiment/restaurant#positive"/>
        <target rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Target"/>
        <sentimentLexicalization>wonderful</sentimentLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#world -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#world">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Location"/>
        <targetLexicalization>world</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#you -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#you">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Persons"/>
        <targetLexicalization>you</targetLexicalization>
    </owl:NamedIndividual>
    


    <!-- http://www.kimschouten.org/sentiment/restaurant#$ -->

    <owl:NamedIndividual rdf:about="http://www.kimschouten.org/sentiment/restaurant#$">
        <rdf:type rdf:resource="http://www.kimschouten.org/sentiment/restaurant#Price"/>
        <targetLexicalization>$</targetLexicalization>
    </owl:NamedIndividual>
</rdf:RDF>



<!-- Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi -->

