OntoELAN: an Ontology-based Linguistic Multimedia Annotator

Size: px
Start display at page:

Download "OntoELAN: an Ontology-based Linguistic Multimedia Annotator"

Transcription

1 OntoELAN: an Ontology-based Linguistic Multimedia Annotator Artem Chebotko, Yu Deng, Shiyong Lu, Farshad Fotouhi Wayne State University Department of Computer Science 5143 Cass Avenue, Detroit, Michigan 48202, USA Contact author Anthony Aristar Wayne State University Department of English 51 W.Warren, Detroit, Michigan 48202, USA Hennie Brugman, Alexander Klassmann, Han Sloetjes, Albert Russel, Peter Wittenburg Max Planck Institute for Psycholinguistics Nijmegen, The Netherlands Abstract Despite its scientific, political, and practical value, comprehensive information about human languages, in all their variety and complexity, is not readily obtainable and searchable. One reason is that many language data are collected as audio and video recordings which imposes a challenge to document indexing and retrieval. Annotation of multimedia data provides an opportunity for making the semantics explicit and facilitates the searching of multimedia documents. We have developed OntoELAN, an ontology-based linguistic multimedia annotator that features: (1) support for loading and displaying ontologies specified in OWL; (2) creation of a language profile, which allows a user to choose a subset of terms from an ontology and conveniently rename them if needed; (3) creation of ontological tiers, which can be annotated with profile terms and, therefore, corresponding ontological terms; and (4) saving annotations in the XML format as Multimedia Ontology class instances and, linked to them, class instances of other ontologies used in ontological tiers. To our best knowledge, OntoELAN is the first audio/video annotation tool in linguistic domain that provides support for ontology-based annotation. Keywords: ontology, annotation, multimedia, Semantic Web, OWL, GOLD. Acknowledgements: We would like to thank Dr. Laura Buszard-Welcher and Andrea Berez from E-MELD (Electronic Metastructure for Endangered Languages Data) project for their constructive comments on OntoELAN. 1. Introduction Many languages are in serious danger of being lost and if nothing is done to prevent it, half of the world s approximately 6,500 languages will disappear in the next 100 years. Language data are central to the research of a large social science community, including linguists, anthropologists, archeologists, historians, sociologists, and political scientists interested in the culture of indigenous people. The death of a language entails the loss of a community s traditional culture, for the language is a unique vehicle for its traditions and culture. Recently, there is an increasing interest and effort for preserving and documenting endangered languages [12, 2]. Despite its scientific, political, and practical value, comprehensive information about human languages, in all their variety and complexity, is not readily obtainable and searchable. One reason is that many language data are collected as audio and video recordings which imposes a challenge to document indexing and retrieval. Annotation of multimedia data provides an opportunity for making the semantics explicit and facilitates the searching of multimedia documents. However, different annotators might use different vocabulary to annotate multimedia, which cause low recall and precision in search and retrieval. In this paper, we propose an ontology-based annotation approach, in which a linguistic ontology is used so that the terms and their relation-

2 ships are formally defined. In this way, annotators will use the same vocabulary to annotate multimedia, and search engines driven by the ontology will retrieve multimedia data with greater recall and precision. We present an ontology-based linguistic multimedia annotation tool OntoELAN a successor of EUDICO Linguistic Annotator (ELAN) [10] developed at the Max Planck Institute for Psycholinguistics, Nijmegen, The Netherlands, with the aim to provide a sound technological basis for the annotation and exploitation of multimedia recordings. Although ELAN is designed specifically for linguistic domain (analysis of language, sign language, and gesture), it can be used for annotation, analysis, and documentation purposes in other multimedia domains. We briefly describe the features of ELAN later in this paper and refer the reader to [10] for details. OntoELAN inherits all ELAN s features and extends the tool with an ontology-based annotation approach. In particular, our main contributions are: OntoELAN can open and display ontologies, specified in OWL Web Ontology Language [5]; OntoELAN allows the creation of a language profile, which allows a user to choose a subset of terms from an ontology and conveniently rename them if needed. OntoELAN allows the creation of ontological tiers, which can be annotated with profile terms and, therefore, corresponding ontological terms. OntoELAN saves annotations in XML [7] format as class instances of Multimedia Ontology, which is designed based on XML Schema [8] of ELAN annotation files. OntoELAN, while annotating ontological tiers, creates class instances of corresponding ontologies linked to annotation tiers and relates them to instances of Multimedia Ontology classes. OntoELAN is developed to fulfill annotation requirements for linguistic domain. It is natural, that, in this paper, we use linguistic annotation examples and General Ontology for Linguistic Description (GOLD) [9] linked to an ontological tier. To our best knowledge, OntoELAN is the first audio/video annotation tool in linguistic domain that provides support for ontology-based annotation. 2. Related work Linguistic domain places some minimum requirements on multimedia annotation tools. While semanticsbased contents such as speeches, gestures, signs, people scenes are important, color and texture are not of that interest. To annotate semantics-based content, a tool should provide a time axis and a possibility of its subdivision into time slots/segments, multiple tiers for different semantic content, etc. Obviously, there should be some multimedia resource metadata like title, authors, date and time, etc. Additionally, a tool should provide ontology-based annotation features to enable standard annotations for the whole domain. As related work, we give a brief description of the following tools: Protégé [3], IBM MPEG-7 Annotation Tool [1] and ELAN [10]. Protégé [3] is a popular ontology construction and annotation tool developed at Stanford University. Protégé supports the Web Ontology Language through the OWL Plugin, which allows a user to load OWL ontologies, annotate data and save annotation markup. Unfortunately, Protégé provides only simple multimedia support through the Media Slot Widget. The Media Slot Widget allows the inclusion and display of video and audio files in Protégé, which may be enough for general description of multimedia files like metadata entries, but not sufficient for annotation of a speech, where the multimedia time axis and its subdivision into segments are crucial. IBM MPEG-7 Annotation Tool [1] was developed by IBM to assist annotating video sequences with MPEG-7 [13] metadata based on the shots of the video. It does not support any ontology language and uses an editable lexicon from which a user can choose keywords to annotate shots. A shot is defined as a time period in video in which the frames have similar scenes. Annotations are saved based on MPEG-7 XML Schema [13]. Although the IBM MPEG-7 Annotation Tool was specially designed to annotate video, the shot and lexicon based annotation does not provide enough flexibility for linguistic multimedia annotation. In particular, shot approach is good for the annotation of content-based features like color and texture, but not for time alignment and time segmentation required for semantics-based content annotation. ELAN (EUDICO Linguistic Annotator) [10] developed at the Max Planck Institute for Psycholinguistics, Nijmegen, The Netherlands, is designed specifically for linguistic domain (analysis of language, sign language, and gesture) to provide a sound technological basis for the annotation and exploitation of multimedia recordings. ELAN provides many important features for linguistic data annotation such as time segmentation, multiple annotation layers, but not the support of an ontology. Annotation files are saved in the XML format based on ELAN XML Schema. As a summary, existing annotation tools such as Protégé and IBM MPEG-7 Annotation Tool are not suitable for our purpose since they do not support many multimedia annotation operations such as time transcription and translation of linguistic audio and video data. ELAN is the best candidate for becoming a widely-accepted linguistic multimedia annotator, and it is already used by linguists throughout

