1 Introduction DAML+OIL is not Enough

1 Introduction DAML+OIL is not Enough
1 Introduction DAML+OIL is not Enough

DAML+OIL is not Enough

Sean Bechhofer Carole Goble Ian Horrocks

Information Management Group

Computer Science Department

Kilburn Building

University of Manchester

Oxford Road

Manchester M139PL

https://www.360docs.net/doc/5c7048990.html,

seanb@https://www.360docs.net/doc/5c7048990.html,

1Introduction

As is well recognised within the Semantic Web community,ontologies will play a crucial part in the delivery of the Semantic Web,facilitating the sharing of information between communities,both of people and software agents.

In order to support this use of ontologies,a number of representational formats have been pro-posed,including RDF Schema(RDF(S))[RDF],the Ontology Interchange Language(OIL) [OIL]and the Darpa Agent Markup Language(DAML)[DAM].These last two have been brought together to form DAML+OIL,a language now being proposed as a W3C standard for ontological and metadata representation.

DAML+OIL draws heavily on the original OIL speci?cation,but has some key differences. In this paper,we highlight some of those differences,in particular the contrast in modelling primitives available in OIL and DAML+OIL,and discuss the impact that this may have on the use of DAML+OIL as a format for exchange,modelling and delivery of ontologies. The original purpose of OIL was to enable the sharing–the exchange–of ontologies.This sharing and exchange can be seen to have(at least)two dimensions:

the unequivocal sharing of semantics so that when the ontology is deployed it can be interpreted in a consistent manner;

ensuring that when the ontology is viewed by an agent(in particular here a person)other than the author,the intention of the author is clear.

The latter is essential for cases where a)the ontology will be reused by another ontologist;or b)the ontology will be exposed through some kind of browser,editor or query interface. These issues have been raised in[Euz00],which considers three levels of understanding when considering exchange languages:syntactic,semantic and semiotic.The?rst two levels are required in order to support our?rst requirement,and are not under debate in this particular context as languages such as DAML+OIL and OIL provide a well de?ned syntax and se-mantics for the constructions in the language.The third level is of more interest,as it is this semiotic level that impacts on the clarity of an ontology when presented to someone other than the author.

The motivation behind OIL’s adoption of frame’s modeling constructs was to facilitate the faithful capture of the epistemology of the modelling process.Other information such as ar-gumentation can be seen as an important part of the acquisition and development of reusable or shareable ontologies[UG96].We should also bear in mind Gruber’s principles for ontol-ogy design[Gru93]which include the desire for properties such as clarity,extendability and a minimal encoding bias.

The drift of DAML+OIL away from constructs that are epistemologically supportive only serves the deployment purpose and fails somewhat in supporting authoring.In this paper we argue why this is relevant,and show how this drift damages the ease of construction of tools such as OilEd(see Section4).

2OIL

It is of use at this point to revisit the motivation for OIL and look at the factors which had an in?uence on the language.The Ontology Inference Layer(OIL)is a language developed by the OIL consortium.It has been discussed in a number of papers[FHvH00,BKD00]and we do not intend to present it in detail here.In our discussion of OIL here,please note that we refer to the language as de?ned by[OIL00].For good reasons,OIL draws on three roots as depicted in Figure1:

Frame-based Representations;

Description Logics;

Web based languages;

2.1Frame-based Representations

Frame-based and object-oriented approaches to modelling employ modelling primitives based on classes(or frames)with certain properties known as attributes.These attributes have local, rather than global,scope,and are applicable to the classes they are de?ned for.OIL embraces this approach and allows the de?nition of a class in terms of a collection of superclasses and a collection of attribute or slot constraints.

Figure1:The Roots of OIL

Frames thus supply what is arguably a“natural”style and“friendly”face to the modeller. Frame-based representations can suffer,however,from a lack of a well-de?ned semantics. for example it is sometimes not clear whether a slot constraint represents a universal quan-ti?cation–all?llers must take a particular value–or an existential quanti?cation–there is a?ller with a particular value.This makes reasoning or computation over a frame-based representation troublesome.

OIL itself was in?uenced by XOL,an early proposed ontology standard from the BioOntol-ogy Core Group1based on OKBC-Lite.Frame based representations have successfully been used within the Bioinformatics community for some time[SGB00],for example EcoCyc [Eco]and RiboWeb[Rib].

2.2Description Logics

