To see the other types of publications on this topic, follow the link: Anfrage.

Dissertations / Theses on the topic 'Anfrage'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 38 dissertations / theses for your research on the topic 'Anfrage.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.

1

Henning, Jens Verfasser], and Bertram [Akademischer Betreuer] [Stubenrauch. "Kenotisches Gottsein? : eine christologische Anfrage / Jens Henning. Betreuer: Bertram Stubenrauch." München : Universitätsbibliothek der Ludwig-Maximilians-Universität, 2011. http://d-nb.info/1025047060/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Henning, Jens [Verfasser], and Bertram [Akademischer Betreuer] Stubenrauch. "Kenotisches Gottsein? : eine christologische Anfrage / Jens Henning. Betreuer: Bertram Stubenrauch." München : Universitätsbibliothek der Ludwig-Maximilians-Universität, 2011. http://d-nb.info/1025047060/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Pangritz, Andreas. "Dietrich Bonhoeffers Forderung einer Arkandisziplin : eine unerledigte Anfrage an Kirche und Theologie /." Köln : Pahl-Rugenstein, 1988. http://catalogue.bnf.fr/ark:/12148/cb377158632.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Heinrich, Christiane Helene. "Gesellschaftliche Exklusionsvorgänge als Anfrage an internationale soziale Menschenrechtsforderungen : soziologische, theologische und sozialphilosophische Perspektiven /." Frankfurt am Main : Lang, 2007. http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&doc_number=016493443&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Scherle, Peter. "Fragliche Kirche : Ökumenik und Liturgik : Karl Barths ungehörte Anfrage an eine ökumenische Kirchentheorie /." Münster : Lit, 1998. http://catalogue.bnf.fr/ark:/12148/cb38802692g.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Stürmer, Michael. "Konzeption und Implementierung einer abstrakten Anfrage- und Manipulationssprache für den Resource-Flow-Graph." [S.l. : s.n.], 2004. http://www.bsz-bw.de/cgi-bin/xvms.cgi?SWB11482133.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Hafner, Johann Evangelist. "Sanftmut und Minimalsympathie als Vermittlungen zwischen dem Anderen und den Fremden : eine Anfrage an Lévinas." Universität Potsdam, 2004. http://opus.kobv.de/ubp/volltexte/2006/613/.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Graf, Sebastian. "Verteilungsansätze von großen Datenmengen." [S.l. : s.n.], 2008. http://nbn-resolving.de/urn:nbn:de:bsz:352-opus-65186.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Katona, Tobias [Verfasser], Bernhard [Akademischer Betreuer] Uhde, and Magnus [Akademischer Betreuer] Striet. "Vernünftiger Glaube - Gläubige Vernunft : : eine christliche Anfrage an das Verhältnis von Glauben und Vernunft im Islam." Freiburg : Universität, 2021. http://d-nb.info/1231232951/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Kim, Sung Hyun [Verfasser], and Eilert [Akademischer Betreuer] Herms. ""Gut" - Fundament der Ethik? G. E. Moores Principia Ethica als Anfrage an eine Gütertheorie aus theologischer Perspektive / Sung Hyun Kim ; Betreuer: Eilert Herms." Tübingen : Universitätsbibliothek Tübingen, 2018. http://d-nb.info/1196699984/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
11

Karnagel, Tomas. "Heterogeneity-Aware Placement Strategies for Query Optimization." Doctoral thesis, Saechsische Landesbibliothek- Staats- und Universitaetsbibliothek Dresden, 2017. http://nbn-resolving.de/urn:nbn:de:bsz:14-qucosa-225613.

Full text
Abstract:
Computing hardware is changing from systems with homogeneous CPUs to systems with heterogeneous computing units like GPUs, Many Integrated Cores, or FPGAs. This trend is caused by scaling problems of homogeneous systems, where heat dissipation and energy consumption is limiting further growths in compute-performance. Heterogeneous systems provide differently optimized computing hardware, which allows different operations to be computed on the most appropriate computing unit, resulting in faster execution and less energy consumption. For database systems, this is a new opportunity to accelerate query processing, allowing faster and more interactive querying of large amounts of data. However, the current hardware trend is also a challenge as most database systems do not support heterogeneous computing resources and it is not clear how to support these systems best. In the past, mainly single operators were ported to different computing units showing great results, while missing a system wide application. To efficiently support heterogeneous systems, a systems approach for query processing and query optimization is needed. In this thesis, we tackle the optimization challenge in detail. As a starting point, we evaluate three different approaches on isolated use-cases to assess their advantages and limitations. First, we evaluate a fork-join approach of intra-operator parallelism, where the same operator is executed on multiple computing units at the same time, each execution with different data partitions. Second, we evaluate using one computing unit statically to accelerate one operator, which provides high code-optimization potential, due to this static and pre-known usage of hardware and software. Third, we evaluate dynamically placing operators onto computing units, depending on the operator, the available computing hardware, and the given data sizes. We argue that the first and second approach suffer from multiple overheads or high implementation costs. The third approach, dynamic placement, shows good performance, while being highly extensible to different computing units and different operator implementations. To automate this dynamic approach, we first propose general placement optimization for query processing. This general approach includes runtime estimation of operators on different computing units as well as two approaches for defining the actual operator placement according to the estimated runtimes. The two placement approaches are local optimization, which decides the placement locally at run-time, and global optimization, where the placement is decided at compile-time, while allowing a global view for enhanced data sharing. The main limitation of the latter is the high dependency on cardinality estimation of intermediate results, as estimation errors for the cardinalities propagate to the operator runtime estimation and placement optimization. Therefore, we propose adaptive placement optimization, allowing the placement optimization to become fully independent of cardinalities estimation, effectively eliminating the main source of inaccuracy for runtime estimation and placement optimization. Finally, we define an adaptive placement sequence, incorporating all our proposed techniques of placement optimization. We implement this sequence as a virtualization layer between the database system and the heterogeneous hardware. Our implementation approach bases on preexisting interfaces to the database system and the hardware, allowing non-intrusive integration into existing database systems. We evaluate our techniques using two different database systems and two different OLAP benchmarks, accelerating the query processing through heterogeneous execution.
APA, Harvard, Vancouver, ISO, and other styles
12

Sigler, Christina [Verfasser]. "Anfragen zu Lokalanästhetika: Analyse der Anfragen zu Lokalanästhetika in Deutschland von 2003 - 2012 / Christina Sigler." Ulm : Universität Ulm, 2016. http://d-nb.info/1104256908/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
13

Schmedding, Florian Günter [Verfasser], and Georg [Akademischer Betreuer] Lausen. "Inkrementelle Auswertung von SPARQL-Anfragen über Linked Data." Freiburg : Universität, 2013. http://d-nb.info/1123476128/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
14

Lederer, Bernd. "Das Konzept der lernenden Organisation : bildungstheoretische Anfragen und Analysen /." Hamburg : Kovač, 2005. http://www.verlagdrkovac.de/3-8300-1881-9.htm.

Full text
APA, Harvard, Vancouver, ISO, and other styles
15

Plentz, Samuel. "Skyline-Anfragen für die multidimensionale Suche in einer Aktordatenbank." [Ilmenau] [Univ.-Bibliothek], 2009. http://d-nb.info/995970955/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
16

Pirk, Tobias. "Kontinuierliche Anfragen auf räumlichen Datenströmen unter Verwendung von XXL-Pipes." [S.l. : s.n.], 2006. http://nbn-resolving.de/urn:nbn:de:bsz:93-opus-29911.

Full text
APA, Harvard, Vancouver, ISO, and other styles
17

Kuchenbuch, Ludolf. "Schriftkulturelle Anmerkungen und Anfragen eines Jazzamateurs und Mediävisten zur Musikhistorie." Bärenreiter Verlag, 2012. https://slub.qucosa.de/id/qucosa%3A71785.

Full text
APA, Harvard, Vancouver, ISO, and other styles
18

Schwarz, Thomas. "Verarbeitung ortsbezogener Anfragen in lose gekoppelten, föderierten Systemen Konzeption, Realisierung, Bewertung /." [S.l. : s.n.], 2007. http://nbn-resolving.de/urn:nbn:de:bsz:93-opus-33217.

Full text
APA, Harvard, Vancouver, ISO, and other styles
19

Daum, Michael Verfasser], and Klaus [Akademischer Betreuer] [Meyer-Wegener. "Verteilung globaler Anfragen auf heterogene Stromverarbeitungssysteme / Michael Daum. Betreuer: Klaus Meyer-Wegener." Erlangen : Universitätsbibliothek der Universität Erlangen-Nürnberg, 2011. http://d-nb.info/1015474527/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
20

Lecon, Carsten [Verfasser]. "Flexible Anfragen in strukturierten und semistrukturierten Dokumenten im Kontext von Online-Kursen / Carsten Lecon." Aachen : Shaker, 2004. http://d-nb.info/1170545041/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
21

Poensgen, Peter K. [Verfasser]. "Algorithmen und Indexstrukturen für Top-k-Anfragen mit quasi-konvexen oder quadratischen Bewertungsfunktionen / Peter K. Poensgen." Lübeck : Zentrale Hochschulbibliothek Lübeck, 2020. http://d-nb.info/1206387548/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
22

Weber, Nadine [Verfasser], and Andreas [Akademischer Betreuer] Henrich. "Facettenbasierte Indexierung multipler Artefakte - Ein Framework für vage Anfragen in der Produktentwicklung / Nadine Weber. Betreuer: Andreas Henrich." Bamberg : University of Bamberg Press, 2011. http://d-nb.info/1059363526/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
23

Schinzel, Alexander Helmut [Verfasser]. "Explorative Datenanalyse und kritische Evaluierung von Nebenwirkungen mit oralen Antikoagulantien - Eine Auswertung der Anfragen an das Giftinformationszentrum der Länder Rheinland-Pfalz und Hessen / Alexander Helmut Schinzel." Mainz : Universitätsbibliothek der Johannes Gutenberg-Universität Mainz, 2020. http://d-nb.info/1223379418/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
24

Gründig, Konrad. "Mission im Wandel - ein neues Paradigma für Kirche und Gemeinde heute? : Anfragen und Anstösse durch die Missionsgesellschaft Bethlehem (SMB) und die Bethlehem Mission Immensee (BMI), Immensee, Schweiz /." Berlin ; Münster : Lit, 2006. http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&doc_number=015507075&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA.

Full text
APA, Harvard, Vancouver, ISO, and other styles
25

Keppeler, Jens. "Answering Conjunctive Queries and FO+MOD Queries under Updates." Doctoral thesis, Humboldt-Universität zu Berlin, 2020. http://dx.doi.org/10.18452/21483.

Full text
Abstract:
In dieser Arbeit wird das dynamische Auswertungsproblem über dynamische Datenbanken betrachtet, bei denen Tupel hinzugefügt oder gelöscht werden können. Die Aufgabe besteht darin einen dynamischen Algorithmus zu konstruieren, welcher unmittelbar nachdem die Datenbank aktualisiert wurde, die Datenstruktur, die das Resultat repräsentiert, aktualisiert. Die Datenstruktur soll in konstanter Zeit aktualisiert werden und das Folgende unterstützen: * Teste in konstanter Zeit ob ein Tupel zur Ausgabemenge gehört, * gebe die Anzahl der Tupel in der Ausgabemenge in konstanter Zeit aus, * zähle die Tupel aus der Ausgabemenge mit konstanter Taktung auf und * zähle den Unterschied zwischen der neuen und der alten Ausgabemenge mit konstanter Taktung auf. Im ersten Teil werden konjunktive Anfragen und Vereinigungen konjunktiver Anfragen auf relationalen Datenbanken betrachtet. Die Idee der q-hierarchischen Anfragen (und t-hierarchische Anfragen für das Testen) wird eingeführt und es wird gezeigt, dass das Resultat für jede q-hierarchische Anfrage auf dynamischen Datenbanken effizient in dem oben beschriebenen Szenario ausgewertet werden können. Konjunktive Anfragen mit Aggregaten werden weiterhin betrachtet. Es wird gezeigt, dass das Lernen von polynomiellen Regressionsfunktionen in konstanter Zeit vorbereitet werden kann, falls die Trainingsdaten aus dem Anfrageergebnis kommen. Mit logarithmischer Update-Zeit kann folgende Routine unterstützt werden: Bei Eingabe einer Zahl j, gebe das j-te Tupel aus der Aufzählung aus. Im zweiten Teil werden Anfragen, die Formeln der Logik erster Stufe (FO) und deren Erweiterung mit Modulo-Zähl Quantoren (FO+MOD) sind, betrachtet, und es wird gezeigt, dass diese effizient unter Aktualisierungen ausgewertet können, wobei die dynamische Datenbank die Gradschranke nicht überschreitet, und bei der Auswertung die Zähl-, Test-, Aufzähl- und die Unterschied-Routine unterstützt werden.
This thesis investigates the query evaluation problem for fixed queries over fully dynamic databases, where tuples can be inserted or deleted. The task is to design a dynamic algorithm that immediately reports the new result of a fixed query after every database update. In particular, the goal is to construct a data structure that allows to support the following scenario. After every database update, the data structure can be updated in constant time such that afterwards we are able * to test within constant time for a given tuple whether or not it belongs to the query result, * to output the number of tuples in the query result, * to enumerate all tuples in the new query result with constant delay and * to enumerate the difference between the old and the new query result with constant delay. In the first part, conjunctive queries and unions of conjunctive queries on arbitrary relational databases are considered. The notion of q-hierarchical conjunctive queries (and t-hierarchical conjunctive queries for testing) is introduced and it is shown that the result of each such query on a dynamic database can be maintained efficiently in the sense described above. Moreover, this notion is extended to aggregate queries. It is shown that the preparation of learning a polynomial regression function can be done in constant time if the training data are taken (and maintained under updates) from the query result of a q-hierarchical query. With logarithmic update time the following routine is supported: upon input of a natural number j, output the j-th tuple that will be enumerated. In the second part, queries in first-order logic (FO) and its extension with modulo-counting quantifiers (FO+MOD) are considered, and it is shown that they can be efficiently evaluated under updates, provided that the dynamic database does not exceed a certain degree bound, and the counting, testing, enumeration and difference routines is supported.
APA, Harvard, Vancouver, ISO, and other styles
26

Nehrlich, Juliane [Verfasser], Amelie [Gutachter] Lupp, Gustav Gutachter] Jirikowski, and Tomasz [Gutachter] [Gedrange. "Analyse der Anfragen an das Gemeinsame Giftinformationszentrum (GGIZ) der Länder Mecklenburg-Vorpommern, Sachsen, Sachsen-Anhalt und Thüringen zu Verätzungen im Mundbereich aus den Jahren 1997 bis 2014 / Juliane Nehrlich ; Gutachter: Amelie Lupp, Gustav Jirikowski, Tomasz Gedrange." Jena : Friedrich-Schiller-Universität Jena, 2018. http://d-nb.info/1170395570/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
27

Espinola, Roger Humberto Castillo. "Indexing RDF data using materialized SPARQL queries." Doctoral thesis, Humboldt-Universität zu Berlin, Mathematisch-Naturwissenschaftliche Fakultät II, 2012. http://dx.doi.org/10.18452/16582.

Full text
Abstract:
In dieser Arbeit schlagen wir die Verwendung von materialisierten Anfragen als Indexstruktur für RDF-Daten vor. Wir streben eine Reduktion der Bearbeitungszeit durch die Minimierung der Anzahl der Vergleiche zwischen Anfrage und RDF Datenmenge an. Darüberhinaus betonen wir die Rolle von Kostenmodellen und Indizes für die Auswahl eines efizienten Ausführungsplans in Abhängigkeit vom Workload. Wir geben einen Überblick über das Problem der Auswahl von materialisierten Anfragen in relationalen Datenbanken und diskutieren ihre Anwendung zur Optimierung der Anfrageverarbeitung. Wir stellen RDFMatView als Framework für SPARQL-Anfragen vor. RDFMatView benutzt materializierte Anfragen als Indizes und enthalt Algorithmen, um geeignete Indizes fur eine gegebene Anfrage zu finden und sie in Ausführungspläne zu integrieren. Die Auswahl eines effizienten Ausführungsplan ist das zweite Thema dieser Arbeit. Wir führen drei verschiedene Kostenmodelle für die Verarbeitung von SPARQL Anfragen ein. Ein detaillierter Vergleich der Kostmodelle zeigt, dass ein auf Index-- und Prädikat--Statistiken beruhendes Modell die genauesten Informationen liefert, um einen effizienten Ausführungsplan auszuwählen. Die Evaluation zeigt, dass unsere Methode die Anfragebearbeitungszeit im Vergleich zu unoptimierten SPARQL--Anfragen um mehrere Größenordnungen reduziert. Schließlich schlagen wir eine einfache, aber effektive Strategie für das Problem der Auswahl von materialisierten Anfragen über RDF-Daten vor. Ausgehend von einem bestimmten Workload werden algorithmisch diejenigen Indizes augewählt, die die Bearbeitungszeit des gesamten Workload minimieren sollen. Dann erstellen wir auf der Basis von Anfragemustern eine Menge von Index--Kandidaten und suchen in dieser Menge Zusammenhangskomponenten. Unsere Auswertung zeigt, dass unsere Methode zur Auswahl von Indizes im Vergleich zu anderen, die größten Einsparungen in der Anfragebearbeitungszeit liefert.
In this thesis, we propose to use materialized queries as a special index structure for RDF data. We strive to reduce the query processing time by minimizing the number of comparisons between the query and the RDF dataset. We also emphasize the role of cost models in the selection of execution plans as well as index sets for a given workload. We provide an overview of the materialized view selection problem in relational databases and discuss its application for optimization of query processing. We introduce RDFMatView, a framework for answering SPARQL queries using materialized views as indexes. We provide algorithms to discover those indexes that can be used to process a given query and we develop different strategies to integrate these views in query execution plans. The selection of an efficient execution plan states the topic of our second major contribution. We introduce three different cost models designed for SPARQL query processing with materialized views. A detailed comparison of these models reveals that a model based on index and predicate statistics provides the most accurate cost estimation. We show that selecting an execution plan using this cost model yields a reduction of processing time with several orders of magnitude compared to standard SPARQL query processing. Finally, we propose a simple yet effective strategy for the materialized view selection problem applied to RDF data. Based on a given workload of SPARQL queries we provide algorithms for selecting a set of indexes that minimizes the workload processing time. We create a candidate index by retrieving all connected components from query patterns. Our evaluation shows that using the set of suggested indexes usually achieves larger runtime savings than other index sets regarding the given workload.
APA, Harvard, Vancouver, ISO, and other styles
28

Quasebarth, Jana Sattler Kai-Uwe. "Verteiltes Anfrage-Rewriting in PDMS /." 2007. http://www.gbv.de/dms/ilmenau/abs/526283009quase.txt.

Full text
APA, Harvard, Vancouver, ISO, and other styles
29

Damme, Patrick. "Analytical Query Processing Based on Continuous Compression of Intermediates." 2020. https://tud.qucosa.de/id/qucosa%3A72328.

Full text
Abstract:
Nowadays, increasingly large amounts of data are being collected in numerous areas ranging from science to industry. To gain valueable insights from these data, the importance of Online Analytical Processing (OLAP) workloads is constantly growing. At the same time, the hardware landscape is continuously evolving. On the one hand, the increasing capacities of DRAM allow database systems to store their entire data in main memory. Furthermore, the performance of microprocessors has improved tremendously in recent years through the use of sophisticated hardware techniques, such as Single Instruction Multiple Data (SIMD) extensions promising hitherto unknown processing speeds. On the other hand, the main memory bandwidth has not increased proportionately, such that the data access is now the main bottleneck for an efficient data processing. To face these developments, in-memory column-stores have emerged as a new database architecture. These systems store each attribute of a relation separately in memory as a contiguous sequence of values. It is state-of-the-art to encode all values as integers and apply lossless lightweight integer compression to reduce the data size. This offers several advantages ranging from lower transfer times between RAM and CPU over a better utilization of the cache hierarchy to fast direct processing of compressed data. However, compression also incurs a certain computational overhead. State-of-the-art systems focus on the compression of base data. However, intermediate results generated during the execution of complex analytical queries can exceed the base data in number and total size. Since in in-memory systems, accessing intermediates is as expensive as accessing base data, intermediates should be handled as efficiently as possible, too. While there are approaches trying to avoid intermediates whenever it is possible, we envision the orthogonal approach of efficiently representing intermediates using lightweight integer compression algorithms to reduce memory accesses. More precisely, our vision is a balanced query processing based on lightweight compression of intermediate results in in-memory column-stores. That means, all intermediates shall be represented using a suitable lightweight integer compression algorithm and processed by compression-enabled query operators to avoid a full decompression, whereby compression shall be used in a balanced way to ensure that its benefits outweigh its costs. In this thesis, we address all important aspects of this vision. We provide an extensive overview of existing lightweight integer compression algorithms and conduct a systematical experimental survey of several of these algorithms to gain a deep understanding of their behavior. We propose a novel compression-enabled processing model for in-memory column-stores allowing a continuous compression of intermediates. Additionally, we develop novel cost-based strategies for a compression-aware secondary query optimization to make effective use of our processing model. Our end-to-end evaluation using the famous Star Schema Benchmark shows that our envisioned compression of intermediates can improve both the memory footprint and the runtime of complex analytical queries significantly.:1 Introduction 1.1 Contributions 1.2 Outline 2 Lightweight Integer Compression 2.1 Foundations 2.1.1 Disambiguation of Lightweight Integer Compression 2.1.2 Overview of Lightweight Integer Compression 2.1.3 State-of-the-Art in Lightweight Integer Compression 2.2 Experimental Survey 2.2.1 Related Work 2.2.2 Experimental Setup and Methodology 2.2.3 Evaluation of the Impact of the Data Characteristics 2.2.4 Evaluation of the Impact of the Hardware Characteristics 2.2.5 Evaluation of the Impact of the SIMD Extension 2.3 Summary and Discussion 3 Processing Compressed Intermediates 3.1 Processing Model for Compressed Intermediates 3.1.1 Related Work 3.1.2 Description of the Underlying Processing Model 3.1.3 Integration of Compression into Query Operators 3.1.4 Integration of Compression into the Overall Query Execution 3.1.5 Efficient Implementation 3.1.6 Evaluation 3.2 Direct Integer Morphing Algorithms 3.2.1 Related Work 3.2.2 Integer Morphing Algorithms 3.2.3 Example Algorithms 3.2.4 Evaluation 3.3 Summary and Discussion 4 Compression-Aware Query Optimization Strategies 4.1 Related Work 4.2 Compression-Aware Secondary Query Optimization 4.2.1 Compression-Level: Selecting a Suitable Algorithm 4.2.2 Operator-Level: Selecting Suitable Input/Output Formats 4.2.3 QEP-Level: Selecting Suitable Formats for All Involved Columns 4.3 Evaluation 4.3.1 Compression-Level: Selecting a Suitable Algorithm 4.3.2 Operator-Level: Selecting Suitable Input/Output Formats 4.3.3 Lessons Learned 4.4 Summary and Discussion 5 End-to-End Evaluation 5.1 Experimental Setup and Methodology 5.2 A Simple OLAP Query 5.3 Complex OLAP Queries: The Star Schema Benchmark 5.4 Summary and Discussion 6 Conclusion 6.1 Summary of this Thesis 6.2 Directions for Future Work Bibliography List of Figures List of Tables
APA, Harvard, Vancouver, ISO, and other styles
30

Cherix, Didier. "Generierung von SPARQL Anfragen." 2011. https://ul.qucosa.de/id/qucosa%3A17208.

Full text
Abstract:
Semantic Web ist eine der größten aktuellen Herausforderungen in der Informatik. Um Daten einem semantischen Wert zuzuweisen, werden Ontologien benutzt. Ontologien definieren und verwalten Konzepte. Letztere beschreiben Objekte, haben Eigenschaften und was hier bedeutender ist, Relationen zueinander. Diese Konzepte und Relationen werden mit Hilfe einer Spezifikation (OWL zum Beispiel) charakterisiert. Diesen Konzepten werden Instanzen zugeordnet. Das heisst, dass beispielweise mit dem Konzept ”Physiker“ die Instanz ”Albert Einstein“ verbunden wird. Um zu erfahren, was ”Albert Einstein“ mit der Stadt Berlin verbindet, gibt es Anfragesprachen, die bekannteste ist SPARQL. Ohne Vorkenntnisse der Struktur einer Ontologie, ist es nicht möglich, präzise Anfragen zu erstellen. Die einzige Möglichkeit herauszufinden was zwei Instanzen verbindet, ist die Nutzung einer SPARQL-Anfrage mit Platzhaltern, also eine Anfrage auf Instanzebene durchzuführen. Es ist viel Aufwand nötig, um eine Anfrage auf Instanzebene zu lösen ohne vorher zu wissen, wie diese Instanzen miteinander verknüpft sein können. Um eine solche Anfrage lösen zu können, müssen alle Relationen, die die erste Instanz betreffen, verfolgt werden, und von den so erreichten Instanzen diesen Vorgang weiterführen, bis die richtige Instanz gefunden wird. Die Instanzebene, auch A-Box genannt, ist die Ebene der tatsächlichen Elemente. Sie enthält zum Beispiel: ”Berlin ist die Hauptstadt von Deutschland“ . Als erstes muss hierbei ”Berlin“ als Instanz des richtigen Konzept erkannt werden. In diesem Fall müsste also ”Berlin“ als eine Instanz des Konzept ”Stadt“ erkannt werden. Die Rückfü ̈hrung zu einem bestimmten Konzept wird in dieser Arbeit als gelöst betrachtet.
APA, Harvard, Vancouver, ISO, and other styles
31

Godat, Frauke, Mark Müller-Geers, Sabine Reisas, and Julia Sandmann. "Prototypen transdisziplinärer Lehrformate im Reallabor Kiel." 2018. https://ul.qucosa.de/id/qucosa%3A33225.

Full text
Abstract:
Im folgenden Artikel werden die Anfänge des Reallabors Kiel als hochschuldidaktisches Lehrformat an der Christian-Albrechts-Universität zu Kiel dargestellt. Im Rahmen des Projekts erfolgreiches Lehren und Lernen (PerLe) an der Universität Kiel wird seit dem Sommersemester 2017 jedes Semester ein Lehrformat im Reallabor Kiel angeboten. Die Formate sollen transdisziplinäres Lernen im Sinne einer Bildung für nachhaltige Entwicklung fördern. Der Beitrag beschreibt die Grundzüge der Lehrformate, ordnet zentrale Aspekte in aktuelle hochschuldidaktische Diskussionen ein und formuliert Fragen, die für erfolgversprechende Umsetzungen von Lehrformaten mit Reallabor-Bezügen im bisherigen Prozess deutlich wurden.
APA, Harvard, Vancouver, ISO, and other styles
32

Gurevych, Iryna [Verfasser]. "Analyse sprachlicher Anfragen in eingeschränkten Diskursbereichen / von Iryna Gurevych." 2003. http://d-nb.info/971486220/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
33

Fellmann, Michael. "Semantic Process Engineering – Konzeption und Realisierung eines Werkzeugs zur semantischen Prozessmodellierung." Doctoral thesis, 2013. https://repositorium.ub.uni-osnabrueck.de/handle/urn:nbn:de:gbv:700-2013102311711.

Full text
Abstract:
In der Geschäftsprozessmodellierung haben sich semiformale, grafische Darstellungen etabliert. Die Bezeichnung der Elemente in diesen Modellen ist dabei an betriebswirtschaftliche Fachtermini angelehnt und erfolgt mit Hilfe der natürlichen Sprache, die jedoch Interpretationsspielräume mit sich bringt. Die Semantik der einzelnen Modellelemente ist somit für Menschen und Maschinen nicht eindeutig interpretierbar. In der vorliegenden Dissertation erfolgt daher die Konzeption und Realisierung einer semantischen Prozessmodellierung, die die Verknüpfung der semiformalen Prozessmodellierung mit formalen Begriffssystemen (Ontologien) gestaltet und werkzeugtechnisch unterstützt. Durch diese Verknüpfung wird die Semantik der einzelnen Modellelemente um eine eindeutige und maschinell verarbeitbare Semantik erweitert. Hierdurch können die mit formalen Ontologien möglichen Schlussfolgerungen angewendet werden, um etwa bei der Suche in Modellbeständen oder der Korrektheitsprüfung genauere oder vollständigere Ergebnisse zu erhalten. Im Ergebnis werden somit die im Bereich der Informatik und Künstlichen Intelligenz etablierten Ansätze der Wissensrepräsentation, insbesondere der Beschreibungslogik, in die fachlichen Prozessmodellierung eingebettet. Die Erprobung des Konzepts erfolgt über eine prototypische Implementierung, die einerseits die technische Umsetzbarkeit zeigt, andererseits auch für ein Laborexperiment zur Evaluation genutzt wurde.
APA, Harvard, Vancouver, ISO, and other styles
34

Riemenschneider, Tobias [Verfasser]. "Optimierung kontinuierlicher Anfragen auf Basis statistischer Metadaten / vorgelegt von Tobias Riemenschneider." 2008. http://d-nb.info/990901807/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
35

Stillger, Michael [Verfasser]. "AQuES : ein flexibles, verteiltes System zur Optimierung und Auswertung relationaler Anfragen / von Michael Stillger." 2000. http://d-nb.info/961043199/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
36

Schwarz, Thomas [Verfasser]. "Verarbeitung ortsbezogener Anfragen in lose gekoppelten, föderierten Systemen : Konzeption, Realisierung, Bewertung / vorgelegt von Thomas Schwarz." 2007. http://d-nb.info/986743283/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
37

Tolle, Karsten [Verfasser]. "Semantisches Web und Kontext : Speicherung von und Anfragen auf RDF-Daten unter Berücksichtigung des Kontextes / von Karsten Tolle." 2006. http://d-nb.info/980379288/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
38

Behrends, Erik. "Evaluation of Queries on Linked Distributed XML Data." Doctoral thesis, 2006. http://hdl.handle.net/11858/00-1735-0000-0006-B38A-9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography