A Semantic Wiki Application Using Semantic Mediawiki

Total Page:16

File Type:pdf, Size:1020Kb

A Semantic Wiki Application Using Semantic Mediawiki TDT4215 Web-intelligence Project Report A semantic wiki application using Semantic MediaWiki Group 12 Hedda Nonstad Jakob Hovland Sigurd Sandve Jørgen Grimnes March 2015 Abstract This report will describe the design process of a Semantic MediaWiki application. We will start by establishing a theme for the wiki and then move on to how we implemented the semantic wiki as a web application. The wiki will rely heavily on aggregated content from Freebase and DBPedia and maintain a clear semantic annotation by using common ontologies such as the Friend of a Friend and the rdfs ontology. Preface TDT4215 - Web Intelligence is one of the available courses for specialization within data and information management. The purpose of this course is to give the students an understanding of the web-based information systems and how advanced technologies can be used to access it or explore the knowledge. The team, consisting of four students from the Department of Computer and Information Science at the Norwegian University of Science and Technology(NTNU). Our task was to make a wiki based on the semantic web, RDF, SPARQL, ontologies(OWL), searching and querying content, and categorizing content. I Contents 3.4 Collect character information from DBPedia. .5 3.5 Retrieving a description of the 1 Introduction 1 Rings of Power from Freebase. .5 1.1 Problem Description . .1 4.1 Content aggregation using DB- 1.1.1 Wiki Theme . .1 Pedia. .6 1.1.2 Motivation . .1 2 Preliminary studies 1 List of Tables 2.1 Desired Solution . .1 2.2 Existing wikis . .1 3.1 Links to the structure of the Wiki.4 2.3 Technical limitations . .2 2.4 Tools and technologies . .2 2.4.1 Semantic MediaWiki . .2 2.4.2 Semantic Bundle . .2 2.4.3 Theory from the curricu- lum . .2 3 The wiki architecture 2 3.1 The ontology . .2 3.2 Classes and properties . .2 3.3 Structure of the web application3 3.4 Formatting a query . .3 3.4.1 Advanced query 1: Gathering character information . .4 3.4.2 Advanced query 2: Get a description of the Rings of Power . .4 3.5 The public domain . .5 3.5.1 Wiki users . .5 3.5.2 Introduced risks . .5 4 Implementation 5 4.1 Forms . .5 4.1.1 Content aggregation . .5 4.2 Problems and challenges . .6 5 Conclusion 6 5.1 Final conclusion . .6 5.2 Future work . .7 5.3 Evaluation of the project . .7 List of Figures 3.1 Our ontology . .3 3.2 Query for the Hobbit friends of Gandalf . .3 3.3 List the bearers of The One Ring.3 II 1 Introduction movie series based on The Hobbit has also been seen by all the group members. A few group 1.1 Problem Description members have also read The Silmarillion. Be- cause of the popularity of the series, we knew We were tasked to create a wiki with a theme there would be a lot of information available on of our own choice. The wiki was required be ac- our subject. cessible to the public. We were encouraged to use an open source wiki engine such as Seman- We decided that the wiki should be based tic MediaWiki [3] which is hosted free of charge upon the characters related to the Rings of at referata.com. The produced wiki should at Power. There are a lot of other wikis with infor- least fulfill the following parameters: mation on the J.R.R. Tolkien world, so we de- cided to make a wiki with a very specific theme • The wiki should be capable of displaying ex- rather than making a poor copy of the already ternal data. This data could be available established wikis. through eg: SPARQL endpoints. • The wiki should use at least one external 2 Preliminary studies ontology to annotate the content, such as the Friend of a Friend ontology (FOAF). 2.1 Desired Solution The theme of our wiki is based on Tolkien's • The wiki should be structured in a manner work and will contain information on the char- that encourages semantic search and must acters whom are related to the Rings of Power. offer at least two different ways of search- An idealistic solution will contain enough infor- ing and browsing the data. mation to the extent that the user won't need to look any further. The wiki could reach this 1.1.1 Wiki Theme. During the initial dis- goal by collecting information from other wikis cussions regarding the theme of our wiki, we and aggregate its stored knowledge by queries considered to create a semantic application to external resources. In order to construct a about movies. Unfortunately, once we began solution of this magnitude we will depend on working on the project we discovered that the using existing function calls and great docu- movie domain was too large and complex to mentation of the inner workings of the Semantic model in the limited time frame of our project. MediaWiki application. In order to narrow the scope of our project, we had to reconsider our chosen domain. After 2.2 Existing wikis some discussion we decided to create a seman- Tolkien Gateway[2] is probably the biggest tic wiki about characters from Middle-earth, wiki with the theme around J.R.R Tolkien and a fictional universe created by J.R.R. Tolkien. his world of Middle earth. It is an fan driven Middle-earth contains a wide range of magi- wiki, so every user and all fans can edit and cal creatures, such as hobbits, elves, nazguls share their wisdom. Users are editing the pages and orcs, and legendary items like the Rings daily and since their launch in 2005, they now of Power. We have defined the wiki's tagline have has over 11 000 articles and 42 000 pages. as \Characters from Middle-earth that are con- To best present their information they are ref- nected to the Rings of Power". erencing every part of their wiki to the pages of Tolkien's work. The Tolkien Gateway is cre- 1.1.2 Motivation. The Lord of the Rings ated with MediaWiki, but it does not imple- and The Hobbit are enormously popular books ment the Semantic MediaWiki extension. This and movie series. All of the members in the implies that we can't issue semantic queries to group have seen the The Lord of the Rings the Tolkien Gateway and that the wiki don't movies several times and some of the mem- facilitate data collection. bers have also read the books. The newly made The One wiki to Rule them all[1] is similar to 1 the Tolkien Gateway wiki, but it is smaller in the wiki uses the Friend-of-a-Friend (FOAF) size. It provides fans with a community based ontology to annotate its entities. FOAF is a on a shared interest and have a lot of the same small ontology for describing people and their features as the Tolkien Gateway. relationships. Specifically, the wiki uses the Agent, Person and Group classes; and the 2.3 Technical limitations Name, Age, Gender, Knows and Member prop- The project description recommended us to erties from FOAF. The Person class is one use Referata as the platform to distribute our of the core classes in FOAF. In the wiki it is wiki. The main problem with Referata was used as a base class for the race classes; Man, the lack of support for SPARQL queries. We Elf, Dwarf, Hobbit and Maia. The race classes needed therefore to migrate the wiki from are used to describe characters of the differ- Referata to folk.ntnu.no, in order to accom- ent races. All the race classes have the same modate the requirements of this project assign- properties; Name, Age, Gender, Knows, and Is ment. Ring Bearer. Although the race classes should be disjoint, Semantic MediaWiki does not al- 2.4 Tools and technologies low us to define the classes in such a way. The This section gives presents the open source Group class is another core class in the FOAF tools we have used during the implementation ontology. In the wiki it used to define groups of the wiki. of Agents and is itself a subclass of Agent. The Group class has two properties: Name and 2.4.1 Semantic MediaWiki. The Semantic Members. MediaWiki is an extension to the popular open The ontology presented graphically in Fig- source project MediaWiki which enriches the ure 3.1. wiki application with the power of semantic no- tation. The Semantic MediaWiki also facili- 3.2 Classes and properties tates dynamic representation of information by In the following section we will describe the running queries on the structured data. classes and properties in our ontology. The de- cision for choosing them is to best fit the wiki to 2.4.2 Semantic Bundle. The Semantic our theme. The properties of the race classes Bundle is a pre-packaged bundle of common Hobbit, Elf, Dwarf, Man and Maia are listed tools and extensions that plays nicely with below: Semantic MediaWiki and provides \essential" functionality such as SPARQL support, along • foaf:name: The name of the character. with other useful tools such as Semantic • foaf:age: The age of the character at the Drilldown. time of Boromir's death. 2.4.3 Theory from the curriculum. We • foaf:gender: The gender of the character. will have to rely on our theoretic background The allowed values are Male and Female. from the lectures in order to construct the re- quired SPARQL queries for content aggregation • foaf:knows: The characters that are known and we will rely heavily on the basic under- by this character.
Recommended publications
  • Basic Querying with SPARQL
    Basic Querying with SPARQL Andrew Weidner Metadata Services Coordinator SPARQL SPARQL SPARQL SPARQL SPARQL Protocol SPARQL SPARQL Protocol And SPARQL SPARQL Protocol And RDF SPARQL SPARQL Protocol And RDF Query SPARQL SPARQL Protocol And RDF Query Language SPARQL SPARQL Protocol And RDF Query Language SPARQL Query SPARQL Query Update SPARQL Query Update - Insert triples SPARQL Query Update - Insert triples - Delete triples SPARQL Query Update - Insert triples - Delete triples - Create graphs SPARQL Query Update - Insert triples - Delete triples - Create graphs - Drop graphs Query RDF Triples Query RDF Triples Triple Store Query RDF Triples Triple Store Data Dump Query RDF Triples Triple Store Data Dump Subject – Predicate – Object Query Subject – Predicate – Object ?s ?p ?o Query Dog HasName Cocoa Subject – Predicate – Object ?s ?p ?o Query Cocoa HasPhoto ------- Subject – Predicate – Object ?s ?p ?o Query HasURL http://bit.ly/1GYVyIX Subject – Predicate – Object ?s ?p ?o Query ?s ?p ?o Query SELECT ?s ?p ?o Query SELECT * ?s ?p ?o Query SELECT * WHERE ?s ?p ?o Query SELECT * WHERE { ?s ?p ?o } Query select * WhErE { ?spiderman ?plays ?oboe } http://deathbattle.wikia.com/wiki/Spider-Man http://www.mmimports.com/wp-content/uploads/2014/04/used-oboe.jpg Query SELECT * WHERE { ?s ?p ?o } Query SELECT * WHERE { ?s ?p ?o } Query SELECT * WHERE { ?s ?p ?o } Query SELECT * WHERE { ?s ?p ?o } LIMIT 10 SELECT * WHERE { ?s ?p ?o } LIMIT 10 http://dbpedia.org/snorql SELECT * WHERE { ?s ?p ?o } LIMIT 10 http://dbpedia.org/snorql SELECT * WHERE { ?s
    [Show full text]
  • Mapping Spatiotemporal Data to RDF: a SPARQL Endpoint for Brussels
    International Journal of Geo-Information Article Mapping Spatiotemporal Data to RDF: A SPARQL Endpoint for Brussels Alejandro Vaisman 1, * and Kevin Chentout 2 1 Instituto Tecnológico de Buenos Aires, Buenos Aires 1424, Argentina 2 Sopra Banking Software, Avenue de Tevuren 226, B-1150 Brussels, Belgium * Correspondence: [email protected]; Tel.: +54-11-3457-4864 Received: 20 June 2019; Accepted: 7 August 2019; Published: 10 August 2019 Abstract: This paper describes how a platform for publishing and querying linked open data for the Brussels Capital region in Belgium is built. Data are provided as relational tables or XML documents and are mapped into the RDF data model using R2RML, a standard language that allows defining customized mappings from relational databases to RDF datasets. In this work, data are spatiotemporal in nature; therefore, R2RML must be adapted to allow producing spatiotemporal Linked Open Data.Data generated in this way are used to populate a SPARQL endpoint, where queries are submitted and the result can be displayed on a map. This endpoint is implemented using Strabon, a spatiotemporal RDF triple store built by extending the RDF store Sesame. The first part of the paper describes how R2RML is adapted to allow producing spatial RDF data and to support XML data sources. These techniques are then used to map data about cultural events and public transport in Brussels into RDF. Spatial data are stored in the form of stRDF triples, the format required by Strabon. In addition, the endpoint is enriched with external data obtained from the Linked Open Data Cloud, from sites like DBpedia, Geonames, and LinkedGeoData, to provide context for analysis.
    [Show full text]
  • Validating RDF Data Using Shapes
    83 Validating RDF data using Shapes a Jose Emilio Labra Gayo ​ ​ a University​ of Oviedo, Spain Abstract RDF forms the keystone of the Semantic Web as it enables a simple and powerful knowledge representation graph based data model that can also facilitate integration between heterogeneous sources of information. RDF based applications are usually accompanied with SPARQL stores which enable to efficiently manage and query RDF data. In spite of its well known benefits, the adoption of RDF in practice by web programmers is still lacking and SPARQL stores are usually deployed without proper documentation and quality assurance. However, the producers of RDF data usually know the implicit schema of the data they are generating, but they don't do it traditionally. In the last years, two technologies have been developed to describe and validate RDF content using the term shape: Shape Expressions (ShEx) and Shapes Constraint Language (SHACL). We will present a motivation for their appearance and compare them, as well as some applications and tools that have been developed. Keywords RDF, ShEx, SHACL, Validating, Data quality, Semantic web 1. Introduction In the tutorial we will present an overview of both RDF is a flexible knowledge and describe some challenges and future work [4] representation language based of graphs which has been successfully adopted in semantic web 2. Acknowledgements applications. In this tutorial we will describe two languages that have recently been proposed for This work has been partially funded by the RDF validation: Shape Expressions (ShEx) and Spanish Ministry of Economy, Industry and Shapes Constraint Language (SHACL).ShEx was Competitiveness, project: TIN2017-88877-R proposed as a concise and intuitive language for describing RDF data in 2014 [1].
    [Show full text]
  • Semantic Wiki Search
    Semantic Wiki Search Peter Haase1, Daniel Herzig1,, Mark Musen2,andThanhTran1 1 Institute AIFB, Universit¨at Karlsruhe (TH), Germany {pha,dahe,dtr}@aifb.uni-karlsruhe.de 2 Stanford Center for Biomedical Informatics Research (BMIR) Stanford University, USA [email protected] Abstract. Semantic wikis extend wiki platforms with the ability to represent structured information in a machine-processable way. On top of the structured in- formation in the wiki, novel ways to search, browse, and present the wiki content become possible. However, while powerful query languages offer new opportuni- ties for semantic search, the syntax of formal query languages is not adequate for end users. In this work we present an approach to semantic search that combines the expressiveness and capabilities of structured queries with the simplicity of keyword interfaces and faceted search. Users articulate their information need in keywords, which are translated into structured, conjunctive queries. This transla- tion may result in multiple possible interpretations of the information need, which can then be selected and further refined by the user via facets. We have imple- mented this approach to semantic search as an extension to Semantic MediaWiki. The results of a user study in the SMW-based community portal semanticweb.org show the efficiency and effectiveness of the approach as well as its ease of use. 1 Introduction The availability of structured information on the Semantic Web enables new opportu- nities for information access. Search is no longer limited to matching keywords against documents, but instead complex information needs can be expressed in a structured way, with precise and structured answers as results [1,2,3].
    [Show full text]
  • JRR Tolkien's Sub-Creations of Evil
    Volume 36 Number 1 Article 7 10-15-2017 ‘A Warp of Horror’: J.R.R. Tolkien’s Sub-creations of Evil Richard Angelo Bergen University of British Columbia Follow this and additional works at: https://dc.swosu.edu/mythlore Part of the Children's and Young Adult Literature Commons Recommended Citation Bergen, Richard Angelo (2017) "‘A Warp of Horror’: J.R.R. Tolkien’s Sub-creations of Evil," Mythlore: A Journal of J.R.R. Tolkien, C.S. Lewis, Charles Williams, and Mythopoeic Literature: Vol. 36 : No. 1 , Article 7. Available at: https://dc.swosu.edu/mythlore/vol36/iss1/7 This Article is brought to you for free and open access by the Mythopoeic Society at SWOSU Digital Commons. It has been accepted for inclusion in Mythlore: A Journal of J.R.R. Tolkien, C.S. Lewis, Charles Williams, and Mythopoeic Literature by an authorized editor of SWOSU Digital Commons. An ADA compliant document is available upon request. For more information, please contact [email protected]. To join the Mythopoeic Society go to: http://www.mythsoc.org/join.htm Mythcon 51: A VIRTUAL “HALFLING” MYTHCON July 31 - August 1, 2021 (Saturday and Sunday) http://www.mythsoc.org/mythcon/mythcon-51.htm Mythcon 52: The Mythic, the Fantastic, and the Alien Albuquerque, New Mexico; July 29 - August 1, 2022 http://www.mythsoc.org/mythcon/mythcon-52.htm Abstract Considers Tolkien’s skilled evocation of evil and the way he manages to hold Augustinian and Manichean conceptions of evil in balance, particularly in his depiction of orcs. Additional Keywords Augustine, St.—Concept of evil; Evil, Nature of, in J.R.R.
    [Show full text]
  • Computational Integrity for Outsourced Execution of SPARQL Queries
    Computational integrity for outsourced execution of SPARQL queries Serge Morel Student number: 01407289 Supervisors: Prof. dr. ir. Ruben Verborgh, Dr. ir. Miel Vander Sande Counsellors: Ir. Ruben Taelman, Joachim Van Herwegen Master's dissertation submitted in order to obtain the academic degree of Master of Science in Computer Science Engineering Academic year 2018-2019 Computational integrity for outsourced execution of SPARQL queries Serge Morel Student number: 01407289 Supervisors: Prof. dr. ir. Ruben Verborgh, Dr. ir. Miel Vander Sande Counsellors: Ir. Ruben Taelman, Joachim Van Herwegen Master's dissertation submitted in order to obtain the academic degree of Master of Science in Computer Science Engineering Academic year 2018-2019 iii c Ghent University The author(s) gives (give) permission to make this master dissertation available for consultation and to copy parts of this master dissertation for personal use. In the case of any other use, the copyright terms have to be respected, in particular with regard to the obligation to state expressly the source when quoting results from this master dissertation. August 16, 2019 Acknowledgements The topic of this thesis concerns a rather novel and academic concept. Its research area has incredibly talented people working on a very promising technology. Understanding the core principles behind proof systems proved to be quite difficult, but I am strongly convinced that it is a thing of the future. Just like the often highly-praised artificial intelligence technology, I feel that verifiable computation will become very useful in the future. I would like to thank Joachim Van Herwegen and Ruben Taelman for steering me in the right direction and reviewing my work quickly and intensively.
    [Show full text]
  • Introduction Vocabulary an Excerpt of a Dbpedia Dataset
    D2K Master Information Integration Université Paris Saclay Practical session (2): SPARQL Sources: http://liris.cnrs.fr/~pchampin/2015/udos/tuto/#id1 https://www.w3.org/TR/2013/REC-sparql11-query-20130321/ Introduction For this practical session, we will use the DBPedia SPARQL access point, and to access it, we will use the Yasgui online client. By default, Yasgui (http://yasgui.org/) is configured to query DBPedia (http://wiki.dbpedia.org/), which is appropriate for our tutorial, but keep in mind that: - Yasgui is not linked to DBpedia, it can be used with any SPARQL access point; - DBPedia is not related to Yasgui, it can be queried with any SPARQL compliant client (in fact any HTTP client that is not very configurable). Vocabulary An excerpt of a dbpedia dataset The vocabulary of DBPedia is very large, but in this tutorial we will only need the IRIs below. foaf:name Propriété Nom d’une personne (entre autre) dbo:birthDate Propriété Date de naissance d’une personne dbo:birthPlace Propriété Lieu de naissance d’une personne dbo:deathDate Propriété Date de décès d’une personne dbo:deathPlace Propriété Lieu de décès d’une personne dbo:country Propriété Pays auquel un lieu appartient dbo:mayor Propriété Maire d’une ville dbr:Digne-les-Bains Instance La ville de Digne les bains dbr:France Instance La France -1- /!\ Warning: IRIs are case-sensitive. Exercises 1. Display the IRIs of all Dignois of origin (people born in Digne-les-Bains) Graph Pattern Answer: PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX dbr: <http://dbpedia.org/resource/> PREFIX db: <http://dbpedia.org/> SELECT * WHERE { ?p dbo:birthPlace dbr:Digne-les-Bains .
    [Show full text]
  • Myth, Fantasy and Fairy-Story in Tolkien's Middle-Earth Buveneswary
    MYTH, FANTASY AND FAIRY-STORY IN TOLKIEN’S MIDDLE-EARTH Malaya BUVENESWARY VATHEMURTHYof DEPARTMENT OF ENGLISH FACULTY OF ARTS & SOCIAL SCIENCES UNIVERSITY MALAYA University2016 MYTH, FANTASY AND FAIRY-STORY IN TOLKIEN’S MIDDLE-EARTH BUVENESWARY VATHEMURTHYMalaya of DISSERTATION SUBMITTED IN PARTIAL FULFILMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTERS OF ARTS FACULTY OF ARTS AND SOCIAL SCIENCES UNIVERSITY MALAYA KUALA LUMPUR University2016 Abstract This dissertation explores J.R.R. Tolkien’s ideas and beliefs on myth, fantasy and fairy story and their roles in portraying good and evil in his famous works. Indeed, many authors and critics such as Bradley J. Birzer, Patrick Curry, Joseph Pearce, Ursula Le Guin, and Jay Richards have researched Tolkien based on this connection. They have worked on the nature of good and evil in his stories, the relevance of Tolkien in contemporary society, and the importance of myth and fantasy. However, my original contribution would be to examine the pivotal roles of myth, fantasy and fairy story as a combined whole and to demonstrate that they depend on one another to convey truths about good and evil. This research is aimed at showing that Middle-earth evolves from a combination of these three genres. This is made evident by the way Tolkien crafted his lecture On Fairy Stories for a presentation at the AndrewMalaya Lang lecture at the University of St Andrews in 1939. This dissertation then examines Tolkien’s own definitions of myth, fantasy and fairy stories and his extensiveof research on these “old-fashioned” or forgotten genres. He believed they could provide a cure for the moral and human degradation triggered by modernism.
    [Show full text]
  • Applying Anthropology to Fantasy: a Structural Analysis Of
    APPLYING ANTHROPOLOGY TO FANTASY: A STRUCTURAL ANALYSIS OF THE LORD OF THE RINGS By Christina C. Estep B.A., University of Mary Washington, 2010 A thesis submitted to the Department of Anthropology College of Arts, Social Sciences, and Humanities The University of West Florida In partial fulfillment of the requirements for the degree of Master of Arts 2014 © 2014 Christina C. Estep The thesis of Christina C. Estep is approved: ____________________________________________ _________________ Margaret W. Huber, Ph.D., Committee Member Date ____________________________________________ _________________ Kristina Killgrove, Ph.D., Committee Member Date ____________________________________________ _________________ John E. Worth, Ph.D., Committee Member Date ____________________________________________ _________________ Robert C. Philen, Ph.D., Committee Chair Date Accepted for the Department/Division: ____________________________________________ _________________ John R. Bratten, Ph.D., Chair Date Accepted for the University: ____________________________________________ _________________ Richard S. Podemski, Ph.D., Dean, Graduate School Date ACKNOWLEDGMENTS First and foremost, I would like to recognize my thesis committee, Dr. Robert Philen, Dr. Kristina Killgrove, Dr. John Worth, and Dr. Margaret Huber, for taking the time and effort to help me with not only my thesis, but my academic endeavors. Without these individuals, I would not be where I am now or possess the knowledge that I now have. Secondly, I want thank my parents, Bonnie and Carl Estep. Despite their hardships in life, my parents have supported me through every decision I have made, encouraged me to pursue a higher degree, and were always there to cheer me on when times were tough. Finally, I want to acknowledge my husband Brian, who has been my rock during the most stressful of times.
    [Show full text]
  • Chaudron: Extending Dbpedia with Measurement Julien Subercaze
    Chaudron: Extending DBpedia with measurement Julien Subercaze To cite this version: Julien Subercaze. Chaudron: Extending DBpedia with measurement. 14th European Semantic Web Conference, Eva Blomqvist, Diana Maynard, Aldo Gangemi, May 2017, Portoroz, Slovenia. hal- 01477214 HAL Id: hal-01477214 https://hal.archives-ouvertes.fr/hal-01477214 Submitted on 27 Feb 2017 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Chaudron: Extending DBpedia with measurement Julien Subercaze1 Univ Lyon, UJM-Saint-Etienne, CNRS Laboratoire Hubert Curien UMR 5516, F-42023, SAINT-ETIENNE, France [email protected] Abstract. Wikipedia is the largest collaborative encyclopedia and is used as the source for DBpedia, a central dataset of the LOD cloud. Wikipedia contains numerous numerical measures on the entities it describes, as per the general character of the data it encompasses. The DBpedia In- formation Extraction Framework transforms semi-structured data from Wikipedia into structured RDF. However this extraction framework of- fers a limited support to handle measurement in Wikipedia. In this paper, we describe the automated process that enables the creation of the Chaudron dataset. We propose an alternative extraction to the tra- ditional mapping creation from Wikipedia dump, by also using the ren- dered HTML to avoid the template transclusion issue.
    [Show full text]
  • The Divine Alchemy of J. R. R. Tolkien's the Silmarillion David C
    The Divine Alchemy of J. R. R. Tolkien’s The Silmarillion David C. Priester, Jr. Gray, GA B.A., English and Philosophy, Vanderbilt University, 2017 A Thesis presented to the Graduate Faculty of the University of Virginia in Candidacy for the Degree of Master of Arts Department of English University of Virginia May, 2020 Abstract J. R. R. Tolkien’s Silmarillion demonstrates a philosophy of creative imagination that is expressed in argumentative form in Tolkien’s essay “On Fairy Stories.” Fully appreciating the imaginative architecture of Tolkien’s fantastic cosmos requires considering his creative work in literary and theological dimensions simultaneously. Creative writing becomes a kind of spiritual activity through which the mind participates in a spiritual or theological order of reality. Through archetypal patterns Tolkien’s fantasy expresses particular ways of encountering divine presence in the world. The imagination serves as a faculty of spiritual perception. Tolkien’s creative ethic resonates with the theological aesthetics of Hans Urs von Balthasar, a consideration of which helps to illuminate the relationship of theology and imaginative literature in The Silmarillion. Creative endeavors may be seen as analogous to the works of alchemists pursuing the philosopher’s stone through the transfiguration of matter. The Silmarils symbolize the ideal fruits of creative activity and are analogous to the philosopher’s stone. Priester 1 The Divine Alchemy of J. R. R. Tolkien’s The Silmarillion Where shall we begin our study of J. R. R. Tolkien’s Silmarillion? The beginning seems like a very good place to start: “There was Eru, the One, who in Arda is called Ilúvatar; and he made first the Ainur, the Holy Ones, that were the offspring of his thought” (3).
    [Show full text]
  • Treasures of Middle Earth
    T M TREASURES OF MIDDLE-EARTH CONTENTS FOREWORD 5.0 CREATORS..............................................................................105 5.1 Eru and the Ainur.............................................................. 105 PART ONE 5.11 The Valar.....................................................................105 1.0 INTRODUCTION........................................................................ 2 5.12 The Maiar....................................................................106 2.0 USING TREASURES OF MIDDLE EARTH............................ 2 5.13 The Istari .....................................................................106 5.2 The Free Peoples ...............................................................107 3.0 GUIDELINES................................................................................ 3 5.21 Dwarves ...................................................................... 107 3.1 Abbreviations........................................................................ 3 5.22 Elves ............................................................................ 109 3.2 Definitions.............................................................................. 3 5.23 Ents .............................................................................. 111 3.3 Converting Statistics ............................................................ 4 5.24 Hobbits........................................................................ 111 3.31 Converting Hits and Bonuses...................................... 4 5.25
    [Show full text]