Semantic Web. Semantic Web: Resource Description Framework (RDF) cont. Resource Description Framework (RDF) W3C Definition:

Size: px
Start display at page:

Download "Semantic Web. Semantic Web: Resource Description Framework (RDF) cont. Resource Description Framework (RDF) W3C Definition:"

Transcription

1 Semantic Web: The Semantic Web is an extension of the current web in which information is given well-defined meaning, better enabling computers and people to work in cooperation. Tim Berners-Lee, James Hendler, Ora Lassila, The Semantic Web, Scientific American, May 2001 W3C Definition: Semantic Web The Semantic Web is the representation of data on the World Wide Web. It is a collaborative effort led by W3C with participation from a large number of researchers and industrial partners. It is based on the Resource Description Framework (RDF), which integrates a variety of applications using XML for syntax and URIs for naming. WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar Resource Description Framework (RDF) an XML text format that supports resource description and metadata applications... For example, RDF might let you identify people in a Web photo album using information from a personal contact list; then your mail client could automatically start a message to those people stating that their photos are on the Web.... RDF provides tools to integrate even more, to make the Web a little bit more into a Semantic Web. from: XML in 10 points (cf. Resource Description Framework (RDF) cont. Just like people need to have agreement on the meanings of the words they employ in their communication, computers need mechanisms for agreeing on the meanings of terms in order to communicate effectively. Formal descriptions of terms in a certain area (shopping or manufacturing, for example) are called ontologies and are a necessary part of the Semantic Web. RDF, ontologies, and the representation of meaning so that computers can help people do work are all topics of the Semantic Web Activity. from: XML in 10 points (cf. WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar

2 Dublin Core Metadata Initiative The Dublin Core Metadata Initiative is an open forum engaged in the development of interoperable online metadata standards that support a broad range of purposes and business models. DCMI s activities include consensus-driven working groups, global workshops, conferences, standards liaison, and educational efforts to promote widespread acceptance of metadata standards and practices. Die definierten Elemente: Title Format Creator Identifier Subject Source Description Language Publisher Relation Contributor Coverage Date Rights Type Dublin Core Metadata Initiative WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar Element Name: Title Label: Title Beispiele für Definitionen von Elementen: Definition: A name given to the resource. Comment: Typically, Title will be a name by which the resource is formally known. Beispiele für Definitionen von Elementen: cont. Element Name: Creator Label: Creator Definition: An entity primarily responsible for making the content of the resource. Comment: Examples of Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity. WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar

3 Beispiele für Definitionen von Elementen: cont. Element Name: Description Label: Description Definition: An account of the content of the resource. Comment: Examples of Description include, but is not limited to: an abstract, table of contents, reference to a graphical representation of content or a free-text account of the content. Beispiele für Definitionen von Elementen: cont. Element Name: Format Label: Format Definition: The physical or digital manifestation of the resource. Comment: Typically, Format may include the media-type or dimensions of the resource. Format may be used to identify the software, hardware, or other equipment needed to display or operate the resource. Examples of dimensions include size and duration. Recommended best practice is to select a value from a controlled vocabulary (for example, the list of Internet Media Types [MIME] defining computer media formats). WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar Nachfolger von PICS: Platform for Internet Content Selection RDF ist deklarativ mit XML werden Metadaten repräsentiert in Form von Aussagen über Eigenschaften und Beziehungen sog. Resourcen Resource kann alles sein, was eine URL besitzt nutzt Arbeiten zur Wissensrepäsentation (z.b. semantische Netze) Tripel in Analogie zu Subjekt, Verb und Objekt elementarer Sätze Beispiel: (field 5 in database A) (is a field of type) (zip code) URIs zur Identifikation der Elemente im Tripel cf. Tim Berners-Lee, James Hendler, Ora Lassila, The Semantic Web, Scientific American, May 2001 WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar

4 ein einfaches Beispiel: <RDF xmlns=" xmlns:dc=" <Description about=" <dc:title>the W3C Folio 1999</dc:title> <dc:creator>w3c Communications Team</dc:creator> <dc:date> </dc:date> <dc:subject>web development, World Wide Web Consortium, Interoperability of the Web</dc:subject> </Description> </RDF> Erläuterungen zum Beispiel: Zeile 1: eine RDF Description Zeile 2: als Vokabular wird Dublin Core verwendet Zeile 3: um welche Resource handelt es sich? cf. WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar Erläuterungen zum Beispiel: Zeile 4 bis 7: die eigentlichen Metadaten als RDF-Aussagen (RDF statements) über die DC-Elemente title creator date subject XML-Namespaces können bei Namenskonflikten in RDF-Vokabularen genutzt werden Beispiel: address könnte in einem Vokabular die Bedeutung Ort einer Firma haben, in einem anderen aber für ihre Adresse im Web stehen cf. WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar

5 Ontology?... traditionally defined as the science or study of being (Oxford English Dictionary) In AI, usually attributed to (Gruber, 1993) the notion of ontology is, essentially, the specification of a conceptualization Ontology as specification of a conceptualization... as specification of a conceptualization : that is, defined terms and relationships between them, usually in some formal (preferably machine-readable) manner. as it is currently being used in semantic web circles that, is, as a set of knowledge terms, including the vocabulary, the semantic interconnections and some simple rules of inference and logic, for some particular topic. cf. hendler/agentweb.html WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar Ontology? From cf. hendler/agentweb.html:... For example the ontology of cooking and cookbooks includes ingredients, how to stir and combine them, the difference between simmering and deep-frying, Ontology? ontology of cooking and cookbooks... the expectation that the products will be eaten or drunk, that oil is for cooking in or consuming and not for lubrication, and so forth. WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar WS 2004/2005, Dokumentverarbeitung, Prof. Dr. D. Rösner; Version: 27. Januar

Information and documentation The Dublin Core metadata element set

Information and documentation The Dublin Core metadata element set ISO TC 46/SC 4 N515 Date: 2003-02-26 ISO 15836:2003(E) ISO TC 46/SC 4 Secretariat: ANSI Information and documentation The Dublin Core metadata element set Information et documentation Éléments fondamentaux

More information

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols E-Commerce Infrastructure II: the World Wide Web The Internet and the World Wide Web are two separate but related things Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 1 Outline The Internet and

More information

Search Engines Chapter 2 Architecture. 14.4.2011 Felix Naumann

Search Engines Chapter 2 Architecture. 14.4.2011 Felix Naumann Search Engines Chapter 2 Architecture 14.4.2011 Felix Naumann Overview 2 Basic Building Blocks Indexing Text Acquisition Text Transformation Index Creation Querying User Interaction Ranking Evaluation

More information

Kapitel 2 Unternehmensarchitektur III

Kapitel 2 Unternehmensarchitektur III Kapitel 2 Unternehmensarchitektur III Software Architecture, Quality, and Testing FS 2015 Prof. Dr. Jana Köhler jana.koehler@hslu.ch IT Strategie Entwicklung "Foundation for Execution" "Because experts

More information

22. April 2010 Siemens Enterprise Communications

22. April 2010 Siemens Enterprise Communications Donnerstag, 26.04.2007 22. April 2010 Siemens Enterprise Communications GmbH & Co KG Copyright Siemens Copyright Enterprise Siemens Communications Enterprise Communications GmbH & KG 2007. 2010. All rights

More information

12 The Semantic Web and RDF

12 The Semantic Web and RDF MSc in Communication Sciences 2011-12 Program in Technologies for Human Communication Davide Eynard nternet Technology 12 The Semantic Web and RDF 2 n the previous episodes... A (video) summary: Michael

More information

Diese Liste wird präsentiert von. Netheweb.de

Diese Liste wird präsentiert von. Netheweb.de Diese Liste wird präsentiert von Netheweb.de Die Liste enthält 1000 Do-Follow Blogs, die zum Linkbuilding genutzt werden können, es kann sein, dass verkürzte URL s nicht korrekt weiter geleitet werden.

More information

A Semantic web approach for e-learning platforms

A Semantic web approach for e-learning platforms A Semantic web approach for e-learning platforms Miguel B. Alves 1 1 Laboratório de Sistemas de Informação, ESTG-IPVC 4900-348 Viana do Castelo. mba@estg.ipvc.pt Abstract. When lecturers publish contents

More information

Verteilte Systeme 3. Dienstevermittlung

Verteilte Systeme 3. Dienstevermittlung VS32 Slide 1 Verteilte Systeme 3. Dienstevermittlung 3.2 Prinzipien einer serviceorientierten Architektur (SOA) Sebastian Iwanowski FH Wedel VS32 Slide 2 Prinzipien einer SOA 1. Definitionen und Merkmale

More information

RDF Resource Description Framework

RDF Resource Description Framework RDF Resource Description Framework Rückblick HTML Auszeichnung, vorgegeben XML, XHTML, SGML Auszeichnung, eigene RDF, OWL Auszeichnung, inhaltliche Einordnung RDF-Model RDF-Konzept (Tripel) RDF-Graph RDF-Syntax

More information

Secure Semantic Web Service Using SAML

Secure Semantic Web Service Using SAML Secure Semantic Web Service Using SAML JOO-YOUNG LEE and KI-YOUNG MOON Information Security Department Electronics and Telecommunications Research Institute 161 Gajeong-dong, Yuseong-gu, Daejeon KOREA

More information

RFC's und Internet- Drafts mit URN-Bezug in Zusammenhang mit der Definition von Namen. Nik Klever FB Informatik - FH Augsburg klever@fh-augsburg.

RFC's und Internet- Drafts mit URN-Bezug in Zusammenhang mit der Definition von Namen. Nik Klever FB Informatik - FH Augsburg klever@fh-augsburg. RFC's und Internet- Drafts mit URN-Bezug in Zusammenhang mit der Definition von Namen Nik Klever FB Informatik - FH klever@fh-augsburg.de RFC's und Internet-Drafts mit URN-Bezug Namensräume Namensbezeichnungen

More information

Timebox Planning View der agile Ansatz für die visuelle Planung von System Engineering Projekt Portfolios

Timebox Planning View der agile Ansatz für die visuelle Planung von System Engineering Projekt Portfolios Agile Leadership Day 2015 Markus Giacomuzzi - Siemens Building Technologies Headquarters Zug Timebox Planning View der agile Ansatz für die visuelle Planung von System Engineering Projekt Portfolios structure

More information

Implementing Data Models and Reports with Microsoft SQL Server

Implementing Data Models and Reports with Microsoft SQL Server Implementing Data Models and Reports with Microsoft SQL Server Dauer: 5 Tage Kursnummer: M20466 Überblick: Business Intelligence (BI) wird für Unternehmen von verschiedenen Größen aufgrund des dadurch

More information

ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY

ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY Yu. A. Zagorulko, O. I. Borovikova, S. V. Bulgakov, E. A. Sidorova 1 A.P.Ershov s Institute

More information

Über die Semantik von Modellierungssprachen

Über die Semantik von Modellierungssprachen Über die Semantik von Modellierungssprachen und des UML-Standards Prof. Dr. Bernhard Rumpe Technische Universität Braunschweig http://www.sse.cs.tu-bs.de/ Seite 2 What is a model? And why do we need modeling

More information

Web services in corporate semantic Webs. On intranets and extranets too, a little semantics goes a long way. Fabien.Gandon@sophia.inria.

Web services in corporate semantic Webs. On intranets and extranets too, a little semantics goes a long way. Fabien.Gandon@sophia.inria. Web services in corporate semantic Webs On intranets and extranets too, a little semantics goes a long way. Fabien.Gandon@sophia.inria.fr 1 Plan & progression Motivating scenarios: Research community Starting

More information

technische universiteit eindhoven WIS & Engineering Geert-Jan Houben

technische universiteit eindhoven WIS & Engineering Geert-Jan Houben WIS & Engineering Geert-Jan Houben Contents Web Information System (WIS) Evolution in Web data WIS Engineering Languages for Web data XML (context only!) RDF XML Querying: XQuery (context only!) RDFS SPARQL

More information

Clever Search: A WordNet Based Wrapper for Internet Search Engines

Clever Search: A WordNet Based Wrapper for Internet Search Engines Clever Search: A WordNet Based Wrapper for Internet Search Engines Peter M. Kruse, André Naujoks, Dietmar Rösner, Manuela Kunze Otto-von-Guericke-Universität Magdeburg, Institut für Wissens- und Sprachverarbeitung,

More information

Data Warehousing Metadata Management

Data Warehousing Metadata Management Data Warehousing Metadata Management Spring Term 2014 Dr. Andreas Geppert Credit Suisse geppert@acm.org Spring 2014 Slide 1 Outline of the Course Introduction DWH Architecture DWH-Design and multi-dimensional

More information

Data Warehousing Metadata Management

Data Warehousing Metadata Management Data Warehousing Metadata Management Spring Term 2014 Dr. Andreas Geppert Credit Suisse geppert@acm.org Spring 2014 Slide 1 Outline of the Course Introduction DWH Architecture DWH-Design and multi-dimensional

More information

SAP GLOBAL DIVERSITY POLICY

SAP GLOBAL DIVERSITY POLICY SAP GLOBAL DIVERSITY POLICY Date 29.8.2006 1 TABLE OF CONTENTS Cover Sheet... 2 PREFACE... 3 1 DEFINITION... 4 2 OBJECTIVES AND SCOPE... 4 2.1 KEY TARGETS FOR DIVERSITY AT SAP... 5 2.2 COMPLIANCE/SANCTIONS...

More information

LEARNING AGREEMENT FOR STUDIES

LEARNING AGREEMENT FOR STUDIES LEARNING AGREEMENT FOR STUDIES The Student Last name (s) First name (s) Date of birth Nationality 1 Sex [M/F] Academic year 20../20.. Study cycle EQF level 6 Subject area, Code Phone E-mail 0421 The Sending

More information

Satzgliedstellung. Regel #4: Adverbien: Die Satzgliedstellung verändert sich nicht, wenn eine adverbiale Bestimmung vorausgeht.

Satzgliedstellung. Regel #4: Adverbien: Die Satzgliedstellung verändert sich nicht, wenn eine adverbiale Bestimmung vorausgeht. Satzgliedstellung Aussagen Die feste Satzgliedstellung im englischen Aussagesatz ist: Subjekt Prädikat Objekt (S P O) Bsp. Meg drinks tea. S P O wird im Hauptsatz auch dann beibehalten, wenn ein Nebensatz

More information

Information Systems 2

Information Systems 2 Information Systems 2 Prof. Dr. Dr. L. Schmidt-Thieme MSc. André Busche Übung 9 0. Allerlei 1. Übung 2. Hands on some things 2.1 Saxon 2.2 Corba 28.06.10 2/ 0. Allerlei 1. Übung 2. Hands on some things

More information

ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004

ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004 ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004 By Aristomenis Macris (e-mail: arism@unipi.gr), University of

More information

1Copyright 2013, Oracle and/or its affiliates. All rights reserved.

1Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1Copyright 2013, Oracle and/or its affiliates. All rights reserved. The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

ADAPTATION OF SEMANTIC WEB TO RURAL HEALTHCARE DELIVERY

ADAPTATION OF SEMANTIC WEB TO RURAL HEALTHCARE DELIVERY ADAPTATION OF SEMANTIC WEB TO RURAL HEALTHCARE DELIVERY Maria Abur, Iya Abubakar Computer Centre, Ahmadu Bello University, Zaria. (08035922499) Email: mmrsabur@yahoo.com. Bamidele Soroyewun, Iya Abubakar

More information

SAP Sourcing/CLM Webcast Query & User/Contact Maintenance Web Service

SAP Sourcing/CLM Webcast Query & User/Contact Maintenance Web Service SAP Sourcing/CLM Webcast Query & User/Contact Maintenance Web Service Vikram Shanmugasundaram / SAP Sourcing/CLM Center of Excellence Ed Dunne / SAP Sourcing/CLM Product Management November 2015 SAP Sourcing

More information

Building an Architecture Model 1. 1. Entwerfen Sie mit AxiomSys ein Kontextdiagramm, das folgendermaßen aussieht:

Building an Architecture Model 1. 1. Entwerfen Sie mit AxiomSys ein Kontextdiagramm, das folgendermaßen aussieht: Building an Architecture Model 1 1. Entwerfen Sie mit AxiomSys ein Kontextdiagramm, das folgendermaßen aussieht: Wie Ihnen aus der vergangenen Lehrveranstaltung bekannt ist, bedeuten Sterne neben den Bezeichnungen,

More information

Object-Process Methodology as a basis for the Visual Semantic Web

Object-Process Methodology as a basis for the Visual Semantic Web Object-Process Methodology as a basis for the Visual Semantic Web Dov Dori Technion, Israel Institute of Technology, Haifa 32000, Israel dori@ie.technion.ac.il, and Massachusetts Institute of Technology,

More information

A RDF Vocabulary for Spatiotemporal Observation Data Sources

A RDF Vocabulary for Spatiotemporal Observation Data Sources A RDF Vocabulary for Spatiotemporal Observation Data Sources Karine Reis Ferreira 1, Diego Benincasa F. C. Almeida 1, Antônio Miguel Vieira Monteiro 1 1 DPI Instituto Nacional de Pesquisas Espaciais (INPE)

More information

SPICE auf der Überholspur. Vergleich von ISO (TR) 15504 und Automotive SPICE

SPICE auf der Überholspur. Vergleich von ISO (TR) 15504 und Automotive SPICE SPICE auf der Überholspur Vergleich von ISO (TR) 15504 und Automotive SPICE Historie Software Process Improvement and Capability determination 1994 1995 ISO 15504 Draft SPICE wird als Projekt der ISO zur

More information

Using Digital Libraries for E-Learning: Environments, Projects, Interfaces

Using Digital Libraries for E-Learning: Environments, Projects, Interfaces Using Digital Libraries for E-Learning: Environments, Projects, Interfaces Using Digital Libraries for E-Learning: Developing Strategies E-Learning Metadata Standards E-Learning Content and Creation Tools

More information

GCE EXAMINERS' REPORTS. GERMAN AS/Advanced

GCE EXAMINERS' REPORTS. GERMAN AS/Advanced GCE EXAMINERS' REPORTS GERMAN AS/Advanced JANUARY 2012 Statistical Information This booklet contains summary details for each unit: number entered; maximum mark available; mean mark achieved; grade ranges.

More information

Berufsakademie Mannheim University of Co-operative Education Department of Information Technology (International)

Berufsakademie Mannheim University of Co-operative Education Department of Information Technology (International) Berufsakademie Mannheim University of Co-operative Education Department of Information Technology (International) Guidelines for the Conduct of Independent (Research) Projects 5th/6th Semester 1.) Objective:

More information

Network Working Group

Network Working Group Network Working Group Request for Comments: 2413 Category: Informational S. Weibel OCLC Online Computer Library Center, Inc. J. Kunze University of California, San Francisco C. Lagoze Cornell University

More information

Stefan Engelberg (IDS Mannheim), Workshop Corpora in Lexical Research, Bucharest, Nov. 2008 [Folie 1]

Stefan Engelberg (IDS Mannheim), Workshop Corpora in Lexical Research, Bucharest, Nov. 2008 [Folie 1] Content 1. Empirical linguistics 2. Text corpora and corpus linguistics 3. Concordances 4. Application I: The German progressive 5. Part-of-speech tagging 6. Fequency analysis 7. Application II: Compounds

More information

Semantic Web Technology: The Foundation For Future Enterprise Systems

Semantic Web Technology: The Foundation For Future Enterprise Systems Semantic Web Technology: The Foundation For Future Enterprise Systems Abstract by Peter Okech Odhiambo The semantic web is an extension of the current web in which data and web resources is given more

More information

Overview WebServices Web Services Choreography Languages. WebServices. Jan Krüger

Overview WebServices Web Services Choreography Languages. WebServices. Jan Krüger WebServices Bielefeld Bioinformatics Service Institute of Bioinformatics CeBiTec jkrueger@techfak.uni-bielefeld.de RBG talk, November 2005 Overview 1 Overview 2 WebServices 3 Web Services Choreography

More information

4.2. Topic Maps, RDF and Ontologies Basic Concepts

4.2. Topic Maps, RDF and Ontologies Basic Concepts Topic Maps, RDF Graphs and Ontologies Visualization Bénédicte Le Grand, Michel Soto, Laboratoire d'informatique de Paris 6 (LIP6) 4.1. Introduction Information retrieval in current information systems

More information

Open Text Social Media. Actual Status, Strategy and Roadmap

Open Text Social Media. Actual Status, Strategy and Roadmap Open Text Social Media Actual Status, Strategy and Roadmap Lars Onasch (Product Marketing) Bernfried Howe (Product Management) Martin Schwanke (Global Service) February 23, 2010 Slide 1 Copyright Open

More information

Cataloguing is riding the waves of change Renate Beilharz Teacher Library and Information Studies Box Hill Institute

Cataloguing is riding the waves of change Renate Beilharz Teacher Library and Information Studies Box Hill Institute Cataloguing is riding the waves of change Renate Beilharz Teacher Library and Information Studies Box Hill Institute Abstract Quality catalogue data is essential for effective resource discovery. Consistent

More information

Content management and protection using Trusted Computing and MPEG-21 technologies

Content management and protection using Trusted Computing and MPEG-21 technologies Technische Universität München Lehrstuhl für Datenverarbeitung Univ.-Prof. Dr.-Ing. K. Diepold Content management and protection using Trusted Computing and MPEG-21 technologies Florian Schreiner Vollständiger

More information

Ontology and automatic code generation on modeling and simulation

Ontology and automatic code generation on modeling and simulation Ontology and automatic code generation on modeling and simulation Youcef Gheraibia Computing Department University Md Messadia Souk Ahras, 41000, Algeria youcef.gheraibia@gmail.com Abdelhabib Bourouis

More information

Enterprise Applikation Integration und Service-orientierte Architekturen. 10 Webservices Addons

Enterprise Applikation Integration und Service-orientierte Architekturen. 10 Webservices Addons Enterprise Applikation Integration und Service-orientierte Architekturen 10 Webservices Addons Überblick über die Spezifikationen http://www.ws-universe.com/index.html [28.04.2010] Prof. Dr. Holger Wache

More information

Brauche neues Power Supply

Brauche neues Power Supply email vom DB-Server: Brauche neues Power Supply HW-Überwachung mit Enterprise Manager und Oracle Auto Service Request Elke Freymann Datacenter Architect Systems Sales Consulting Oracle Deutschland Copyright

More information

Integrating data from The Perseus Project and Arachne using the CIDOC CRM An Examination from a Software Developer s Perspective

Integrating data from The Perseus Project and Arachne using the CIDOC CRM An Examination from a Software Developer s Perspective Integrating data from The Perseus Project and Arachne using the CIDOC CRM An Examination from a Software Developer s Perspective Robert Kummer, Perseus Project at Tufts University and Research Archive

More information

Julia Englert, PhD Student. Curriculum Vitae

Julia Englert, PhD Student. Curriculum Vitae Julia Englert, PhD Student Curriculum Vitae Name: Nationality: Julia Valerie Englert German Date of Birth: April 14 th 1987 E-Mail: j.englert@uni-saarland.de Phone 0049-681-302-68563 Office Address: Saarland

More information

AP WORLD LANGUAGE AND CULTURE EXAMS 2012 SCORING GUIDELINES

AP WORLD LANGUAGE AND CULTURE EXAMS 2012 SCORING GUIDELINES AP WORLD LANGUAGE AND CULTURE EXAMS 2012 SCORING GUIDELINES Interpersonal Writing: E-mail Reply 5: STRONG performance in Interpersonal Writing Maintains the exchange with a response that is clearly appropriate

More information

KIM. www.kim-forum.org

KIM. www.kim-forum.org KIM www.kim-forum.org KIM Competence Center for Interoperable Metadata German Translation of DCMES 1.1 Dublin Core Conference 2007, Singapur Christine Frodl (German National Library) Stefanie Ruehle (State

More information

Calibration of flow meters for liquids and gases

Calibration of flow meters for liquids and gases Calibration of flow meters for liquids and gases Testo Industrial Services More certainty, better service. www.testotis.com Flow rate calibration Calibration of flow meters Due to the requirements of a

More information

Mit einem Auge auf den mathema/schen Horizont: Was der Lehrer braucht für die Zukun= seiner Schüler

Mit einem Auge auf den mathema/schen Horizont: Was der Lehrer braucht für die Zukun= seiner Schüler Mit einem Auge auf den mathema/schen Horizont: Was der Lehrer braucht für die Zukun= seiner Schüler Deborah Löwenberg Ball und Hyman Bass University of Michigan U.S.A. 43. Jahrestagung für DidakEk der

More information

SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK

SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK Antonella Carbonaro, Rodolfo Ferrini Department of Computer Science University of Bologna Mura Anteo Zamboni 7, I-40127 Bologna, Italy Tel.: +39 0547 338830

More information

A virtual assistant for e-tourism. Alessandra De Paola, Marco Ortolani University of Palermo, Italy alessandra.depaola@unipa.it

A virtual assistant for e-tourism. Alessandra De Paola, Marco Ortolani University of Palermo, Italy alessandra.depaola@unipa.it national lab Smart Cities & Communities Alessandra De Paola, Marco Ortolani University of Palermo, Italy alessandra.depaola@unipa.it Palermo, October 29-30, 2015 I-Cities 2015 - CINI Annual Workshop on

More information

Annotea and Semantic Web Supported Collaboration

Annotea and Semantic Web Supported Collaboration Annotea and Semantic Web Supported Collaboration Marja-Riitta Koivunen, Ph.D. Annotea project Abstract Like any other technology, the Semantic Web cannot succeed if the applications using it do not serve

More information

Symantec Backup Exec (TM) 13 Installation Log

Symantec Backup Exec (TM) 13 Installation Log v Symantec Backup Exec (TM) 13 Installation Log 05-26-2010,15:07:12 : Explorer exists. Launching UI. 05-26-2010,15:07:14 : Executing managed _Setup: 05-26-2010,15:07:14 : C:\Dokumente und orms_multilingual_dvd\be\winnt\install\be32\install\_setup.exe

More information

On the Standardization of Semantic Web Services-based Network Monitoring Operations

On the Standardization of Semantic Web Services-based Network Monitoring Operations On the Standardization of Semantic Web Services-based Network Monitoring Operations ChenglingZhao^, ZihengLiu^, YanfengWang^ The Department of Information Techonlogy, HuaZhong Normal University; Wuhan,

More information

LTS-SCHEMA.ORG PLUGIN PROTOTYPE

LTS-SCHEMA.ORG PLUGIN PROTOTYPE STI INNSBRUCK LTS-SCHEMA.ORG PLUGIN PROTOTYPE Zaenal Akbar, Ioan Toma STI Innsbruck, University of Innsbruck, Technikerstraße 21a, 6020 Innsbruck, Austria firstname.lastname@sti2.at 2015-09-17 Semantic

More information

GUIDELINES FOR THE CREATION OF DIGITAL COLLECTIONS

GUIDELINES FOR THE CREATION OF DIGITAL COLLECTIONS GUIDELINES FOR THE CREATION OF DIGITAL COLLECTIONS Best Practices for Descriptive Metadata This document sets forth guidelines for creating descriptive metadata for items in CARLI Digital Collections (CDC)

More information

Virtual Address Mapping

Virtual Address Mapping Virtual Address Mapping Ziel ist es, zwischen zwei ZyWALL Routern (ZyWALL 2 Plus ZyWALL P1), welche sich beide im selben Lokalen IP Bereich (192.168.1.1/24) befinden, einen VPN-Tunnel mittels NAT over

More information

mle: Enhancing the Exploration of Mailing List Archives Through Making Semantics Explicit

mle: Enhancing the Exploration of Mailing List Archives Through Making Semantics Explicit mle: Enhancing the Exploration of Mailing List Archives Through Making Semantics Explicit Michael Hausenblas, Herwig Rehatschek Institute of Information Systems & Information Management, JOANNEUM RESEARCH

More information

Semantic Web Applications

Semantic Web Applications Semantic Web Applications Graham Klyne Nine by Nine http://www.ninebynine.net/ 26 February 2004 Nine by Nine Who am I? Scientific, engineering and networked software systems architecture Motion capture,

More information

STELTSICHVOR. Webdesign-and-IT. TiloBreuer Luftstrase16 38116Braunschweig Tel: 05316095675 Mobil:01751603449 Fax: 05316095676

STELTSICHVOR. Webdesign-and-IT. TiloBreuer Luftstrase16 38116Braunschweig Tel: 05316095675 Mobil:01751603449 Fax: 05316095676 STELTSICHVOR Webdesign-and-IT TiloBreuer Luftstrase16 38116Braunschweig Tel: 05316095675 Mobil:01751603449 Fax: 05316095676 Ichfreuemich,dassSieInteresseanmeinenDienstleistungenhaben undbedankemichgleichzeitigfürihreinvestiertezeit.

More information

Semantic Interoperability

Semantic Interoperability Ivan Herman Semantic Interoperability Olle Olsson Swedish W3C Office Swedish Institute of Computer Science (SICS) Stockholm Apr 27 2011 (2) Background Stockholm Apr 27, 2011 (2) Trends: from

More information

Herzlich Willkommen. zum Webinar. Data Insight Lab - Smart Data for Business & RapidMiner

Herzlich Willkommen. zum Webinar. Data Insight Lab - Smart Data for Business & RapidMiner Herzlich Willkommen zum Webinar Data Insight Lab - Smart Data for Business & RapidMiner Ihre Referenten Thomas Husung Sales Manager Dr. Daniel Vinke Data Analytics Strategy & Business Model Innovation

More information

Linked Data based Health Information Representation, Visualization and Retrieval System on the Semantic Web

Linked Data based Health Information Representation, Visualization and Retrieval System on the Semantic Web Linked Data based Health Information Representation, Visualization and Retrieval System on the Semantic Web Prepared by: Binyam Chakilu Tilahun i Linked Data based Health Information Representation, Visualization

More information

Designing and Implementing a Server Infrastructure MOC 20413

Designing and Implementing a Server Infrastructure MOC 20413 Designing and Implementing a Server Infrastructure MOC 20413 In dieser 5-tägigen Schulung erhalten Sie die Kenntnisse, welche benötigt werden, um eine physische und logische Windows Server 2012 Active

More information

Exemplar for Internal Assessment Resource German Level 1. Resource title: Planning a School Exchange

Exemplar for Internal Assessment Resource German Level 1. Resource title: Planning a School Exchange Exemplar for internal assessment resource German 1.5A for Achievement Standard 90887! Exemplar for Internal Assessment Resource German Level 1 Resource title: Planning a School Exchange This exemplar supports

More information

Department of Geography - Birgit Sattler - University of Duisburg-Essen ILIAS. in geography and landscape architecture

Department of Geography - Birgit Sattler - University of Duisburg-Essen ILIAS. in geography and landscape architecture ILIAS in geography and landscape architecture ILIAS in geography and landscape architecture computer skills and internet access of the students practical experience with ILIAS selected evaluation results

More information

Bible Software on the Workbench of the Biblical Scholar and Biblical Languages Learner: assessment and perspective

Bible Software on the Workbench of the Biblical Scholar and Biblical Languages Learner: assessment and perspective Bible Software on the Workbench of the Biblical Scholar and Biblical Languages Learner: assessment and perspective (Oliver Glanz) The present Bible software situation > From Pages to Bits > Saving > Speeding

More information

Encoding Library of Congress Subject Headings in SKOS: Authority Control for the Semantic Web

Encoding Library of Congress Subject Headings in SKOS: Authority Control for the Semantic Web Encoding Library of Congress Subject Headings in SKOS: Authority Control for the Semantic Web Corey A Harper University of Oregon Libraries Tel: +1 541 346 1854 Fax:+1 541 346 3485 charper@uoregon.edu

More information

Implementing a PKI Infrastructure with Windows Server 2008/2012

Implementing a PKI Infrastructure with Windows Server 2008/2012 Implementing a PKI Infrastructure with Windows Server 2008/2012 Dauer: 2 Tage Kursnummer: GKWINPKI Überblick: Noch mehr als bei anderen IT-Projekten kommt bei der Implementierung einer CA-Infrastruktur

More information

Information, Organization, and Management

Information, Organization, and Management Information, Organization, and Management Unit 7: The Semantic Web: A Web of Data http://www.heppnetz.de mhepp@computer.org http://www.heppnetz.de/teaching/img/ Contents The Semantic Web Vision Core Components

More information

How semantic technology can help you do more with production data. Doing more with production data

How semantic technology can help you do more with production data. Doing more with production data How semantic technology can help you do more with production data Doing more with production data EPIM and Digital Energy Journal 2013-04-18 David Price, TopQuadrant London, UK dprice at topquadrant dot

More information

Semantic Modeling with RDF. DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo

Semantic Modeling with RDF. DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo Expected Outcomes You will learn: Basic concepts related to ontologies Semantic model Semantic web Basic features of RDF and RDF

More information

APPLICATION FOR ADMISSION For further information please visit our website www.hs-kl.de/fachbereiche/bw/studiengaenge/master-studiengaenge

APPLICATION FOR ADMISSION For further information please visit our website www.hs-kl.de/fachbereiche/bw/studiengaenge/master-studiengaenge APPLICATION FOR ADMISSION For further information please visit our website www.hs-kl.de/fachbereiche/bw/studiengaenge/master-studiengaenge Information Management Form for admission to the post-degree course

More information

UNIMARC, RDA and the Semantic Web

UNIMARC, RDA and the Semantic Web Date submitted: 04/06/2009 UNIMARC, and the Semantic Web Gordon Dunsire Depute Director, Centre for Digital Library Research University of Strathclyde Glasgow, Scotland Meeting: 135. UNIMARC WORLD LIBRARY

More information

IT Transformation - CA Project & Portfolio Management Jurgen Schachner Senior Solutions

IT Transformation - CA Project & Portfolio Management Jurgen Schachner Senior Solutions Driving IT Transformation with CA Project & Portfolio Management Jürgen Schachner Senior Solution Strategist Inhalt IT Transformation als Top Priorität CIO als Portfolio Strategist PPM als Transformation

More information

Semantic Web & its Content Creation Process

Semantic Web & its Content Creation Process Journal of Information & Communication Technology Vol. 3, No. 2, (Fall 2009) 87-98 Semantic Web & its Content Creation Process Zia Ahmed Shaikh Institute of Business &Technology, Biztek, Pakistan Noor

More information

User Guidance in Business Process Modelling

User Guidance in Business Process Modelling User Guidance in Business Process Modelling Dissertation zur Erlangung des Doktorgrades der Naturwissenschaften vorgelegt von Diplom-Wirtschaftsinformatiker (FH) Matthias Born aus Albstadt genehmigt von

More information

On Ontology-based Event-driven Process Chains

On Ontology-based Event-driven Process Chains On Ontology-based Event-driven Process Chains Christian Fillies & Dr. Frauke Weichhardt Semtation GmbH Abstract Event driven process chains (EPC) have become an established industry standard since a decade.

More information

How To Analyse A Flugzeugflugfl\U00Fcgels In 3D Cda

How To Analyse A Flugzeugflugfl\U00Fcgels In 3D Cda cfd analyse eines flugzeugflügels bei mach 7 Zum Start der Entwicklung unseres Entwurfswerkzeuges werden wir die Ergebnisse des Workshops Speculative Patterns aus dem Entwurfsprojekt 51,9 N mit der Software

More information

Inflation,UrsachenundWirkungen

Inflation,UrsachenundWirkungen Inflation,UrsachenundWirkungen 1.Vorbemerkungen 2.Definitionen 3.Inflationswirkung:Fehlalokationen 4.Inflationswirkung:Verteilung 5.Inflationswirkung:Wachstum undbeschäftigung 6.Inflationswirkung:Außenhandel

More information

QAS DEBUG - User und Computer

QAS DEBUG - User und Computer QAS DEBUG - User und Computer Inhalt Computer Status vastool status Benutzer Login vastool list user vastool nss getpwnam vastool user checkaccess kinit su

More information

Introducing Semantic Technologies and the Vision of the Semantic Web

Introducing Semantic Technologies and the Vision of the Semantic Web Semantic Interoperability Community of Practice (SICoP) Introducing Semantic Technologies and the Vision of the Semantic Web White Paper Series Module 1 Updated on 02/16/05 Version 5.4 SICoP White Paper

More information

FILE WORKFLOW MIT AREMA

FILE WORKFLOW MIT AREMA IBM Spectrum Scale Experten Workshop FILE WORKFLOW MIT AREMA Ulrich Voigt, uvoigt@de.ibm.com, Senior Architect Media & Entertainment, IBM Global Business Services File Lifecycle File Workflow. File Workflow

More information

I-Q SCHACHT & KOLLEGEN QUALITÄTSKONSTRUKTION GMBH ISO 26262:2011. Liste der Work Products aus der Norm

I-Q SCHACHT & KOLLEGEN QUALITÄTSKONSTRUKTION GMBH ISO 26262:2011. Liste der Work Products aus der Norm I-Q SCHACHT & KOLLEGEN QUALITÄTSKONSTRUKTION GMBH ISO 26262:2011 Liste der Work Products aus der Norm 1. Work Products in der ISO 26262:2011 1.1 Liste ISO-26262:2011, part 1 - Vocabulary no relevant work

More information

3220 SK-C-PUR 04.01.06 3225 SK-C-PUR 04.01.07 3230 SK-C-PUR 04.01.08 3210 SK-C-PVC 04.01.05 3130 SK-PUR 04.01.03 3131 CLEANLINE PUR 04.07.

3220 SK-C-PUR 04.01.06 3225 SK-C-PUR 04.01.07 3230 SK-C-PUR 04.01.08 3210 SK-C-PVC 04.01.05 3130 SK-PUR 04.01.03 3131 CLEANLINE PUR 04.07. KAWEFLEX 3110 SK-PVC 04.01.01 3120 SK-PUR 04.01.02 3130 SK-PUR 04.01.03 3131 CLEANLINE PUR 04.07.01 3210 SK-C-PVC 04.01. 3220 SK-C-PUR 04.01.06 3225 SK-C-PUR 04.01.07 3230 SK-C-PUR 04.01.08 3231 CLEANLINE-C-PUR

More information

I. INTRODUCTION NOESIS ONTOLOGIES SEMANTICS AND ANNOTATION

I. INTRODUCTION NOESIS ONTOLOGIES SEMANTICS AND ANNOTATION Noesis: A Semantic Search Engine and Resource Aggregator for Atmospheric Science Sunil Movva, Rahul Ramachandran, Xiang Li, Phani Cherukuri, Sara Graves Information Technology and Systems Center University

More information

<is web> Information Systems & Semantic Web University of Koblenz Landau, Germany

<is web> Information Systems & Semantic Web University of Koblenz Landau, Germany Information Systems University of Koblenz Landau, Germany Semantic Multimedia Management - Multimedia Annotation Tools http://isweb.uni-koblenz.de Multimedia Annotation Different levels of annotations

More information

How To Teach A Software Engineer

How To Teach A Software Engineer Corporate Technology Social Skills für Experten Erfahrungsbericht vom Siemens Curriculum für Senior Architekten / Architekten Matthias Singer Siemens AG Learning Campus Copyright 2010. All rights reserved.

More information

Integrating data from The Perseus Project and Arachne using the CIDOC CRM An Examination from a Software Developer s Perspective

Integrating data from The Perseus Project and Arachne using the CIDOC CRM An Examination from a Software Developer s Perspective Integrating data from The Perseus Project and Arachne using the CIDOC CRM An Examination from a Software Developer s Perspective Robert Kummer, Perseus Project at Tufts University and Research Archive

More information

J2EE-Application Server

J2EE-Application Server J2EE-Application Server (inkl windows-8) Installation-Guide F:\_Daten\Hochschule Zurich\Web-Technologie\ApplicationServerSetUp.docx Last Update: 19.3.2014, Walter Rothlin Seite 1 Table of Contents Java

More information

Ontology based Recruitment Process

Ontology based Recruitment Process Ontology based Recruitment Process Malgorzata Mochol Radoslaw Oldakowski Institut für Informatik AG Netzbasierte Informationssysteme Freie Universität Berlin Takustr. 9, 14195 Berlin, Germany mochol@inf.fu-berlin.de

More information

Information Technology for KM

Information Technology for KM On the Relations between Structural Case-Based Reasoning and Ontology-based Knowledge Management Ralph Bergmann & Martin Schaaf University of Hildesheim Data- and Knowledge Management Group www.dwm.uni-hildesheim.de

More information

STUDENT HANDBOOK M.A./MBA (USA)

STUDENT HANDBOOK M.A./MBA (USA) Content Program Goal... 2 Management Project... 2 Competence Development... 2 Program Facts & Degrees... 2 Awarded Credits, Workload & Duration... 3 Starting Dates... 3 Target Group & Admission Requirements...

More information

FOR TEACHERS ONLY The University of the State of New York

FOR TEACHERS ONLY The University of the State of New York FOR TEACHERS ONLY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION G COMPREHENSIVE EXAMINATION IN GERMAN Friday, June 15, 2007 1:15 to 4:15 p.m., only SCORING KEY Updated information

More information

Multimedia Annotation using Semantic Web Technologies

Multimedia Annotation using Semantic Web Technologies Multimedia Annotation using Semantic Web Technologies TOMO SJEKAVICA 1, GORDAN GLEDEC 2, MARKO HORVAT 2 1 University of Dubrovnik Department of Electrical Engineering and Computing Ćira Carića 4, Dubrovnik

More information

Semantic Knowledge Management System. Paripati Lohith Kumar. School of Information Technology

Semantic Knowledge Management System. Paripati Lohith Kumar. School of Information Technology Semantic Knowledge Management System Paripati Lohith Kumar School of Information Technology Vellore Institute of Technology University, Vellore, India. plohithkumar@hotmail.com Abstract The scholarly activities

More information