Informationssuche im Semantic Web: Methoden des Information Retrieval für die Wissensrepräsentation
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
Saarbrücken
VDM Verlag Dr. Müller
2006
|
Ausgabe: | 1. Aufl. |
Schlagworte: | |
Online-Zugang: | Inhaltstext Inhaltsverzeichnis |
Beschreibung: | 107 S. graph. Darst. |
ISBN: | 9783865508867 3865508863 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV022242905 | ||
003 | DE-604 | ||
007 | t | ||
008 | 070126s2006 gw d||| |||| 00||| ger d | ||
015 | |a 06,N39,0026 |2 dnb | ||
016 | 7 | |a 981082319 |2 DE-101 | |
020 | |a 9783865508867 |c Pb. : EUR 49.00, EUR 76.00 (AT) |9 978-3-86550-886-7 | ||
020 | |a 3865508863 |c Pb. : EUR 49.00, EUR 76.00 (AT) |9 3-86550-886-3 | ||
024 | 3 | |a 9783865508867 | |
035 | |a (OCoLC)180110012 | ||
035 | |a (DE-599)BVBBV022242905 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
044 | |a gw |c XA-DE-SL | ||
049 | |a DE-1102 |a DE-525 | ||
082 | 0 | |a 025.0402856332 |2 22/ger | |
084 | |a ST 205 |0 (DE-625)143613: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
100 | 1 | |a Hüsken, Peter |e Verfasser |4 aut | |
245 | 1 | 0 | |a Informationssuche im Semantic Web |b Methoden des Information Retrieval für die Wissensrepräsentation |c Peter Hüsken |
250 | |a 1. Aufl. | ||
264 | 1 | |a Saarbrücken |b VDM Verlag Dr. Müller |c 2006 | |
300 | |a 107 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Information Retrieval |0 (DE-588)4072803-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Semantic Web |0 (DE-588)4688372-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Semantic Web |0 (DE-588)4688372-1 |D s |
689 | 0 | 1 | |a Information Retrieval |0 (DE-588)4072803-1 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=2850486&prov=M&dok_var=1&dok_ext=htm |3 Inhaltstext |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015453805&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-015453805 |
Datensatz im Suchindex
_version_ | 1805088646954483712 |
---|---|
adam_text |
Inhaltsverzeichnis
1. Einleitung 1
1.1. Semantic Web 2
1.2. Information Retrieval im Semantic Web 3
1.3. Zielsetzung 4
2. Beschreibungssprachen für das Semantic Web 5
2.1. RDF (Resource Description Framework) 5
2.2. RDFS (RDF Schema) 8
2.3. OWL (Ontology Web Language) 13
2.3.1. Einführung 13
2.3.2. OWL Lite 15
2.3.3. OWL DL und OWL Füll 17
3. Inferenz auf OWL Daten 19
3.1. Zusammenhang mit Description Logics 20
3.2. Datalog 21
3.3. Probabilistisches Datalog (pDatalog) 23
3.4. Abbildung von OWL Lite" auf Datalog 24
3.4.1. Grundlegende Konstrukte 25
3.4.2. Konstrukte für die Definition von Klassen 26
3.4.3. Konstrukte für Properties 27
3.4.4. Vollständigkeit der Abbildung 28
3.4.5. Unterstützung weiterer OWL Konstrukte 29
3.4.6. pOWL Lite" 29
4. Information Retrieval auf OWL Lite" Daten 31
4.1. Faktenretrieval 32
4.1.1. Indexierung 33
4.1.2. Paradigma der unsicheren Inferenz 35
4.2. Anfragesprachen 36
4.2.1. OWL QL 39
4.2.2. SWRL 41
4.2.3. NEXI 44
iii
Inhaltsverzeichnis
4.2.4. Vergleich der Ansätze 46
4.2.5. Die Anfragesprache OWLeQL 47
4.3. Abstrakte pDatalog Regeln 51
4.3.1. Sicherheit von abstrakten Regeln 52
4.3.2. Behandlung abstrakter pDatalog Literale 53
4.4. Auswertung abstrakter pDatalog Programme 55
4.4.1. Stratifizierte pDatalog Programme 57
4.5. Unterstützung probabilistischer OWL Ontologien 58
5. Implementierung 61
5.1. Verwendete Tools 61
5.1.1. PIRE 61
5.1.2. Jena 63
5.2. Eingesetzte IR Datentypen und ihre Operatoren 64
5.3. Die Klasse RetrievalManager 65
5.3.1. Verwaltung von Ontologien 66
5.3.2. Indexierung von OWL Datatype Properties 67
5.3.3. Eingabe von Anfragen 70
5.4. Die Klasse AbstractRules 71
5.4.1. Disjunkte / nicht disjunkte Wahrscheinlichkeitsereignisse 71
5.5. Persistenz 72
6. Evaluierung 75
6.1. Einführung 75
6.2. IR Maße 76
6.3. Ausgangsproblematik
6.4. Evaluierungsszenario
6.4.1. Überblick 79
6.4.2. Erstellung einer Evaluierungs Ontologie '
6.4.3. Realisierung eines Vergleichssvstems
6.4.4. Berechnung von Recall und Precision °
6.5. Qualitätsbewertung °
6.6. Effizienzmessungen
7. Zusammenfassung und Ausblick ^
A. Konfigurationsdatei für die automatische Indexierung
Tabellenverzeichnis *
Abbildungsverzeichnis
iv
Inhaltsverzeichnis
Literaturverzeichnis 105
v |
adam_txt |
Inhaltsverzeichnis
1. Einleitung 1
1.1. Semantic Web 2
1.2. Information Retrieval im Semantic Web 3
1.3. Zielsetzung 4
2. Beschreibungssprachen für das Semantic Web 5
2.1. RDF (Resource Description Framework) 5
2.2. RDFS (RDF Schema) 8
2.3. OWL (Ontology Web Language) 13
2.3.1. Einführung 13
2.3.2. OWL Lite 15
2.3.3. OWL DL und OWL Füll 17
3. Inferenz auf OWL Daten 19
3.1. Zusammenhang mit Description Logics 20
3.2. Datalog 21
3.3. Probabilistisches Datalog (pDatalog) 23
3.4. Abbildung von OWL Lite" auf Datalog 24
3.4.1. Grundlegende Konstrukte 25
3.4.2. Konstrukte für die Definition von Klassen 26
3.4.3. Konstrukte für Properties 27
3.4.4. Vollständigkeit der Abbildung 28
3.4.5. Unterstützung weiterer OWL Konstrukte 29
3.4.6. pOWL Lite" 29
4. Information Retrieval auf OWL Lite" Daten 31
4.1. Faktenretrieval 32
4.1.1. Indexierung 33
4.1.2. Paradigma der unsicheren Inferenz 35
4.2. Anfragesprachen 36
4.2.1. OWL QL 39
4.2.2. SWRL 41
4.2.3. NEXI 44
iii
Inhaltsverzeichnis
4.2.4. Vergleich der Ansätze 46
4.2.5. Die Anfragesprache OWLeQL 47
4.3. Abstrakte pDatalog Regeln 51
4.3.1. Sicherheit von abstrakten Regeln 52
4.3.2. Behandlung abstrakter pDatalog Literale 53
4.4. Auswertung abstrakter pDatalog Programme 55
4.4.1. Stratifizierte pDatalog Programme 57
4.5. Unterstützung probabilistischer OWL Ontologien 58
5. Implementierung 61
5.1. Verwendete Tools 61
5.1.1. PIRE 61
5.1.2. Jena 63
5.2. Eingesetzte IR Datentypen und ihre Operatoren 64
5.3. Die Klasse RetrievalManager 65
5.3.1. Verwaltung von Ontologien 66
5.3.2. Indexierung von OWL Datatype Properties 67
5.3.3. Eingabe von Anfragen 70
5.4. Die Klasse AbstractRules 71
5.4.1. Disjunkte / nicht disjunkte Wahrscheinlichkeitsereignisse 71
5.5. Persistenz 72
6. Evaluierung 75
6.1. Einführung 75
6.2. IR Maße 76
6.3. Ausgangsproblematik
6.4. Evaluierungsszenario
6.4.1. Überblick 79
6.4.2. Erstellung einer Evaluierungs Ontologie '
6.4.3. Realisierung eines Vergleichssvstems
6.4.4. Berechnung von Recall und Precision °
6.5. Qualitätsbewertung °
6.6. Effizienzmessungen
7. Zusammenfassung und Ausblick ^
A. Konfigurationsdatei für die automatische Indexierung
Tabellenverzeichnis *
Abbildungsverzeichnis
iv
Inhaltsverzeichnis
Literaturverzeichnis 105
v |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Hüsken, Peter |
author_facet | Hüsken, Peter |
author_role | aut |
author_sort | Hüsken, Peter |
author_variant | p h ph |
building | Verbundindex |
bvnumber | BV022242905 |
classification_rvk | ST 205 |
ctrlnum | (OCoLC)180110012 (DE-599)BVBBV022242905 |
dewey-full | 025.0402856332 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 025 - Operations of libraries and archives |
dewey-raw | 025.0402856332 |
dewey-search | 025.0402856332 |
dewey-sort | 225.0402856332 |
dewey-tens | 020 - Library and information sciences |
discipline | Allgemeines Informatik |
discipline_str_mv | Allgemeines Informatik |
edition | 1. Aufl. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV022242905</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070126s2006 gw d||| |||| 00||| ger d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">06,N39,0026</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">981082319</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783865508867</subfield><subfield code="c">Pb. : EUR 49.00, EUR 76.00 (AT)</subfield><subfield code="9">978-3-86550-886-7</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3865508863</subfield><subfield code="c">Pb. : EUR 49.00, EUR 76.00 (AT)</subfield><subfield code="9">3-86550-886-3</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783865508867</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)180110012</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022242905</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE-SL</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1102</subfield><subfield code="a">DE-525</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">025.0402856332</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 205</subfield><subfield code="0">(DE-625)143613:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Hüsken, Peter</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Informationssuche im Semantic Web</subfield><subfield code="b">Methoden des Information Retrieval für die Wissensrepräsentation</subfield><subfield code="c">Peter Hüsken</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. Aufl.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Saarbrücken</subfield><subfield code="b">VDM Verlag Dr. Müller</subfield><subfield code="c">2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">107 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Information Retrieval</subfield><subfield code="0">(DE-588)4072803-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Semantic Web</subfield><subfield code="0">(DE-588)4688372-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Semantic Web</subfield><subfield code="0">(DE-588)4688372-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Information Retrieval</subfield><subfield code="0">(DE-588)4072803-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="q">text/html</subfield><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=2850486&prov=M&dok_var=1&dok_ext=htm</subfield><subfield code="3">Inhaltstext</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015453805&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-015453805</subfield></datafield></record></collection> |
id | DE-604.BV022242905 |
illustrated | Illustrated |
index_date | 2024-07-02T16:36:39Z |
indexdate | 2024-07-20T09:11:21Z |
institution | BVB |
isbn | 9783865508867 3865508863 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015453805 |
oclc_num | 180110012 |
open_access_boolean | |
owner | DE-1102 DE-525 |
owner_facet | DE-1102 DE-525 |
physical | 107 S. graph. Darst. |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | VDM Verlag Dr. Müller |
record_format | marc |
spelling | Hüsken, Peter Verfasser aut Informationssuche im Semantic Web Methoden des Information Retrieval für die Wissensrepräsentation Peter Hüsken 1. Aufl. Saarbrücken VDM Verlag Dr. Müller 2006 107 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Information Retrieval (DE-588)4072803-1 gnd rswk-swf Semantic Web (DE-588)4688372-1 gnd rswk-swf Semantic Web (DE-588)4688372-1 s Information Retrieval (DE-588)4072803-1 s DE-604 text/html http://deposit.dnb.de/cgi-bin/dokserv?id=2850486&prov=M&dok_var=1&dok_ext=htm Inhaltstext HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015453805&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Hüsken, Peter Informationssuche im Semantic Web Methoden des Information Retrieval für die Wissensrepräsentation Information Retrieval (DE-588)4072803-1 gnd Semantic Web (DE-588)4688372-1 gnd |
subject_GND | (DE-588)4072803-1 (DE-588)4688372-1 |
title | Informationssuche im Semantic Web Methoden des Information Retrieval für die Wissensrepräsentation |
title_auth | Informationssuche im Semantic Web Methoden des Information Retrieval für die Wissensrepräsentation |
title_exact_search | Informationssuche im Semantic Web Methoden des Information Retrieval für die Wissensrepräsentation |
title_exact_search_txtP | Informationssuche im Semantic Web Methoden des Information Retrieval für die Wissensrepräsentation |
title_full | Informationssuche im Semantic Web Methoden des Information Retrieval für die Wissensrepräsentation Peter Hüsken |
title_fullStr | Informationssuche im Semantic Web Methoden des Information Retrieval für die Wissensrepräsentation Peter Hüsken |
title_full_unstemmed | Informationssuche im Semantic Web Methoden des Information Retrieval für die Wissensrepräsentation Peter Hüsken |
title_short | Informationssuche im Semantic Web |
title_sort | informationssuche im semantic web methoden des information retrieval fur die wissensreprasentation |
title_sub | Methoden des Information Retrieval für die Wissensrepräsentation |
topic | Information Retrieval (DE-588)4072803-1 gnd Semantic Web (DE-588)4688372-1 gnd |
topic_facet | Information Retrieval Semantic Web |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=2850486&prov=M&dok_var=1&dok_ext=htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015453805&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT huskenpeter informationssucheimsemanticwebmethodendesinformationretrievalfurdiewissensreprasentation |