<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
  <meta charset="utf-8" />
  <meta name="generator" content="pandoc" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  <meta name="author" content="María Ángeles Zarco TejadaAutor@s de correspondencia: María Ángeles Zarco Tejada: antonia.martinez@ua.es" />
  <meta name="dcterms.date" content="2025-09-22" />
  <title>The customers' inquiries to wine webs: relating users’ interests to wine ontological description</title>
<style>
 
/* -------------------------------------------------------------
   Estilos generales del body
------------------------------------------------------------- */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
               Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 15px;
  line-height: 1.5;
  max-width: 60rem;
  margin: 0 auto;
  padding: 1em 3em;
  text-wrap: auto;
  hyphens: auto;
}

/* -------------------------------------------------------------
   Párrafos
------------------------------------------------------------- */
p {
  color: #000000;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 0.5em;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: none;
}

/* -------------------------------------------------------------
   Encabezados
------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #cf003d;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  background: transparent;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.05em; }

h1.title {
  text-align: center;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 0.5rem;
}

/* -------------------------------------------------------------
   Citas en bloque
------------------------------------------------------------- */
blockquote {
  margin: 1em;
  padding: 0.5em 1em;
  border-left: 2px solid #cf003d;
  background-color: #f2f2f2;
}

/* -------------------------------------------------------------
   Lista numerada con sangria - NUMERACIÓN CONTINUA GLOBAL
------------------------------------------------------------- */
    
/* Contador global para toda la página */
body {
    counter-reset: lista-global;
}

.lista-numerada {
    margin-left: 0;
    padding-left: 0;
}

.lista-numerada p {
    counter-increment: lista-global;  /* Usa el contador global */
    margin-bottom: 15px;
    padding-left: 40px;
    text-indent: -40px;
    position: relative;
}

.lista-numerada p::before {
    content: "(" counter(lista-global) ")";  /* Referencia al contador global */
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    text-align: right;
}

/* Mantén el estilo para las URLs */
.lista-numerada .url {
    color: #3498db;
    font-style: italic;
    margin-top: 5px;
    display: block;
    padding-left: 40px;
}

/* -------------------------------------------------------------
   Figuras y leyendas
------------------------------------------------------------- */
figure {
  margin: 1em 0;
}