3 Figure 1. A snapshot of the OntoELAN main window. the world. 3. OntoELAN overview OntoELAN is an ontology-based linguistic multimedia annotator, developed on the top of ELAN annotator. Currently, OntoELAN source code contains more than 60,000 lines of Java code and has several years development history started by Max Planck Institute for Psycholinguistics team and continued by Wayne State University team. Both development teams will continue their collaboration on ELAN and OntoELAN. OntoELAN has a long list of detailed descriptions of all its technical features including the following features that are inherited from ELAN: display a speech and/or video signals, together with their annotations; time linking of annotations to media streams; linking of annotations to other annotations; unlimited number of annotation tiers as defined by a user; different character sets; basic search facilities. OntoELAN implements the following additional features: loading of OWL ontologies; language profile creation; ontology-based annotation; storing annotations in XML based on Multimedia Ontology and domain ontologies. The main window of OntoELAN is shown in Figure 1. OntoELAN has a video viewer, an annotation density viewer, a waveform viewer, a timeline viewer, and associated with them controls and menus. In this paper we will mostly work with the timeline viewer (see Figure 1), which contains different annotation tiers. Detailed description of the interface is available in [10]. In the following sections, we will focus on the description of features that make OntoELAN an ontology-based annotator, like Multimedia Ontology for OntoELAN and domain ontologies, a language profile, ontological annotation tiers. 4. Ontologies OntoELAN saves its annotations in the XML format as class instances of Multimedia Ontology and

4 class instances of ontologies that are used in ontological tiers. We have developed Multimedia Ontology (available at yudeng/project/elan3/ multimedia.owl) to provide a semantic framework for multimedia annotation with OntoELAN. It is expressed in Web Ontology Language (OWL) [5] and its design is based on ELAN XML Schema for annotation. Multimedia Ontology contains the following classes: AnnotationDocument, which represents the whole annotation document. Tier, which represents a single annotation tier/layer. There are several types of tiers that a user can choose. TimeSlot, which represents a concept of time segment that may subdivide tiers. Annotation, which can be either AlignableAnnotation or ReferringAnnotation. AlignableAnnotation, which links directly to a time slot. ReferringAnnotation, which can reference an existing AlignableAnnotation. AnnotationValue, which has two subclasses StringAnnotation and OntologyAnnotation that represents two different ways of annotating. MediaDescriptor, TimeUnit and others. Among our contributions is the introduction of the OWL class OntologyAnnotation, which serves as an annotation unit for an ontology-based annotation. OntologyAnnotation has restrictions on the following properties: hasontannotationid the ID of the annotation. hasuserdefinedterm, which relates OntologyAnnotation to a term in a language profile (described in the next section). hasinstances, which relates OntologyAnnotation to a term (represented as an instance) in an ontology used for annotation. hasontannotationdescription descriptions/comments on the annotation. In general, AnnotationDocument may have zero or many Tiers, which, in turn, may have zero or many Annotations. Annotation can be either AlignableAnnotation or ReferringAnnotation, where AlignableAnnotation can be divided by TimeSlots, and ReferringAnnotation can refer to another annotation. ReferringAnnotation may refer to AlignableAnnotation as well as to ReferringAnnotation, but the root of the referenced annotations must be an AlignableAnnotation. Each Annotation has one AnnotationValue, which can be either a StringAnnotation or an OntologyAnnotation. StringAnnotation represents any string which a user can input as an annotation value, but values, represented by OntologyAnnotation, come from a language profile and, consequently, from an ontology. While Multimedia Ontology is a crucial part of OntoE- LAN, a user can choose and load any domain ontology for annotation. In this paper, we use General Ontology for Linguistic Description (GOLD) for ontology-based annotation. In the next few paragraphs we give a primer on GOLD and refer the reader to [9] for details. GOLD (available at farrar/ gold.owl) is an ongoing research effort lead by the University of Arizona to define linguistic domain specific terms using OWL. GOLD contains four major categories of concepts: Expressions physically accessible aspects of language (e.g. WrittenLinguisticExpression, Word, Word- Part, Prefix). Grammar the abstract properties and relations of language (e.g. Tense, Number, Voice). Data constructs constructs that are used by linguists to analyze language data. Metaconcepts the most basic concepts of linguistic analysis. In our examples we will use GOLD concepts such as Verb, Noun, Participle, whose meanings are easy to understand without special training. 5. Language profile A language profile is a subset of ontological terms, possibly renamed, that are used in the annotation of a particular multimedia resource. The idea of a language profile comes from the following two practical issues related to an ontology-based annotation. First, a domain ontology defines all terms related to a particular domain, and the number of terms is usually considerably large. However, to annotate a concrete data resource, an annotator usually does not need all terms from an ontology. Moreover, an experienced annotator can identify a subset of ontological terms that will be useful for a given resource. Speaking in terms of a linguistic domain, an annotator will only use a subset of GOLD to annotate a particular language and may need a different subset for another language. Second, linguists have been annotating multimedia data for years without standardized terms from an ontology. They have their individual sets of terms that they are accustomed to use for annotation. It will be difficult to come to a consensus about class names in GOLD, so that every linguist is satisfied with it. Additionally, linguists widely

5 <?xml version="1.0" encoding="utf-8"?> <PROFILE AUTHOR="Artem" DESCRIPTION="Potawatomi Language" VERSION="1.0" SOURCE=" farrar/gold.owl"> <USER_DEFINED_TERM DESCRIPTION="" NAME="NI"> <ONTOLOGY_TERM NAME="Noun"/> <ONTOLOGY_TERM NAME="Inanimate"/> </USER_DEFINED_TERM> </PROFILE> Figure 2. An example of a language profile XML document. use abbreviations like n for noun which is concise and convenient. Finally, linguists whose native language is, for example, Ukrainian may prefer to use annotation terms in Ukrainian rather than in English. More formally, a language profile is defined as a quadruple: ontological terms; user-defined terms; a mapping between ontological terms and user-defined terms; a reference to an ontology, which contains the structural information about terms (like subclass relationship). A language profile in OntoELAN provides convenience and flexibility for a user to: select a subset of ontological terms useful for a particular resource annotation; rename ontological terms, e.g. use another language, give an abbreviation or a synonym; combine the meaning of two or many ontological terms in one user-defined term (e.g. ontological terms Inanimate and Noun may be conveniently renamed as NI ). OntoELAN allows ontology-based annotation by means of a language profile. A user opens an ontology, creates a profile and links it to an ontological tier. Annotation values for an ontological tier can only be selected from a language profile. A language profile in OntoELAN is represented as a simple XML document (see Figure 2) with a specified schema, which basically maps ontological terms to userdefined terms, has a link to an original ontology and some metadata. A user can easily create, open, edit and save profiles with OntoELAN. Figure 2 presents a language profile, created by the author Artem and linked to GOLD ontology at URI farrar/gold.owl. In this example, there is only one user-defined term NI that maps to ontological terms Noun and Inanimate. This is a one-to-many mapping, but, in general, a mapping is many-to-many. For example, we can add another user-defined term IN that maps to the same ontological terms Noun and Inanimate. Obviously, a mapping can be one-to-one and many-to-one as well. 6. Annotation tiers and linguistic types OntoELAN allows a user to create an unlimited number of annotation tiers. Multiple tier feature is a must for linguistic multimedia annotation. For example, while annotating an audio monolog, a linguist may choose separate tiers to write a monolog transcription, a translation, a part of speech annotation, a phonetic transcription, etc. An annotation tier can be either alignable or referring. Alignable tiers are directly linked to the time axis of an audio/video clip and can be divided into segments (time slots); referring tiers contain annotations that are linked to annotation on another tier, which is also called a parent tier and can be alignable or referring. Thus, tiers can be viewed as a hierarchy, where its root must be an alignable tier. Following the previous example, the speech transcription could be an independent time-alignable tier which is divided into time slots of speaker s utterances. On the other hand, the translation referring tier could refer to the transcription tier, so that the translation tier inherits its time alignment from the transcription tier. After a tier hierarchy is established, changes in one tier may influence other tiers. Deletion of a parent tier is cascaded: all its child tiers are automatically deleted. Similarly, this is true about annotations on a tier: deletion of an annotation on a parent tier causes the deletion of all corresponding annotations on its child tiers. Alteration of the time slot on a parent tier influences all child tiers also. Each annotation tier has associated with it linguistic type. There are five predefined linguistic types in OntoE- LAN, which put some constraints on tiers assigned to them. The first four of them are described in [10], and we also cite their definitions here: None: the annotation on the tier is linked directly to the time axis. This is the only type that alignable tiers can have. Time Subdivision: the annotation on the parent tier can be subdivided into smaller units, which, in turn, can be linked to time slots. They differ from annotations on alignable tiers in that they are assigned to a slot that is contained within the slot of their parent annotation.

