Librarian's Guide to Graphs, Data and the Semantic Web -  James Powell

Librarian's Guide to Graphs, Data and the Semantic Web (eBook)

(Autor)

eBook Download: PDF | EPUB
2015 | 1. Auflage
268 Seiten
Elsevier Science (Verlag)
978-1-78063-434-0 (ISBN)
Systemvoraussetzungen
Systemvoraussetzungen
55,00 inkl. MwSt
  • Download sofort lieferbar
  • Zahlungsarten anzeigen
Graphs are about connections, and are an important part of our connected and data-driven world. A Librarian's Guide to Graphs, Data and the Semantic Web is geared toward library and information science professionals, including librarians, software developers and information systems architects who want to understand the fundamentals of graph theory, how it is used to represent and explore data, and how it relates to the semantic web. This title provides a firm grounding in the field at a level suitable for a broad audience, with an emphasis on open source solutions and what problems these tools solve at a conceptual level, with minimal emphasis on algorithms or mathematics. The text will also be of special interest to data science librarians and data professionals, since it introduces many graph theory concepts by exploring data-driven networks from various scientific disciplines. The first two chapters consider graphs in theory and the science of networks, before the following chapters cover networks in various disciplines. Remaining chapters move on to library networks, graph tools, graph analysis libraries, information problems and network solutions, and semantic graphs and the semantic web.
  • Provides an accessible introduction to network science that is suitable for a broad audience
  • Devotes several chapters to a survey of how graph theory has been used in a number of scientific data-driven disciplines
  • Explores how graph theory could aid library and information scientists


James Powell is employed at Los Alamos National Laboratory in the Lab's Research Library. As a Research Technologist at the Lab, he has worked on a variety of information technology products both within and outside the library. James has published papers on libraries and information technology, is the author of HTML Plus! And has contributed to several other books. This is his first book with Chandos Publishing.
Graphs are about connections, and are an important part of our connected and data-driven world. A Librarian's Guide to Graphs, Data and the Semantic Web is geared toward library and information science professionals, including librarians, software developers and information systems architects who want to understand the fundamentals of graph theory, how it is used to represent and explore data, and how it relates to the semantic web. This title provides a firm grounding in the field at a level suitable for a broad audience, with an emphasis on open source solutions and what problems these tools solve at a conceptual level, with minimal emphasis on algorithms or mathematics. The text will also be of special interest to data science librarians and data professionals, since it introduces many graph theory concepts by exploring data-driven networks from various scientific disciplines. The first two chapters consider graphs in theory and the science of networks, before the following chapters cover networks in various disciplines. Remaining chapters move on to library networks, graph tools, graph analysis libraries, information problems and network solutions, and semantic graphs and the semantic web.Provides an accessible introduction to network science that is suitable for a broad audienceDevotes several chapters to a survey of how graph theory has been used in a number of scientific data-driven disciplinesExplores how graph theory could aid library and information scientists

1

Graphs in theory


Graph theory has a humble beginning, as a solution to a puzzle. Residents of the Prussian city of Kongisberg, which was bisected by a river, had long pondered this puzzle. It took Leonard Euler, a mathematician, to not only solve the problem but to do so in such a novel way that his solution launched a new field of mathematics. This chapter reviews the early history of graph theory, starting with the famous story of the seven bridges of Konigsberg. It will also present other early and historically significant uses of graph theory such as Stanley Milgram’s landmark “small world problem” study. Some fundamental topics are introduced such as vertexes and edges. We close out the chapter with an exploration of the four color problem, which was explored and solved using a special type of graph called a planar graph. The four color theorem inspired a mathematician who today lends his name to a graph-inspired distance metric tracked by mathematicians, the Erdos number.

Keywords


Seven Bridges of Konigsberg; Leonard Euler; Eulerian path; Stanley Milgram; six degrees of separation; planar graph; four color theorem; Erdos number

Bridging the history


In 1736, partway through Konigsberg, Prussa, the Pregel River split the city into two parallel segments, inscribing an island between the north and south regions of the city. This island itself was also divided by a stream that connected the two forks of the Pregel River. What we know today is that churning somewhere in the river that simultaneously nourished and partitioned Konigsberg, somewhere streaming amid its divisive canals, Graph Theory was about to surface, and it would change everything.

That city, and the inherent problems bestowed by its water-carved enclaves, was the inspiration for a mathematical puzzle, the Seven Bridges of Konigsberg Problem. There were indeed seven bridges in the city, at least at that time. The Pregel River divided the city into north and south. Bridges connected the resulting islands. The western most island had two bridges to the north and two to the south, the eastern island had one bridge each to the north and to the south, and the two islands themselves were connected by a seventh bridge (Figure 1.1).