Description Logics(DLs)describe knowledge in terms of concepts and role restrictions that can then be used to automatically derive classi?cation hierarchies.DLs allow the de?nition of classes in terms of descriptions that specify the properties satis?ed by objects belonging to the concept.DLs will,in general,supply a range of concept forming operators that can be used in these descriptions,including conjunction,disjunction,negation,and various forms of role quanti?cation.A key aspect of DLs is their formal semantics and reasoning support.DLs de?ne fragments of?rst-order logic which in general have high expressive power but which still allow for decidable and ef?cient inference procedures.

Description logics are hard to interact with directly,however.In the past,DLs have been delivered as large,monolithic systems requiring users to model in the underlying syntax.

UK-Animal-lover

Person

3Animal

UK

Figure2:Example Frame

OIL draws from DL languages and provides a range of expressive concept forming operators.

In addition,OIL inherits a formal semantics and reasoning procedures from the DL world but

without compromising usability.OIL adds extra mechanisms such as recursive class de?ni-

tions and more general axioms to the basic frame-based modelling primitives,producing a

powerful hybrid.This relationship with DL languages is made explicit through the provision

of a mapping from OIL to the Descripion Logic.Of course,one could argue that via this mapping from OIL to,OIL itself is simply an alternative syntax for a DL.This is true in some respects,but the thesis of this paper is that the alternative presentation of OIL

is important and offers a different modelling experience to the user than that obtained when

using the underlying raw logic.

2.3Web based languages

In addition to the de?nition of modelling primitives and their semantics,an ontology repre-

sentation and exchange language requires a delivery format and concrete syntax.Schemas

have been de?ned for OIL in terms of both XML-Schema and RDF schema,allowing OIL

to sit happily alongside existing standards.In particular,as OIL extends RDF Schema,an

RDFS-aware application may be able to read OIL ontologies and extract basic class hierar-

chies without necessarily being OIL-aware.

Figure2shows an informal example of a frame.This describes a UK animal lover as a

person with at least3pets who lives in the UK.Note that within such a description it is not

always clear whether the intended interpretation of a slot?llers is as a universal or existential

quanti?cation.

3DAML+OIL

DAML+OIL is a more recent proposal for an ontology representation language that has

emerged from work under DARPA’s Agent Markup Language(DAML)initiative along with

input from leading members of the OIL consortium.DAML+OIL draws heavily on the orig-

inal OIL language,but differs in a number of ways.In particular,DAML+OIL has moved

away from the original frame-like ideals of OIL and is,in a much stronger sense than OIL,

an alternative syntax for a Description Logic.

Assertions in a DAML+OIL ontology(such as the superclasses or slot constraints applying

to a class)are couched in terms of general axioms.The idea of a“frame”,a single place in

Figure3:OilEd

which facts about a class are gathered is lost,or is at least not inherent in the language.

4The OilEd Experience

OilEd is a simple ontology editor2.It was developed initially as a demonstration of the possi-bilites and bene?ts of using as reasoner to classify ontologies,but has enjoyed some success as an ontology editor in its own right.A major factor in this success was the adoption of a “frame-based”paradigm,closely tied to the underlying OIL language description.As dis-cussed in[SHGB01],the use of OIL and its frame-like approach proved vital in supporting biologists involved in a modelling exercise.

Although frames can have their associated problems(for example the problems of inter-pretation as introduced earlier),OIL’s well de?ned semantics has helped to alleviate these, allowing the use of DL-based semantics and a reasoner.OilEd can communicate with the FaCT reasoner using its CORBA interface[BHPST99].This allows OilEd to classify and organise concept hierarchies,spot inconsistencies,and means that the modeller can construct the model through the use of descriptions rather than explicitly building hierarchies. Figure3shows an example class description panel from OilEd.It shows the description of

a class in terms of its explicit superclasses,along with a collection of slot constraints.Tools

subclass-of Man

slot-constraint drives

has-value White-van

covered White-van-man by Aggressive-driver

Figure4:De?nition of White Van Man

such as Protege2000[GEF99](from which OilEd draws much in?uence)and OntoEdit [SM00]also use the frame-based paradigm.Note that in contrast to Figure2,the drives slot here is explicitly typed as has-value,the OIL primitive for an existential quanti?cation.

The original implementation of OilEd predates the de?nition of DAML+OIL,and the inter-nal representations used for ontologies follow very closely those in the original OIL language. OilEd can now read and write DAML+OIL(using the RDFS format),but during the develop-ment of the tool,a number of issues came up,in particular a mismatch between the underlying models of OIL and DAML+OIL.

