Ontology: a practical guide
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Angwin, Calif.
Articulate Software Press
2011
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | xvii, 303 Seiten Illustrationen, Diagramme |
ISBN: | 9781889455105 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV047298235 | ||
003 | DE-604 | ||
005 | 20210708 | ||
007 | t | ||
008 | 210526s2011 a||| |||| 00||| eng d | ||
020 | |a 9781889455105 |9 978-1-889455-10-5 | ||
035 | |a (OCoLC)838701386 | ||
035 | |a (DE-599)BVBBV047298235 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-739 | ||
084 | |a ST 252 |0 (DE-625)143627: |2 rvk | ||
100 | 1 | |a Pease, Adam |d ca. 20./21. Jh. |e Verfasser |0 (DE-588)1236727142 |4 aut | |
245 | 1 | 0 | |a Ontology |b a practical guide |
264 | 1 | |a Angwin, Calif. |b Articulate Software Press |c 2011 | |
300 | |a xvii, 303 Seiten |b Illustrationen, Diagramme | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Ontologie |0 (DE-588)4075660-9 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)1196221006 |a Einführung |2 gnd-content | |
689 | 0 | 0 | |a Ontologie |0 (DE-588)4075660-9 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Passau - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032701449&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-032701449 |
Datensatz im Suchindex
_version_ | 1804182476390662144 |
---|---|
adam_text | Table of Contents List of Authors................................................................................................................................................. ix Forward............................................................................................................................................................ xi Author s Preface.............................................................................................................................................. xv Chapter 1 : Introduction......................................................................................................................................1 Motivation................................................................................................................................................... 3 Responding to the Critics.......................................................................................................................... 11 The Symbol Grounding Problem..............................................................................................................20 Contents of the Book................................................................................................................................ 28 Chapter 2: Knowledge Representation............................................................................................................31 Overview................................................................................................................................................... 33 Informal
Languages.................................................................................................................................. 35 Frames.......................................................................................................................................................38 Description Logic..................................................................................................................................... 40 Propositional and Predicate Logic............................................................................................................ 46 First-Order Logic...................................................................................................................................... 52 Higher-Order Logics................................................................................................................................. 54 First-Order Logic in SUO-KIF................................................................................................................. 55 SUO-KIF Details...................................................................................................................................... 57 Conversion to Firsţ-Order Logic...............................................................................................................60 Exercises................................................................................................................................................... 67 Chapter 3: Ontologies (in the Broadest
Sense)............................................................................................... 69 Introduction...............................................................................................................................................71 WordNet (and Why it s not an Ontology).................................................................................................71 DOLCE..................................................................................................................................................... 74 Cyc, OpenCyc........................................................................................................................................... 74 ISO 11179, NCI Thesaurus.......................................................................................................................75 Basic Formal Ontology, Open Biomedical Ontologies............................................................................ 77 Digression: Ontology Development Pitfalls............................................................................................. 78 Chapter 4: Suggested Upper Merged Ontology.............................................................................................. 83 Overview................................................................................................................................................... 86 Validation..................................................................................................................................................89 Principles of
Construction........................................................................................................................ 92 Digression - Open Research......................................................................................... 93 SUMO History.......................................................................................................................................... 94 SUMO Overview.....................................................................................................................................101 SUMO s Eleven Modules........................................................................................................................105 Lower Level Ontologies..........................................................................................................................109 Ontological Issues................................................................................................................................... Ill Ontology Code Management.................................................................................................................. 118 SUMO Details and Examples................................................................................................................. 120 Semiotics Content................................................................................................................................... 147
Exercises..................................................................................................................................................154 Chapter 5: SUMO and the WordNet Mappings............................................................................................ 157 Overview................................................................................................. 159 Interpreting Language............................................................................................................................. 164 Page iii
Global WordNet...................................................................................................................................... 166 The Interlingual Index.............................................................................................................................166 Arabie and Filipino Wordnets.................................................................................................................168 Chapter 6: Knowledge Engineering Tools.................................................................................................... 171 Introduction............................................................................................................................................. 173 Language Generation....................................................................................................... 175 Browsing and Display............................................................................................................................. 179 Analysis and Debugging......................................................................................................................... 182 Inference..................................................................................................................................................184 Higher-Order Logic................................................................................................................ 192 Mapping, Merging and
Translation........................................................................................................ 194 Working with Sigma and SUMO............................................................................................................195 Example Application................................................................................................... ..........................197 Browsing and Editing............................................................................................................................ 201 Sigma Tutorial........................................................................................................................................ 202 Exercises................................................................................................................................................. 214 Chapter 7: Using SUMO for Inference......................................................................................................... 215 Overview.................................................................................................................................................217 Inference................................................................................. 218 Example Inference.................................................................................................................................. 220 Proof Presentation..................................................................................................................................222 Resolution Theorem Proving
Example...................................................................................................223 Normalization Algorithm....................................................................................................................... 230 Refutation Algorithm..............................................................................................................................232 Chapter 8: Controlled English to Logic Translation.....................................................................................235 Introduction.............................................................................................................................................237 Simple Parsing and Interpretation.......................................................................................................... 239 Issues in Translation............................................................................................................................... 241 CELT Components................................................................................................................................. 248 Chapter 9: An Application: Extending SUMO with Wikipedia................................................................... 249 Introduction.............................................................................................................................................251 Related Work.......................................................................................................................................... 251 General
Comparison of the Knowledge Sources....................................................................................253 Integration of Entities............................................................................................................................. 255 Integrating Factual Knowledge.............................................................................................................. 262 Semantics of Terms in Ontologies..........................................................................................................266 Conclusion.............................................................................................................................................. 267 Summary and Conclusions........................................................................................................................... 269 Answers to the Exercises.............................................................................................................................. 271 Acknowledgments.........................................................................................................................................275 References..................................................................................................................................................... 279 Index..............................................................................................................................................................297 Page iv
|
adam_txt |
Table of Contents List of Authors. ix Forward. xi Author's Preface. xv Chapter 1 : Introduction.1 Motivation. 3 Responding to the Critics. 11 The Symbol Grounding Problem.20 Contents of the Book. 28 Chapter 2: Knowledge Representation.31 Overview. 33 Informal
Languages. 35 Frames.38 Description Logic. 40 Propositional and Predicate Logic. 46 First-Order Logic. 52 Higher-Order Logics. 54 First-Order Logic in SUO-KIF. 55 SUO-KIF Details. 57 Conversion to Firsţ-Order Logic.60 Exercises. 67 Chapter 3: Ontologies (in the Broadest
Sense). 69 Introduction.71 WordNet (and Why it's not an Ontology).71 DOLCE. 74 Cyc, OpenCyc. 74 ISO 11179, NCI Thesaurus.75 Basic Formal Ontology, Open Biomedical Ontologies. 77 Digression: Ontology Development Pitfalls. 78 Chapter 4: Suggested Upper Merged Ontology. 83 Overview. 86 Validation.89 Principles of
Construction. 92 Digression - Open Research. 93 SUMO History. 94 SUMO Overview.101 SUMO's Eleven Modules.105 Lower Level Ontologies.109 Ontological Issues. Ill Ontology Code Management. 118 SUMO Details and Examples. 120 Semiotics Content. 147
Exercises.154 Chapter 5: SUMO and the WordNet Mappings. 157 Overview. 159 Interpreting Language. 164 Page iii
Global WordNet. 166 The Interlingual Index.166 Arabie and Filipino Wordnets.168 Chapter 6: Knowledge Engineering Tools. 171 Introduction. 173 Language Generation. 175 Browsing and Display. 179 Analysis and Debugging. 182 Inference.184 Higher-Order Logic. 192 Mapping, Merging and
Translation. 194 Working with Sigma and SUMO.195 Example Application. .197 Browsing and Editing. 201 Sigma Tutorial. 202 Exercises. 214 Chapter 7: Using SUMO for Inference. 215 Overview.217 Inference. 218 Example Inference. 220 Proof Presentation.222 Resolution Theorem Proving
Example.223 Normalization Algorithm. 230 Refutation Algorithm.232 Chapter 8: Controlled English to Logic Translation.235 Introduction.237 Simple Parsing and Interpretation. 239 Issues in Translation. 241 CELT Components. 248 Chapter 9: An Application: Extending SUMO with Wikipedia. 249 Introduction.251 Related Work. 251 General
Comparison of the Knowledge Sources.253 Integration of Entities. 255 Integrating Factual Knowledge. 262 Semantics of Terms in Ontologies.266 Conclusion. 267 Summary and Conclusions. 269 Answers to the Exercises. 271 Acknowledgments.275 References. 279 Index.297 Page iv |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Pease, Adam ca. 20./21. Jh |
author_GND | (DE-588)1236727142 |
author_facet | Pease, Adam ca. 20./21. Jh |
author_role | aut |
author_sort | Pease, Adam ca. 20./21. Jh |
author_variant | a p ap |
building | Verbundindex |
bvnumber | BV047298235 |
classification_rvk | ST 252 |
ctrlnum | (OCoLC)838701386 (DE-599)BVBBV047298235 |
discipline | Informatik |
discipline_str_mv | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01272nam a2200325 c 4500</leader><controlfield tag="001">BV047298235</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20210708 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">210526s2011 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781889455105</subfield><subfield code="9">978-1-889455-10-5</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)838701386</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV047298235</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 252</subfield><subfield code="0">(DE-625)143627:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Pease, Adam</subfield><subfield code="d">ca. 20./21. Jh.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1236727142</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Ontology</subfield><subfield code="b">a practical guide</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Angwin, Calif.</subfield><subfield code="b">Articulate Software Press</subfield><subfield code="c">2011</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xvii, 303 Seiten</subfield><subfield code="b">Illustrationen, Diagramme</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">Ontologie</subfield><subfield code="0">(DE-588)4075660-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)1196221006</subfield><subfield code="a">Einführung</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Ontologie</subfield><subfield code="0">(DE-588)4075660-9</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="m">Digitalisierung UB Passau - ADAM Catalogue Enrichment</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=032701449&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-032701449</subfield></datafield></record></collection> |
genre | (DE-588)1196221006 Einführung gnd-content |
genre_facet | Einführung |
id | DE-604.BV047298235 |
illustrated | Illustrated |
index_date | 2024-07-03T17:22:32Z |
indexdate | 2024-07-10T09:08:09Z |
institution | BVB |
isbn | 9781889455105 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-032701449 |
oclc_num | 838701386 |
open_access_boolean | |
owner | DE-739 |
owner_facet | DE-739 |
physical | xvii, 303 Seiten Illustrationen, Diagramme |
publishDate | 2011 |
publishDateSearch | 2011 |
publishDateSort | 2011 |
publisher | Articulate Software Press |
record_format | marc |
spelling | Pease, Adam ca. 20./21. Jh. Verfasser (DE-588)1236727142 aut Ontology a practical guide Angwin, Calif. Articulate Software Press 2011 xvii, 303 Seiten Illustrationen, Diagramme txt rdacontent n rdamedia nc rdacarrier Ontologie (DE-588)4075660-9 gnd rswk-swf (DE-588)1196221006 Einführung gnd-content Ontologie (DE-588)4075660-9 s DE-604 Digitalisierung UB Passau - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032701449&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Pease, Adam ca. 20./21. Jh Ontology a practical guide Ontologie (DE-588)4075660-9 gnd |
subject_GND | (DE-588)4075660-9 (DE-588)1196221006 |
title | Ontology a practical guide |
title_auth | Ontology a practical guide |
title_exact_search | Ontology a practical guide |
title_exact_search_txtP | Ontology a practical guide |
title_full | Ontology a practical guide |
title_fullStr | Ontology a practical guide |
title_full_unstemmed | Ontology a practical guide |
title_short | Ontology |
title_sort | ontology a practical guide |
title_sub | a practical guide |
topic | Ontologie (DE-588)4075660-9 gnd |
topic_facet | Ontologie Einführung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032701449&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT peaseadam ontologyapracticalguide |