Figure 1.1 A drawing of Konigsberg as it appeared in 1651. Source: Map by Merian-Erben. <https://commons.wikimedia.org/wiki/File:Image-Koenigsberg,_Map_by_Merian-Erben_1652.jpg>.

Mathematicians wondered, could one walk through the city such that he crosses every bridge once and only once?

Leonard Euler solved this puzzle, and in doing so, laid the foundations for graph theory. In considering the problem, he first stripped away the buildings, the roads, the trees—everything but the bridge crossings themselves, the connections between islands. He saw that the answer, whatever it was, could be represented simply by a sequence of these crossings. That is, the answer might be 3, 6, 4, 5, 7, 1, 2. Or 6, 3, 1, 7, 2, 4, 5. It all depended on how one numbered the bridges. But all that mattered was the order in which the bridges were crossed, not the particular route a person took to reach them. In essence, he reduced the problem to a graph.

Graph theory had not been invented at this point. But in his parlance, Euler saw the land masses as vertexes (also called nodes) and the bridges as edges. These are the building blocks of the simplest graphs—a set of nodes connected to each other by edges.

This simplified formulation of the problem made certain features stand out. For instance, Euler understand that for every land mass, one must enter it via a bridge and then leave it via a different bridge. The exception(s) are the starting and ending land masses. But there are at most two of these (one if the walker starts and ends at the same place); the other land masses are intermediate nodes, which must be entered and exited an equal number of times. Each entrance and exit relies on a unique bridge, so the number of bridges connected to one of these intermediate land masses must be even, or else the walk is doomed from the start (Figure 1.2).


Figure 1.2 Konigsberg bridges as a graph.

Euler discovered that for a graph like this to have a solution, either all the nodes must have an even number of edges or exactly two of them could have an odd number of edges (in which case the successful walker must start at one of these nodes and end at the other). But all the land regions of Konigsberg had an odd number of bridges. Thus, there was no solution. One could not walk a Eulerian path through Konigsberg (as the goal later became called), and certainly not a Eulerian circuit, which is a walk that starts and ends in the same place.

Often in math or science, whimsical problems that are investigated purely to satisfy the curiosity of those doing the investigating can beget solutions that lead to many important findings. This is true even when the solution is that there is no solution at all. (Though with the bombing of two of the bridges of Konigsberg, now called Kaliningrad, during WWII, a Eulerian path is now possible.) In reducing the problem, transforming bridges to edges and land regions to nodes, Euler generalized it. And his findings, and all those that came after, can apply to any problem which involves entities connected to other entities. Connections are everywhere—from the path of infectious diseases through a population to the circulation of money in an economy. These sets of connections, or networks, can be visualized as graphs, and they can be analyzed with graph theory.

Topology


Before we introduce more examples in the history of graph theory, we should note that Euler’s solution to the Seven Bridges of Konigsberg problem is also seen as a founding work in the field of topology. A graph can be a generalization of a real world network, like the bridges spanning a city. But while that city has a definite north and south and has varying distances between its land regions, once it is translated into a graph, those distinctions no longer matter. A graph can be twisted around. Its nodes can be big or small or different sizes. Its edges can be long or short or even squiggly. This is a central tenet of topology, in which shapes can be transformed into one another as long as certain key features are maintained. For instance, no matter how you bend a convex polyhedron—like a cube or a pyramid—it is always true that VE+F=2. This is the Euler characteristic, in which F represents the number of faces of the shape, and V and E represent the vertexes and edges we are already familiar with.

The world is teeming with graphs. When you have this mindset, you see them everywhere. Graphs exist in a city’s bridges, in something as small as a pair of dice to something as large as the great Pyramids, and even something as vast and complicated as the internet. (And Google’s search engine, which helps tame that complexity, does so in part by exploiting graph theoretics, as we will see in a later chapter.) This book, as part of a bibliographic network, can exist in a graph. You yourself live in a graph. After all, people (nodes) form relationships (edges) with other people (more nodes), so that the whole of human society comprises one large graph of social connections. One might ask, then, what type of graph are we?

Degrees of separation