5DAML+OIL vs.OIL

As introduced above,assertions in DAML+OIL are couched in terms of axioms.This has the effect that all descriptions of concepts are collapsed into a collection of axioms,possibly los-ing information about the way in which the model was constructed.Returning to our original motivations,if we are simply considering the delivery of ontologies to applications that then need to use that information for reasoning or queries,this is unlikely to be an issue.

However,if we consider the activity of modelling and exchange of ontologies between,for example,ontologists,this is of importance.OIL allows the modeller to state things in more than one way.For example,we can de?ne White-van-man3as a man who drives a white van. In addition,we can add an axiom that states that White-van-man is an aggressive driver.The corresponding OIL(in terms of OIL’s textual representation)appears in Figure4.

Alternatively,we could simply introduce the class White-van-man,and then make a number of assertions(through equivalence and covering axioms)about the class,as shown in Figure5.

The semantics of both of these sets of de?nitions(in terms of their mapping to the underlying DL)are identical.However,we can argue that the alternative organisation of the facts carries some extra information about the way that the ontologist has chosen to produce the model. This is not,in itself,a problem.When modellers choose to use tools such as OilEd or Protege to construct ontologies,however,it becomes more important.In order to read in an ontology from a DAML+OIL description,we need to be able to reconstruct frame-style descriptions

equivalent

White-van-man

(man and

(slot-constraint drives

has-value White-van))

covered White-van-man by Aggressive-driver

Figure5:Alternative de?nition of White Van Man through axioms

of concepts.This is not always possible to do in a consistent manner.In our example,when faced with the alternative presentation,we cannot tell that the original intention was that the ?rst axiom should be taken as the de?nition,while the second is some“extra”information. Both of these descriptions would map to the same set of DAML+OIL axioms as shown in a DAML+OIL form in Figure6,and an editor(or ontologist)would be unable to determine which was the original construction.The issue here is concerned with the levels of under-standing as discussed in[Euz00].There is no debate over the lexical or semantic levels of understanding as these are well catered for in the language.Here,as discussed in Section1 we are concerned with the semiotic level which is particularly important when dealing with exchange of models between people and the faithful reproduction of these representations. This has rami?cations not just for the process of exchange,but impacts on tool developers wishing to use DAML+OIL as a representational format.The prevalence of frame-based ontology editors and their popularity among users suggests that the frame-based paradigm is appropriate for such tools.Description Logic languages certainly have a place in the toolkit of the conceptual modeller but they have not gained much popularity as raw tools for conceptual modelling in the past.This is unlikely to change.

If the developer of tool X wishes to preserve information about the way in which the model is constructed,then information(representing for example whether class de?nitions or axioms were used)will need to be kept in addition to the DAML+OIL encoding of the ontology.If ontologies are then shared between users of tool X,this extra information must be shared too. The extensible nature of RDF makes this feasible(if we use an RDF Schema based exchange format),and DAML+OIL ontologies with this extra information could then be used.If the users of tool Y also wish to use this information,though,the developers of tool Y will also need to be aware of X’s(non-standard)extensions to the DAML+OIL format.In effect,we are introducing a new standard that extends the original.Care must be taken if these extensions are to be maintained consistently–this can place barriers on the ease with which exchange can be supported between and within communities.

Figure6:DAML+OIL description of White Van Man

6Conclusions

It must be stressed that this paper is not intended as a general criticism of DAML+https://www.360docs.net/doc/5c7048990.html,n-guages like OIL and DAML+OIL are crucial to the success of the Semantic Web–without well-de?ned semantics and inference procedures,agents will not be able to consistently pro-cess information.As a delivery platform for ontologies,DAML+OIL is quite satisfactory and indeed,in the opinions of the authors,is a great improvement over alternative representa-tions such as simple RDF Schema or Topic Maps.However,as an exchange and modelling format,DAML+OIL is lacking in the areas outlined above.To quote from[Euz00],“good understanding cannot be ensured by meaning preservation”.

The authors would be the?rst to admit that this is neither a radical discovery nor a shocking conclusion.We must,however,be careful that in adopting DAML+OIL we do not lose the features that made OIL such an attractive proposition as a language not only for Ontology representation and delivery,but also for sharing and exchange.

7Acknowledgements

