Classifying Inconsistencies in Dbpedia Language Specific Chapters

Total Page:16

File Type:pdf, Size:1020Kb

Classifying Inconsistencies in Dbpedia Language Specific Chapters Classifying Inconsistencies in DBpedia Language Specific Chapters Elena Cabrio, Serena Villata, Fabien Gandon INRIA 2004 Route des Lucioles BP93, 06902 Sophia Antipolis, France fi[email protected] Abstract This paper proposes a methodology to identify and classify the semantic relations holding among the possible different answers obtained for a certain query on DBpedia language specific chapters. The goal is to reconcile information provided by language specific DBpedia chapters to obtain a consistent results set. Starting from the identified semantic relations between two pieces of information, we further classify them as positive or negative, and we exploit bipolar abstract argumentation to represent the result set as a unique graph, where using argumentation semantics we are able to detect the (possible multiple) consistent sets of elements of the query result. We experimented with the proposed methodology over a sample of triples extracted from 10 DBpedia ontology properties. We define the LingRel ontology to represent how the extracted information from different chapters is related to each other, and we map the properties of the LingRel ontology to the properties of the SIOC-Argumentation ontology to built argumentation graphs. The result is a pilot resource that can be profitably used both to train and to evaluate NLP applications querying linked data in detecting the semantic relations among the extracted values, in order to output consistent information sets. Keywords: DBpedia language specific chapters, inconsistencies detection, bipolar argumentation 1. Introduction France), and ii) the combination of these query results may The Web is an information space which is evolving from lead to inconsistent information sets about the same topic. sharing textual documents to publishing structured data. In To better understand the problem, let us consider for in- particular, the Linked Data initiative aims at fostering the stance a question answering system that takes as input NL publication and interlinking of data on the Web, giving birth questions and queries two (or more) language specific chap- 4 to the so called Web of Data, a dataspace where structured ters of DBpedia for answer retrieval (e.g. QAKiS (Cabrio data are interlinked with each other. The best known ex- et al., 2013a)). Ideally, we would expect that each DBpedia ample of Linked Data is DBpedia (Bizer et al., 2009), a endpoint returns its own answer and all these answers are structured information dataset extracted from Wikipedia. identical. However, this is not always the case, and three The advantage brought by the availability of such informa- possible situations arise, illustrated in Figure 1 (Cojan et tion in a structured format (usually expressed in RDF1) is al., 2013): i) the same result is provided from both chapters that in this way sophisticated queries can be raised against (i.e., both datasets contain the same value for the same rela- Wikipedia data to extract further information (e.g., us- tion), ii) two different results are provided (i.e., the datasets ing the SPARQL query language2), and new links to dif- contain different values for the same relation), iii) the re- ferent datasets on the Web may be exploited. DBpedia sult is provided from one chapter only (only one dataset presents several language specific chapters3 extracted from provides the value for the queried relation). Considering the language specific Wikipedia chapters, where informa- the two DBpedia biggest chapters, i.e. English and French tion is presented in a structured format. DBpedia chap- ones, on the total of all the properties used in the two chap- ters, well connected through Wikipedia instance interlink- ters, 11.4% of the properties have the same value in the two ing, can contain different information from one language to chapters (∼343,000), 5.8% have different values in the two another. In particular, language specific chapters can pro- chapters (∼175,000), 67.3% have a value only in the En- vide i) more details about certain topics, ii) fill informa- glish chapter (∼2,022,500), and 15.5% has a value only in tion gaps (provide information missed in the other DBpedia the French chapter (∼460,500). If the results are the same, chapters), or iii) conceptualize certain relations according the answer to be returned to the user is precisely this result to a specific cultural viewpoint (Rinser et al., 2012). If on set, but if the results are different then a specific manage- the one side relying on information contained in language ment of the query result has to be done before returning the specific DBpedia chapters in Natural Language Processing answer to the user. (NLP) interfaces and applications (e.g., NL question an- While several initiatives are proposed to push DBpedia con- swering systems over Linked Data) would bring promising tributors into extending the property mapping to DBpedia improvements on systems coverage, on the other side they common ontology, in this paper we focus on case (ii), and face the following problems: i) different results can be ob- we address the following research question: tained for the same query (e.g., English and French DBpe- • How to detect the inconsistencies arising from merg- dia chapters provide a different date of birth of Louis IX of ing information from DBpedia language specific chap- ters? 1http://www.w3.org/RDF/ 2http://www.w3.org/TR/rdf-sparql-query/ In particular, the research question breaks down into the 3http://wiki.dbpedia.org/ Internationalization/Chapters 4http://qakis.org/qakis2/ 1443 Figure 1: Possible outcomes of the values comparison among DBpedia language specific chapters. following sub-questions: 2. Inconsistencies classification The first step of our approach consists in identifying which 1. Which kind of semantic relations can be established kind of semantic relation holds among the different values to reconcile information provided by language specific obtained by querying a set of language specific DBpedia DBpedia chapters to obtain a consistent results set? chapters with a certain query. More precisely, we want 2. How to compute in an automated way consistent re- to detect the linguistic phenomena holding among the in- sults sets starting from the identified relations? consistent values obtained querying two DBpedia language specific chapters at a time, given a certain subject and a To answer the research questions, we propose a data-driven certain ontological property. approach to identify and classify the semantic relations In the following, we propose our classification of the lin- holding among the possible different answers obtained for guistic phenomena we detected, defined referring to widely a certain query on DBpedia language specific chapters. We accepted linguistic categories in the literature. We identify consider 17 DBpedia ontology properties, and we collect the following positive relations between values (mainly dis- the data from the different multilingual chapters of DBpe- course and lexical semantics relations): dia concerning such properties. We further identify which kind of relations hold between the query results items. In a) identity, i.e. same value but in different languages order to provide a machine-readable version of our dataset, (missing SameAs link in DBpedia) we introduce the LingRel ontology, a lightweight vocabu- E.g., Dairy product vs Produits laitiers lary composed of properties only, where the relations we (property: product); Yevgeny Kaspersky vs identified are formally represented. Eugene Kaspersky (property: owner) Starting from the identified semantic relations between two b) acronym, i.e. initial components in a phrase or a word posi- pieces of information, we further classify them as E.g., PSDB vs Partito della Social Demo- tive negative or , and we exploit bipolar abstract argumen- crazia Brasiliana (property: leaderParty); tation (Dung, 1995; Cayrol and Lagasquie-Schiex, 2011) RFID vs Radio-frequency identification to represent the result set as a unique graph, such that ar- (property: product) gumentation semantics can be adopted to detect the (pos- sible multiple) consistent sets of elements of the query re- c) disambiguated entity, i.e. one value contains in the sult. Only this consistent set of information items has to be name the class to which the entity belongs returned to the user. Again, in order to provide such argu- E.g., Michael Lewis (Author) vs Michael mentation graphs in a machine-readable format, we adopt Lewis (property: author); David Williams (oil the extended SIOC Argumentation vocabulary5 proposed baron) vs David Williams (property: fundedBy) by Cabrio et al. (2013c) where two kinds of relations among the nodes of the graph hold, i.e., a support relation and an d) identity:stage name, i.e. pen/stage names pointing to attack relation. the same entity The remainder of the paper is as follows. We first present E.g., Lemony Snicket vs Daniel Handler (prop- our classification of the relations holding between the val- erty: author); The Wachowskis vs Andy et ues we retrieved from the results set over different lan- Larry Wachowski (property: director) guage specific DBpedia chapters (Section 2.), and second e) coreference, i.e. an expression referring to another we adopt argumentation theory to detect the inconsisten- expression describing the same thing (in particular, cies arising in the results set of the query (Section 3.). The non normalized expressions) feasibility study of our data-driven approach is detailed in E.g., William Burroughs vs William S. Section 4. Section 5. compares the proposed approach with Burroughs (property: author); Arup vs Arup other approaches adopting argumentation theory for on- Associates (property: architect) tologies alignment and communities management. Finally, some conclusions are drawn. f) renaming, i.e. reformulation of the same entity name in time 5http://bit.ly/SIOC-Argumentation E.g., Charleville (Ardennes), old name of 1444 Charleville-Mezi´ eres` (property: birthPlace); An AF encodes, through the conflict (i.e., attack) relation, Edo, old name of Tokyo (property: birthPlace) the existing conflicts within a set of arguments.
Recommended publications
  • FHISO CFPS 21: Proposal for Handling Personal Names
    CFPS 21 (Call for Papers Submission number 21) Proposal for Handling Personal Names Submitted by: Proctor, Tony Type: Technical proposal Created: 2013-03-19 Last updated: 2013-04-20 URL: Most recent version: http://fhiso.org/files/cfp/cfps21.pdf This version: http://fhiso.org/files/cfp/cfps21_v1-1.pdf Description: Proposal for Handling Personal Names Keywords: Personal-names, Culture-neutral Family History Information Standards Organisation, Inc. http://fhiso.org/ Contents 1. Abstract ........................................................................................................................................... 3 2. Proposal ........................................................................................................................................... 3 2.1 Name Structure ......................................................................................................................... 3 2.2 Time Dependency ..................................................................................................................... 3 2.3 Name Types .............................................................................................................................. 4 2.4 Name Matching ........................................................................................................................ 4 2.5 Sorting and Collation ................................................................................................................ 4 3. Not Covered or Not Required .......................................................................................................
    [Show full text]
  • A RADAR for Information Reconciliation in Question Answering Systems Over Linked Data 1
    Undefined 1 (2009) 1–5 1 IOS Press A RADAR for Information Reconciliation in Question Answering Systems over Linked Data 1 Editor(s): Name Surname, University, Country Solicited review(s): Name Surname, University, Country Open review(s): Name Surname, University, Country a, b c Elena Cabrio ⇤, Serena Villata and Alessio Palmero Aprosio a University of Nice Sophia Antipolis, 2000 Route des Lucioles BP93 06902, Sophia Antipolis - France E-mail: [email protected] b CNRS - I3S laboratory, 2000 Route des Lucioles BP93 06902, Sophia Antipolis - France E-mail: [email protected] c Fondazione Bruno Kessler, Via Sommarive, 18, 38123 Povo (TN) - Italy E-mail: [email protected] Abstract. In the latest years, more and more structured data is published on the Web and the need to support typical Web users to access this body of information has become of crucial importance. Question Answering systems over Linked Data try to address this need by allowing users to query Linked Data using natural language. These systems may query at the same time different heterogenous interlinked datasets, that may provide different results for the same query. The obtained results can be related by a wide range of heterogenous relations, e.g., one can be the specification of the other, an acronym of the other, etc. In other cases, such results can contain an inconsistent set of information about the same topic. A well known example of such heterogenous interlinked datasets are language-specific DBpedia chapters, where the same information may be reported in different languages. Given the growing importance of multilingualism in the Semantic Web community, and in Question Answering over Linked Data in particular, we choose to apply information reconciliation to this scenario.
    [Show full text]
  • Les Paul the Search for the New Sound Biography Written By
    Les Paul The Search for the New Sound Biography written by: Becky Marburger Educational Producer Wisconsin Media Lab Glossary abolish (v): . to end or do away with aspiring (adj): . hoping for or working toward a goal Great Depression (n): . a time period from 1929 through the 1930s when it was hard for people around the world to fi nd a job or Table of Contents earn money harmonica (n): . a musical instrument; sound is made when the player inhales or exhales Introduction . 2 into it, vibrating the reeds inside Early Life . 3 immigrant (n): . a person who comes to live in a new country and stays there Instruments and Experiments . 4 legacy (n): . anything handed down from the past to future generations Hitting the Road . .6 multitrack recorder (n): . a machine that enables a musician Growing Career . 8 to record different single tracks and Conclusion . 10 combine them into one recording player piano (n): . a self-playing piano that makes music Glossary . 12 by reading the holes punched in a spinning paper roll rhubarb (n): . a plant with a thick pink or red stem and large green leaves separate (v): . to stop being a couple or husband and wife stage name (n): . a name performers use that is not their legal name 12 Introduction Les Paul’s mother often told him, “It’s your life. It’s up to you.” She wanted her son to go for his dreams. Les was a musician and an inventor. He dreamed of creating a new sound. Musicians today still use Les’s inventions and music.
    [Show full text]
  • Indigenous Music Awards Presented by Casinos of Winnipeg Announce Performers for May 17 Award Show
    FOR IMMEDIATE RELEASE May 7, 2019 Indigenous Music Awards presented by Casinos of Winnipeg announce performers for May 17 award show Treaty One Territory _ The Indigenous Music Awards presented by the Casinos of Winnipeg is proud to announce this year’s performers. “This year we have performances from someone who is nominated as Best New Artist to someone who is in his 30th year in the music industry,” said Lisa Meeches, executive director for the Manito Ahbee Festival. “Each of these performers brings something special to the stage and we are excited to share the variety of musical genres with the audience,” said Jacquie Black, manager of the Indigenous Music Awards. Performers for this year’s show at the Club Regent Casino on May 17 include: Don Amero, Laura Grizzlypaws, Angela Amarualik, HellnBack, Celeigh Cardinal, and Midnight Shine. Hometown favourite and all-around nice guy Don Amero is nominated for two awards – Best Music Video for “Church” and Best Country Album for Evolution. “Performing on the IMA stage is a bit of a full circle moment for me. When it was the APCMAs (Aboriginal People’s Choice Music Awards) that’s kind of where I got my start in the business. It’s a true honour to be getting back up there and sharing the stage with some of today’s Indigenous music stars,” said Amero. Laura Grizzlypaws hails from Lillooet, B.C. Her St’át’imc name is Stálhalamcen which means Grizzly Paws. She is nominated for Best Inuit, Indigenous Language, or Francophone Album for We are Children of the Land; and Best Hand Drum Album for Come Home.
    [Show full text]
  • Do You Know Bruce Was Known by Many Names?
    Newspapers In Education and the Wing Luke Museum of the Asian Pacific American Experience present ARTICLE 2 DO YOU KNOW BRUCE WAS KNOWN BY MANY NAMES? “The key to immortality is living a life worth remembering.”—Bruce Lee To have one English name and one name in your family’s mother tongue is common Bruce began teaching and started for second and third generation Asian Americans. Bruce Lee had two names as well as his first school here in Seattle, on a number of nicknames he earned throughout his life. His Chinese name was given to Weller Street, and then moved it to him by his parents at birth, while it is said that a nurse at the hospital in San Francisco its more prominent location in the where he was born gave him his English name. While the world knows him primarily University District. From Seattle as Bruce Lee, he was born Lee Jun Fan on November 27, 1940. he went on to open schools in Oakland and Los Angeles, earning Bruce Lee’s mother gave birth to him in the Year of the Dragon during the Hour of the him the respectful title of “Sifu” by Dragon. His Chinese given name reflected her hope that Bruce would return to and be his many students which included Young Bruce Lee successful in the United States one day. The name “Lee Jun Fan” not only embodied the likes of Steve McQueen, James TM & (C) Bruce Lee Enterprises, LLC. All Rights Reserved. his parents’ hopes and dreams for their son, but also for a prosperous China in the Coburn, Kareem Abdul Jabbar, www.brucelee.com modern world.
    [Show full text]
  • Volume VIII, No. 2 28 February 2007
    Volume VIII, No. 2 28 February 2007 ISSN 1555-774X. Copyright © 2007, PolishRoots®, Inc. Editor: William F. “Fred” Hoffman, E-mail: <[email protected]> *************************************** CONTENTS Welcome More Than One Surname Letters to the Editor Mazowsze Troupe on PBS Poznań Project Update Nobility vs. Gentry New Book on Ukrainian Genealogy Post-Immigration Name Changes 1852 New Year’s Resolutions Solve Genealogical Mysteries Polish Trivia Questions Upcoming Events More Useful Web Addresses You May Reprint Articles... *************************************** *** WELCOME! *** to the latest issue of Gen Dobry!, the e-zine of PolishRoots®. If you missed previous issues, you can find them here: http://www.polishroots.org/gendobry/gendobry_index.htm If you’d like Gen Dobry! in PDF form, this issue is available for downloading here: Gen Dobry!, Vol. VIII, No. 2, February 2007— 1 http://www.polishroots.org/gendobry/PDF/GenDobry_VIII_2.pdf *************************************** *** MORE THAN ONE SURNAME *** by Fred Hoffman<[email protected]> Recently there has been a very interesting discussion on the Galicia_Poland-Ukraine list, one I thought I might write about because the subject comes up often: why the same person may be listed in records with two different surnames. At practically every genealogical conference where I’ve spoken, a researcher has come up with photocopies of records and asked why the same person shows up under one name in this one, another in that one. So I know the subject interests and baffles people. The discussion started when a member named Erika posted this note: > Wonder if anyone one might be able to shed some light on this... > I recently have access to a transcription of birth and marriage > records from Okno (these are typed out from the films, not photo- > copies), and I have traced back some of my Namakas..
    [Show full text]
  • Party Name Side Note
    ISB Publication Doc Ref: ISB-000075 Party Name Side Note Version: 2.0 Issue Date: 26/04/2016 Document Version History Modified Version Status Issue Date by Description 1.0 Approved: 06/05/2014 ISB Guidance note for Party Recommended Name documentation 2.0 Approved: 26/04/2016 TSS Updated to align with model Recommended changes © Crown copyright 2016 Party Name Side Note Contents 1 Introduction ________________________________________________ 4 1.1 Purpose ______________________________________________________ 4 1.2 Scope ________________________________________________________ 5 1.3 Business Data Architecture (BDA) Model Version ______________________ 5 2 Design Concept _____________________________________________ 6 2.1 Business Requirements __________________________________________ 6 2.1.1 (Party of type) Person ________________________________________________ 6 2.1.2 (Party of type) Organisation ___________________________________________ 7 2.1.3 Common (to both person and organisation types of Party) ___________________ 7 2.2 Entity Definition Models __________________________________________ 8 2.3 Attribute Models ________________________________________________ 9 3 How the Structure resolves the Business Requirements __________ 10 3.1 Multiple names ________________________________________________ 10 3.2 Re-usable name bank __________________________________________ 11 3.3 Parsing a name _______________________________________________ 12 3.4 Name components ordering ______________________________________ 13 3.5 Single design for
    [Show full text]
  • Nameauth — Name Authority Mechanism for Consistency in Text and Index∗
    nameauth — Name authority mechanism for consistency in text and index∗ Charles P. Schaum† Released 2021/02/27 Abstract The nameauth package automates the correct formatting and indexing of names for professional writing. This aids the use of a name authority and the editing process without needing to retype name references. Contents 1 Quick Start2 2.7.2 Advanced Features.. 54 1.1 Introduction..........2 2.8 Name Decisions........ 57 1.2 How to Use the Manual...3 2.8.1 Making Decisions... 58 1.3 Task Dashboard.......4 2.8.2 Testing Decisions... 61 1.4 Basic Name Concepts....5 2.9 Alternate Name Macros... 64 1.5 Basic Interface........6 2.10 Longer Examples....... 67 1.6 Quick Interface........9 2.10.1 Hooks: Intro..... 67 1.7 Macro Overview....... 12 2.10.2 Hooks: Life Dates.. 68 1.8 Various Hints......... 13 2.10.3 Hooks: Advanced... 69 2.10.4 Customization.... 77 2 Detailed Usage 17 2.11 Technical Notes........ 79 2.1 Package Options....... 17 2.11.1 General........ 79 2.2 Naming Macros........ 21 2.11.2 Package Warnings.. 80 2.2.1 \Name and \Name* .. 21 2.11.3 Debugging/Errors.. 81 2.2.2 Forenames: \FName .. 22 2.11.4 Obsolete Syntax... 84 2.2.3 Variant Names.... 23 2.11.5 Name Patterns.... 85 2.3 Language Topics....... 25 2.11.6 Active Unicode.... 86 2.3.1 Affixes......... 25 2.11.7 LATEX Engines.... 88 2.3.2 Listing by Surname. 26 2.3.3 Eastern Names.... 26 3 Implementation 91 2.3.4 Particles.......
    [Show full text]
  • Urban Anxieties in Twentieth Century British and American Poetics
    The Problem of the City: Urban Anxieties in Twentieth Century British and American Poetics David R Miller PhD 2013 1 The Problem of the City: Urban Anxieties in Twentieth Century British and American Poetics David Richard Miller A Thesis submitted in partial fulfillment of the requirements of the Manchester Metropolitan University for the degree of Doctor of Philosophy Department of English Manchester Metropolitan University 2013 2 For Youngjoo Choi (최영주) ‘The she-theorist knew something more crimson than place’ (Robertson Occasional Work 238) 3 ‘Let there be Genevan Convention on city and law and what might be proper de- ployment of violence within the state’ (Griffiths Nomad Sense 73) 4 Contents 1. Preface (p. 6) 2. Abstract (p. 8) 3. <Introduction> The Problem of the City (p. 11) 4. <Chapter One> Poetry, Polis and Necropolis (p. 37) Poetry, Polis and Necropolis (p. 39) Cities of Prose: Romantic and Modernist Cities (p. 44) 5. <Chapter Two> Root City: Charles Olson’s polis (p. 77) ‘Democratic Vista(s)’?: Howe, Whitman and Williams (p. 85) Polis-tician: Charles Olson’s Polis (p. 134) 6. <Chapter Three> City of Traces: Roy Fisher, Iain Sinclair and Allen Fisher (p. 163) City of Traces: Roy Fisher (p. 168) Olsonian Allegiances: Iain Sinclair (p. 176) Decoherence: Allen Fisher (p. 197) 7. <Chapter Four> Delusional City: Lisa Robertson’s Vancouver (p. 227) 8. <Conclusion> City of Panic (p. 266) 9. <Appendix> Cities of WARR: Francis Crot (p. 274) 10. Works Cited (p. 293) 5 Preface This germ of this thesis began with an inexplicably well-placed copy of Burton Hatlen’s George Oppen: Man and Poet (1981) obtained from the Kenneth Green library at the MMU up to ten years ago.
    [Show full text]
  • Rhythms and Rhymes of Life: Music and Identification Processes of Dutch-Moroccan Youth Gazzah, Miriam
    www.ssoar.info Rhythms and rhymes of life: music and identification processes of Dutch-Moroccan youth Gazzah, Miriam Veröffentlichungsversion / Published Version Monographie / phd thesis Zur Verfügung gestellt in Kooperation mit / provided in cooperation with: OAPEN (Open Access Publishing in European Networks) Empfohlene Zitierung / Suggested Citation: Gazzah, M. (2008). Rhythms and rhymes of life: music and identification processes of Dutch-Moroccan youth. (ISIM Dissertations). Amsterdam: Amsterdam Univ. Press. https://nbn-resolving.org/urn:nbn:de:0168-ssoar-271792 Nutzungsbedingungen: Terms of use: Dieser Text wird unter einer CC BY-NC-ND Lizenz This document is made available under a CC BY-NC-ND Licence (Namensnennung-Nicht-kommerziell-Keine Bearbeitung) zur (Attribution-Non Comercial-NoDerivatives). For more Information Verfügung gestellt. Nähere Auskünfte zu den CC-Lizenzen finden see: Sie hier: https://creativecommons.org/licenses/by-nc-nd/4.0 https://creativecommons.org/licenses/by-nc-nd/4.0/deed.de RHYTHMSRHYMES AND RHYTHMS AND RHYMES OF LIFE Rhythms and Rhymes of Life: Music and Identification Processes of Dutch- Moroccan Youth is a comprehensive anthropological study of the social significance of music among Dutch-Moroccan youth. In the Netherlands, a Dutch-Moroccan music scene has emerged, including events and websites. Dutch-Moroccan youth are often pioneers in the Dutch hip- OF hop scene, using music as a tool to identify with or distance themselves from others. They (re)present and position themselves in society through LIFE music and musical activities. The chapters deal with the development of the Dutch-Moroccan music scene, the construction of Dutch-Moroccan identity, the impact of Islam on female artists and the way Dutch- Moroccan rappers react to stereotypes about Moroccans.
    [Show full text]
  • Naming Names
    NAMING NAMES A DISCUSSION ABOUT DATA-ENTRY FIELD LABELS FOR PERSONAL NAME COMPONENTS It is an unfortunate fact that most data-entry forms on the Internet fail to take advantage of the dynamic medium, so that a single form layout is used regardless of the place of residence or cultural background of the person filling in the form. Equally unfortunate is that the fixed form that most data entry forms have has been defined by the cultural norms of the society in which the form or site were set up. The same can be said of field labels, and this document discusses labels used for personal name components in English. PREFIX, FIRST NAME, FORENAME, MIDDLE NAME, LAST NAME, SUFFIX Look for an English-language definition of given name, surname or family name, and you will often be told that a given name is synonymous with first name whilst surname or family name are synonymous with each other and with last name. Any definition which indicates a relative positioning of a name component, such as prefix, first name, last name or suffix is culturally defined. It reflects the predominant name ordering in Anglo-Saxon societies such as the USA and the UK, and fails to take into account different naming patterns across the world. A majority of the world’s population order their names differently, putting, for example, the surname/family name before the given name(s). This being the case, field labels such as prefix, first name, last name or suffix must never be used on a data- entry form being used by an international audience.
    [Show full text]
  • Personal Name Policy: from Theory to Practice
    Dysertacje Wydziału Neofilologii UAM w Poznaniu 4 Justyna B. Walkowiak Personal Name Policy: From Theory to Practice Wydział Neofilologii UAM w Poznaniu Poznań 2016 Personal Name Policy: From Theory to Practice Dysertacje Wydziału Neofilologii UAM w Poznaniu 4 Justyna B. Walkowiak Personal Name Policy: From Theory to Practice Wydział Neofilologii UAM w Poznaniu Poznań 2016 Projekt okładki: Justyna B. Walkowiak Fotografia na okładce: © http://www.epaveldas.lt Recenzja: dr hab. Witold Maciejewski, prof. Uniwersytetu Humanistycznospołecznego SWPS Copyright by: Justyna B. Walkowiak Wydanie I, Poznań 2016 ISBN 978-83-946017-2-0 *DOI: 10.14746/9788394601720* Wydanie: Wydział Neofilologii UAM w Poznaniu al. Niepodległości 4, 61-874 Poznań e-mail: [email protected] www.wn.amu.edu.pl Table of Contents Preface ............................................................................................................ 9 0. Introduction .............................................................................................. 13 0.1. What this book is about ..................................................................... 13 0.1.1. Policies do not equal law ............................................................ 14 0.1.2. Policies are conscious ................................................................. 16 0.1.3. Policies and society ..................................................................... 17 0.2. Language policy vs. name policy ...................................................... 19 0.2.1. Status planning ...........................................................................
    [Show full text]