Yes, there are different types or classes of graphs. Some graphs have many connections, while some have few. Sometimes these connections cluster around certain key nodes, while other times they are spread evenly across all the nodes. One way to characterize a graph is to find the mean path length between its nodes. How many “degrees of separation” exist between any two nodes? In the 1929 story collection Everything is Different, Hungarian author Frigyes Karinthy posited the notion that everyone is connected by at most five individuals (hence the term, six degrees of separation). One of his characters posed a game—they should select a random individual, then see how many connections it took to reach him, via their personal networks. Stanley Milgram brought this game to life in his “small world experiments” starting in 1967. (These studies are not to be confused with the Milgram Experiment, which tested a person’s willingness to obey authority, even when instructed to deliver seemingly painful shocks to another person, although this too could be graphed.)

Milgram recruited people living in the midwestern United States as starting nodes and had them connect to individuals living in Boston. Note that in a graph, distance has special connotation. The metric distance between two nodes as they are drawn on a sheet of paper is arbitrary. Nodes can be rearranged, shifted closer or farther apart, as long as the connections stay the same. Distance, or path length, refers to the minimum number of edges that must be traveled to go from one node to another within a graph. In Milgram’s small world experiment, it is possible, perhaps even likely, that this path length distance is related to the geographical distance separating two nodes—i.e., Boston to Milwaukee. But in a graph of human social connections, the social circles of two nodes may contribute just as much to the path length distance between them. In choosing his start and end points, Milgram hoped to accommodate both geographic and social distance.

Suppose you were selected as one of his starting points. You would receive a packet in the mail. Inside you would...

Erscheint lt. Verlag 17.7.2015
Sprache englisch
Themenwelt Geisteswissenschaften Sprach- / Literaturwissenschaft
Mathematik / Informatik Mathematik Graphentheorie
Sozialwissenschaften Kommunikation / Medien Buchhandel / Bibliothekswesen
Technik Elektrotechnik / Energietechnik
ISBN-10 1-78063-434-X / 178063434X
ISBN-13 978-1-78063-434-0 / 9781780634340
Haben Sie eine Frage zum Produkt?
PDFPDF (Adobe DRM)
Größe: 23,5 MB

Kopierschutz: Adobe-DRM
Adobe-DRM ist ein Kopierschutz, der das eBook vor Mißbrauch schützen soll. Dabei wird das eBook bereits beim Download auf Ihre persönliche Adobe-ID autorisiert. Lesen können Sie das eBook dann nur auf den Geräten, welche ebenfalls auf Ihre Adobe-ID registriert sind.
Details zum Adobe-DRM

Dateiformat: PDF (Portable Document Format)
Mit einem festen Seiten­layout eignet sich die PDF besonders für Fach­bücher mit Spalten, Tabellen und Abbild­ungen. Eine PDF kann auf fast allen Geräten ange­zeigt werden, ist aber für kleine Displays (Smart­phone, eReader) nur einge­schränkt geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen eine Adobe-ID und die Software Adobe Digital Editions (kostenlos). Von der Benutzung der OverDrive Media Console raten wir Ihnen ab. Erfahrungsgemäß treten hier gehäuft Probleme mit dem Adobe DRM auf.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen eine Adobe-ID sowie eine kostenlose App.
Geräteliste und zusätzliche Hinweise

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

EPUBEPUB (Adobe DRM)
Größe: 5,7 MB

Kopierschutz: Adobe-DRM
Adobe-DRM ist ein Kopierschutz, der das eBook vor Mißbrauch schützen soll. Dabei wird das eBook bereits beim Download auf Ihre persönliche Adobe-ID autorisiert. Lesen können Sie das eBook dann nur auf den Geräten, welche ebenfalls auf Ihre Adobe-ID registriert sind.
Details zum Adobe-DRM

Dateiformat: EPUB (Electronic Publication)
EPUB ist ein offener Standard für eBooks und eignet sich besonders zur Darstellung von Belle­tristik und Sach­büchern. Der Fließ­text wird dynamisch an die Display- und Schrift­größe ange­passt. Auch für mobile Lese­geräte ist EPUB daher gut geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen eine Adobe-ID und die Software Adobe Digital Editions (kostenlos). Von der Benutzung der OverDrive Media Console raten wir Ihnen ab. Erfahrungsgemäß treten hier gehäuft Probleme mit dem Adobe DRM auf.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen eine Adobe-ID sowie eine kostenlose App.
Geräteliste und zusätzliche Hinweise

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

Mehr entdecken
aus dem Bereich

von Eiichi Bannai; Etsuko Bannai; Tatsuro Ito; Rie Tanaka

eBook Download (2021)
Walter de Gruyter GmbH & Co.KG (Verlag)
149,95