6 Figure 3. A snapshot of creating the language profile. Symbolic Subdivision: similar to the previous type, but the smaller units cannot be linked to the time slots. Symbolic Association: the annotation on the parent tier cannot be subdivided further, so there is a one-to-one correspondence between the parent annotation and its referring annotation. Ontological Type: the annotation on such a tier is linked to a language profile. This is not an independent type as it can be used only in combination with referring tier types such as Time Subdivision, Symbolic Subdivision or Symbolic Association. To emphasize that a referring tier allows ontology-based annotation, we call it an ontological tier. Only ontological tiers allow annotation based on language profile terms; other types of tiers allow annotation with any string value. 7. Linguistic multimedia annotation with OntoELAN In this section, we describe an annotation process in OntoELAN using a linguistic multimedia resource annotation example. In general, an annotation process in OntoELAN consists of three major steps: (1) language profile creation; (2) creation of tiers; and (3) creation of annotations. The first step is unnecessary if ontological tiers will not be defined. The second step can be completed partially for nonontological tiers before the creation of a language profile. It is also possible to have multiple profiles for multiple ontological tiers, but there is always one-to-one correspondence between a profile and an ontological tier. As an example, we annotate the audio file, which contains a sentence in Potawatomi, one of the North American native languages. We first load GOLD ontology and create the Potawatomi language profile. Figure 3 presents a snapshot of the profile creation window. Tabs Index and Ontology Tree on the left provide two views of an ontology: a list view, which displays all the terms of an ontology alphabetically as a list; a hierarchical view, which displays all the terms of an ontology in a hierarchical fashion to illustrate parent-child relationships between terms. From any of these two views, a user can select required terms and add them to the Ontological Terms list; rename ontological terms as shown in the User Defined Terms list. In Figure 3, we selected ontological terms Inanimate and Noun and combine them under one user-defined term NI. After the language profile is ready, we define six tiers in the OntoELAN main window (see Figure 4):

7 Figure 4. A snapshot of annotation tiers in the OntoELAN main window. Figure 5. A snapshot of the tier hierarchy. Orthographic of type None (linked to the time axis); Translation of type Symbolic Association (referring to Orthographic); Words of type Symbolic Subdivision (referring to Orthographic); Parse of type Symbolic Subdivision (referring to Words); Gloss of type Symbolic Association (referring to Parse); Ontology of type Symbolic Association and Ontological Type (referring to Gloss). The created tier hierarchy is shown in Figure 5. Finally, we specify annotation values on all six tiers (see Figure 4). We annotate the Orthographic tier first, because it is the root of the tier hierarchy and its time alignment is inherited by other tiers. We do not divide Orthographic tier into time slots and its time axis contains the whole sentence in Potawatomi. Translation tier inherits time alignment from its parent and cannot subdivide it any further (type Symbolic Association ). Words tier also inherits Orthographic time alignment, but in this case we subdivide it into segments that correspond to words in the sentence. Similarly, we subdivide Parse tier alignment inherited from Words. Gloss tier inherits alignment from Parse, and Ontology tier inherits alignment from Gloss; both Gloss and Ontology do not allow further subdivision. Correct alignment inheritance is important, because there is a semantic correspondence between segments of different tiers. For example, if we look at a Potawatomi word neko in Words tier, we can find its gloss used to in Gloss tier and part of speech PC (maps to GOLD Participle concept) in Ontology tier, etc. Except for the annotations on the Ontology tier, which is defined as an ontological tier, all the annotations are annotated by a string value. Unlike the text annotation, the user annotates ontological tier by selecting a user-defined term from the profile. Once the term is selected, the next step is creating individuals of the corresponding ontological term(s). The user needs to do nothing but input an instance name if the ontological term is defined as an instance or a class with no restrictions. Otherwise, the user needs to create an instance of the ontological term based on the definition of the corresponding ontological class. The annotation is saved in the XML format as instances of Multimedia Ontology and, in our case, GOLD. The example of the XML markup for the Ontology tier instance and referring annotation instance with ID a42 on that tier is shown in Figure 6. For the Ontology tier, several properties are defined such as ID, parent tier, profile, linguistic type, etc. For the referring annotation, OntoELAN has defined ID, reference to another annotation, and annotation value that includes an OntologyAnnotation class instance with ID, user-defined term PV and reference to GOLD concept Preverb, which is defined as an instance. The markup in Figure 6 is based on Multimedia Ontology, except the reference to a GOLD instance mentioned above. 8. Conclusions and future work We have developed OntoELAN, a linguistic multimedia annotation tool that features ontology-based annotation ap-