This work was supported by EPSRC Grant GR/M75426.

References

[BHPST99]S.Bechhofer,I.Horrocks,P.F.Patel-Schneider,and S.Tessaris.A proposal for a description logic interface.In https://www.360docs.net/doc/5c7048990.html,mbrix,A.Borgida,M.Lenzerini,R.M¨o ller,and P.Patel-Schneider,editors,

Proceedings of the International Workshop on Description Logics(DL’99),pages33–36,1999. [BKD00]J.Broekstra,M.Klein,S.Decker,D.Fensel,and I.Horrocks.Adding formal semantics to the web:building on top of rdf schema.In Proc.SemWeb2000,2000.

[DAM]DAML Project.https://www.360docs.net/doc/5c7048990.html,.

[Eco]EcoCyc Web site.https://www.360docs.net/doc/5c7048990.html,/ecocyc/ecocyc.html. [Euz00]Jrme Euzenat.Towards formal knowledge intelligibility at the semiotic level.In ECAI2000 Workshop Applied Semiotics:Control Problems,Berlin(DE),pages59–61,2000.

[FHvH00]D.Fensel,I.Horrocks,F.van Harmelen,S.Decker,M.Erdmann,and M.Klein.OIL in a nutshell.In Proceedings of the European Knowledge Acquisition Conference(EKAW-2000).

Springer-Verlag,2000.

[GEF99]William E.Grosso,Henrik Eriksson,Ray W.Fergerson,John H.Gennari,Samson W.Tu,and Mark A.Musen.Knowledge modeling at the millennium(the design and evolution of prot′e g′e-

2000).In Proc.of KAW99,1999.

[Gru93]T.R.Gruber.Towards principles for the design of ontologies used for knowledge sharing.In R.Guarino,N.Poli,editor,International Workshop on Formal Ontology,Padova,Italy,1993. [OIL]Ontology Inference Layer.https://www.360docs.net/doc/5c7048990.html,/oil/.

[OIL00]OIL RDF Schema.https://www.360docs.net/doc/5c7048990.html,/oil/rdf-schema/2000/11/ 10-oil-standard,2000.

[RDF]Resource Description Format.https://www.360docs.net/doc/5c7048990.html,/RDF/.

[Rib]RiboWeb Web site.https://www.360docs.net/doc/5c7048990.html,/projects/helix/riboweb.

html.

[SGB00]Robert Stevens,Carole A.Goble,and Sean Bechhofer.Ontology-based knowledge representation for bioinformatics.Brie?ngs in Bioinformatics,1(4):398–414,nov2000.

[SHGB01]Robert Stevens,Ian Horrocks,Carole Goble,and Sean Bechhofer.Building a Reason-able Bioin-formatics Ontology Using OIL.In Some IJCAI Workshop,2001.

[SM00]S.Staab and A Maedche.Ontology Engineering beyond the Modeling of Concepts and Relations.

In ECAI’2000Workshop on Applications of Ontologies and Problem-Solving Methods,Berlin,

2000.,2000.

[UG96]https://www.360docs.net/doc/5c7048990.html,chold and M.Gruninger.Ontologies:Principles,methods and applications.Knowledge Engineering Review,11(2),1996.

1 Introduction On

On choice-o?ering imperatives Maria Aloni? 1Introduction The law of propositional logic that states the deducibility of either A or B from A is not valid for imperatives(Ross’s paradox,cf.[9]).The command (or request,advice,etc.)in(1a)does not imply(1a)(unless it is taken in its alternative-presenting sense),otherwise when told the former,I would be justi?ed in burning the letter rather then posting it. (1) a.Post this letter!? b.Post this letter or burn it! Intuitively the most natural interpretation of the second imperative is as one presenting a choice between two actions.Following[2](and[6])I call these choice-o?ering imperatives.Another example of a choice-o?ering imperative is (2)with an occurence of Free Choice‘any’which,interestingly,is licensed in this context. (2)Take any card! Like(1a),this imperative should be interpreted as carrying with it a permission that explicates the fact that a choice is being o?ered. Possibility statements behave similarly(see[8]).Sentence(3b)has a read-ing under which it cannot be deduced from(3a),and‘any’is licensed in(4). (3) a.You may post this letter.? b.You may post this letter or burn it. (4)You may take any card. In[1]I presented an analysis of modal expressions which explains the phe-nomena in(3)and(4).That analysis maintains a standard treatment of‘or’as logical disjunction(contra[11])and a Kadmon&Landman style analysis of‘any’as existential quanti?er(contra[3]and[4])assuming,however,an in-dependently motivated‘Hamblin analysis’for∨and?as introducing sets of alternative propositions.Modal expressions are treated as operators over sets of propositional alternatives.In this way,since their interpretation can depend on the alternatives introduced by‘or’(∨)or‘any’(?)in their scope,we can account for the free choice e?ect which arises in sentences like(3b)or(4).In this article I would like to extend this analysis to imperatives.The resulting theory will allow a uni?ed account of the phenomena in(1)-(4).We will start by presenting our‘alternative’analysis for inde?nites and disjunction. ?ILLC-Department of Philosophy,University of Amsterdam,NL,e-mail:M.D.Aloni@uva.nl