figcaption {
  text-align: center;
  color: #cf003d;
  margin-top: 0.5em;
  font-size: 14px;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.piedefoto {
  color: #cf003d;
  text-align: center;
  margin: 0 auto;
}

/* -------------------------------------------------------------
   Tablas
------------------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

th, td {
  border: 1px solid #999;
  text-align: left;
  padding: 0.5em;
}

.titulotabla {
  color: #cf003d;
}

/* -------------------------------------------------------------
   Estilos para enlaces
------------------------------------------------------------- */
a {
  color: #004b8d;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #002b5c;
}

/* -------------------------------------------------------------
   Sangría francesa para referencias
------------------------------------------------------------- */
.referencias {
  padding-left: 1em;
  text-indent: -1em;
}

/* -------------------------------------------------------------
   Cajas con borde (ej. texto destacado)
------------------------------------------------------------- */
.textoconborde {
  padding: 1em;
  border: 1px solid #999;
  margin: 1em 0;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

/* -------------------------------------------------------------
   Cabecera editorial (según maqueta)
------------------------------------------------------------- */
.cabeceraEditorial {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em 0;
}

/* -------------------------------------------------------------
   Cabecera revista (según maqueta)
------------------------------------------------------------- */
.cabeceraRevista {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1em 0;
}

.revista-info {
  display: flex;
  flex-direction: column;
}

.revista-info a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.tipo-publicacion p {
  margin: 0;
  color: #666;
}

.revista-info .issn {
  margin-top: 0;
  font-size: 0.85em;
  color: #555;
}

.doi-fecha {
  display: flex;
  justify-content: space-between;
  font-size: 0.85em;
  color: #666;
  margin-bottom: 1em;
}

.doi-fecha a {
  color: #666;
  text-decoration: none;
}

.doi-fecha a:hover {
  text-decoration: underline;
}

.fecha {
  white-space: nowrap;
}

/* -------------------------------------------------------------
   Datos del paper (bloque informativo)
------------------------------------------------------------- */
.datospaper {
  background-color: #f3f3f3;
  padding: 1em 1.5em;
  margin: 1.5em 0;
  font-size: 0.95em;
  line-height: 1.6;
  border-radius: 6px;
  color: #222;
}

.datospaper p {
  margin: 0.5em 0;
}

.datospaper strong {
  font-weight: 600;
}

.datospaper u {
  text-decoration: none;
  font-style: italic;
  color: #333;
}

.datospaper a {
  color: #00558c;
  text-decoration: none;
}

.datospaper a:hover {
  text-decoration: underline;
}

/* Iconos de afiliación */
.afiliacion-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icono {
  height: 16px;
}

/* -------------------------------------------------------------
   Logotipos y licencias
------------------------------------------------------------- */
.logoEditorial img {
  height: 30px;
}

.creativeCommons img {
  height: 20px;
}

/* -------------------------------------------------------------
   Adaptaciones para dispositivos móviles
------------------------------------------------------------- */
@media (max-width: 768px) {
  body {
    max-width: 100%;
    padding: 1em;
  }

  table {
    display: block;
    overflow-x: auto;
    margin: 0;
  }

  th, td {
    padding: 0.5em;
  }
}

/*!

 * Basado en estilos iniciales de:
 * https://codeberg.org/revistaribes/css_html_galleys
 * Licencia MIT, Copyright (c) 2025 revista_ribes [Revista Ribes]
 * Este código ha sido modificado y ampliado por (c) 2025 Ediciones Complutense.
 */ 
 
</style>
</head>
<body>

<header id="title-block-header">

  <!-- No editar y meter las imágenes en la carpeta media -->

  <div class="cabeceraEditorial">
    <a class ="logoEditorial" href="https://www.ucm.es/ediciones-complutense" target="_blank" rel="noopener noreferrer">
      <img src="media/logo.png" alt="Ediciones Complutense">
    </a>
    <a href="https://creativecommons.org/licenses/by/4.0/" class="creativeCommons" target="_blank" rel="noopener noreferrer">
      <img src="media/creativecommons.jpeg" alt="Licencia Creative Commons">
    </a>
  </div>

<hr />

<!-- Editar por cada revista -->

<div class="cabeceraRevista">
  <div class="revista-info">
    <a href="https://revistas.ucm.es/index.php/CLAC" rel="noopener noreferrer" target="_blank">
      Círculo de Lingüística Aplicada a la Comunicación
    </a>
    <p class="issn">e-ISSN: 1576-4737</p>
  </div> 
  <div class="tipo-publicacion">
    <p>ARTÍCULOS</p>
  </div>
</div>

<!-- Editar por artículo -->

<h1 class="title">The customers' inquiries to wine webs: relating users’ interests to wine ontological description</h1>

  <div class="datospaper">
    <strong>María Ángeles Zarco Tejada</strong>
    <div class="afiliacion-icons">
      <span>Universidad de Cádiz (Spain)</span>
      <a href="mailto:antonia.martinez@ua.es">
        <img src="media/email.jpg" alt="Email" title="antonia.martinez@ua.es" class="icono">
      </a>
      <a href="https://orcid.org/0000-0003-2917-8227" rel="noopener noreferrer" target="_blank">
        <img src="media/ORCID.png" alt="ORCID iD" title="https://orcid.org/0000-0003-2917-8227" class="icono">
      </a>
    </div>
  </div>

    <!-- Editar por artículo -->

<div class="doi-fecha">
  <div class="doi">
    <a href="https://doi.org/10.5209/clac.87160" target="_blank" rel="noopener noreferrer">
      https://doi.org/10.5209/clac.87160
    </a>
  </div>
  <div class="fecha">
    Publicado: 22/09/2025
  </div>
</div>
    <p><strong>Abstract:</strong>In this paper we seek to analyse the wine domain with the aim at designing the knowledge representation structure that might be used by wine applications ontology-based. To do so, we have considered data from wine ontologies already on the market and have analysed the domain comparing it from a different perspective: the consumer’s. In order to do so, we have checked consumers’ most-frequent questions in blogs so that we could depict the wine map according to consumers’ needs. This analysis shows how many of the questions and interests raised about wine by the internet searcher do not have to do with wine tasting features only, but go far beyond traditional aspects that now relate to health, leisure and other activities. The wine tourist is one of these internet searchers who wonders about wine and about the broad conceptual world wine is part of. A new knowledge representation schema with customer and activities slots as part of the model is suggested as a way to represent the domain and be helpful to answer for the new world of interest wine-web surfers exhibit when they access the web.</p>
    <p><strong>Keywords:</strong>wine domain, ontological description, customer, wine tourism, web analysis.</p>
    
    <p><strong>Contents</strong>: <a href="#introduction-the-wine-event-and-a-new-perspective-from-the-customer">1. Introduction: The Wine Event and A New Perspective from the Customer</a>. <a href="#the-wine-tourist">1.1 The wine tourist</a>. <a href="#wine-web-visitors-the-role-of-frequently-asked-question-faq-web-pages">2. Wine Web Visitors: The Role of Frequently Asked Question (FAQ) Web Pages</a>. <a href="#ontologies-of-specific-domains-within-the-frame-of-applied-linguistics">3. Ontologies of Specific Domains within the Frame of Applied Linguistics</a>. <a href="#analysing-the-sherry-domain-and-the-faq-web-pages-as-methodological-procedure-findings-and-discussion">4. Analysing the Sherry Domain and the FAQ Web Pages as Methodological Procedure: Findings and Discussion</a>. <a href="#a-proposal-enlarging-frame-slots-and-values-for-the-wine-domain">5. A Proposal: Enlarging Frame Slots and Values for the Wine Domain</a>. <a href="#conclusions-and-further-research">6. Conclusions and Further Research</a>. <a href="#funding">Funding</a>. <a href="#references">References</a>. <a href="#appendix-1-sherry-bloggers-webpages">Appendix 1: Sherry Bloggers' Webpages</a>. <a href="#appendix-2-wine-bloggers-webpages">Appendix 2: Wine Bloggers' Webpages</a>. <a href="#appendix-3-wineries-website-links">Appendix 3: Wineries' Website Links</a>.</p>
    <p><strong>How to cite</strong>: Zarco-Tejada, M. A. (2025). The customers’ inquiries to wine webs: relating users’ interests to wine ontological description..
    <em>Círculo de Lingüística Aplicada a la Comunicación</em> <em>103</em> (2025): 305-322.<a href="https://dx.doi.org/10.5209/clac.87160" target="_blank" rel="noopener noreferrer">https://dx.doi.org/10.5209/clac.87160</a></p>


</header>
<h1
id="introduction-the-wine-event-and-a-new-perspective-from-the-customer">1.
Introduction: The Wine Event and A New Perspective from the
Customer</h1>
<p>Analysing the customer has been the focus of attention of market
studies in the last few decades and since one of the most successful
current commercial activities is the one that concerns wine, where
producer-product-customer are part of the key elements that determine
such commercial activity, this new scenario of the wine event defines
important aspects in its domain and conforms its knowledge
representation structure. Considering wine from such a commercial event
perspective, bearing in mind the complexity and instability of the wine
domain, we discover that wine tourism has already established as a
highly developed market type where many people, business and interests
are involved and where most of the queries and search for information
made by customers occur on the internet via accessing wineries’ web
pages or renowned wine blogs, where information regarding winery
facilities and wine tasting experience programs are displayed and
commented on. This way, taking the wine domain within this commercial
perspective, the language of wine tourism has been the focus of research
during the last decades as lexicon and style have posed as salient
features of this specialised language type. Either considering the
language of tourism —of which enotourism is a part- as a specialised
language with lexical and morphosyntactic features distinct from
ordinary lan- guage, or as a broad term with sub-sectors, there are
scholars, among which Calvi (2000, 2001) and Mauri (2014) are found, who
sustain that the language of tourism, —and hence, that of enotourism— is
not a unitary one, but with different subgenres that depend on the
communicative mode and the type of recipient. Besides this
classification, which we subscribe, there are other criteria that
condition language use in our specific re- search field of wine tourism.
Firstly, the sender clearly determines language choices, as it is not
the same the information given by scientists, experts or scholars
compared to what influencers may comment. Second, we cannot forget the
commercial dimension wine in general and wine tourism in particular has.
As language varies according to the type of sender, language depends on
the purpose of the activity wine is part of, too: the message tries to
convince or persuade the customer for a specific decision. And third,
language —lexical choices, phrases, sentences— is determined by the
customer: age, culture, education are parameters that condition language
use. Having mentioned some of the elements to be considered when
analysing the language of wine, as mentioned by Meluzzi and Balsamo
(2021), there is a change in the linguistic strategies used derived by
the new channels of communication —social media— and by a new focus of
attention on the consumer. The information produced by cellars have to
adapt and consider customers’ needs and enquiries; such information
should fulfil consumers’ expectations because the customer plays a key
role. As stated by these authors ‘the first necessary step in the
development of an effective communication strategy is getting to know
the audience’ (2021: 8). Communication takes place through a specialised
discourse determined by the information shared by sender and recipient
and the purpose of communication. The linguistic strategy is determined
by several ways to get closer to the client, as sharing values or having
an empathic attitude with her/him are ways of drawing attention and thus
of obtaining response. This approach that considers multiple senders and
recipients (socio-discursive factor), genre and text types, cognitive,
grammatical or terminological factors as elements that determine the
specialised discourse has already been explained by Cabré (2009) as part
of the Communicative Theory of Terminology (CTT), where terms are
simultaneously studied as units of language, of cognition and of social
function, as well as by Guantiva et al. (2008) or Ciapuscio (2003).
Already Cabré (1997) suggested what she called horizontal and vertical
axes to describe specialised language variation. Within this
communicative frame the horizontal axe refers to theme and perspective
that classifies specialised languages into areas of knowledge, whereas
the vertical axe relates to contextual and extra-linguistic conditions
affecting text production determined by intention, specialised level,
language use and type of participants involved in the act of
communication. In this sense, and having in mind Hoffmann (1998)’s
discourse vertical variation, our study analyses wine language examples
as part of the specialised discourse and the informative discourse
classification in an attempt to bring together all kinds of
customers.</p>
<p>But as mentioned above, analysing the customer (recipient) with
linguistic aims has overlapped with studies having different research
purposes. In fact, identifying the customer’s needs has already been the
object of analysis of market intelligence for the last decades (Dahan
and Hauser, 1993; Griffin and Hauser, 2002). The easy and, so, massive
access for information on the Internet has revealed a new world of
potential buyers in those searching the web. People check the Internet
for information or advice in health, travel matters or automotive
purchases, as explained by Urban and Hauser (2004) study, where
customers’ needs searching for an automobile are identified by
‘listening in’ the dialogues created by customers when using the
Internet. A very detailed description of this new era of commerce
focused on the customer analysis is given by Walsh and Godfrey (2000),
who already stated e-tailers’ new strategy concentrating on the
identification of the unique wishes of each and every customer, taking
advantage of new technology. The customer is no longer classified in
categories, but gathering information about her/him from their declared
data or from their be- havioural data —the customer’s navigation through
sites— is the key to make up a detailed picture of the customer’s unique
preferences. As these authors state, personal information, purchasing
habits and click- streams are the three types of data collected by
e-tailers with one and main target in mind, that is to say, browsers are
potential customers.</p>
<h2 id="the-wine-tourist">1.1.The wine tourist</h2>
<p>Thus, as it has been pointed out above, several spheres converge on
this topic: market studies, commerce analyses, tourism industry and
wine. So, since our initial proposal was to convey an analysis from the
consumer perspective, in order to contextualise our theme we start by
giving some general description of the wine tourist so that we can
identify later the different aspects the ontological representation
should cover. The starting point seems to be considering wine tourists
as a potential market and, thus, thinking of them as consumers. But such
a simplistic view could give us a too reduced picture of the whole wine
event, where other aspects participate actively in the description of
such an interesting and complex matter. As Charters and Ali-Knight
(2002: 318) affirm ‘Wine tourism is rarely a discrete activity, but will
probably be undertaken in conjunction with some or all of rural, eco-,
cultural or adventure tourism, and its participants are unlikely to
separate the various tourism forms’.</p>
<p>Several classifications have been made regarding wine tourists. Thus,
wineries refer to ‘casual tourists’ or ‘sophisticated drinker’ depending
on the tourist’s demands of experience and information; Mitchell, Hall
and McIntosh (2000) classified Italian wine tourists in four
classes:</p>
<ul>
<li><p>‘the Professional’, who knows wines and the wine world; he can
judge a wine’s virtues and faults; he is interested in new
experiences.</p></li>
<li><p>‘The Impassioned Neophyte’, who likes wines, enjoys foods, the
countryside and generally travels with friends. Ready to learn but not
as a professional.</p></li>
<li><p>‘the Hanger-On’, wealthy and attracted to wines because that
knowledge is a mark of distinction.</p></li>
<li><p>‘the Drinker’, who visits wineries as an alternative to a bar and
also asks to buy in bulk.</p></li>
</ul>
<p>Hall (1996) established three categories ‘wine lovers’, ‘wine
interested’ and ‘curious tourists’ and Charters and Ali-Knight (2002)
refer to four different types:</p>
<ul>
<li><p>‘Wine lover’ with a subtype ‘Connoisseur’, who reads books about
wine, likes wine tourism and wants to buy wine at wineries.</p></li>
<li><p>‘Wine interested’, tourist interested in wine, with some
knowledge on it.</p></li>
<li><p>‘Wine novice’, declared as a curious tourist with limited
knowledge on wine.</p></li>
<li><p>‘Hanger-on’, tourist who visits wineries as part of the group
experience.</p></li>
</ul>
<p>On the other hand, Bruwer et al. (2002) mention five types of
consumer behaviour: enjoyment oriented social wine drinkers,
fashion/image oriented wine drinkers, ritual oriented conspicuous wine
enthusiasts, purposeful inconspicuous premium wine drinkers and basic
wine drinkers.</p>
<p>These authors, in their effort to describe the wine tourist, have
attended to general data, such as origin, age, education or income of
the participants, as well as more specific aspects that categorise them,
such as wine knowledge or education, culture, values, motivation,
lifestyle or attitudes. In fact, these features depict the kind of
person that conforms as a wine tourist and much of their choices (buying
wine, making questions, enrolling in the wine touristic activity,
enrolling in the wine tasting activity, making other touristic
activities around, etc.) depend on the type of customer she/he is. The
tourist profile, in this specific case, and the ‘wine interested’
person’s enquiries in general are key elements to be considered when
formalising any wine domain.</p>
<h1
id="wine-web-visitors-the-role-of-frequently-asked-question-faq-web-pages">2.
Wine Web Visitors: The Role of Frequently Asked Question (FAQ) Web
Pages</h1>
<p>As it has been stated above, the customer in a broad sense is not
only an out of context client, but someone who surfs the web and
conforms to online requirements. There are many wine websites that
present general information about wine but that do not offer the
specific information needed. Chatbots are a very helpful tool aiming at
providing detailed information to the questions being posed. One of the
possible design procedures is to set an ontology as a basis from where
to retrieve information. In the ontology the basic terms and their
relationships are defined capturing, this way, the relevant domain
knowledge. As stated in Vegesna et al. (2018) on the E-commerce domain,
an ontology based chatbot is proposed to get the desired appropriate
answer to the user’s query, having as one of its advantages that the
chatbot has not pre-programmed responses. In this sense, devising an
ontology seems to be the first step on which further tools may rely on.
Another example is the LRI-Core (Breuker and Winkels 2003), a core
ontology aimed at the legal domain that has been used as top-ontology in
several projects, such as CLIME (Winkels et al. 1998), on which a
question-answering system was based.</p>
<p>In order to do that, the wine ontology will have to cover areas of
knowledge that exceed the traditional ones —wine description (eye, nose
and taste), wine production processes or storage— and face new wine-
related aspects that are part of the wine sphere and that depict wine,
not only as a consumable thing, but as part of a social event with a
precise role in it. In this context wine marketing and wine tourism
emerge as two of the most representative wine spheres under development,
subsets both of the e-business superset defined by Turban et al. (2000)
and Beynon-Davies et al. (2002). As subsets of e-business, the
interactivity with customers is considered as one of the most critical
factors for small and medium enterprises (SMEs)’ competitiveness
(Sparkes and Thomas 2001) and the internet conforms as the most
convenient channel to fulfil lots of information demanded by consumers.
The coming of Web 2.0 has changed the role of customers without a doubt.
They are no longer passive recipients of services but active
participants in the creation of models and innovation. We can see how
social media has become an integral part of customer service. By liking
posts, for example, the customer contact and social interaction takes
place, making it possible to interact with businesses. As a matter of
fact, online customers’ preferences —criticism and dissatisfaction
expressed by clients in online reviews— have already been considered by
Suau Jiménez (2019) in the do- main of e-tourism as a way to improve
hotel websites. In our case, the internet as a marketing tool, and wine
websites in particular, should cover consumer’s needs regarding
informational, transactional and relational aspects: the site should
present detailed and complete information on the products and should
provide for interactivity with consumers. Following Begalli et al.
(2009)’s analysis of e-marketing of Italian wines, who make a thorough
study of Italian wineries strategies and apply Rayport and Jaworski
(2001)’s 7Cs framework as a model for the interface design of a
web-based system, we focus on Begalli’s customer services aspect (7C
model Connection) and choice (7C model Content), which include, among
others, Frequently Asked Questions (FAQ) pages for the former, and
presence of agro-tourism activities for the latter, as parameters a wine
web-based system must have. Our authors in their effort to make a sound
analysis of web marketing strategies implemented by Italian wineries,
specify in detail the different parameters of evaluation that could
influence web sites quality. Facts such as ‘products presentation’,
‘range of products’, ‘direct sale availability’ or ‘delivery time’ are
counted as critical elements in the design of a web-based system. But
not only, ‘presence of agro-tourism activities’ or ‘Frequently asked
questions (FAQ)’ are enumerated in the evaluation set. As it is stated
in their work, only 13.9% of existing web sites in Italy include
‘agro-tourism activities’, whereas none of the ten companies under
analysis showed a FAQ link in the browser. Their analysis shows how
wineries use web sites as a show case but they do not benefit from the
possible interaction with the consumer.</p>
<p>In this sense, we intend to analyse a collection of FAQ pages of a
set of wine websites as an input that could help us design the new (if
so) wine-landscape of interests the wine event shows. Following the
push- pull motivation framework used to study touristic travelling too
(Chen and Chen, 2015), according to which tourists are pushed by their
motivational strengths and pulled by the destination’s attractions, the
motivation- al strength (push) may be estimated from the set of
enquiries customers type in the wine browser that later</p>
<p>conforms the FAQ web page. In there, questions, interests, doubts or
thoughts, etc. are exposed. Whether applying a push-pull analysis or
adopting a psychological approach, the needs and claims of wine
customers should be fulfilled by wine websites that should not follow
just a show case marketing strategy for wine selling but that should
include aspects of a wider and more complex scene. Bruwer et al. (2018)
highlights how, even though most of wineries’ visitors belong to the
Wine Buyers cluster, hedonic motivations linked to pairing wine and food
experience, feeling dining at the cellar or learning about wine are
significant motives for visiting cel- lars. In the same line Bressolles
and Durrieu (2010) and Bruwer and Wood (2005) affirm buying not to be
the primary motivation for visiting a wine web site but comparing prices
and getting information. As a response to those expectations winery
websites should provide with related information regarding all aspects
of the wine scenery so that they could act as pull motivations to
attract wine web visitors. In fact, an analysis of visitors’ demands
related to push motivations may help us design the conceptual field of
wine.</p>
<p>As life changes, so do people’s interests. In this sense, customers
may have wine-related questions never asked before, as it is the case of
‘Is this wine vegetarian/vegan? Is your wine vegan friendly? Are your
wines gluten free? Is this wine organic? What is the nutritional value
of white wines?’ Our proposal is that wine ontologies should include
these new aspects to give a thorough description of wine where
consumers’ interests could be satisfied.</p>
<p>Thus, within the aim of analysing the wine domain and the challenge
to devise a wine knowledge rep- resentation model, in our study we will
try to give answer to the following research questions:</p>
<ol>
<li><p>What is the role of the consumer in the wine ontological
description?</p></li>
<li><p>What do FAQ pages show? Are they just a window to consumers’
interests or do they have to do with mer- chandising
strategies?</p></li>
<li><p>Should the concept of wine be represented according to
traditional intrinsic properties or, if the concept of wine is
considered as a living experience in a wider sense, should the
ontological model include other slots?</p></li>
</ol>
<h1
id="ontologies-of-specific-domains-within-the-frame-of-applied-linguistics">3.
Ontologies of Specific Domains within the frame of Applied
Linguistics</h1>
<p>In our study the important role of the customer has already been
pointed out when considering her/his needs and interests through the
questions made within FAQ web pages in wine websites. The concept of
wine gets ever more complex and, thus, its formalisation a challenge. In
their efforts to face a classification and explanation of entities,
ontology building has already shown to be a very active and dynamic
field. Starting from Gruber (1993)’s definition of an ontology as a
specification of a conceptualisation and as a description of concepts
and relations that exist for an individual or a community of
individuals, we share the general assumption that an ontology provides a
means to represent knowledge. In general terms knowledge representation
tries to solve problems by representing formally and structurally
domains and relations within domains. In other words, it is a way to
classify things, to manage unstructured information. Within the sphere
of Applied Linguistics, ontologies are used to describe the underlying
structure of language and its relation to the world. In this sense, the
linguistic analysis plays an important part when defining the terms used
and designing a formal model. The linguistic analysis helps to detect
language patterns, concepts, terms and structures, precise of specific
domains and the formal model conforms as the basis for carrying out
automated tasks in the domain. Ontologies, along with semantic networks
and frame systems, are one way of representing knowledge, but unlike
frame systems, these are oriented to supply with information to other
applications that need specific knowledge on that particular domain. It
is a type of knowledge used by knowledge-based systems. Even if the
three models are used in natural language processing to represent
knowledge about the world, semantic frames (Fillmore and Baker, 2010)
are more specific while ontologies tend to be more abstract.</p>
<p>In our case, the wine ontology is a structured representation of the
wine domain. And, yet, what in theory seems to be a very obvious and
simple thing to do, it is quite the opposite. As stated by Mommers
(2010) regarding ontologies in the legal domain, an inherent problem for
ontologies is that the domain is in continuous change, and mainly, the
language used to describe it since one of the features of wine language
is the creative use of linguistic expressions. Following Mommers
(2010)’s reflections on the problems found in building up legal
representation frameworks, questions such as the need for a low degree
of change in the domain or the combination of wine concepts and
real-world concepts representing the domain are part of the difficulties
any researcher aiming at devising a knowledge representation schema
faces with.</p>
<p>Besides language change, this author underlines how ontologies may
vary not only depending on the object of analysis itself, but depending
on the philosophical approach underlying the model. According to him,
legal ontologies may be classified in three different sets regarding
their relation to reality. As he mentions, there are three main
approaches underlying the ontological framework design of the legal
domain:</p>
<ul>
<li><p>Semantically oriented approaches, that show the relation between
language and reality. WordNet is an example of it, where concepts are
represented by a set of synsets, and these are linked to each other by a
fixed set of relations (Miller, 1995; Fellbaum, 1998). WordNet is a
framework of relations among concepts.</p></li>
<li><p>Epistemically oriented approaches, that show the relation between
knowledge and reality. Valente’s (1995) ‘functional ontology’ is an
example of it. And,</p></li>
<li><p>Ontologically oriented approaches, that make claims about
existence. Van Kralingen (1995) ‘frame based ontology’ is an early
ontologically oriented theory, where entities represented by frames with
slots filled with characteristics for each occurrence of the entity
constitute his organising proposal.</p></li>
</ul>
<p>On the other hand, Steve (1998) distinguishes three types:</p>
<ul>
<li><p>Domain ontologies, that represent specialized knowledge of a
specific domain or subdomain.</p></li>
<li><p>Generic ontologies, that represent general concepts, and</p></li>
<li><p>Meta-ontologies, that represent conceptualizations underlying
knowledge representation formalisms.</p></li>
</ul>
<p>And Guarino (1998) includes a fourth one:</p>
<ul>
<li><p>Task-ontologies, created for a specific task or
activity.</p></li>
</ul>
<p>Having these classifications in mind and considering wine domain in a
wider sense than the traditional efforts shown in wine ontologies, our
model follows the principles of an ontologically-oriented model, where
concepts are represented by classes, properties and relations and where
the limits of the wine domain itself are questioned. But, as stated
above, our model is supposed to underlie a wine application resource, so
it belongs to Guarino’s task-oriented ontology type within the domain
ontology specific class.</p>
<p>As stated by Mommers on the legal domain, ontologies may have several
applications ranging from translation of documents —codifying the
meaning of terms may help in manual translation activities—, auto- mated
classification and summarizing —where ontologies can help in
classification techniques— or information retrieval —still the most
widely application of ontologies. Codifying the meaning of concepts and
their relations can help for finding information —and question
answering— where detailed and deep knowledge representations are
required for any automatic system in order to produce an automatic
answer. The linguistic formalisation is part of the work involved in the
production of the current natural language processing applications
mostly requested by companies, that is to say, those ones dealing with
sentiment analysis, text classification, machine translation systems or
automated answering systems like smart assistants and chatbots
(Torrijos-Caruda 2020). In this process, when building an ontology, the
first step is learning from text, that is to say, the collection of
terms and concepts and establishing relations among them. These terms
and concepts and their relations determine the knowledge representation
model an ontology is. In Davis et al. (1993: 17)’s own words ‘it is a
surrogate, a substitute for the thing itself’. As stated by these
authors, two of the questions are: How close the surrogate is to the
real thing? and, what attributes of the original it makes explicit and
which it omits? Besides, formalizing the wine domain may help to
represent the knowledge that is hidden among concepts. Having a look at
some of the available wine ontologies on the market, we have realised
the domain focuses on wine features mainly, but some aspects have not
been represented. The customer has been left out.</p>
<p>Since our knowledge representation formalism is supposed to be at the
back of the wine resource, the role of the customer plays an important
part in the configuration of the wine domain. From this perspective, we
have analysed the most frequently asked questions users make and have
checked if all questions were conceptually represented in traditional
wine ontologies already on the market.</p>
<h1
id="analysing-the-sherry-domain-and-the-faq-web-pages-as-methodological-procedure-findings-and-discussion">4.
Analysing the Sherry Domain and the FAQ Web Pages as Methodological
Procedure: Findings and Discussion</h1>
<p>As mentioned above, we have analysed a set of Frequently Asked
Questions (FAQ) users post to some of the most representative wine blogs
regarding their doubts and concerns about wine. For our selection of
sources and since our focus of analysis is the customers’ interests
rather than the expert answers, we did not want to be too exclusive and
so have to reduce the type of blogs to the ones offered by expert people
only. Thus, besides those blogs found in the Consejo Regulador de los
Vinos de Jerez y Manzanilla official website<a href="#fn1"
class="footnote-ref" id="fnref1" role="doc-noteref"><sup>1</sup></a> as
“Sherry guest bloggers”, we have selected others too, where customers’
questions about Sherry were addressed, and have named it as Corpus A<a
href="#fn2" class="footnote-ref" id="fnref2"
role="doc-noteref"><sup>2</sup></a>. Besides this, a corpus B<a
href="#fn3" class="footnote-ref" id="fnref3"
role="doc-noteref"><sup>3</sup></a> (named General corpus and formed by
wine blogger websites on wine in general) have been created in order to
widen up the field of research and consider inquires posted regarding
any type of wine. In both corpora any question has been considered,
questioning either on wine production, composition, storage, pairing,
shipping, etc. Even if the most salient and repeated questions bloggers
receive could have been identified with a quick reading and, thus, it
could have been possible to get a general idea of wine-related
interests, we have decided to follow a corpus linguistics procedure
using AntConc [3.5.8], —a corpus search and concordancing program—, and
have compared both corpora analysing word frequency, keywords and
collocation patterns: corpus A (Sherry Corpus) with 10460 tokens —the
corpus of questions related to Sherry offered in FAQs pages of Sherry
blogs— and corpus B (General Corpus) with 8064 tokens —the corpus of
FAQs posted to general wine websites—. With this approach we aim at
finding a more precise and accurate identification of terms and a better
detection of the differences so that these results could guide ontology
builders to incorporate aspects not considered by wine experts but that
are highly demanded by wine lovers.</p>
<p><a href="#T1" data-ref-type="table">Table 1</a> shows an extract of
the absolute frequency of the most used words of our corpus A, the
Sherry corpus:</p>
<div id="T1" class="table-wrap">
<section class="caption">
<h6>Table 1. Most frequent words in the Sherry corpus</h6>
</section>
<table>
<thead>
<tr>
<th style="text-align: center;"><strong>Rank</strong></th>
<th style="text-align: center;"><strong>Abs. Freq</strong></th>
<th style="text-align: center;"><strong>Word</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">1</td>
<td style="text-align: center;">466</td>
<td style="text-align: center;">Sherry</td>
</tr>
<tr>
<td style="text-align: center;">3</td>
<td style="text-align: center;">391</td>
<td style="text-align: center;">Jerez</td>
</tr>
<tr>
<td style="text-align: center;">4</td>
<td style="text-align: center;">298</td>
<td style="text-align: center;">Amontillado</td>
</tr>
<tr>
<td style="text-align: center;">17</td>
<td style="text-align: center;">214</td>
<td style="text-align: center;">Flor</td>
</tr>
<tr>
<td style="text-align: center;">20</td>
<td style="text-align: center;">158</td>
<td style="text-align: center;">Dry</td>
</tr>
<tr>
<td style="text-align: center;">27</td>
<td style="text-align: center;">131</td>
<td style="text-align: center;">Nose</td>
</tr>
<tr>
<td style="text-align: center;">32</td>
<td style="text-align: center;">119</td>
<td style="text-align: center;">Sweet</td>
</tr>
<tr>
<td style="text-align: center;">35</td>
<td style="text-align: center;">112</td>
<td style="text-align: center;">Aging</td>
</tr>
<tr>
<td style="text-align: center;">48</td>
<td style="text-align: center;">85</td>
<td style="text-align: center;">Appearance</td>
</tr>
<tr>
<td style="text-align: center;">55</td>
<td style="text-align: center;">75</td>
<td style="text-align: center;">Light</td>
</tr>
<tr>
<td style="text-align: center;">54</td>
<td style="text-align: center;">74</td>
<td style="text-align: center;">Fresh</td>
</tr>
<tr>
<td style="text-align: center;">58</td>
<td style="text-align: center;">71</td>
<td style="text-align: center;">Amber</td>
</tr>
</tbody>
</table>
</div>
<p>As the word tokens indicate, the most repeated words in the corpus
are related to the classification of the type of Sherry (‘amontillado’),
the making process (‘flor’, ‘aging’) or their taste description (‘dry’,
‘fresh’, ‘light’).</p>
<p>On the other hand, a similar analysis of our Corpus B- FAQ General
corpus-, gives us some predictable results and some interesting ones,
too. <a href="#T2" data-ref-type="table">Table 2</a> shows the high
frequency of wh- words used, something that can be guessed since the
part of the blogs analysed belongs to the FAQ section. Having a look at
the ques- tions being posted, users want to know about what certain wine
specific terms mean, how to make, store, decant wine, when to do it, and
where (see the following extracts as samples):</p>
<p style="margin-left: 42px;">Do you add flavorings to wine to achieve different aromas (i.e.
chocolate, cherry)?</p>
<p style="margin-left: 42px;">Do you add sugar to make sweet wines?</p>
<p style="margin-left: 42px;">How do you make white wine with red grapes?</p>
<p style="margin-left: 42px;">Is wine dryness or sweetness due to grape variety?</p>
<p style="margin-left: 42px;">How do you make rose wine?</p>
<p style="margin-left: 42px;">What is the alcohol content?</p>
<p style="margin-left: 42px;">Should I decant?</p>
<p style="margin-left: 42px;">How long can wine be cellared?</p>
<div id="T2" class="table-wrap">
<section class="caption">
<h6>Table 2. Most frequent words in FAQ pages from corpus B, the General
corpus</h6>
</section>
<table>
<thead>
<tr>
<th style="text-align: center;"><strong>Rank</strong></th>
<th style="text-align: center;"><strong>Abs. Freq</strong></th>
<th style="text-align: center;"><strong>Word</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">4</td>
<td style="text-align: center;">179</td>
<td style="text-align: center;">What</td>
</tr>
<tr>
<td style="text-align: center;">9</td>
<td style="text-align: center;">97</td>
<td style="text-align: center;">Do</td>
</tr>
<tr>
<td style="text-align: center;">10</td>
<td style="text-align: center;">94</td>
<td style="text-align: center;">How</td>
</tr>
<tr>
<td style="text-align: center;">12</td>
<td style="text-align: center;">71</td>
<td style="text-align: center;">Can</td>
</tr>
<tr>
<td style="text-align: center;">13</td>
<td style="text-align: center;">63</td>
<td style="text-align: center;">Does</td>
</tr>
<tr>
<td style="text-align: center;">17</td>
<td style="text-align: center;">43</td>
<td style="text-align: center;">Why</td>
</tr>
<tr>
<td style="text-align: center;">18</td>
<td style="text-align: center;">42</td>
<td style="text-align: center;">If</td>
</tr>
<tr>
<td style="text-align: center;">19</td>
<td style="text-align: center;">40</td>
<td style="text-align: center;">Should</td>
</tr>
<tr>
<td style="text-align: center;">22</td>
<td style="text-align: center;">34</td>
<td style="text-align: center;">When</td>
</tr>
<tr>
<td style="text-align: center;">31</td>
<td style="text-align: center;">21</td>
<td style="text-align: center;">Mean</td>
</tr>
<tr>
<td style="text-align: center;">68</td>
<td style="text-align: center;">14</td>
<td style="text-align: center;">Where</td>
</tr>
</tbody>
</table>
</div>
<p>On the other hand, in <a href="#T3" data-ref-type="table">Table 3</a>
our analysis shows a set of some other most frequent words that are
worth un- derlying. After tagging both corpora with POS tags using
TagAnt [1.2.0] as a tool, we have searched for syntactic categories and
have found the high use of adjectives such as ‘best’, ‘good’, ‘clean’,
adverbs like ‘most’, ‘more’, ‘much’ or nouns such as ‘temperature’,
‘glass’, ‘home’ in them. These words and their frequency might indicate
how wine web searchers are asking for evaluative statements on wine
drinking or wine making procedures:</p>
<div id="T3" class="table-wrap">
<section class="caption">
<h6>Table 3. Most frequent adjs., advs. and nouns in FAQ pages from the General
corpus</h6>
</section>
<table>
<thead>
<tr>
<th style="text-align: center;"><strong>Rank</strong></th>
<th style="text-align: center;"><strong>Abs. Freq</strong></th>
<th style="text-align: center;"><strong>Word</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">26</td>
<td style="text-align: center;">23</td>
<td style="text-align: center;">Best</td>
</tr>
<tr>
<td style="text-align: center;">27</td>
<td style="text-align: center;">23</td>
<td style="text-align: center;">Good</td>
</tr>
<tr>
<td style="text-align: center;">51</td>
<td style="text-align: center;">16</td>
<td style="text-align: center;">Temperature</td>
</tr>
<tr>
<td style="text-align: center;">54</td>
<td style="text-align: center;">15</td>
<td style="text-align: center;">Clean</td>
</tr>
<tr>
<td style="text-align: center;">57</td>
<td style="text-align: center;">15</td>
<td style="text-align: center;">Most</td>
</tr>
<tr>
<td style="text-align: center;">65</td>
<td style="text-align: center;">14</td>
<td style="text-align: center;">Glass</td>
</tr>
<tr>
<td style="text-align: center;">73</td>
<td style="text-align: center;">13</td>
<td style="text-align: center;">More</td>
</tr>
<tr>
<td style="text-align: center;">74</td>
<td style="text-align: center;">13</td>
<td style="text-align: center;">Much</td>
</tr>
<tr>
<td style="text-align: center;">105</td>
<td style="text-align: center;">9</td>
<td style="text-align: center;">Home</td>
</tr>
</tbody>
</table>
</div>
<p>In fact, a closer look at these words, after analysing their
collocates, shows the users’ interests. <a href="#T4"
data-ref-type="table">Table 4</a> shows the frequency of collocates of
que interrogative pronoun ‘what’ as searched term:</p>
<div id="T4" class="table-wrap">
<section class="caption">
<h6>Table 4. Frequency of collocates of ‘what’ as searched term</h6>
</section>
<table>
<thead>
<tr>
<th style="text-align: center;"><strong>Rank</strong></th>
<th style="text-align: center;"><strong>Abs. Freq</strong></th>
<th style="text-align: center;"><strong>Freq(L)</strong></th>
<th style="text-align: center;"><strong>Freq(R)</strong></th>
<th style="text-align: center;"><strong>STAT</strong></th>
<th style="text-align: center;"><strong>Collocate</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">11</td>
<td style="text-align: center;">22</td>
<td style="text-align: center;">5</td>
<td style="text-align: center;">17</td>
<td style="text-align: center;">5.55430</td>
<td style="text-align: center;">Mean</td>
</tr>
<tr>
<td style="text-align: center;">12</td>
<td style="text-align: center;">21</td>
<td style="text-align: center;">5</td>
<td style="text-align: center;">16</td>
<td style="text-align: center;">3.27959</td>
<td style="text-align: center;">Do</td>
</tr>
<tr>
<td style="text-align: center;">14</td>
<td style="text-align: center;">19</td>
<td style="text-align: center;">4</td>
<td style="text-align: center;">15</td>
<td style="text-align: center;">5.21155</td>
<td style="text-align: center;">Best</td>
</tr>
<tr>
<td style="text-align: center;">17</td>
<td style="text-align: center;">13</td>
<td style="text-align: center;">1</td>
<td style="text-align: center;">12</td>
<td style="text-align: center;">5.01770</td>
<td style="text-align: center;">Between</td>
</tr>
<tr>
<td style="text-align: center;">18</td>
<td style="text-align: center;">11</td>
<td style="text-align: center;">0</td>
<td style="text-align: center;">11</td>
<td style="text-align: center;">4.94662</td>
<td style="text-align: center;">Difference</td>
</tr>
<tr>
<td style="text-align: center;">20</td>
<td style="text-align: center;">9</td>
<td style="text-align: center;">1</td>
<td style="text-align: center;">8</td>
<td style="text-align: center;">5.48719</td>
<td style="text-align: center;">Way</td>
</tr>
<tr>
<td style="text-align: center;">21</td>
<td style="text-align: center;">11</td>
<td style="text-align: center;">3</td>
<td style="text-align: center;">8</td>
<td style="text-align: center;">3.62469</td>
<td style="text-align: center;">Should</td>
</tr>
<tr>
<td style="text-align: center;">22</td>
<td style="text-align: center;">11</td>
<td style="text-align: center;">3</td>
<td style="text-align: center;">8</td>
<td style="text-align: center;">3.55430</td>
<td style="text-align: center;">If</td>
</tr>
</tbody>
</table>
</div>
<p>The following examples are an extract of the questions users
typed:</p>
<p style="margin-left: 42px;">What does it mean when…?</p>
<p style="margin-left: 42px;">What grape variety grow…?</p>
<p style="margin-left: 42px;">What temperature…?</p>
<p style="margin-left: 42px;">What’s the best glass?</p>
<p style="margin-left: 42px;">What’s the best way to keep…?</p>
<p style="margin-left: 42px;">What’s the best wine?</p>
<p style="margin-left: 42px;">What’s the best process…?</p>
<p style="margin-left: 42px;">What wine should I serve?</p>
<p style="margin-left: 42px;">What’s the difference between…?</p>
<p>So far the questions underlined above match the common classic
expectations. Typically, wine websites tried to inform web browsers on
the wine brands and their tasting description. We could say the focus of
attention was placed on wine traditional interests, as FAQs regarded the
types of wine, grapes, vineyards, wine making process, storage and
purchasing. But as mentioned before, the wine world is in constant
change. The enquiries surrounding it include other aspects that might be
worth considering when devising a general map of wine description.
Besides the already settled wine-lovers’ concern on wine and pairing,
—as shown on most cellars’ websites by the information and recipes
displayed trying to guide the consumer’s best choice—, a closer look at
the FAQs gives an already steady line of interests, —not present in
every wine website and much more common in those ones from Australia—,
that include health, lifestyle or tourism elements as part of the
enquiries made by web visitors. The new set of enquiries fit within a
new customer’s type who is no longer concerned with wine as a beverage,
as an exclusive social class identity or as a national symbol only, but
who defines himself/herself as environmentally involved, health defender
and landscape searcher. People have new interests so they make other
questions: ‘Is this wine vegetarian? Are your wines gluten free? or What
is the nutritional value of white wines?’ We suggest the new wine domain
should include these new aspects to give a thorough description of wine
where consumers’ interests are represented. In the following
classification we show the different areas customers’ enquiries found in
our research may fit in:</p>
<ul>
<li><p><strong>Wine description or wine production:</strong></p></li>
<ul>
<li><p>What grape variety made this wine?</p></li>
<li><p>What is a Hybrid wine? What is Merlot wine? What is Malbec? What
grape is Pinot blanc? What grape is Pinot Noir?</p></li>
<li><p>Do you add flavorings to wine to achieve different aromas (i.e.
chocolate, cherry)?</p></li>
<li><p>Do you add sugar to make sweet wines?</p></li>
<li><p>How do you make white wine with red grapes?</p></li>
<li><p>Is wine dryness or sweetness due to grape variety?</p></li>
<li><p>How do you make rose wine?</p></li>
<li><p>Do Italian varieties mean you buy the plants from Italy?</p></li>
<li><p>What exactly is wine fermentation?</p></li>
<li><p>How do sparkling wines get carbonated?</p></li>
<li><p>What does the term ‘solera’ refer to in Sherry and
winemaking?</p></li>
<li><p>What is the alcohol content?</p></li>
<li><p>Who’s the producer?</p></li>
<li><p>Which wines are unsweetened, unfortified and have no herbs or
spices added?</p></li>
    </ul>
  </li>
</ul>
<ul>
<li><p><strong>Wine, Health and lifestyle:</strong></p></li>
<ul>
<li><p>Is this wine vegetarian/vegan?</p></li>
<li><p>Are your wines vegan friendly?</p></li>
<li><p>Are your wines gluten free?</p></li>
<li><p>Is this wine organic?</p></li>
<li><p>What is the nutritional value of white wines?</p></li>
<li><p>Why does wine give me headaches?</p></li>
<li><p>Are sulfites dangerous?</p></li>
    </ul>
  </li>
</ul>
<ul>
<li><p><strong>Wine serving:</strong></p></li>
<ul>
<li><p>Should I decant it?</p></li>
<li><p>What’s the best temperature?</p></li>
<li><p>Should white wine be chilled when serving?</p></li>
<li><p>Why do you smell and swirl wine before you take a sip?</p></li>
    </ul>
  </li>
</ul>
<ul>
<li><p><strong>Storage:</strong></p></li>
<ul>
<li><p>How long can wine be cellared?</p></li>
<li><p>How long does white wine last?</p></li>
<li><p>Should wine bottles be regularly rotated?</p></li>
<li><p>How long can you keep an unopened wine in a kitchen
refrigerator?</p></li>
<li><p>Do I have to store my wine in a temperature-controlled
cellar?</p></li>
<li><p>What is the correct cellar temperature, and do whites and reds
need to be different?</p></li>
<li><p>How long can you keep an unopened wine in a kitchen
refrigerator?</p></li>
<li><p>Can high humidity damage wine?</p></li>
    </ul>
  </li>
</ul>
<ul>
<li><p><strong>Wine pairing:</strong></p></li>
<ul>
<li><p>Can you suggest some easy wine pairings that would upgrade our
weeknight meals?</p></li>
<li><p>What wine go with bacon?</p></li>
<li><p>Why is red wine often paired with red meat?</p></li>
<li><p>What about wine with cheese?</p></li>
    </ul>
  </li>
</ul>
<ul>
<li><p><strong>Wine, events and lifestyle:</strong></p></li>
<ul>
<li><p>What wine should I serve at a party/business lunch?</p></li>
<li><p>For a dinner party, is it better to serve one bottle of lots of
wines, or lots of bottles of a few wines?</p></li>
<li><p>How do you pick what to drink?</p></li>
<li><p>What I am eating, or if I am not eating, what environment I am
drinking in – inside vs. outside?</p></li>
<li><p>Who I am drinking with – business vs. friends?</p></li>
    </ul>
  </li>
</ul>
<ul>
<li><p><strong>Wine purchasing/merchandising:</strong></p></li>
<ul>
<li><p>Which vintage should I buy?</p></li>
<li><p>Which wine should I buy?</p></li>
<li><p>I have this one old bottle; how much is it worth?</p></li>
<li><p>Can I buy a membership as a gift?</p></li>
    </ul>
  </li>
</ul>
<ul>
<li><p><strong>Wine evaluation:</strong></p></li>
<ul>
<li><p>How to select a good wine glass?</p></li>
<li><p>What’s the best wine?</p></li>
    </ul>
  </li>
</ul>
<ul>
<li><p><strong>Wine and tourism</strong></p></li>
<ul>
<li><p>What wineries should I visit?</p></li>
<li><p>15 steps to a successful winery visit</p></li>
    </ul>
  </li>
</ul>
<p>These interests that act as a push motivation for the wine web surfer
may likely become a pull motivation if included as part of the
information cellars display. In this line it is surprising to note the
limited number of Sherry winery websites with FAQ pages. After analysing
the most representative wineries of Sherry, we may confirm that most of
the wineries’ websites include the following topics:</p>
<ul>
<li><p>Wine description</p></li>
<li><p>Winery description</p></li>
<li><p>Winery visit</p></li>
<li><p>Winery visit and tasting</p></li>
<li><p>Link to online purchasing</p></li>
</ul>
<p>Wine making process is mainly described in most Sherry wineries as it
is important the historical description of the cellar itself related to
the history of the village or area, reinforced with a wide and varied
photo- graphic material. In the same way, many wineries include pairing
notes as well as touristic activities, such as vineyard visits, visiting
museums, flamenco or equestrian exhibition. It is worth mentioning too
very few references to the commitment for the sustainable management of
natural resources and protection of the environment, with an overt
reference to the commitment to the mitigation of climate change, use of
renewable energies and the protection of biodiversity. A look on these
new interests is shown in the following analysis of wineries<a
href="#fn4" class="footnote-ref" id="fnref4"
role="doc-noteref"><sup>4</sup></a> within the Marco de Jerez (Sherry
wine region):</p>
<ul>
<li><p>Bodegas Altanza (galería del Jerez): it shows winery and wines
information, a section for the museum and a link for visiting and
tasting.</p></li>
<li><p>Bodegas Álvaro Domecq: it includes information on wine tourism
and pairing.</p></li>
<li><p>Bodegas Arfe: it offers information on the winery, pairing and
awards. It also includes a blog section.</p></li>
<li><p>Bodegas Argüeso: it offers information on the history, the
wineries and it includes a link to touristic routes in the
city.</p></li>
<li><p>Bodegas Barbadillo: it includes tasting courses, winery tour
guide and wine tasting and pairing experiences. It openly declares its
commitment to quality, innovation, ethical and environmentally friendly
management. Surprisingly, it classifies ‘organics’ as one of its types
of wines.</p></li>
<li><p>Bodegas Barrero: it offers information on the products, the
winery and history. It has a link to visiting the winery and a blog with
curiosities.</p></li>
<li><p>Bodegas Caballero: it includes information on wines and
environment or CO2 emissions. It also includes information on food
safety and wine tourism.</p></li>
<li><p>Bodega La Callejuela: it offers information defined as the
essence of wine: the soil and grapevine.</p></li>
<li><p>Bodegas La Cigarrera: it shows information on the winery,
history, wines and a link to events that include tasting and pairing
activities and current training courses in the area.</p></li>
<li><p>Bodega Conde Peraleda (Grupo Salto al Cielo): it includes
sections regarding agriculture, cattle, agritourism and
agri-feed.</p></li>
<li><p>Bodega Delgado Zuleta: it includes visiting activities with
vineyard tour, tasting and pairing experiences and a touristic visit to
the village plus an equestrian show.</p></li>
<li><p>Bodega Díez Mérito: it includes vineyard visits and participation
in a flamenco or equestrian exhibition. – Bodegas Dios Baco: it includes
a vineyard visit, besides the winery, as part of the wine touristic
activities. – Bodega grupo Estévez: besides information related to the
museum visits, it includes food safety information and environment
certification.</p></li>
<li><p>Bodegas Faustino González: it shows a description of the vineyard
and a link to visiting and tasting events. – Bodegas Fundador: it
includes references to wine tourism and tasting.</p></li>
<li><p>Bodegas Garvey: it displays pairing recipes.</p></li>
<li><p>Bodega González Byass: it includes information on wine tourism
besides information on lifestyle with the magazine ‘Vida, Vid, Vino’. It
includes information on innovation technologies, sustainability and
environment and it includes a wide section that explains the values that
define them.</p></li>
<li><p>Bodegas Gutiérrez Colosía: it includes winery visits and social
network links.</p></li>
<li><p>Bodegas Herederos Nicolás Martín: it includes visiting the
vineyard, drinking and eating experiences and flamenco shows.</p></li>
<li><p>Bodegas Hidalgo La Gitana: it includes vineyard morning and
sunset tours and guided winery tour with tasting and eating
experiences.</p></li>
<li><p>Bodega Los Infantes Orleans Borbón: it includes training courses
besides tasting and pairing events.</p></li>
<li><p>Bodegas Luis Pérez: it includes detailed information relating
soil profiles to wine flavour. It shows a wide description of vineyards
and tour and tasting events.</p></li>
<li><p>Bodegas Lustau: it includes tour and tasting events. Besides, it
offers a podcast series dedicated to sherry to inform and teach about
topics related to sherry and a CSWC degree (Certified Sherry Wine
Specialist degree).</p></li>
<li><p>Bodegas El Maestro Sierra: it displays a link entitled ‘the
culture of Jerez’ where Sherry is related to culture, history,
literature and identity.</p></li>
<li><p>Bodegas Osborne: it includes sustainability, biodiversity and
environment information, besides wine tour- ism and social
networks.</p></li>
<li><p>Bodegas Tradición: it includes a guided tour with tasting and
visit to a Spanish painting collection.</p></li>
<li><p>Bodega William and Humbert: it displays a link on innovation with
a commitment on sustainable and eco- logical viticulture. It shows the
ecological vineyard.</p></li>
</ul>
<p><a href="#T5" data-ref-type="table">Table 5</a> shows a
classification of the topics found:</p>
<div id="T5" class="table-wrap">
<section class="caption">
<h6>Table 5. Topics found in wineries from the Sherry wine area</h6>
</section>
<table>
<thead>
<tr>
<th>Tasting</th>
<th>A detailed description of wines.</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cellar</td>
<td>Description of cellars and their history.</td>
</tr>
<tr>
<td>Merchandising</td>
<td>Link to online buying cellars’ products.</td>
</tr>
<tr>
<td>Pairing</td>
<td>Tips on how to pair wines and food.</td>
</tr>
<tr>
<td>Lifestyle and social dimension</td>
<td>Information about sustainable winemaking production within an
ecological context.</td>
</tr>
<tr>
<td>Leisure</td>
<td><p>Visits to museums and exhibitions.</p>
<p>Visits to cellars and vineyards with wine tasting
activities.</p></td>
</tr>
</tbody>
</table>
</div>
<h1
id="a-proposal-enlarging-frame-slots-and-values-for-the-wine-domain">5.
A Proposal: Enlarging Frame Slots and Values for the Wine Domain</h1>
<p>Following the concept of ontology as a structured knowledge
representation and subscribing Noy and McGuinness (2001) statement
according to which an ontology is useful for analysing domains and
making knowledge assumptions explicit, we propose to enlarge the number
of classes and properties on the Sherry wine domain with the new aspects
winery webpages exhibit. So far, most wine ontologies concentrated on
attributes related to colour, body, taste, sugar content —intrinsic
properties— or winery, year, name —extrinsic properties. In fact, the
object properties involved in traditional wine ontologies included
examples such as: ‘has_Drink’, ‘has_Food’, ‘has_Maker’,
‘has_Vintageyear’, ‘has_Winedescriptor’ (with ‘has_Body’, ‘has_Colour’,
‘has_Flavour’, ‘has_Sugar’ as sub properties) or ‘madeFromGrape’, among
others. But there is no mention to the consumer or to the activities
related to the wine event when considered from a much wider look. Even
if these are not properties, they play a central role implicated in the
push-pull motivations wine-centred. The wine domain should widen up as
to include the information that many potential customers may search for,
so that wine websites match the new type of wine consumer’s
expectations. Many of the questions made and the search done by web
surfers while surfing the net are related to the history of the
producers, the historical building, the location of the winery (if next
to the vineyard, to an important touristic area, other historical sites,
etc.), the grape variety produced in the vineyard and the activities
cellars offer —they want to buy wine, to taste, to learn about, to visit
the cellar and vineyard—:</p>
<figure id="F1">
<p><img src="media/image1.jpg" alt="/" /></p>
<figcaption>Figure 1. Schema of the class ‘winery’</figcaption>
</figure>
<p>The Object properties ‘has_building’, ‘has_vineyard’, ‘is_located’
relate the class ‘winery’ to attributes such as ‘historical building’,
‘cathedral-like buildings’, ‘sand floors’, ‘dim light’, ‘high ceilings’,
‘white limestone soils’, ‘Marco de Jerez’, or ‘Moscatel grape type’.</p>
<p>But the internet user is not only interested in taste, price, grape
or location of a winery, but in leisure activities that could be found
while visiting the cellar. <a href="#F1" data-ref-type="fig">Figure
1</a> above shows how to relate these activities to the class winery.
Similarly, <a href="#F2" data-ref-type="fig">Figure 2</a> shows how the
consumer should be part of the domain too, linked to the classes of
‘wine’ and ‘activity’:</p>
<figure id="F2">
<p><img src="media/image2.jpg" alt="/" /></p>
<figcaption>Figure 2. Schema of the class ‘consumer’ linked to the classes ‘wine’
and ‘activity’</figcaption>
</figure>
<p><a href="#F3" data-ref-type="fig">Figure 3</a> shows in more detail
and with specification of the object properties an extract of the new
suggested classes within the domain:</p>
<figure id="F3">
<p><img src="media/image3.jpg" alt="/" /></p>
<figcaption>Figure 3. Schema that shows the class ‘wine’ linked to the mentioned
classes with the object properties specified.</figcaption>
</figure>
<p>The schema shows how the class ‘maker’ not only relates to ‘wine’
through the object property makes/ has a maker, but to the classes
‘selling’, ‘buying’, ‘entertaining’, ‘tourism’, etc. through the class
‘activity’ that is linked to the class ‘maker’ through the object
property has_Activity/is_offered_by. The new class suggested,
‘consumer’, links to the general knowledge frame by two object
properties, does_activity/is_done and drinks/ is_drunk, that relates
‘consumer’ to the classes ‘activity’ and ‘wine’ respectively. <a
href="#F3" data-ref-type="fig">Figure 3</a> shows how ‘selling’,
‘gifting’, ‘doing tourism’ are activities that belong to the wine domain
as these classes represent the possible offer a winery makes and a wine
consumer demands.</p>
<p>On the other hand, the ‘consumer’ class should be specified with
attributes that could depict a great variety of users as simple
‘clients’, ‘wine lovers’ or ‘wine experts’ to the more specific ones
such as ‘wine-culture concerned’, ‘tourist’, ‘environment concerned’ or
‘health concerned’, among others. A sample of it is shown in <a
href="#F4" data-ref-type="fig">Figure 4</a> below:</p>
<figure id="F4">
<p><img src="media/image4.jpg" alt="/" /></p>
<figcaption>Figure 4. Schema of the class ‘consumer’</figcaption>
</figure>
<p>We indicate below, apart from traditional properties related to
taste, colour, nose, aging, etc., the new set of object properties that
should be part of the wine knowledge representation:</p>
<ul>
<li><p> Owl:topObjectProperty</p></li>
<ul>
<li><p>has_Activity</p></li>
<li><p>has_Maker</p></li>
<li><p>has_PairingWith</p></li>
<li><p>has_WineProperty</p></li>
<ul> 
<li><p> has_WineAcidity</p></li>
<li><p> has_WineAftertaste</p></li>
<li><p> has_WineAppearance</p></li>
<li><p> has_WineNose</p></li>
<li><p> has_Colour</p></li>
<li><p> has_WineFinish</p></li>
<li><p> has_WinePalate</p></li>
<li><p> has_WinePersistance</p></li>
<li><p> has_WineSweetness</p></li>
<li><p> has_WineThroughTheMouth</p></li>
<li><p> hasWineAgeing</p></li>
        </ul>
      </li>
    </ul>
  </li>
<ul>
<li><p>has_does_Activity</p></li>
<li><p>has_Identifies_as</p></li>
<li><p> is_HealthConcerned</p></li>
<li><p> is_EnvironmentConcerned</p></li>
<li><p> is_Tourist</p></li>
<li><p> is_WineCultureConcerned</p></li>
<li><p> is_Client</p></li>
<li><p> is_User</p></li>
<li><p> is_WineExpert</p></li>
<ul>
<li><p>has_Drinking</p></li>
<li><p>is_Activity</p></li>
</ul>
<li><p> is_Teaching</p></li>
<li><p> is_Buying</p></li>
<li><p> is_Entertaining</p></li>
<li><p> is_Tasting</p></li>
<li><p> is_Eating</p></li>
<li><p> is_Gifting</p></li>
<li><p> is_Selling</p></li>
<li><p> is_doing_Tourism</p></li>
<li><p> is_Learning</p></li>
<li><p> is_Visiting</p></li>
<li><p> is_Relaxing</p></li>
<li><p> is_Enjoying</p></li>
<ul>
<li><p>is_Offered_At</p></li>
<li><p>is_made_at</p></li>
<li><p>is_property_of</p></li>
<li><p>is_paired_with</p></li>
<li><p>is_consumed_by</p></li>
<li><p>is_Served</p></li>
<li><p>is_done_by</p></li>
<li><p>is_located_In</p></li>
<li><p>is_made_from_Grape</p></li>
<li><p>is_made_into_Wine</p></li>
<li><p>makes_Wine</p></li>
        </ul>
      </li>
    </ul>
  </li>
</ul>	
<p>As <a href="#F5" data-ref-type="fig">Figure 5</a> shows below, there
are many different areas related to wine other than the traditional ones
and wine descriptions should involve most of these concepts since, as it
has been found, people surfing the net are much more concerned with
wine-related aspects that go far beyond traditional wine descriptor
features (taste, aroma, colour, cellar, age). Our proposal suggests to
incorporate at least two of them —consumer and activities— in order to
achieve and display a deeper picture of the word meaning and answer for
the new world of interests this complex word hides:</p>
<figure id="F5">
<p><img src="media/image5.jpg" alt="/" /></p>
<figcaption>Figure 5. Schema for the new subdomains of any wine knowledge
representation</figcaption>
</figure>
<p>In the following schema —<a href="#F6" data-ref-type="fig">Figure
6</a>— we give an attempt of a prototypical wine website that includes
the main subdomains traditionally wine-related and those ones new, which
only a few websites already include, but that, as previously mentioned,
identify better with the new type of customer that consults the
information the selected wine website offers.</p>
<figure id="F6">
<p><img src="media/image6.jpg" alt="/" /></p>
<figcaption>Figure 6. Prototypical wine website schema</figcaption>
</figure>
<h1 id="conclusions-and-further-research">6. Conclusions and Further
Research</h1>
<p>After having studied wine features through wine knowledge
representation structures already on the market and having analysed the
questions posed by web users and the information present at wine web
pages by magazine experts, bloggers and wineries, with a special
emphasis on Sherry and wineries that belong to the Sherry wine region,
we group our conclusions in two sets. Firstly, we will mention those
ones related to the results found on the internet concerning the
description of wine, and secondly, those ones that have to do with the
formalization and configuration of knowledge.</p>
<p>On the first hand, we confirm that most of the questions made by web
users deal with wine traditional concepts, that is to say, with wine
descriptors related to taste, colour, or pairing, price, production and
storage. Back to Bruwer et al. (2018), there are primary motivations
like taste or buy wine; pairing wines with specific foods or questions
related to concepts or terminology, like ‘what are the legs’ or ‘what
does tannins mean’. But on the other hand, many questions subscribe
Bruwer et al.’s secondary motivations: socializing, being entertained,
travelling, relaxation. Thus, consumers make questions related to
healthy drinking habits, to wine production in safe and environmentally
friendly conditions and to wine consuming linked to social and
recreational activities and to cultural identity. In fact, wineries are
increasingly including touristic visits in their web pages besides
tasting events, wine courses, wine certificates, vineyard visits and
touristic experiences in the area. Coming back to the first of our
research questions —what is the role of the consumer in the ontological
description?—, we suggest that, by interacting with companies and
expressing their needs, consumers act as building blocks in the
configuration of the wine ontological formalisation.</p>
<p>Going back to the second of our research questions, the FAQ pages
analysed in this work, mainly those ones of wineries of the Sherry wine
area and others from abroad, seem to be a good element of analysis since
they show not only the new consumers’ interests through the questions
submitted but the new merchandising strategies used by wineries in order
to gain new consumers who do not fit with traditional wine drinkers. FAQ
pages are a pull tool too. As one of the findings we count the contrast
observed among wineries from wine producers in Europe, with not so much
information in the FAQ pages and many wineries even with no FAQ page at
all, and those ones from Australia that dedicate a lot of space to
younger users’ inquiries. These wineries pay more attention to
sustainability, environment, health and leisure and their web pages
—among which FAQ pages are included— display wide information sites to
compete with traditional wineries and, so, open to a new promising
market. In line with Nowak and Newton (2008) on Millennial consumers,
other aspects such as fun and enjoyment of wine, wine country experience
and healthy habits should be part of the description of wine and thus
part of the wine web sites of wineries in order to attract them as
customers and transform them into wine lovers. As Atkins and Nowak
(2007) states in their analysis of women as wine consumers and the
factors they rely on in making their buying decisions, consumers may be
influenced by aspects that are not part of the core product, such as
labels, shelf tags, winery region or medals and awards. If making just
good products is not enough, the marketing orientation based on getting
closer to the consumer should include factors that fulfil their already
settled new interests. The wine drinking event has never been more but a
wine living experience.</p>
<p>And secondly, related to our third research question and as part of
the conclusions that could arise from this work, we have suggested the
need to incorporate such facts as part of the wine domain. Activities
and consumer are part of the wine knowledge representation being
categorized as extrinsic properties that nevertheless model the wine
domain together with colour, taste, nose or acidity —intrinsic
properties—. The object property ‘has_Activity’ links the class ‘winery’
to the multiple events the winery offers. In addition, the class
‘consumer’ links to the class ‘wine’ through the object property
‘has_drinking’ and links to the class ‘activity’ through the object
property ‘does_activity’. Besides and most significantly, the class
‘consumer’ may be linked to other classes that could formalise aspects
related to identity. With the object property ‘has_ Identifies_as’’ the
class ‘consumer’ is linked to the whole set of the consumer descriptor
attributes, representing now aspects related to the consumer’s identity:
‘health concerned’, ‘tourist’, ‘wine lover’ or just ‘client’, among
others. This idea of identity that has been barely suggested in this
paper and how to represent it in the model seem to be one of the most
interesting aspects for further research since wine and identity are two
related concepts mostly reflected by winery websites and a pull
motivation for capturing followers.</p>
<p>The work we have followed delves deeper into formalisation schemata
mainly, but during the analysing process of consumers’ interests,
besides the matters mentioned above, new lines of research that
complement the one presented here have opened up, that is to say, the
analysis of texts sent by customers either having a look at the
pragmatic strategies used when interacting with the company, in line
with Hyland (2005)’s interactional metadiscourse analysis and Martin and
White (2005) approaches, or focusing on the qualitative analysis of
consumers’s opinions regarding wine websites displays. These topics will
be addressed in further research.</p>

<h2 id="funding">Funding</h2>
<p>This work was supported by the research projects ‘WeinApp: Sistema
multilingüe de información y recursos vitivinícolas’ [‘Wein-App: a
multilingual information and viticulture resource system’], funded by
the Spanish Ministry of Science and Innovation, [grant number:
FFI2016-79785-R] and ‘ENO-ÁNDALUS: Cartografía de la identidad andaluza
a través de la lengua y el turismo enológicos’ [‘ENO-ÁNDALUS: Andalusian
identity cartography through language and wine tourism’, funded by the
Regional Government Consejería de Economía, Conocimiento, Empresas y
Universidad, Junta de Andalucía. [grant number: 381176-R].</p>

<h2 id="references">References</h2>
<div id="references" role="list">
<ul>
<li><p>Anthony, L. (2016). <em>TagAnt</em> (Version 1.2.0) [Computer Software]. Waseda University. <a href="https://www.laurenceanthony.net/software">https://www.laurenceanthony.net/software</a></p></li>
<li><p>Anthony, L. (2019). <em>AntConc</em> (Version 3.5.8) [Computer Software]. Waseda University. <a href="https://www.laurenceanthony.net/software">https://www.laurenceanthony.net/software</a></p></li>
<li><p>Atkins, Thomas, y Nowak, Linda (2007). Women wine consumers: information search and retailing implications. <em>International Journal of Wine Business Research</em>, 19(4), 327-339. <a href="https://doi.org/10.1108/17511060710837454">https://doi.org/10.1108/17511060710837454</a></p></li>
<li><p>Begalli, Diego, Codurri, Stefano, y Gaeta, Davide (2009). Wine and Web marketing strategies. The case study of Italian speciality wineries. <em>British Food Journal</em>, 111(6), 598-619. <a href="https://doi.org/10.1108/00070700910966041">https://doi.org/10.1108/00070700910966041</a></p></li>
<li><p>Beynon-Davies, Paul, Jones, Paul, y Williams, Michael (2002). Evaluating the experience of e-business among SMEs. En <em>Proceedings of the 9th European Conference on Information Technology Evaluation</em> (pp. 63-70). Université Dauphine.</p></li>
<li><p>Breuker, Joost, y Winkels, Radbound (2003). Use and reuse of legal ontologies in knowledge engineering and information management. En <em>Proceedings of the ICAIL 2003 workshop on legal ontologies and web based legal information management</em> (pp. 1-35). Edinburgh, Scotland.</p></li>
<li><p>Bressolles, Grégory, y Durrieu, François (2010). A typology of online buyers for French wine web sites based on electronic service quality dimensions. <em>International Journal of Wine Business Research</em>, 22(4), 335-348. <a href="https://doi.org/10.1108/17511061011092393">https://doi.org/10.1108/17511061011092393</a></p></li>
<li><p>Bruwer, Johan, Li, Elton, y Reid, Mike (2002). Segmentation of the Australian wine market using a wine-related lifestyle approach. <em>Journal of Wine Research</em>, 13(3), 217-242. <a href="https://doi.org/10.1080/0957126022000046510">https://doi.org/10.1080/0957126022000046510</a></p></li>
<li><p>Bruwer, Johan, y Wood, Graham (2005). The Australian on-line wine-buying consumer: motivational and behavioural perspectives. <em>Journal of Wine Research</em>, 16(3), 217-242. <a href="https://doi.org/10.1080/09571260600556666">https://doi.org/10.1080/09571260600556666</a></p></li>
<li><p>Bruwer, Johan, Prayag, Girish, y Disegna, Marta (2018). Why wine tourists visit cellar doors: Segmenting motivation and destination image. <em>International Journal of Tourism Research</em>, 20, 355-366. <a href="https://doi.org/10.1002/jtr.2187">https://doi.org/10.1002/jtr.2187</a></p></li>
<li><p>Cabré Castellví, María Teresa (1997). Elementos para una teoría de la terminología. <em>Report presented at the II Rencontres de Terminologie et Intelligence Artificielle</em>. University of Toulouse-Le Mirail.</p></li>
<li><p>Cabré Castellví, María Teresa (2009). The Communicative Theory of Terminology, A Linguistic Approach of Terms. <em>Revue française de linguistique appliquée</em>, 14(2), 9-15.</p></li>
<li><p>Calvi, Maria Vittoria (2000). <em>Il linguaggio spagnolo del turismo</em>. Baroni Editore.</p></li>
<li><p>Calvi, Maria Vittoria (2001). Il linguaggio della communicazione turística. <em>Rivista di Science del Turismo</em>, 2(3), 153-158.</p></li>
<li><p>Charters, Stephen, y Ali-Knight, Jane (2002). Who is the Wine Tourist? <em>Tourism Management</em>, 23, 311-319. <a href="https://doi.org/10.1016/S0261-5177(01)00079-6">https://doi.org/10.1016/S0261-5177(01)00079-6</a></p></li>
<li><p>Chen, Li-Ju, y Chen, Wei-Peng (2015). Push-pull factors in international birders' travel. <em>Tourism Management</em>, 48, 416-425. <a href="https://doi.org/10.1016/j.tourman.2014.12.011">https://doi.org/10.1016/j.tourman.2014.12.011</a></p></li>
<li><p>Ciapuscio, Guiomar Elena (2003). <em>Textos especializados y terminología</em>. Institut Universitari de Lingüística Aplicada.</p></li>
<li><p>Dahan, Ely, y Hauser, John R. (2002). The Virtual Customer. <em>Journal of Product Innovation Management</em>, 19, 332-353. <a href="https://doi.org/10.1111/1540-5885.1950332">https://doi.org/10.1111/1540-5885.1950332</a></p></li>
<li><p>Davis, Randall, Shrobe, Howard, y Szolovits, Peter (1993). What is a knowledge Representation? <em>AI Magazine</em>, 14(1), 17-33.</p></li>
<li><p>Fellbaum, Christiane (Ed.) (1998). <em>WordNet: An Electronic Lexical Database</em>. MIT Press.</p></li>
<li><p>Fillmore, Charles, y Baker, Collin (2010). A frames approach to semantic analysis. En B. Heine y H. Narrog (Eds.), <em>The Oxford Handbook of Linguistic Analysis</em> (pp. 313-340). Oxford University Press.</p></li>
<li><p>Griffin, Abbie, y Hauser, John R. (1993). The Voice of the Customer. <em>Marketing Science</em>, 12, 1-27. <a href="https://doi.org/10.1287/mksc.12.1.1">https://doi.org/10.1287/mksc.12.1.1</a></p></li>
<li><p>Gruber, Thomas R. (1993). A Translation Approach to Portable Ontology Specifications. <em>Knowledge Acquisition</em>, 5, 199-220. <a href="https://doi.org/10.1006/knac.1993.1008">https://doi.org/10.1006/knac.1993.1008</a></p></li>
<li><p>Guantiva Acosta, Ricardo, Cabré Castellví, M. Teresa, y Castellà Lidon, Josep M. (2008). Clasificación de textos especializados a partir de su terminología. <em>Íkala, revista de lenguaje y cultura</em>, 13(19), 15-39.</p></li>
<li><p>Guarino, Nicola (1998). Formal Ontologies and Information Systems. En N. Guarino (Ed.), <em>Formal Ontology in Information Systems</em> (pp. 3-15). IOS Press.</p></li>
<li><p>Hall, C. Michael (1996). Surveying Wine Tourism in New Zeland. En <em>Quality Tourism: Beyond the Masses. Proceedings of the First National Tourism Students Conference</em>. Tourism Club, University of Otago.</p></li>
<li><p>Hoffmann, Lothar (1998). Características de los lenguajes de especialidad. En J. Brumme (Ed.), <em>Llenguatges d'especialitat. Selecció de textos</em> (pp. 21-69). Institut Universitari de Lingüística Aplicada.</p></li>
<li><p>Hyland, Ken (2005). <em>Metadiscourse: Exploring Interaction in Writing</em>. Continuum.</p></li>
<li><p>Martin, Jeannett, y White, Peter R. (2005). <em>The Language of Evaluation: Appraisal in English</em>. Palgrave Macmillan.</p></li>
<li><p>Mauri, Elena (2014). L'italiano delle guide turistiche: uno studio della lingua orale del turismo. <em>LinguaDue</em>, 1, 232-248.</p></li>
<li><p>Meluzzi, Chiara, y Balsamo, Silvia (2021). The Language of Food and Wine Tourism on the Web. <em>Online Journal of Communication and Media Technologies</em>, 11(2), 1-11. <a href="https://doi.org/10.30935/ojcmt/10821">https://doi.org/10.30935/ojcmt/10821</a></p></li>
<li><p>Miller, George A. (1995). WordNet: A Lexical Database for English. <em>Communications of the ACM</em>, 38(11), 39-41.</p></li>
<li><p>Mitchell, Richard, Hall, Michael, y McIntosh, Alison (2000). Wine Tourism and Consumer Behaviour. En M. Hall, L. Sharples, B. Cambourne y N. Macionis (Eds.), <em>Wine Tourism around the World: Development, Management and Markets</em>. Butterworth-Heinemann.</p></li>
<li><p>Mommers, Laurens (2010). Ontologies in the Legal Domain. En R. Poli y J. Beibt (Eds.), <em>Theory and Applications of Ontology: Philosophical Perspectives</em> (pp. 265-276). Springer Science and Business Media. <a href="https://doi.org/10.1007/978-90-481-8845-1_12">https://doi.org/10.1007/978-90-481-8845-1_12</a></p></li>
<li><p>Nowak, Linda I., y Newton, Sandra (2008). Using winery web sites to launch relationships with Millennials. <em>International Journal of Wine Business Research</em>, 20(1), 53-67. <a href="https://doi.org/10.1108/17511060810864615">https://doi.org/10.1108/17511060810864615</a></p></li>
<li><p>Rayport, Jeffrey, y Jaworski, Bernard (2001). <em>Introduction to E-Commerce</em>. McGraw-Hill.</p></li>
<li><p>Steve, Geri, Gangemi, Aldo, y Pisanelli, Domenico (1998). Integrating Medical Terminologies with ONIONS Methodology. <a href="http://saussure.irmkant.rm.cnr.it">http://saussure.irmkant.rm.cnr.it</a></p></li>
<li><p>Suau Jiménez, Francisca (2019). How hotel websites may discursively adjust to consumer preferences using online criticism. <em>Ibérica: Revista de la Asociación Europea de Lenguas para Fines Específicos (AELFE)</em>, 38, 203-226.</p></li>
<li><p>Torrijos Caruda, Carmen (2020). Lingüística Computacional y Tecnologías del Lenguaje. <em>Revista de Privacidad y Derecho Digital</em>, 5(19), 25-64.</p></li>
<li><p>Turban, Efraim, Lee, Jae, King, David, y Chung, H. Michael (2000). <em>Electronic Commerce: A Managerial Perspective</em>. Prentice-Hall.</p></li>
<li><p>Urban, Glen L., y Hauser, John R. (2004). 'Listening in' to Find and Explore New Combinations of Customer Needs. <em>Journal of Marketing</em>, 68, 72-87. <a href="https://doi.org/10.1509/jmkg.68.2.72.27793">https://doi.org/10.1509/jmkg.68.2.72.27793</a></p></li>
<li><p>Valente, André (1995). <em>Legal Knowledge Engineering: A Modelling Approach</em>. IOS Press.</p></li>
<li><p>Van Kralingen, Robert W. (1995). <em>Frame-based Conceptual Models of Statute Law</em> [Tesis doctoral]. Leiden University.</p></li>
<li><p>Venesga, Anusha, Jain, Pranjal, y Porwal, Dhruv (2018). Ontology Based Chatbot (For E-commerce Website). <em>International Journal of Computer Applications</em>, 179(14), 51-53. <a href="https://doi.org/10.5120/ijca2018916215">https://doi.org/10.5120/ijca2018916215</a></p></li>
<li><p>Walsh, John, y Godfrey, Sue (2000). The Internet: A New Era in Customer Service. <em>European Management Journal</em>, 18(1), 85-92. <a href="https://doi.org/10.1016/S0263-2373(99)00071-7">https://doi.org/10.1016/S0263-2373(99)00071-7</a></p></li>
<li><p>Winkels, Radboud, Boer, Alexander, Breuker, Joost, y Bosscher, B. (1998). Assessment Based Legal Information Serving and Co-operative Dialogue in CLIME. En <em>Proceedings of the eleventh Jurix conference on Artificial Intelligence and Law</em>.</p></li>
</ul>
</div>
<section id="footnotes" class="footnotes footnotes-end-of-document"
role="doc-endnotes">
<hr />
<ol>
<li id="fn1"><p>The “Consejo Regulador de los vinos de Jerez y
Manzanilla” is an organization that regulates the production and quality
of wines produced in the Jerez region of Spain. See the official website
at: <a
href="https://www.sherry.wine/sherry-region/consejo-regulador">www.sherry.wine/sherry-region/consejo-regulador</a>.<a
href="#fnref1" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
<li id="fn2"><p>A list of the Sherry bloggers’ web pages used is
provided in Appendix 1.<a href="#fnref2" class="footnote-back"
role="doc-backlink">↩︎</a></p></li>
<li id="fn3"><p>A list of the wine bloggers’ web pages used is provided
in Appendix 2.<a href="#fnref3" class="footnote-back"
role="doc-backlink">↩︎</a></p></li>
<li id="fn4"><p>See Appendix 3 for wineries’ website links<a
href="#fnref4" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
</ol>

<h3 id="app1">Appendix 1: Sherry bloggers’ webpages</h3>
<ul>
<p><a href="http://criadera.com">criadera.com</a></p>
<p><a href="http://funkymonkeywine.com">funkymonkeywine.com</a></p>
<p><a href="http://howtodrink.co.uk">howtodrink.co.uk</a></p>
<p><a
href="http://jerez-xeres-sherry.blogspot.com.es">jerez-xeres-sherry.blogspot.com.es</a></p>
<p><a href="http://paladarytomar.com">paladarytomar.com</a></p>
<p><a href="http://ranchodephilo.com">ranchodephilo.com</a></p>
<p><a href="http://richardpantry.com">richardpantry.com</a></p>
<p><a href="http://sherrysips.com">sherrysips.com</a></p>
<p><a
href="http://thevineinspiration.org">thevineinspiration.org</a></p>
<p><a href="http://winefolly.com">winefolly.com</a></p>
<p><a
href="http://www.alexander-jules.com">www.alexander-jules.com</a></p>
<p><a href="http://www.nomspedia.com">www.nomspedia.com</a></p>
<p><a href="http://www.sherrynotes.com">www.sherrynotes.com</a></p>
<p><a
href="http://www.spanishwinelover.com/HOME">www.spanishwinelover.com/HOME</a></p>
<p><a href="http://www.susyatkins.co.uk">www.susyatkins.co.uk</a></p>
<p><a
href="http://www.tanners-wines.co.uk/blog">www.tanners-wines.co.uk/blog</a></p>
<p><a href="http://www.vinistas.com">www.vinistas.com</a></p>
<p><a
href="http://www.wineanorak.com/wineblog">www.wineanorak.com/wineblog</a></p>
<p><a href="http://www.winespectator.com">www.winespectator.com</a></p>
</ul>
<h3 id="app2">Appendix 2: Wine bloggers’ webpages</h3>
<ul>
<p><a
href="http://cambridgewineexcellence.com">cambridgewineexcellence.com</a></p>
<p><a href="http://davidsoninn.com">davidsoninn.com</a></p>
<p><a href="http://eiffelmarkets.com">eiffelmarkets.com</a></p>
<p><a
href="http://enjoyhopewellvalleywines.com">enjoyhopewellvalleywines.com</a></p>
<p><a href="http://fourthwavewine.com.au">fourthwavewine.com.au</a></p>
<p><a href="http://goodclean-wine">goodclean-wine</a></p>
<p><a href="http://guides.wsj.com">guides.wsj.com</a></p>
<p><a href="http://masterandshaken.com">masterandshaken.com</a></p>
<p><a
href="http://rushcutterwinestorage.com.au">rushcutterwinestorage.com.au</a></p>
<p><a href="http://uvaswineclub.com">uvaswineclub.com</a></p>
<p><a href="http://vinepair.com">vinepair.com</a></p>
<p><a href="http://vinsent.wine">vinsent.wine</a></p>
<p><a href="http://wineladybird.com">wineladybird.com</a></p>
<p><a href="http://winespectator.com">winespectator.com</a></p>
<p><a href="http://winexpert.com">winexpert.com</a></p>
<p><a href="http://wine.dummies.com">wine.dummies.com</a></p>
<p><a href="http://www.wines.com">www.wines.com</a></p>
</ul>
<h3 id="app3">Appendix 3: Wineries’ website links</h3>
<ul>
<p>Bodegas Altanza (galería del Jerez): <a
href="https://galeriadeljerez.com/">galeriadeljerez.com/</a></p>
<p>Bodegas Álvaro Domecq: <a
href="http://www.alvarodomecq.com">www.alvarodomecq.com</a></p>
<p>Bodegas Arfe: <a
href="https://bodegasarfe.com/">bodegasarfe.com/</a></p>
<p>Bodegas Argüeso: <a
href="https://bodegasargueso.com/">bodegasargueso.com/</a></p>
<p>Bodegas Barbadillo: <a
href="https://www.barbadillo.com/">www.barbadillo.com/</a></p>
<p>Bodegas Barrero: <a
href="https://bodegasbarrero.com/">bodegasbarrero.com/</a></p>
<p>Bodegas Caballero: <a
href="https://caballero.es/">caballero.es/</a></p>
<p>Bodega (La) Callejuela: <a
href="http://callejuela.es/">callejuela.es/</a></p>
<p>Bodega (La) Cigarrera: <a
href="http://www.bodegaslacigarrera.com/">www.bodegaslacigarrera.com/</a></p>
<p>Bodega Conde Peraleja: <a
href="http://www.gruposaltoalcielo.com">www.gruposaltoalcielo.com</a></p>
<p>Bodega Delgado Zuleta: <a
href="https://delgadozuleta.com/">delgadozuleta.com/</a></p>
<p>Bodega Díez Mérito: <a
href="http://www.diezmerito.com">www.diezmerito.com</a></p>
<p>Bodegas Dios Baco: <a
href="http://www.bodegasdiosbaco.com">www.bodegasdiosbaco.com</a></p>
<p>Bodegas grupo Estévez– Bodegas Real Tesoro &amp; Valdespino: <a
href="http://www.grupoestevez.es">www.grupoestevez.es</a>/</p>
<p>Bodegas Faustino González: <a
href="https://bodegasfaustinogonzalez.com/">bodegasfaustinogonzalez.com/</a></p>
<p>Bodegas Fundador: bodegasfundador.site/</p>
<p>Bodegas Garvey: <a
href="http://www.grupogarvey.com">www.grupogarvey.com</a></p>
<p>Bodegas González Byass: <a
href="http://www.gonzalezbyass.com">www.gonzalezbyass.com</a>/</p>
<p>Bodegas Gutiérrez Colosía: <a
href="http://www.gutierrezcolosia.com/">www.gutierrezcolosia.com/</a></p>
<p>Bodegas Herederos Nicolás Martín: <a
href="http://www.bodegashmartin.com/">www.bodegashmartin.com/</a></p>
<p>Bodegas Hidalgo La Gitana: <a
href="https://bodegashidalgolagitana.com/">bodegashidalgolagitana.com/</a></p>
<p>Bodega (Los) Infantes Orleans Borbón: <a
href="https://bodegaorleansborbon.es/">bodegaorleansborbon.es/</a></p>
<p>Bodegas Luis Pérez: <a
href="https://bodegasluisperez.com/">bodegasluisperez.com/</a></p>
<p>Bodegas Lustau: <a href="http://www.lustau.es">www.lustau.es</a></p>
<p>Bodegas (El) Maestro Sierra: <a
href="http://www.maestrosierra.com/home/">www.maestrosierra.com/home/</a></p>
<p>Bodegas Osborne “De Mora”: <a
href="https://www.osborne.es/">www.osborne.es/</a></p>
<p>Bodegas Tradición: <a
href="https://bodegastradicion.es/en/home-ingles/">bodegastradicion.es/en/home-ingles/</a></p>
<p>Bodegas William &amp; Humbert: <a
href="http://www.williams-humbert.com">www.williams-humbert.com</a></p>
</ul>
</section>
</body>
</html>