8 ... <media:tier rdf:id="ontology"> <media:hastierid>ontology</media:hastierid> <media:hasparent rdf:resource="file:///c:/wabozo4.eaf#gloss"/> <media:hasprofile>c:\wabozo.prf</media:hasprofile> <media:haslinguistictype> <media:linguistictype rdf:id="ontology"> <media:hastimealignable>false</media:hastimealignable> <media:haslinguistictypeid>ontology</media:haslinguistictypeid> <media:hasconstraint rdf:resource="file:///c:/wabozo4.eaf#symbolic_association"/> <media:hasgraphicref>false</media:hasgraphicref> </media:linguistictype> </media:haslinguistictype>... </media:tier>... <media:refannotation rdf:id="a42"> <media:hasannotationid>a42</media:hasannotationid> <media:hasannotationref rdf:resource="file:///c:/wabozo4.eaf#a31"/> <media:hasannotationvalue> <media:ontologyannotation rdf:id="a42value"> <media:hasuserdefinedterm>pv</media:hasuserdefinedterm> <media:hasinstances rdf:resource=" farrar/gold.owl#preverb"/> <media:hasontannotationdescription></media:hasontannotationdescription> <media:hasontannotationid>e</media:hasontannotationid> </media:ontologyannotation> </media:hasannotationvalue> </media:refannotation>... Figure 6. An example of the XML markup for the OntoELAN annotation. proach. OntoELAN is the first attempt at annotating linguistic multimedia data with a linguistic ontology. Meanwhile, the ontological annotations share the data on the linguistic ontologies. Future work may improve the system, providing more channels of sharing more data on the Web, such as the multimedia descriptions, the language words, etc. Also, a future version will improve the current searching system, which supports text searching and retrieve in one annotation document, to search, retrieve and compare the linguistic multimedia annotation data on the Web. Additionally, we plan to integrate a text document annotation into OntoE- LAN and include semi-automatic annotation support, similar to Shoebox [4]. References [1] IBM MPEG-7 Annotation Tool. [2] NSF Documenting Endangered Languages (DEL). [3] The Protégé Project. [4] The Linguist s Shoebox: Tutorial and User s Guide. SIL International [5] S. Bechhofer, F. Harmelen, J. Hendler, I. Horrocks, D. McGuinness, P. Patel-Schneider, and L. Stein. OWL Web Ontology Language Reference. W3C Recommendation. February [6] T. Berners-Lee, J. Hendler, and O. Lassila. The Semantic Web. Scientific American, May [7] T. Bray, J. Paoli, C. Sperberg-McQueen, E. Maler, and F. Yergeau. Extensible Markup Language (XML) 1.0 (Third Edition). W3C Recommendation. February [8] D. C. Fallside. XML Schema Part 0: Primer. W3C Recommendation. May [9] S. Farrar and D. T. Langendoen. A Linguistic Ontology for the Semantic Web. GLOT International, 7(3):97 100, [10] B. Hellwig and D. V. Uytvanck. EUDICO Linguistic Annotator (ELAN) version Manual. Manual pdf. [11] S. Lu, M. Dong, and F. Fotouhi. The Semantic Web: Opportunities and Challenges for Next-Generation Web Applications. International Journal of Information Research, 7(4), [12] S. Lu, D. Liu, F. Fotouhi, M. Dong, R. Reynolds, A. Aristar, M. Ratliff, G. Nathan, J. Tan, and R. Powell. Language Engineering for the Semantic Web: a Digital Library for Endangered Languages. International Journal of Information Research, 9(3), April [13] J. M. Martinez. MPEG-7 Overview (version 9). International Organisation for Standardisation, ISO/IEC JTC1/SC29/WG11, Coding of Moving Pictures and Audio. 7/mpeg-7.htm, March 2003.

An Ontology-Based Multimedia Annotator for the Semantic Web of Language Engineering

An Ontology-Based Multimedia Annotator for the Semantic Web of Language Engineering 50 Int l Journal on Semantic Web & Information Systems, 1(1), 50-67, Jan-March 2005 An Ontology-Based Multimedia Annotator for the Semantic Web of Language Engineering Artem Chebotko, Wayne State University,

More information

Annotation by category - ELAN and ISO DCR

Annotation by category - ELAN and ISO DCR Annotation by category - ELAN and ISO DCR Han Sloetjes, Peter Wittenburg Max Planck Institute for Psycholinguistics P.O. Box 310, 6500 AH Nijmegen, The Netherlands E-mail: Han.Sloetjes@mpi.nl, Peter.Wittenburg@mpi.nl

More information

Best practices in the design, creation and dissemination of speech corpora at The Language Archive

Best practices in the design, creation and dissemination of speech corpora at The Language Archive LREC Workshop 18 2012-05-21 Istanbul Best practices in the design, creation and dissemination of speech corpora at The Language Archive Sebastian Drude, Daan Broeder, Peter Wittenburg, Han Sloetjes The

More information

ELAN. Multimedia Annotation Tool. Max-Planck-Institute for Psycholinguistics Han Sloetjes

ELAN. Multimedia Annotation Tool. Max-Planck-Institute for Psycholinguistics   Han Sloetjes ELAN Multimedia Annotation Tool Max-Planck-Institute for Psycholinguistics http://www.lat-mpi.eu/tools/elan Han Sloetjes (han.sloetjes@mpi.nl) Augsburg, 30 July 2009 ELAN written in Java programming language

More information

EUDICO, Annotation and Exploitation of Multi Media Corpora over the Internet

EUDICO, Annotation and Exploitation of Multi Media Corpora over the Internet EUDICO, Annotation and Exploitation of Multi Media Corpora over the Internet Hennie Brugman, Albert Russel, Daan Broeder, Peter Wittenburg Max Planck Institute for Psycholinguistics P.O. Box 310, 6500

More information

EUDICO Linguistic Annotator (ELAN) from Max Planck Institute for Psycholinguistics

EUDICO Linguistic Annotator (ELAN) from Max Planck Institute for Psycholinguistics Vol. 1, No. 2 (December 2007), pp283-289 http://nflrc.hawaii.edu/ldc/ EUDICO Linguistic Annotator (ELAN) from Max Planck Institute for Psycholinguistics Reviewed by Andrea L. Berez, University of California,

More information

User Guide for ELAN Linguistic Annotator

User Guide for ELAN Linguistic Annotator User Guide for ELAN Linguistic Annotator version 5.0.0 This user guide was last updated on 2017-05-02 The latest version can be downloaded from: http://tla.mpi.nl/tools/tla-tools/elan/ Author: Maddalena

More information

ELAN Linguistic Annotator

ELAN Linguistic Annotator ELAN Linguistic Annotator Introduction to Speech and Video Annotation with ELAN http://www.lat-mpi.eu/tools/elan Han Sloetjes, Max-Planck-Institute for Psycholinguistics November 2011 Introduction to ELAN

More information

Enhanced ELAN functionality for sign language corpora

Enhanced ELAN functionality for sign language corpora Enhanced ELAN functionality for sign language corpora Onno Crasborn, Han Sloetjes Department of Linguistics, Radboud University Nijmegen PO Box 9103, NL-6500 HD Nijmegen, The Netherlands Max Planck Institute

More information

Beyond the Brink: Realizing Interoperation through an RDF Database

Beyond the Brink: Realizing Interoperation through an RDF Database E-MELD Workshop on Morphosyntactic Annotation and Terminology: Linguistic Ontologies and Data Categories for Linguistic Resources Cambridge, MA, 1-3 July 2005 Beyond the Brink: Realizing Interoperation

More information

An e-infrastructure for Language Documentation on the Web

An e-infrastructure for Language Documentation on the Web An e-infrastructure for Language Documentation on the Web Gary F. Simons, SIL International William D. Lewis, University of Washington Scott Farrar, University of Arizona D. Terence Langendoen, National

More information

Improving the exploitation of linguistic annotations in ELAN

Improving the exploitation of linguistic annotations in ELAN Improving the exploitation of linguistic annotations in ELAN Onno Crasborn, Han Sloetjes Radboud University Nijmegen, Centre for Language Studies; The Language Archive, Max Planck Institute for Psycholinguistics

More information

Developing markup metaschemas to support interoperation among resources with different markup schemas

Developing markup metaschemas to support interoperation among resources with different markup schemas Developing markup metaschemas to support interoperation among resources with different markup schemas Gary Simons SIL International ACH/ALLC Joint Conference 29 May to 2 June 2003, Athens, GA The Context

More information

Building a Knowledge Base of Morphosyntactic Terminology

Building a Knowledge Base of Morphosyntactic Terminology Building a Knowledge Base of Morphosyntactic Terminology William LEWIS Department of Linguistics University of Arizona P.O. Box 210028 Tucson, AZ 85721 wlewis@u.arizona.edu Scott FARRAR & D. Terence LANGENDOEN

More information

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø Towards the Semantic Desktop Dr. Øyvind Hanssen University Library of Tromsø Agenda Background Enabling trends and technologies Desktop computing and The Semantic Web Online Social Networking and P2P Computing

More information

E-MELD Electronic Metastructure for Endangered Languages Documentation