1.introduction

Introdution

Mike Jian

INTRODUCTION ?Section A: ?Comprises 8 two mark and 4 one mark multiple choice questions. ?Section B: ?Four 10 mark questions. ?Two 20 mark questions.

INTRODUCTION The examination is a three hour paper with 15 minutes reading and planning time. All questions are compulsory. Some questions will adopt a scenario/case study approach. All those questions will require some form of written response although questions on planning or review may require the calculation and interpretation of some basic ratios.

1.Which TWO of the following should be included in an audit engagement letter? ①Objective and scope of the audit ②Results of previous audits ③Management’s responsibilities ④Need to maintain professional scepticism A.① and ② B.① and ③ C.② and ④ D.③ and ④ (2 marks)

外文翻译关于Linux的介绍(Introduction to Linux)

毕业设计说明书 英文文献及中文翻译 学 专 指导教师: 2014 年 6 月

Introduction to Linux 1.1 History 1.1.1 UNIX In order to understand the popularity of Linux, we need to travel back in time, ab out 30 years ago... Imagine computers as big as houses, even stadiums. While the sizes of those com puters posed substantial problems, there was one thing that made this even worse: eve ry computer had a different operating system. Software was always customized to ser ve a specific purpose, and software for one given system didn't run on another system. Being able to work with one system didn't automatically mean that you could work w ith another. It was difficult, both for the users and the system administrators. Computers were extremely expensive then, and sacrifices had to be made even after th e original purchase just to get the users to understand how they worked. The total cost of IT was enormous. Technologically the world was not quite that advanced, so they had to live with t he size for another decade. In 1969, a team of developers in the Bell Labs laboratories started working on a solution for the software problem, to address these compatibility issues. They developed a new operating system, which was simple and elegant written in the C programming language instead of in assembly code able to recycle code. The Bell Labs developers named their project "UNIX." The code recycling features were very important. Until then, all commercially av ailable computer systems were written in a code specifically developed for one system . UNIX on the other hand needed only a small piece of that special code, which is now commonly named the kernel. This kernel is the only piece of code that needs to be ad apted for every specific system and forms the base of the UNIX system. The operating system and all other functions were built around this kernel and written in a higher pr ogramming language, C. This language was especially developed for creating the UNI

自我介绍(self-introduction)

自我介绍(self-introduction) ??? 1. Good morning. I am glad to be here for this interview. First let me introduce myself. My name is ***, 24. I come from ******,the capital of *******Province. I graduated from the ******* department of *****University in July ,2001.In the past two years I have been preparing for the postgraduate examination while I have been teaching *****in NO.****middle School and I was a head-teacher of a class in junior grade two. Now all my hard work has got a result since I have a chance to be interview by you . I am open-minded ,quick in thought and very fond of history.In my spare time,I have broad interests like many other youngsters.I like reading books, especially those about *******.Frequently I exchange with other people by making comments in the forum on line.

加拿大介绍Canada Introduction

Canada Introduction Canada has a population just less than 30 million people in a country twice the area of the United States. The heritage of Canada was French and English; however, significant immigration from Asia and Europe's non-French and English countries has broadened Canada's cultural richness. This cultural diversity is considered a national asset, and the Constitution Act prohibits discrimination against individual citizens on the basis of race, color, religion, or sex. The great majority of Canadians are Christian. Although the predominant language in Canada is English, there are at least three varieties of French that are recognized: Quebecois in Quebec, Franco-Manitoban throughout Manitoba and particularly in the St. Boniface area of Winnipeg, and Acadian. The Italian language is a strong third due to a great influx of Italian immigrants following W.W.II. Canada's three major cities are distinctively, even fiercely different from one another even though each is a commercially thriving metropolitan center. Montreal, established in the 17th century and the largest French city outside France, has a strong influence of French architecture and culture. It is a financial and manufacturing center

英语口语集锦-介绍(introduction)

英语口语集锦-介绍(introduction) making introductions 给人作介绍 1. jane, tom. tom, jane. 2. jane, this is tom, tom, this is jane. 3. jane, i’d like you to meet my friend tom. 4. jane, have you met tom? 5. jane, do you know tom? 6. look, tom’s he re. tome, come and meet jane. 7. jane, this is tom. he’s a friend from college. 8. jane, tom is the guy i was telling you about. 9. do you know each other? 10. have you two met ? 11. have you two been introduced? 12. allow me to introduce professor linda ferguson of harvard university. 13. let me introduce our guest of honor, mr.david morris. 14. if you want to be introduced to the author, i think i can arrange it.

making a self-introduction 作自我介绍 1. may i introduce myself 2. hello, i’m hanson smith. 3. excuse me, i don’t think we’ve met. my name’s hanson smith. 4. how do you do? i’m hanson smith. 5. i’m david anderson. i don’t believe i’ve had the pleasure. 6. first let me introduce myself. i’m peter white, production manager. 7. my name is david. i work in the marketing department. after being introduced. 被介绍与对方认识后. 1. i’m glad to meet you. 很高兴认识你. 2. nice meeting you. 很高兴认识你. (平时用得最多的是nice to meet you ) 3. how nice to meet you. 认识你真高兴. 4. i’ve heard so much about you. 我知道很多关于你的事儿. 5. helen has told me all about you. 海伦对我将了好多你的事儿. 6. i’ve been wanting to meet you for some time.

英语自我介绍(self-introduction)模板

英语自我介绍例文模板: Sample1 My name is ________. I am graduate from ________ senior high school and major in ________. There are ________ people in my family. My father works in a computer company. And my mother is a housewife. I am the youngest one in my family. In my spare time, I like to read novels. I think reading could enlarge my knowledge. As for novels, I could imagine whatever I like such as a well-known scientist or a kung-fu master. In addition to reading, I also like to play PC games. A lot of grownups think playing PC games hinders the students from learning. But I think PC games could motivate me to learn something such as English or Japanese. My favorite course is English because I think it is interesting to say one thing via different sounds. I wish my English could be improved in the next four years and be able to speak fluent English in the future. Sample2: I am . I was born in . I graduate from senior high school and major in English. I started learning English since I was 12 years old. My parents ha ve a lot of American friends. That’s why I have no problem communicating with Americans or others by speaking English. In my spare time, I like to do anything relating to English such as listening to English songs, watching English movies or TV programs, or even attending the activities held by some English clubs or institutes. I used to go abroad for a short- term English study. During that time, I learned a lot of daily life English and saw a lot of different things. I think language is very interesting. I could express one substance by using different sounds. So I wish I could study and read more English literatures and enlarge my knowledge. Sample3: My name is . There are 4 people in my family. My father is a Chemistry teacher. He teaches chemistry in senior high school. My mother is an English teacher. She teaches English in the university. I have a younger brother, he is a junior high school student and is preparing for the entrance exam. I like to read English story books in my free time. Sometimes I surf the Internet and download the E- books to read. Reading E- books is fun. In addition, it also enlarges my vocabulary words because of the advanced technology and the vivid animations. I hope to study both English and computer technology because I am interested in both of the subjects. Maybe one day I could combine both of them and apply to my research in the future. Sample4: My name is . I am from . There are people in my family. My father works in a computer company. He is a computer engineer. My mother works in a international trade company. She is also a busy woman. I have a older sister and a younger brother. My sister is a junior in National Taiwan University. She majors in

用英语Introduction 介绍