E-MELD Electronic Metastructure for Endangered Languages Documentation E-MELD Electronic Metastructure for Endangered Languages Documentation 5 year NSF-sponsored project Goal: To aid in the preservation of endangered languages data, and the development of infrastructure

More information

An Evolving escience Environment for Research Data in Linguistics

An Evolving escience Environment for Research Data in Linguistics An Evolving escience Environment for Research Data in Linguistics Claus Zinn, Peter Wittenburg, and Jacquelijn Ringersma Max Planck Institute for Psycholinguistics Wundtlaan 1, 6525 XD Nijmegen, The Netherlands

More information

Racer: An OWL Reasoning Agent for the Semantic Web

Racer: An OWL Reasoning Agent for the Semantic Web Racer: An OWL Reasoning Agent for the Semantic Web Volker Haarslev and Ralf Möller Concordia University, Montreal, Canada (haarslev@cs.concordia.ca) University of Applied Sciences, Wedel, Germany (rmoeller@fh-wedel.de)

More information

VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems

VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems Jan Polowinski Martin Voigt Technische Universität DresdenTechnische Universität Dresden 01062 Dresden, Germany

More information

XML ELECTRONIC SIGNATURES

XML ELECTRONIC SIGNATURES XML ELECTRONIC SIGNATURES Application according to the international standard XML Signature Syntax and Processing DI Gregor Karlinger Graz University of Technology Institute for Applied Information Processing

More information

Summary of Bird and Simons Best Practices

Summary of Bird and Simons Best Practices Summary of Bird and Simons Best Practices 6.1. CONTENT (1) COVERAGE Coverage addresses the comprehensiveness of the language documentation and the comprehensiveness of one s documentation of one s methodology.

More information

SEMANTIC WEB SUPPORT FOR BUSINESS PROCESSES

SEMANTIC WEB SUPPORT FOR BUSINESS PROCESSES Airi Salminen, Maiju Virtanen University of Jyväskylä, PL 35 (Agora), Jyväskylä, Finland Email: airi.salminen@jyu.fi, maiju.virtanen@jyu.fi Keywords: Abstract: Business processes, semantic web, RDF, RDF

More information

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction Adaptable and Adaptive Web Information Systems School of Computer Science and Information Systems Birkbeck College University of London Lecture 1: Introduction George Magoulas gmagoulas@dcs.bbk.ac.uk October

More information

Ontologies SKOS. COMP62342 Sean Bechhofer

Ontologies SKOS. COMP62342 Sean Bechhofer Ontologies SKOS COMP62342 Sean Bechhofer sean.bechhofer@manchester.ac.uk Metadata Resources marked-up with descriptions of their content. No good unless everyone speaks the same language; Terminologies

More information

RESEARCH ON REMOTE SENSING INFORMATION PROCESSING SERVICES BASED ON SEMANTIC WEB SERVICES

RESEARCH ON REMOTE SENSING INFORMATION PROCESSING SERVICES BASED ON SEMANTIC WEB SERVICES RESEARCH ON REMOTE SENSING INFORMATION PROCESSING SERVICES BASED ON SEMANTIC WEB SERVICES Qian Li a, *, Haigang Sui a, Yuanyuan Feng a, Qin Zhan b, Chuan Xu a a State Key Lab of Information Engineering

More information

An Ontology Based Question Answering System on Software Test Document Domain

An Ontology Based Question Answering System on Software Test Document Domain An Ontology Based Question Answering System on Software Test Document Domain Meltem Serhatli, Ferda N. Alpaslan Abstract Processing the data by computers and performing reasoning tasks is an important

More information

KNOWLEDGE-BASED MULTIMEDIA ADAPTATION DECISION-TAKING

KNOWLEDGE-BASED MULTIMEDIA ADAPTATION DECISION-TAKING K KNOWLEDGE-BASED MULTIMEDIA ADAPTATION DECISION-TAKING Dietmar Jannach a, Christian Timmerer b, and Hermann Hellwagner b a Department of Computer Science, Dortmund University of Technology, Germany b

More information

Collaborative Ontology Construction using Template-based Wiki for Semantic Web Applications

Collaborative Ontology Construction using Template-based Wiki for Semantic Web Applications 2009 International Conference on Computer Engineering and Technology Collaborative Ontology Construction using Template-based Wiki for Semantic Web Applications Sung-Kooc Lim Information and Communications

More information

An Intelligent System for Archiving and Retrieval of Audiovisual Material Based on the MPEG-7 Description Schemes

An Intelligent System for Archiving and Retrieval of Audiovisual Material Based on the MPEG-7 Description Schemes An Intelligent System for Archiving and Retrieval of Audiovisual Material Based on the MPEG-7 Description Schemes GIORGOS AKRIVAS, SPIROS IOANNOU, ELIAS KARAKOULAKIS, KOSTAS KARPOUZIS, YANNIS AVRITHIS

More information

Intro to XML. Borrowed, with author s permission, from:

Intro to XML. Borrowed, with author s permission, from: Intro to XML Borrowed, with author s permission, from: http://business.unr.edu/faculty/ekedahl/is389/topic3a ndroidintroduction/is389androidbasics.aspx Part 1: XML Basics Why XML Here? You need to understand

More information

from Pavel Mihaylov and Dorothee Beermann Reviewed by Sc o t t Fa r r a r, University of Washington

from Pavel Mihaylov and Dorothee Beermann Reviewed by Sc o t t Fa r r a r, University of Washington Vol. 4 (2010), pp. 60-65 http://nflrc.hawaii.edu/ldc/ http://hdl.handle.net/10125/4467 TypeCraft from Pavel Mihaylov and Dorothee Beermann Reviewed by Sc o t t Fa r r a r, University of Washington 1. OVERVIEW.

More information

Helmi Ben Hmida Hannover University, Germany

Helmi Ben Hmida Hannover University, Germany Helmi Ben Hmida Hannover University, Germany 1 Summarizing the Problem: Computers don t understand Meaning My mouse is broken. I need a new one 2 The Semantic Web Vision the idea of having data on the

More information

Semantic Web Technology Evaluation Ontology (SWETO): A test bed for evaluating tools and benchmarking semantic applications

Semantic Web Technology Evaluation Ontology (SWETO): A test bed for evaluating tools and benchmarking semantic applications Semantic Web Technology Evaluation Ontology (SWETO): A test bed for evaluating tools and benchmarking semantic applications WWW2004 (New York, May 22, 2004) Semantic Web Track, Developers Day Boanerges

More information

Knowledge Representations. How else can we represent knowledge in addition to formal logic?

Knowledge Representations. How else can we represent knowledge in addition to formal logic? Knowledge Representations How else can we represent knowledge in addition to formal logic? 1 Common Knowledge Representations Formal Logic Production Rules Semantic Nets Schemata and Frames 2 Production

More information

Semantic Web Technology Evaluation Ontology (SWETO): A Test Bed for Evaluating Tools and Benchmarking Applications

Semantic Web Technology Evaluation Ontology (SWETO): A Test Bed for Evaluating Tools and Benchmarking Applications Wright State University CORE Scholar Kno.e.sis Publications The Ohio Center of Excellence in Knowledge- Enabled Computing (Kno.e.sis) 5-22-2004 Semantic Web Technology Evaluation Ontology (SWETO): A Test

More information

SKOS. COMP62342 Sean Bechhofer