Introduction 介绍 Making introductions 给人作介绍 1. Jane, Tom. Tom, Jane. 2. Jane, this is Tom, Tom, this is Jane. 3. Jane, I'd like you to meet my friend Tom. 4. Jane, have you met Tom? 5. Jane, do you know Tom? 6. Look, Tom's here. Tome, come and meet Jane. 7. Jane, this is Tom. He's a friend from college. 8. Jane, Tom is the guy I was telling you about. 9. Do you know each other? 10. Have you two met ? 11. Have you two been introduced? 12. Allow me to introduce Professor Linda Ferguson of Harvard University. 13. Let me introduce our guest of honor, Mr.David Morris. 14. If you want to be introduced to the author, I think I can arrange it. Making a self-introduction 作自我介绍 1. May I introduce myself 2. Hello, I'm Hanson Smith. 3. Excuse me, I don't think we've met. My name's Hanson Smith. 4. How do you do? I'm Hanson Smith. 5. I'm David Anderson. I don't believe I've had the pleasure. 6. First let me introduce myself. I'm Peter White, production manager. 7. My name is David. I work in the marketing department. After being introduced. 被介绍与对方认识后 1. I'm glad to meet you. 很高兴认识你。 2. Nice meeting you. 很高兴认识你。 3. How nice to meet you. 认识你真高兴。 4. I've heard so much about you. 我知道很多关于你的事儿。 5. Helen has told me all about you.

希腊罗马神话1. Introduction

1 Introduction Greco-Roman mythology is the cultural reception of myths from the ancient Greeks and Romans. Along with philosophy and political thought, mythology represents one of the major survivals of classical antiquity throughout later Western culture. Greek mythology is the body of myths and legends belonging to the ancient Greeks, concerning their gods and heroes, the nature of the world, and the origins and significance of their own cult and ritual practices. They were a part of religion in ancient Greece and are part of religion in modern Greece and around the world as Hellenismos. Modern scholars refer to, and study the myths in an attempt to throw light on the religious and political institutions of Ancient Greece, its civilization, and to gain understanding of the nature of myth-making itself. Roman mythology is the combination of the beliefs, the rituals, and the observances of supernatural occurrences by the ancient Romans from early periods until Christianity finally completely replaced the native religions of the Roman Empire. The religion of the early Romans was so changed by the addition of numerous and conflicting beliefs in later times, and by the assimilation of a vast amount of Greek mythology, that it cannot be ever reconstructed precisely. This was because of the extensive changes in the religion before the literary tradition began. Most of the Greek deities were adopted by the Romans, although in many cases there was a change of name. Much of what became Roman mythology was borrowed from Greek mythology at a later date, as Greek gods were associated with their Roman counterparts. Greek mythology is embodied, explicitly, in a large collection of narratives, and implicitly in Greek representational arts, such as vase-paintings and votive gifts. Greek myth attempts to explain the origins of the world, and details the lives and adventures of a wide variety of gods, goddesses, heroes, heroines, and mythological creatures. These accounts initially were disseminated in an oral-poetic tradition; today the Greek myths are known primarily from Greek literature. The oldest known Greek literary sources, the epic poems Iliad and Odyssey, focus on events surrounding the Trojan War. Two poems by Homer's near contemporary Hesiod, the Theogony and the Works and Days, contain accounts of the genesis of the world, the

Introduction 介绍

Introduction 介绍 一、Introducing Each other 介绍相识 高频语句 自我介绍 1.May I introduce myself to you? 我可以作自我介绍吗? 2.Did you meet before? 我们见过面吗? 3.Allow me to introduce myself. 请允许我作个自我介绍。 4.Hello, my name is Bill. 你好,我叫比尔。 5.Can you just introduce yourself to the other guests? 您向其他客人自我介绍一下, 好吗? 6.Are you Mr. Smith? 你是史密斯先生吗? 7.Do you mind if I join you? 我加入你们当中来,介意吗? 8.Here is my card. 这是我的命。 9.It’s really an honor for me to meet you. 真的很荣幸认识你。 10.This is the first time we have met. 这是我们第一次见面。 介绍同事 1.I’d like you to meet Mary, my colleague. 我介绍你们认识玛丽,我的同事。 2.Will you introduce me to that lady? 把我介绍给那位女士认识一下,好吗? 3.I don’t think you have known each other. 我想你们俩还互不认识吧。 4.Just go in and meet everyone. 进去和大家认识一下。 5.May I introduce Mr. Chen?让介绍一下陈先生好吗? 相互寒暄 1.We have been looking forward to meeting you. 我们一直盼望着见到您。 2.I’m delighted to know you. 很高兴认识你。 3.Is this your first visit to Shanghai? 这是您第一次来上海? 4.I can show you around while you’re here. 您在此逗留期间我可以带着您到处 走走。 5.Mr. Li has told me all about you. 李先生对我讲了好多你的事儿。 二、Products Introduction 产品介绍

相关文档
最新文档