SKOS. COMP62342 Sean Bechhofer SKOS COMP62342 Sean Bechhofer sean.bechhofer@manchester.ac.uk Ontologies Metadata Resources marked-up with descriptions of their content. No good unless everyone speaks the same language; Terminologies

More information

An Infrastructure for MultiMedia Metadata Management

An Infrastructure for MultiMedia Metadata Management An Infrastructure for MultiMedia Metadata Management Patrizia Asirelli, Massimo Martinelli, Ovidio Salvetti Istituto di Scienza e Tecnologie dell Informazione, CNR, 56124 Pisa, Italy {Patrizia.Asirelli,

More information

Annotation Science From Theory to Practice and Use Introduction A bit of history

Annotation Science From Theory to Practice and Use Introduction A bit of history Annotation Science From Theory to Practice and Use Nancy Ide Department of Computer Science Vassar College Poughkeepsie, New York 12604 USA ide@cs.vassar.edu Introduction Linguistically-annotated corpora

More information

A Tool for Storing OWL Using Database Technology

A Tool for Storing OWL Using Database Technology A Tool for Storing OWL Using Database Technology Maria del Mar Roldan-Garcia and Jose F. Aldana-Montes University of Malaga, Computer Languages and Computing Science Department Malaga 29071, Spain, (mmar,jfam)@lcc.uma.es,

More information

Ontology Development Tools and Languages: A Review

Ontology Development Tools and Languages: A Review Ontology Development Tools and Languages: A Review Parveen 1, Dheeraj Kumar Sahni 2, Dhiraj Khurana 3, Rainu Nandal 4 1,2 M.Tech. (CSE), UIET, MDU, Rohtak, Haryana 3,4 Asst. Professor, UIET, MDU, Rohtak,

More information

XML BASED DICTIONARIES FOR MXF/AAF APPLICATIONS

XML BASED DICTIONARIES FOR MXF/AAF APPLICATIONS XML BASED DICTIONARIES FOR MXF/AAF APPLICATIONS D. Beenham, P. Schmidt and G. Sylvester-Bradley Sony Broadcast & Professional Research Laboratories, UK ABSTRACT Both the Advanced Authoring Format (AAF)

More information

Managing very large Multimedia Archives and their Integration into Federations

Managing very large Multimedia Archives and their Integration into Federations Managing very large Multimedia Archives and their Integration into Federations Daan Broeder, Eric Auer, Marc Kemps-Snijders, Han Sloetjes, Peter Wittenburg, Claus Zinn 1 1 Max-Planck-Institute for Psycholinguistics,

More information

INFO216: Advanced Modelling

INFO216: Advanced Modelling INFO216: Advanced Modelling Theme, spring 2018: Modelling and Programming the Web of Data Andreas L. Opdahl Session S13: Development and quality Themes: ontology (and vocabulary)

More information

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS 1 WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS BRUCE CROFT NSF Center for Intelligent Information Retrieval, Computer Science Department, University of Massachusetts,

More information

Using ESML in a Semantic Web Approach for Improved Earth Science Data Usability

Using ESML in a Semantic Web Approach for Improved Earth Science Data Usability Using in a Semantic Web Approach for Improved Earth Science Data Usability Rahul Ramachandran, Helen Conover, Sunil Movva and Sara Graves Information Technology and Systems Center University of Alabama

More information

KNOWLEDGE MANAGEMENT AND ONTOLOGY

KNOWLEDGE MANAGEMENT AND ONTOLOGY The USV Annals of Economics and Public Administration Volume 16, Special Issue, 2016 KNOWLEDGE MANAGEMENT AND ONTOLOGY Associate Professor PhD Tiberiu SOCACIU Ștefan cel Mare University of Suceava, Romania

More information

The Semantic Web & Ontologies

The Semantic Web & Ontologies The Semantic Web & Ontologies Kwenton Bellette The semantic web is an extension of the current web that will allow users to find, share and combine information more easily (Berners-Lee, 2001, p.34) This

More information

Using RDF to Model the Structure and Process of Systems

Using RDF to Model the Structure and Process of Systems Using RDF to Model the Structure and Process of Systems Marko A. Rodriguez Jennifer H. Watkins Johan Bollen Los Alamos National Laboratory {marko,jhw,jbollen}@lanl.gov Carlos Gershenson New England Complex

More information

Ontology based Model and Procedure Creation for Topic Analysis in Chinese Language

Ontology based Model and Procedure Creation for Topic Analysis in Chinese Language Ontology based Model and Procedure Creation for Topic Analysis in Chinese Language Dong Han and Kilian Stoffel Information Management Institute, University of Neuchâtel Pierre-à-Mazel 7, CH-2000 Neuchâtel,

More information

Data formats for exchanging classifications UNSD

Data formats for exchanging classifications UNSD ESA/STAT/AC.234/22 11 May 2011 UNITED NATIONS DEPARTMENT OF ECONOMIC AND SOCIAL AFFAIRS STATISTICS DIVISION Meeting of the Expert Group on International Economic and Social Classifications New York, 18-20

More information

Hello, I am from the State University of Library Studies and Information Technologies, Bulgaria

Hello, I am from the State University of Library Studies and Information Technologies, Bulgaria Hello, My name is Svetla Boytcheva, I am from the State University of Library Studies and Information Technologies, Bulgaria I am goingto present you work in progress for a research project aiming development

More information

GraphOnto: OWL-Based Ontology Management and Multimedia Annotation in the DS-MIRF Framework

GraphOnto: OWL-Based Ontology Management and Multimedia Annotation in the DS-MIRF Framework GraphOnto: OWL-Based Management and Multimedia Annotation in the DS-MIRF Framework Panagiotis Polydoros, Chrisa Tsinaraki and Stavros Christodoulakis Lab. Of Distributed Multimedia Information Systems,

More information

Annotation for the Semantic Web During Website Development

Annotation for the Semantic Web During Website Development Annotation for the Semantic Web During Website Development Peter Plessers and Olga De Troyer Vrije Universiteit Brussel, Department of Computer Science, WISE, Pleinlaan 2, 1050 Brussel, Belgium {Peter.Plessers,

More information

An Ontology-Based Intelligent Information System for Urbanism and Civil Engineering Data

An Ontology-Based Intelligent Information System for Urbanism and Civil Engineering Data Ontologies for urban development: conceptual models for practitioners An Ontology-Based Intelligent Information System for Urbanism and Civil Engineering Data Stefan Trausan-Matu 1,2 and Anca Neacsu 1

More information

Assessing the Quality of Natural Language Text

Assessing the Quality of Natural Language Text Assessing the Quality of Natural Language Text DC Research Ulm (RIC/AM) daniel.sonntag@dfki.de GI 2004 Agenda Introduction and Background to Text Quality Text Quality Dimensions Intrinsic Text Quality,

More information

Knowledge and Ontological Engineering: Directions for the Semantic Web

Knowledge and Ontological Engineering: Directions for the Semantic Web Knowledge and Ontological Engineering: Directions for the Semantic Web Dana Vaughn and David J. Russomanno Department of Electrical and Computer Engineering The University of Memphis Memphis, TN 38152

More information

The semantics of markup: Mapping legacy markup schemas to a common semantics

The semantics of markup: Mapping legacy markup schemas to a common semantics The semantics of markup: Mapping legacy markup schemas to a common semantics Gary F. Simons SIL International 7500 W. Camp Wisdom Road Dallas TX 75236, USA Gary_Simons@sil.org Scott O. Farrar Faculty of

More information

Efficient Querying of Web Services Using Ontologies

Efficient Querying of Web Services Using Ontologies Journal of Algorithms & Computational Technology Vol. 4 No. 4 575 Efficient Querying of Web Services Using Ontologies K. Saravanan, S. Kripeshwari and Arunkumar Thangavelu School of Computing Sciences,

More information

CHAPTER 5 SEARCH ENGINE USING SEMANTIC CONCEPTS

CHAPTER 5 SEARCH ENGINE USING SEMANTIC CONCEPTS 82 CHAPTER 5 SEARCH ENGINE USING SEMANTIC CONCEPTS In recent years, everybody is in thirst of getting information from the internet. Search engines are used to fulfill the need of them. Even though the

More information

Falcon-AO: Aligning Ontologies with Falcon

Falcon-AO: Aligning Ontologies with Falcon Falcon-AO: Aligning Ontologies with Falcon Ningsheng Jian, Wei Hu, Gong Cheng, Yuzhong Qu Department of Computer Science and Engineering Southeast University Nanjing 210096, P. R. China {nsjian, whu, gcheng,

More information

Good, Better, and Best Practice

Good, Better, and Best Practice Good, Better, and Best Practice The Experience of the E-MELD Project Gary Simons, SIL International Helen Aristar Dry, Eastern Michigan U. DGfS 2006, Bielefeld, Germany 1 Good, Better, and Best Practice

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 4, Jul-Aug 2015

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 4, Jul-Aug 2015 RESEARCH ARTICLE OPEN ACCESS Multi-Lingual Ontology Server (MOS) For Discovering Web Services Abdelrahman Abbas Ibrahim [1], Dr. Nael Salman [2] Department of Software Engineering [1] Sudan University

More information

Ontology Research Group Overview

Ontology Research Group Overview Ontology Research Group Overview ORG Dr. Valerie Cross Sriram Ramakrishnan Ramanathan Somasundaram En Yu Yi Sun Miami University OCWIC 2007 February 17, Deer Creek Resort OCWIC 2007 1 Outline Motivation

More information

EUDICO Linguistic Annotator (ELAN) version Manual

EUDICO Linguistic Annotator (ELAN) version Manual EUDICO Linguistic Annotator (ELAN) version 2.0.2 Manual This manual was last updated on 29-Jan-2004 11:55 The latest version can be downloaded from www.mpi.nl/tools Original Author: Birgit Hellwig Updates

More information

Using Metadata Standards Represented in OWL for Retrieving LOs Content

Using Metadata Standards Represented in OWL for Retrieving LOs Content Using Metadata Standards Represented in OWL for Retrieving LOs Content Edmar W. Oliveira 1, Sean W. M. Siqueira 1, Maria H. L. B. Braz 2 1 Department of Applied Informatics Federal University of the State

More information

Towards a Data Consistency Modeling and Testing Framework for MOF Defined Languages

Towards a Data Consistency Modeling and Testing Framework for MOF Defined Languages Towards a Data Consistency Modeling and Testing Framework for MOF Defined Languages Jan Pettersen Nytun,2 Christian S. Jensen,3 Vladimir A. Oleshchuk Faculty of Engineering and Science, Agder University

More information

Ontology Development. Qing He

Ontology Development. Qing He A tutorial report for SENG 609.22 Agent Based Software Engineering Course Instructor: Dr. Behrouz H. Far Ontology Development Qing He 1 Why develop an ontology? In recent years the development of ontologies

More information

An Annotation Tool for Semantic Documents

An Annotation Tool for Semantic Documents An Annotation Tool for Semantic Documents (System Description) Henrik Eriksson Dept. of Computer and Information Science Linköping University SE-581 83 Linköping, Sweden her@ida.liu.se Abstract. Document

More information

The Semantic Planetary Data System

The Semantic Planetary Data System The Semantic Planetary Data System J. Steven Hughes 1, Daniel J. Crichton 1, Sean Kelly 1, and Chris Mattmann 1 1 Jet Propulsion Laboratory 4800 Oak Grove Drive Pasadena, CA 91109 USA {steve.hughes, dan.crichton,

More information

Jie Bao, Paul Smart, Dave Braines, Nigel Shadbolt

Jie Bao, Paul Smart, Dave Braines, Nigel Shadbolt Jie Bao, Paul Smart, Dave Braines, Nigel Shadbolt Advent of Web 2.0 supports greater user participation in the creation of Web content Good way to generate lots of online content e.g. Wikipedia ~3 million

More information

Orchestrating Music Queries via the Semantic Web

Orchestrating Music Queries via the Semantic Web Orchestrating Music Queries via the Semantic Web Milos Vukicevic, John Galletly American University in Bulgaria Blagoevgrad 2700 Bulgaria +359 73 888 466 milossmi@gmail.com, jgalletly@aubg.bg Abstract

More information

Context Ontology Construction For Cricket Video

Context Ontology Construction For Cricket Video Context Ontology Construction For Cricket Video Dr. Sunitha Abburu Professor& Director, Department of Computer Applications Adhiyamaan College of Engineering, Hosur, pin-635109, Tamilnadu, India Abstract

More information

CONTENT MODEL FOR MOBILE ADAPTATION OF MULTIMEDIA INFORMATION

CONTENT MODEL FOR MOBILE ADAPTATION OF MULTIMEDIA INFORMATION CONTENT MODEL FOR MOBILE ADAPTATION OF MULTIMEDIA INFORMATION Maija Metso, Antti Koivisto and Jaakko Sauvola MediaTeam, MVMP Unit Infotech Oulu, University of Oulu e-mail: {maija.metso, antti.koivisto,

More information

A FRAMEWORK FOR EFFICIENT DATA SEARCH THROUGH XML TREE PATTERNS

A FRAMEWORK FOR EFFICIENT DATA SEARCH THROUGH XML TREE PATTERNS A FRAMEWORK FOR EFFICIENT DATA SEARCH THROUGH XML TREE PATTERNS SRIVANI SARIKONDA 1 PG Scholar Department of CSE P.SANDEEP REDDY 2 Associate professor Department of CSE DR.M.V.SIVA PRASAD 3 Principal Abstract:

More information

Modeling and transforming a multilingual technical lexicon for conservation-restoration using XML

Modeling and transforming a multilingual technical lexicon for conservation-restoration using XML Modeling and transforming a multilingual technical lexicon for conservation-restoration using XML Alice Lonati 1, Violetta Lonati 2, and Massimo Santini 2 1 Associazione Giovanni Secco Suardo Lurano, Italy

More information

Ontology-based Architecture Documentation Approach

Ontology-based Architecture Documentation Approach 4 Ontology-based Architecture Documentation Approach In this chapter we investigate how an ontology can be used for retrieving AK from SA documentation (RQ2). We first give background information on the

More information

New Tools for the Semantic Web

New Tools for the Semantic Web New Tools for the Semantic Web Jennifer Golbeck 1, Michael Grove 1, Bijan Parsia 1, Adtiya Kalyanpur 1, and James Hendler 1 1 Maryland Information and Network Dynamics Laboratory University of Maryland,

More information

An exchange format for multimodal annotations

An exchange format for multimodal annotations An exchange format for multimodal annotations Thomas Schmidt, Susan Duncan, Oliver Ehmer, Jeffrey Hoyt, Michael Kipp, Dan Loehr, Magnus Magnusson, Travis Rose, Han Sloetjes Background International Society

More information

Information Retrieval (IR) through Semantic Web (SW): An Overview

Information Retrieval (IR) through Semantic Web (SW): An Overview Information Retrieval (IR) through Semantic Web (SW): An Overview Gagandeep Singh 1, Vishal Jain 2 1 B.Tech (CSE) VI Sem, GuruTegh Bahadur Institute of Technology, GGS Indraprastha University, Delhi 2

More information

Ontology Exemplification for aspocms in the Semantic Web

Ontology Exemplification for aspocms in the Semantic Web Ontology Exemplification for aspocms in the Semantic Web Anand Kumar Department of Computer Science Babasaheb Bhimrao Ambedkar University Lucknow-226025, India e-mail: anand_smsvns@yahoo.co.in Sanjay K.

More information

Using the data in the archive

Using the data in the archive Using the data in the archive Jacquelijn Ringersma The Language Archive Max Planck Institute for Psycholinguistics DGfS-CNRS Summer School on Linguistic Typology A very rich archive A very rich archive

More information

Automation of Semantic Web based Digital Library using Unified Modeling Language Minal Bhise 1 1

Automation of Semantic Web based Digital Library using Unified Modeling Language Minal Bhise 1 1 Automation of Semantic Web based Digital Library using Unified Modeling Language Minal Bhise 1 1 Dhirubhai Ambani Institute for Information and Communication Technology, Gandhinagar, Gujarat, India Email:

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 5: Multimedia description schemes

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 5: Multimedia description schemes INTERNATIONAL STANDARD ISO/IEC 15938-5 First edition 2003-05-15 Information technology Multimedia content description interface Part 5: Multimedia description schemes Technologies de l'information Interface

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia framework (MPEG-21) Part 21: Media Contract Ontology

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia framework (MPEG-21) Part 21: Media Contract Ontology INTERNATIONAL STANDARD ISO/IEC 21000-21 First edition 2013-07-01 Information technology Multimedia framework (MPEG-21) Part 21: Media Contract Ontology Technologies de l'information Cadre multimédia (MPEG-21)

More information

LEXUS. for creating lexica

LEXUS. for creating lexica LEXUS for creating lexica LEXUS manual Katarzyna Wojtylak Max Planck Institute for Psycholinguistics, Nijmegen, The Netherlands June 2012 LEXUS for creating lexica LEXUS manual Katarzyna Wojtylak Published

More information

Enterprise Multimedia Integration and Search

Enterprise Multimedia Integration and Search Enterprise Multimedia Integration and Search José-Manuel López-Cobo 1 and Katharina Siorpaes 1,2 1 playence, Austria, 2 STI Innsbruck, University of Innsbruck, Austria {ozelin.lopez, katharina.siorpaes}@playence.com

More information

Semantic Image Retrieval Based on Ontology and SPARQL Query

Semantic Image Retrieval Based on Ontology and SPARQL Query Semantic Image Retrieval Based on Ontology and SPARQL Query N. Magesh Assistant Professor, Dept of Computer Science and Engineering, Institute of Road and Transport Technology, Erode-638 316. Dr. P. Thangaraj

More information

Developing a robust authoring annotation system for the Semantic Web

Developing a robust authoring annotation system for the Semantic Web Developing a robust authoring annotation system for the Semantic Web Yan Bodain and Jean-Marc Robert École Polytechnique de Montréal, C.P. 6079, Succ. Centre-ville Montréal, Québec, Canada, H3C 3A7 yan.bodain@semanticlab.org

More information

Business Rules in the Semantic Web, are there any or are they different?

Business Rules in the Semantic Web, are there any or are they different? Business Rules in the Semantic Web, are there any or are they different? Silvie Spreeuwenberg, Rik Gerrits LibRT, Silodam 364, 1013 AW Amsterdam, Netherlands {silvie@librt.com, Rik@LibRT.com} http://www.librt.com

More information

Semantic-Based Web Mining Under the Framework of Agent

Semantic-Based Web Mining Under the Framework of Agent Semantic-Based Web Mining Under the Framework of Agent Usha Venna K Syama Sundara Rao Abstract To make automatic service discovery possible, we need to add semantics to the Web service. A semantic-based

More information

TOWARDS ONTOLOGY DEVELOPMENT BASED ON RELATIONAL DATABASE

TOWARDS ONTOLOGY DEVELOPMENT BASED ON RELATIONAL DATABASE TOWARDS ONTOLOGY DEVELOPMENT BASED ON RELATIONAL DATABASE L. Ravi, N.Sivaranjini Department of Computer Science, Sacred Heart College (Autonomous), Tirupattur. { raviatshc@yahoo.com, ssk.siva4@gmail.com

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD ISO/IEC 29341-18-12 INTERNATIONAL STANDARD Edition 1.0 2011-08 colour inside Information technology UPnP device architecture Part 18-12: Remote Access Device Control Protocol Remote Access Discovery Agent

More information

A Semi-Automatic Ontology Extension Method for Semantic Web Services

A Semi-Automatic Ontology Extension Method for Semantic Web Services University of Jordan From the SelectedWorks of Dr. Mutaz M. Al-Debei 2011 A Semi-Automatic Ontology Extension Method for Semantic Web Services Mutaz M. Al-Debei Mohammad Mourhaf Al Asswad Available at:

More information

Creating Ontology Chart Using Economy Domain Ontologies

Creating Ontology Chart Using Economy Domain Ontologies Creating Ontology Chart Using Economy Domain Ontologies Waralak V. Siricharoen *1, Thitima Puttitanun *2 *1, Corresponding author School of Science, University of the Thai Chamber of Commerce, 126/1, Dindeang,

More information

The AGROVOC Concept Scheme - A Walkthrough

The AGROVOC Concept Scheme - A Walkthrough Journal of Integrative Agriculture 2012, 11(5): 694-699 May 2012 REVIEW The AGROVOC Concept Scheme - A Walkthrough Sachit Rajbhandari and Johannes Keizer Food and Agriculture Organization of the United

More information

Interpreting XML via an RDF Schema

Interpreting XML via an RDF Schema Interpreting XML via an RDF Schema Michel Klein 1 Abstract. One of the major problems in the realization of the vision of the Semantic Web is the transformation of existing web data into sources that can

More information

The Ties that Bind. XML, the Semantic Web, and Web Services. Harry Halpin

The Ties that Bind. XML, the Semantic Web, and Web Services. Harry Halpin The Ties that Bind XML, the Semantic Web, and Web Services Harry Halpin School of Informatics Institution for Communicating and Collaborative Systems University of Edinburgh 2 Buccleuch Place, EH8 9LW

More information

OMG Specifications for Enterprise Interoperability

OMG Specifications for Enterprise Interoperability OMG Specifications for Enterprise Interoperability Brian Elvesæter* Arne-Jørgen Berre* *SINTEF ICT, P. O. Box 124 Blindern, N-0314 Oslo, Norway brian.elvesater@sintef.no arne.j.berre@sintef.no ABSTRACT:

More information

From Lexicon To Mammographic Ontology: Experiences and Lessons

From Lexicon To Mammographic Ontology: Experiences and Lessons From Lexicon To Mammographic : Experiences and Lessons Bo Hu, Srinandan Dasmahapatra and Nigel Shadbolt Department of Electronics and Computer Science University of Southampton United Kingdom Email: {bh,

More information

Adding formal semantics to the Web

Adding formal semantics to the Web Adding formal semantics to the Web building on top of RDF Schema Jeen Broekstra On-To-Knowledge project Context On-To-Knowledge IST project about content-driven knowledge management through evolving ontologies

More information