InformatieAnalyse 0 : opereren op conceptueel niveau

Size: px
Start display at page:

Download "InformatieAnalyse 0 : opereren op conceptueel niveau"

Transcription

1 InformatieAnalyse 0 : opereren op conceptueel niveau de verschillende niveau s om naar een IS/DB te kijken noodzaak tot abstraheren/conceptualiseren i.v.m. complexiteit de conceptuele informatie-processor van external via conceptueel naar relationeel niveau ORM: Object-Role Modeling De 4 niveaus van de database development cycle 1

2 The physical view Voorbeeld gehaald uit Guide to ORM (blz. 11): Sample database code (the physical view) CREATE DATABASE Info University ClassCode varchar (10) NOT NULL, Duration integer NULL, PRIMARY KEY (CourseID, Section, Semester, Year), FOREIGN KEY (CourseID) REFERENCES Course, FOREIGN KEY (Instructor) REFERENCES Instructor, FOREIGN KEY (Classroom, BuildingID) REFERENCES Room, UNIQUE (ClassCode) ) CREATE UNIQUE CLUSTERED INDEX ClassTermIdx ON ClassTerm ( CourseId, Section, Semester, Year )... It is a view that is restricted to a specific relational database and to the physical implementation of that database. In other words, the database will run only on a specific, physical data-base platform. The logical view Voorbeeld gehaald uit Guide to ORM (blz. 12): This logical view shows entities, relationships between entities, and attributes. This view is similar to the physical view; it simply replaces textual definitions with a more graphical, tabular format. 2

3 Design that communicates: the conceptual view Your goal as analyst is to drive the process of database design as much as possible from the external view. In so doing, you will produce a design that is based on sample data that users from all perspectives can understand and about which they can communicate. The eight steps of FORML methodology in the context of the four views of database design: Op de bovenste regel: Steps in object-role modeling Op de onderste regel:views of a database: Opereren op conceptueel niveau (1) 3

4 Opereren op conceptueel niveau (2) Stel je een UoD voor met het volgende conceptuele schema: Reference schemes: Person (firstname) ; City (name) ; Year (AD) Base fact types: F1 Person lives in City F2 Person was born in Year F3 Person is a brother of Person F4 Person is a parent of/is a child of Person Constraints: C1 each Person lives in some City C2 each Person lives in at most one City C3 each Person was born in at most one Year C4 no Person is a brother of itself C5 no Person is a parent of itself Derivation rules: D1 Person 1 is an uncle of Person 2 if Person 1 is a brother of some Person 3 D2 who is a parent of Person 2 nrchildren (Person) ::= count each Person 2 who is child of that Person Opereren op conceptueel niveau (3a) Reacties van de CIP (Conceptual Information Pocessor) op gebruikersinvoer: (na een accepted wordt het feit toegevoegd aan de conceptuele database) User: CIP: Add: Person Terry lives in City Seattle => accepted Add: Person Norma was born in Year 1950 => rejected ; C1 violated Add: Person Norma lives in City Brisbane => accepted Add: Person Norma was born in Year 1950 => accepted Add: Person Terry is a brother of Person Paul => rejected ; C1 violated Add: Person Paul lives in City Brisbane => accepted Add: Person Terry is a brother of Person Paul => accepted Add: Person Paul is a brother of Person Paul => rejected ; C4 violated Add: Person Terry plays Sport judo => rejected ; unknown facttype Poging tot doorvoeren verhuizing: Add: Person Terry lives in City Brisbane => rejected ; C2 violated Del: Person Terry lives in City Seattle => rejected ; C1 violated Via compound transaction is verhuizen toch mogelijk: begin Del: Person Terry lives in City Seattle Add: Person Terry lives in City Brisbane End => accepted 4

5 Opereren op conceptueel niveau (3b) Reacties van de CIP (Conceptual Information Pocessor) op verdere gebruikersinvoer: User: CIP: Add: Person Linda lives in City Brisbane => accepted Add: Person Selena lives in City Brisbane => accepted Add: Person Terry is a parent of Person Linda => accepted Add: Person Terry is a parent of Person Selena => accepted nrchildren ( Person Terry )? => 2 What Person is a brother of Person Paul? => Terry What Person lives in City Brisbane? => Norma Linda Selena Terry What Person is an uncle of Person Selena? => No Person Add: Person Paul is a brother of Person Terry => accepted What Person is an uncle of Person Selena? => Paul What Person is an aunt of Person Selena? => rejected ; unknown facttype Vragen: a) hoe zal de CIP reageren op: Toevoegen constraint C6: each Person was born in some Year =>? b) hoe kun je alsnog een conceptuele database met deze constraint erbij verkrijgen? Van external naar conceptueel naar relationeel niveau Voorbeeld van external niveau: Met bijbehorend conceptueel niveau: Reference schemes: Employee(empNr) ; EmpName( ) ; Sex (code) ; ForeignLanguage (name) Base fact types: F1 Employee has EmpName F2 Employee is of Sex F3 Employee speaks/is spoken by ForeignLanguage Constraints: C1 each Employee has exactly one EmpName C2 each Employee is of exactly one Sex C3 Sex values are M, F Met bijbehorend (logisch!) relationeel niveau: tabellen en relationeel schema 5

6 Object-Role Modeling (ORM) Š Understandable Express facts and rules in English and/or intuitive graphics Š Reliable Validate rules using English and sample populations (multiple instances) Š Expressive Capture more business rules graphically Š Stable Minimize the impact of change to models and queries ORM may be used instead of, or prior to, other approaches ORM s Conceptual Schema Design Procedure CSDP Divide the universe of discourse into manageable subsections. Apply the CSDP to each subsection. Integrate the subschemas into a global conceptual schema. For each manageably sized application,the conceptual schema design is performed in seven steps: 1. Transform familiar information examples into elementary facts, and apply quality checks. 2. Draw the fact types, and apply a population check. 3. Check for entity types that should be combined, and note an arithmetic derivations. 4. Add uniqueness constraints, and check arity of fact types. 5. Add mandatory role constraints, and check for logical derivations. 6. Add value, set comparison, and subtyping constraints. 7. Add other constraints and perform final checks. 6

Unit 5: Object-Role Modeling (ORM) http://www.heppnetz.de/teaching/dpm/

Unit 5: Object-Role Modeling (ORM) http://www.heppnetz.de/teaching/dpm/ Modeling in Business in Information Systems Unternehmensmodellierung und -architekturen Unit 5: Object-Role Modeling (ORM) Professur für Allgemeine BWL, insbesondere E-Business http://www.heppnetz.de/teaching/dpm/

More information

Object-Role Modeling: an overview

Object-Role Modeling: an overview Object-Role Modeling: an overview Terry Halpin Microsoft Corporation This paper provides an overview of Object-Role Modeling (ORM), a fact-oriented method for performing information analysis at the conceptual

More information

Windows Azure Push Notifications

Windows Azure Push Notifications Windows Azure Push Notifications Edwin van Wijk Marco Kuiper #WAZUGPUSH Push Notifications Uitdagingen Oplossingen Windows Azure Demo Windows Azure Push Notifications 2 Introductie Edwin van Wijk edwinw@infosupport.com

More information

T h e N e x t G e n e r a t i o n of C o n s u m e r i z a t i o n KIXS. Leading Edge Forum Study Tour 20-25 October 2013

T h e N e x t G e n e r a t i o n of C o n s u m e r i z a t i o n KIXS. Leading Edge Forum Study Tour 20-25 October 2013 T h e N e x t G e n e r a t i o n of C o n s u m e r i z a t i o n Teus ir. van T. der Plaat der Plaat KIXS Leading Edge Forum Study Tour 20-25 October 2013 November 2013 De reis Inleiding S-curve End

More information

Oversight Management: een zinvolle aanvulling!

Oversight Management: een zinvolle aanvulling! Oversight Management: een zinvolle aanvulling! Houfhoff Pension Fund Academy Christiaan Tromp info@fiduciaryservices.eu April 2012 1 Agenda The Fiduciary Management promise The evolution of Pension Fund

More information

Digitale muziekbewerking en productie

Digitale muziekbewerking en productie 16 februari 2009 Totaal model hardware (audio & midi) mengtafel fx synthesizer drumcomputer sampler sequencer keyboard Software sequencers: Cubase, Ableton, enz. mengtafel fx synthesizer drumcomputer sampler

More information

Virtualisatie. voor desktop en beginners. Gert Schepens Slides & Notities op gertschepens.be

Virtualisatie. voor desktop en beginners. Gert Schepens Slides & Notities op gertschepens.be Virtualisatie voor desktop en beginners Gert Schepens Slides & Notities op gertschepens.be Op deze teksten is de Creative Commons Naamsvermelding- Niet-commercieel-Gelijk delen 2.0 van toepassing. Wat

More information

COOLS COOLS. Cools is nominated for the Brains Award! www.brainseindhoven.nl/nl/top_10/&id=507. www.cools-tools.nl. Coen Danckmer Voordouw

COOLS COOLS. Cools is nominated for the Brains Award! www.brainseindhoven.nl/nl/top_10/&id=507. www.cools-tools.nl. Coen Danckmer Voordouw Name Nationality Department Email Address Website Coen Danckmer Voordouw Dutch / Nederlands Man and Activity info@danckmer.nl www.danckmer.nl Project: Image: Photographer: Other images: COOLS CoenDVoordouw

More information

CO-BRANDING RICHTLIJNEN

CO-BRANDING RICHTLIJNEN A minimum margin surrounding the logo keeps CO-BRANDING RICHTLIJNEN 22 Last mei revised, 2013 30 April 2013 The preferred version of the co-branding logo is white on a Magenta background. Depending on

More information

Uw partner in system management oplossingen

Uw partner in system management oplossingen Uw partner in system management oplossingen User Centric IT Bring your Own - Corporate Owned Onderzoek Forrester Welke applicatie gebruik je het meest op mobiele devices? Email 76% SMS 67% IM / Chat 48%

More information

Maximizer Synergy. info@adafi.be BE 0415.642.030. Houwaartstraat 200/1 BE 3270 Scherpenheuvel. Tel: +32 495 300612 Fax: +32 13 777372

Maximizer Synergy. info@adafi.be BE 0415.642.030. Houwaartstraat 200/1 BE 3270 Scherpenheuvel. Tel: +32 495 300612 Fax: +32 13 777372 Maximizer Synergy Adafi Software is een samenwerking gestart met Advoco Solutions, een Maximizer Business Partner uit Groot Brittannië. Advoco Solutions heeft een technologie ontwikkeld, genaamd Synergy,

More information

Microsoft s new database modeling tool: Part 1

Microsoft s new database modeling tool: Part 1 Microsoft s new database modeling tool: Part 1 Terry Halpin Microsoft Corporation Abstract: This is the first in a series of articles introducing the Visio-based database modeling component of Microsoft

More information

Denk aan 12/17/2012. What does an OML graduate do? MSc Operations Management & Logistics. Domain. Key strengths of the OML program

Denk aan 12/17/2012. What does an OML graduate do? MSc Operations Management & Logistics. Domain. Key strengths of the OML program What does an OML graduate do? MSc Operations Management & Logistics Specifieke voorlichting voor studenten BSc Technische Bedrijfskunde TU/e Denk aan Prof dr ir Jan Fransoo, Program Director Van een lege

More information

PROFIBUS & PROFINET Nederland PROFIBUS, PROFINET en IO-Link. Ede, 12 november 2009

PROFIBUS & PROFINET Nederland PROFIBUS, PROFINET en IO-Link. Ede, 12 november 2009 Ede, 12 november 2009 Remote Maintenance voor PROFINET en Ethernet netwerken Ede, 12 november 2009 Voorstellen Cliff van Gellekom Raster Products BV cliff.van.gellekom@raster.com 3 Remote Connectivity

More information

Netezza S's. Robert Hartevelt 31 October 2012. 2012 IBM Corporation. 2012 IBM Corporation. 2012 IBM Corporation

Netezza S's. Robert Hartevelt 31 October 2012. 2012 IBM Corporation. 2012 IBM Corporation. 2012 IBM Corporation Netezza S's Robert Hartevelt 31 October 2012 Netezza S's Introduction to Netezza 10 minutes Q&A Speed & Smart 30 minutes NL Customer experiences Simplicity & Scalable Netezza S's Introduction to Netezza

More information

Product Quality Management, onze toekomst? René Tuinhout

Product Quality Management, onze toekomst? René Tuinhout Product Quality Management, onze toekomst? René Tuinhout Inhoud No. 2 1 René Tuinhout analyst / testnavigator testcoördinator testmanager / testadviseur / practice lead / docent No. 3 Inhoud No. 4 2 Historie

More information

The Relational Model. Why Study the Relational Model?

The Relational Model. Why Study the Relational Model? The Relational Model Chapter 3 Instructor: Vladimir Zadorozhny vladimir@sis.pitt.edu Information Science Program School of Information Sciences, University of Pittsburgh 1 Why Study the Relational Model?

More information

Sample test Secretaries/administrative. Secretarial Staff Administrative Staff

Sample test Secretaries/administrative. Secretarial Staff Administrative Staff English Language Assessment Paper 3: Writing Time: 1¼ hour Secretarial Staff Administrative Staff Questions 1 17 Text 1 (questions 1 8) Assessment Paper 3 Writing Part 1 For questions 1-8, read the text

More information

Top 10 meest geziene performance problemen en bijbehorende oplossingen. André Kamman & Henk van der Valk

Top 10 meest geziene performance problemen en bijbehorende oplossingen. André Kamman & Henk van der Valk Top 10 meest geziene performance problemen en bijbehorende oplossingen André Kamman & Henk van der Valk Over André SQL Server MVP Voorzitter PASS Nederland IT er vanaf mijn 17e SQL Server ervaring vanaf

More information

Vermenigvuldig en Afdeling (Intermediêre fase)

Vermenigvuldig en Afdeling (Intermediêre fase) Vermenigvuldig en Afdeling (Intermediêre fase) My Huiswerk Boek(4) Naam: Jaar: Skool: Declaration This booklet is not sold or used for profit making. It is used solely for educational purposes. You may

More information

Inhoudsopgave. Vak: Web Analysis 1 Vak: Web Information 1 Vak: Web Science 2 Vak: Web Society 3 Vak: Web Technology 4

Inhoudsopgave. Vak: Web Analysis 1 Vak: Web Information 1 Vak: Web Science 2 Vak: Web Society 3 Vak: Web Technology 4 Minor Web Science I Inhoudsopgave Vak: Web Analysis 1 Vak: Web Information 1 Vak: Web Science 2 Vak: Web Society 3 Vak: Web Technology 4 II Web Analysis Vakcode X_401065 () dr. Z. Szlavik Docent(en) dr.

More information

GMP-Z Annex 15: Kwalificatie en validatie

GMP-Z Annex 15: Kwalificatie en validatie -Z Annex 15: Kwalificatie en validatie item Gewijzigd richtsnoer -Z Toelichting Principle 1. This Annex describes the principles of qualification and validation which are applicable to the manufacture

More information

Examen Software Engineering 2010-2011 05/09/2011

Examen Software Engineering 2010-2011 05/09/2011 Belangrijk: Schrijf je antwoorden kort en bondig in de daartoe voorziene velden. Elke theorie-vraag staat op 2 punten (totaal op 24). De oefening staan in totaal op 16 punten. Het geheel staat op 40 punten.

More information

HR Transformation and Future of HR Brussel, 25 april 2013 Material part 1/2

HR Transformation and Future of HR Brussel, 25 april 2013 Material part 1/2 HR Transformation and Future of HR Brussel, 25 april 2013 Material part 1/2 Doelstellingen Ideeën uitwisselen over hoe een HR transformatie te starten Ervaringen delen over hoe HR toegevoegde waarde kan

More information

Programme Friday 19 September 2014

Programme Friday 19 September 2014 Programme Friday 19 September 2014 13:45 Assembling at Woodrow Wilsonplein Where? 14:00-15:30 Photo Rally in the city centre 15:30 End of the Photo Rally Where? Royal Conservatory, Hoogpoort 64 In front

More information

Technical Specification ideal

Technical Specification ideal Technical Specification ideal (IDE.001) Author(s): Michel Westerink (MW) Version history: V1.0 MW (Copy from targetpay.com) 07/01/13 V1.0 MKh New error codes 20/02/14 V1.1 TZ New IP whitelisted 29/08/14

More information

ACCESS CONTROL AND SERVICE-ORIENTED ARCHITECTURES

ACCESS CONTROL AND SERVICE-ORIENTED ARCHITECTURES ACCESS CONTROL AND SERVICE-ORIENTED ARCHITECTURES PROEFSCHRIFT ter verkrijging van de graad van doctor aan de Universiteit van Tilburg, op gezag van de rector magnificus, prof.dr. F.A. van der Duyn Schouten,

More information

2. We should be pleased to receive your price quotation for ten copies of Y.

2. We should be pleased to receive your price quotation for ten copies of Y. 27 4 ASKING FOR INFORMATION 1 Specimen Dear Mr Hennesy Referring to our phone conversation of Monday 25 September, I would like to ask for some additional guidelines. I have two questions to start with.

More information

PoliticalMashup. Make implicit structure and information explicit. Content

PoliticalMashup. Make implicit structure and information explicit. Content 1 2 Content Connecting promises and actions of politicians and how the society reacts on them Maarten Marx Universiteit van Amsterdam Overview project Zooming in on one cultural heritage dataset A few

More information

Citrix Access Gateway: Implementing Enterprise Edition Feature 9.0

Citrix Access Gateway: Implementing Enterprise Edition Feature 9.0 coursemonstercom/uk Citrix Access Gateway: Implementing Enterprise Edition Feature 90 View training dates» Overview Nederlands Deze cursus behandelt informatie die beheerders en andere IT-professionals

More information

The network serves as a medium for new media art. This does not comprise a

The network serves as a medium for new media art. This does not comprise a OKNO werd opgericht om in collectief aan een gedeelde visie te kunnen werken. Als groep ge?ngageerde kunstenaars bouwen we aan onze vreemde, ongedefinieerde discipline en ruimen we er plaats voor in het

More information

THE MEDIA STRATEGY GAME

THE MEDIA STRATEGY GAME THE MEDIA STRATEGY GAME FOSTERING COMMUNICATION ON MEDIA STRATEGY HARRY VAN VLIET, CHARLOTTE VAN NUS, ROGIER BRUSSEE, JEROEN NOBEL Order in Chaos TYPICAL QUESTIONS WE GET We want to do something with Facebook

More information

S o c i a l T e l e v i s i o n e n S e c o n d S c r e e n F r a n c i n e v a n B e u s e k o m Pagina 2

S o c i a l T e l e v i s i o n e n S e c o n d S c r e e n F r a n c i n e v a n B e u s e k o m Pagina 2 #INDELING S o c i a l T e l e v i s i o n e n S e c o n d S c r e e n F r a n c i n e v a n B e u s e k o m Pagina 2 #START 1 Robert Doggers, Social TV en Chatterboxing: Over hoe TV kijken socialer wordt,

More information

Relationele Databases 2002/2003

Relationele Databases 2002/2003 1 Relationele Databases 2002/2003 Hoorcollege 5 22 mei 2003 Jaap Kamps & Maarten de Rijke April Juli 2003 Plan voor Vandaag Praktische dingen 3.8, 3.9, 3.10, 4.1, 4.4 en 4.5 SQL Aantekeningen 3 Meer Queries.

More information

Cloud Computing voor de overheid IBMs perspectief

Cloud Computing voor de overheid IBMs perspectief Cloud Computing voor de overheid IBMs perspectief Erik Rongen erik@nl.ibm.com Digitaal Bestuur, Januari 2011 2009 IBM Corporation Agenda What is Cloud computing (IBM Perspective) Steps to the Cloud 6 steps

More information

IT2305 Database Systems I (Compulsory)

IT2305 Database Systems I (Compulsory) Database Systems I (Compulsory) INTRODUCTION This is one of the 4 modules designed for Semester 2 of Bachelor of Information Technology Degree program. CREDITS: 04 LEARNING OUTCOMES On completion of this

More information

ISACA Roundtable. Cobit and Grab@Pizza 7 september 2015

ISACA Roundtable. Cobit and Grab@Pizza 7 september 2015 1 ISACA Roundtable 7 september 2015 ISACA Roundtable Cobit and Grab@Pizza 7 september 2015 2015 KPN Corporate Market B.V. ISACA, is a registered trademark of the Information Systems Audit and Control Association

More information

Vanderlande Technology Innovation Industriële automatisering 2025. 3 December 2015 Fred Verstraaten R&D Technology Manager

Vanderlande Technology Innovation Industriële automatisering 2025. 3 December 2015 Fred Verstraaten R&D Technology Manager Vanderlande Technology Innovation Industriële automatisering 2025 3 December 2015 Fred Verstraaten R&D Technology Manager Industriële automatisering 2025 Hoe ziet het eruit? Vanderlande is de wereldwijde

More information

Co-creation & Co-creativity

Co-creation & Co-creativity Co-creation & Co-creativity Innovating together with end-users off-line and on-line Liliane.Kuiper@TNO.nl +31 651085354 Co-creation & Co-creativity 1 What are we talking about? 2 Co-creativity steps (off-line)

More information

E-Commerce met Microsoft

E-Commerce met Microsoft Webplatform & klantmanagement E-Commerce met Microsoft Verander uw Web-site naar een succesvol business platform Nico Copier Enterprise Technology Architect nico.copier@microsoft.com Microsoft Agenda Trends

More information

Internal Audit Ambition Model

Internal Audit Ambition Model Internal Audit Ambition Model Agenda Achtergrond Aanpak Het IA AM Doelstelling De tool Self-assessment Toepassing Een voorbeeld Vervolgstappen Vragen Achtergrond Aanleiding Opdracht Commissie Professional

More information

Better Training for Safer Food Initiative

Better Training for Safer Food Initiative Better Training for Safer Food Initiative Insects and ABP Christophe Keppens Neil Leach Health and Consumers Why insects in feed? Challenges in animal production Demand side: Exploding demand food of animal

More information

Load Balancing Lync 2013. Jaap Wesselius

Load Balancing Lync 2013. Jaap Wesselius Load Balancing Lync 2013 Jaap Wesselius Agenda Introductie Interne Load Balancing Externe Load Balancing Reverse Proxy Samenvatting & Best Practices Introductie Load Balancing Lync 2013 Waarom Load Balancing?

More information

Uniface 9.7.01 en PostgreSQL, de eerste ervaringen

Uniface 9.7.01 en PostgreSQL, de eerste ervaringen Uniface 9.7.01 en PostgreSQL, de eerste ervaringen Arjen van Vliet Solution Consultant donderdag 26 november 2015 Agenda 1. Wat gebeurt er in de database markt? 2. Kenmerken van PostgreSQL 3. Stappenplan

More information

IS-ontwikkeltools NIOC 2013

IS-ontwikkeltools NIOC 2013 IS-ontwikkeltools NIOC 2013 Eddy Luursema, Arnoud van Bers, Misja Nabben Research Group Model Based Information Systems Presentation Introduction M-BIS FCO-IM history Meta & meta - meta Graphical representation

More information

The Relational Model. Why Study the Relational Model? Relational Database: Definitions

The Relational Model. Why Study the Relational Model? Relational Database: Definitions The Relational Model Database Management Systems, R. Ramakrishnan and J. Gehrke 1 Why Study the Relational Model? Most widely used model. Vendors: IBM, Microsoft, Oracle, Sybase, etc. Legacy systems in

More information

Software product management. Inge van de Weerd

Software product management. Inge van de Weerd Software product management Inge van de Weerd Hoe ben je naar dit college gekomen? A. Lopend B. Met de fiets C. Met het openbaar vervoer D. Met de auto E. Anders Agenda Software Product Management Requirements

More information

Basispatroon muts rounded top.

Basispatroon muts rounded top. Basispatroon muts rounded top. Breipatroon voor eenvoudige muts, gebruikte steken zijn recht / averecht op rondbreinaald en tweepunts naalden voor de top. De boord wordt 1r 1a of 2r 2a gebreid. Je kunt

More information

Assuring the Cloud. Hans Bootsma Deloitte Risk Services hbootsma@deloitte.nl +31 (0)6 1098 0182

Assuring the Cloud. Hans Bootsma Deloitte Risk Services hbootsma@deloitte.nl +31 (0)6 1098 0182 Assuring the Cloud Hans Bootsma Deloitte Risk Services hbootsma@deloitte.nl +31 (0)6 1098 0182 Need for Assurance in Cloud Computing Demand Fast go to market Support innovation Lower costs Access everywhere

More information

Dynamische Websites. Week 7

Dynamische Websites. Week 7 Dynamische Websites Week 7 Lesschema Herhaling Front Controller AGENDA LESSCHEMA Lesweek 7: Framework - Front Controller Lesweek 8: Framework - 2 Step Design Lesweek 9: Framework - Forms en... Lesweek

More information

ead management een digital wereld

ead management een digital wereld ead management een digital wereld april 2015 Andeta LauraNuhaan social Selling Today Marketing and Sales need to change Lead management and nurturing Content Marketing /Story telling Social Selling Yelpi

More information

Verticale tuin maken van een pallet

Verticale tuin maken van een pallet Daar krijg je dan je groendakmaterialen geleverd op een pallet. Waar moet je naar toe met zo'n pallet. Retour brengen? Gebruiken in de open haard? Maar je kunt creatiever zijn met pallets. Zo kun je er

More information

Sustainability Impact Assessment Tool

Sustainability Impact Assessment Tool Welcome Land use change Impact indicators Risk assessment Sustainability Impact Assessment Tool To o l s f o r E n v i r o n m e n t a l, S o c i a l a n d E c o n o m i c E f f e c t s o f M u l t i-f

More information

Term 2 - Form 1. Dutch

Term 2 - Form 1. Dutch COURSE OUTLINE ST. DOMINIC HIGH SCHOOL 2014/2015 Term 2 - Form 1 November 21, 2014 February 13, 2015 Dutch TEACHER/S: 1. Mr. Peter Swart email: pswart@stdominichigh.com 2. Ms. Danielle van Mourik email:

More information

Welkom! Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Welkom! Copyright 2014 Oracle and/or its affiliates. All rights reserved. Welkom! WIE? Bestuurslid OGh met BI / WA ervaring Bepalen activiteiten van de vereniging Deelname in organisatie commite van 1 of meerdere events Faciliteren van de SIG s Redactie van OGh-Visie Onderhouden

More information

(Optioneel: We will include the review report and the financial statements reviewed by us in an overall report that will be conveyed to you.

(Optioneel: We will include the review report and the financial statements reviewed by us in an overall report that will be conveyed to you. 1.2 Example of an Engagement Letter for a Review Engagement N.B.: Dit voorbeeld van een opdrachtbevestiging voor een beoordelingsopdracht is gebaseerd op de tekst uit Standaard 2400, Opdrachten tot het

More information

How to deliver Self Service IT Automation

How to deliver Self Service IT Automation How to deliver Self IT Automation Roeland Verhoeven, Manager Cloud Supply Chain Simac ICT Rien du Pre, HP Cloud Solution Architect Datum: 17-06-2014 Hoe te komen tot een Self Customer Centric Portal Er

More information

IC Rating NPSP Composieten BV. 9 juni 2010 Variopool

IC Rating NPSP Composieten BV. 9 juni 2010 Variopool IC Rating NPSP Composieten BV 9 juni 2010 Variopool AGENDA: The future of NPSP Future IC Rating TM NPSP Composieten BV 2 Bottom line 3 Bottom line 4 Definition of Intangibles The factors not shown in the

More information

GMP-Z Hoofdstuk 4 Documentatie. Inleiding

GMP-Z Hoofdstuk 4 Documentatie. Inleiding -Z Hoofdstuk 4 Documentatie Inleiding Het hoofdstuk Documentatie uit de -richtsnoeren is in zijn algemeenheid goed toepasbaar in de ziekenhuisapotheek. Verschil met de industriële is dat de bereidingen

More information

IV. The (Extended) Entity-Relationship Model

IV. The (Extended) Entity-Relationship Model IV. The (Extended) Entity-Relationship Model The Extended Entity-Relationship (EER) Model Entities, Relationships and Attributes Cardinalities, Identifiers and Generalization Documentation of EER Diagrams

More information

the Future of engineering

the Future of engineering the Future of engineering SpoorwegMuseum, Utrecht 19 November 2009 Intergraph and the Intergraph logo are registered trademarks of Intergraph Corporation. Other brands and product names are trademarks

More information

Spread. B&R Beurs. March 2010

Spread. B&R Beurs. March 2010 B&R Beurs March 2010 Spread Find out about the latest investment proposals of B&R's investment groups. Check the agenda, and the upcoming activities we organized for you! B&R Beurs Website: www.bnrbeurs.nl

More information

Platform voor Informatiebeveiliging IB Governance en management dashboards

Platform voor Informatiebeveiliging IB Governance en management dashboards Platform voor Informatiebeveiliging IB Governance en management dashboards Johan Bakker MSc CISSP ISSAP Principal Policy Advisor KPN Corporate Center Information Security Governance Agenda Drivers voor

More information

UML Data Models From An ORM Perspective: Part 1

UML Data Models From An ORM Perspective: Part 1 UML Data Models From An ORM Perspective: Part 1 by Dr. Terry Halpin, BSc, DipEd, BA, MLitStud, PhD Director of Database Strategy, Visio Corporation This paper appeared in the April 1998 issue of the Journal

More information

UNIVERSITEIT VAN PRETORIA / UNIVERSITY OF PRETORIA DEPT WISKUNDE EN TOEGEPASTE WISKUNDE DEPT OF MATHEMATICS AND APPLIED MATHEMATICS

UNIVERSITEIT VAN PRETORIA / UNIVERSITY OF PRETORIA DEPT WISKUNDE EN TOEGEPASTE WISKUNDE DEPT OF MATHEMATICS AND APPLIED MATHEMATICS VAN/SURNAME: UNIVERSITEIT VAN PRETORIA / UNIVERSITY OF PRETORIA DEPT WISKUNDE EN TOEGEPASTE WISKUNDE DEPT OF MATHEMATICS AND APPLIED MATHEMATICS VOORNAME/FIRST NAMES: WTW 162 DYNAMICAL PROCESSES EKSAMEN

More information

How To Use Rabo Internet Banking

How To Use Rabo Internet Banking User manual RABO INTERNET BANKING BETALEN EN SPAREN (PAYING AND SAVING) BETALEN BUITENLAND (FOREIGN PAYMENTS) For instructions on how to use Rabo Internetbanking we recommend to watch the demos with English

More information

CSRQ Center Rapport over schoolhervormingsmodellen voor basisscholen Samenvatting voor onderwijsgevenden

CSRQ Center Rapport over schoolhervormingsmodellen voor basisscholen Samenvatting voor onderwijsgevenden CSRQ Center Rapport over schoolhervormingsmodellen voor basisscholen Samenvatting voor onderwijsgevenden Laatst bijgewerkt op 25 november 2008 Nederlandse samenvatting door TIER op 29 juni 2011 Welke schoolverbeteringsprogramma

More information

TRACTATENBLAD KONINKRIJK DER NEDERLANDEN. 36 (1974) Nr. 1. JAARGANG 1975 Nr. 15

TRACTATENBLAD KONINKRIJK DER NEDERLANDEN. 36 (1974) Nr. 1. JAARGANG 1975 Nr. 15 36 (1974) Nr. 1 TRACTATENBLAD VAN HET KONINKRIJK DER NEDERLANDEN JAARGANG 1975 Nr. 15 A. TITEL Briefwisseling houdende een overeenkomst tussen de Nederlandse Regering en de Verenigde Naties inzake een

More information

Subtyping: conceptual and logical issues

Subtyping: conceptual and logical issues Subtyping: conceptual and logical issues by Dr. Terry Halpin, BSc, DipEd, BA, MLitStud, PhD Director of Database Strategy, Visio Corporation This paper first appeared in vol. 23, no. 6 of Database Newsletter

More information

Database Design. Marta Jakubowska-Sobczak IT/ADC based on slides prepared by Paula Figueiredo, IT/DB

Database Design. Marta Jakubowska-Sobczak IT/ADC based on slides prepared by Paula Figueiredo, IT/DB Marta Jakubowska-Sobczak IT/ADC based on slides prepared by Paula Figueiredo, IT/DB Outline Database concepts Conceptual Design Logical Design Communicating with the RDBMS 2 Some concepts Database: an

More information

EA E S A A S Eerste uitbreiding

EA E S A A S Eerste uitbreiding EASA Eerste uitbreiding EASA wetgevingsstructuur - Essential requirements Implementing rules Basic Regulation Part s AMC s Acceptable means of compliance Basic Regulation Grondwet voor de luchtvaart in

More information

Dutch Mortgage Market Pricing On the NMa report. Marco Haan University of Groningen November 18, 2011

Dutch Mortgage Market Pricing On the NMa report. Marco Haan University of Groningen November 18, 2011 Dutch Mortgage Market Pricing On the NMa report Marco Haan University of Groningen November 18, 2011 Introductory remarks My comments are complementary: I do not focus so much on this market as such, more

More information

Format samenvatting aanvraag. Algemeen Soort aanvraag (kruis aan wat van toepassing is):

Format samenvatting aanvraag. Algemeen Soort aanvraag (kruis aan wat van toepassing is): Format samenvatting aanvraag Algemeen Soort aanvraag (kruis aan wat van toepassing is): Naam instelling Contactpersoon/contactpersonen Contactgegevens Opleiding Naam (Nederlands en evt. Engels) Graad Inhoud

More information

Market Intelligence & Research Services. CRM Trends Overview. MarketCap International BV Januari 2011

Market Intelligence & Research Services. CRM Trends Overview. MarketCap International BV Januari 2011 Market Intelligence & Research Services CRM Trends Overview MarketCap International BV Januari 2011 Index 1. CRM Trends generiek 2. CRM & IT 3. CRM in Nederland 2011 2 Index 1. CRM Trends generiek 2. CRM

More information

How To Design A 3D Model In A Computer Program

How To Design A 3D Model In A Computer Program Concept Design Gert Landheer Mark van den Brink Koen van Boerdonk Content Richness of Data Concept Design Fast creation of rich data which eventually can be used to create a final model Creo Product Family

More information

Quick start OASE for lecturers and employees

Quick start OASE for lecturers and employees Onderwijs en Studenten Service Centrum Den Dolech 2, 5612 AZ Eindhoven Postbus 513, 5600 MB Eindhoven www.tue.nl Datum 4 juli 2011 Versie 1.2 Quick start OASE for lecturers and employees The digital learning

More information

Spreken Presentations - 2015 G. Holtappels

Spreken Presentations - 2015 G. Holtappels Talenacademie - Koning Willem I College - s- Hertogenbosch Spreken Presentations - 2015 G. Holtappels Talenacademie - Koning Willem I College - s- Hertogenbosch A practical reader helping you to develop

More information

TaalCompleet: e-learning

TaalCompleet: e-learning TaalCompleet: e-learning Hoe werkt het? Engels How does it work? English TaalCompleet: hoe werkt het? 1 How does it work? What kinds of assignments are there in TaalCompleet? listening assignment on the

More information

101 Inspirerende Quotes - Eelco de boer - winst.nl/ebooks/ Inleiding

101 Inspirerende Quotes - Eelco de boer - winst.nl/ebooks/ Inleiding Inleiding Elke keer dat ik een uitspraak of een inspirerende quote hoor of zie dan noteer ik deze (iets wat ik iedereen aanraad om te doen). Ik ben hier even doorheen gegaan en het leek me een leuk idee

More information

Database Development and Management with SQL

Database Development and Management with SQL Chapter 4 Database Development and Management with SQL Objectives Get started with SQL Create database objects with SQL Manage database objects with SQL Control database object privileges with SQL 4.1

More information

Actuele en geplande EV s Welke infrastructuur is nodig?

Actuele en geplande EV s Welke infrastructuur is nodig? Peter Van Den Heede Smart Grid Responsible BNL 4 dec 2013 E- Mobility Part of Smart Grids Actuele en geplande EV s Welke infrastructuur is nodig? Only AC slow charging (3 kw) AC semi-fast charging (6 10

More information

Valorisation Centre Subsidy Alert

Valorisation Centre Subsidy Alert Valorisation Centre Subsidy Alert April 2012 Dear Sir/Madam, The Subsidy Alert contains information upcoming events, calls and other news regarding national and European funding, tailored for staff of

More information

Prof. Dr. James Q. Whitman, Yale Law School

Prof. Dr. James Q. Whitman, Yale Law School Invitation for the Honorary Doctorate of Uitnodiging tot het eredoctoraat van Prof. Dr. James Q. Whitman, Yale Law School Faculty of Law Faculteit Rechtsgeleerdheid KU Leuven Program - Programma 17.00

More information

Querying Microsoft SQL Server 2012

Querying Microsoft SQL Server 2012 Querying Microsoft SQL Server 2012 Cursusduur: 5 Dagen Cursuscode: M10774 Beschrijving: Deze cursus is vervangen door cursus M20461 Querying Microsoft SQL Server. This course has been replaced by course

More information

Modeling for Data and Business Rules

Modeling for Data and Business Rules Modeling for Data and Business Rules An Interview with Terry Halpin This interview appeared in Data Base Newsletter, vol. 25, no. 5, (Sep/Oct 1997), ed. R. G. Ross, Database Research Group Inc. and is

More information

How To Test A Website On A Web Browser

How To Test A Website On A Web Browser user checks! improve your design significantly" Workshop by Userneeds - Anouschka Scholten Assisted by ArjanneAnouk Interact Arjanne de Wolf AmsterdamUX Meet up - June 3, 2015 Make people s lives better.

More information

Corporate Security & Identity

Corporate Security & Identity ir. Yvan De Mesmaeker Secretary general ir. Yvan De Mesmaeker Secretary general of the European Corporate Security Association - ECSA Education: MSc in Engineering Professional responsibilities: Secretary

More information

Relationele Databases 2002/2003

Relationele Databases 2002/2003 1 Relationele Databases 2002/2003 Hoorcollege 7 12 juni 2003 Jaap Kamps & Maarten de Rijke April Juli 2003 Praktische dingen 6.2 6.3 6.5 6.7 Plan voor Vandaag Theorie Silberschatz et al: hoofdstuk 7 (

More information

EECS 647: Introduction to Database Systems

EECS 647: Introduction to Database Systems EECS 647: Introduction to Database Systems Instructor: Luke Huan Spring 2013 Administrative Take home background survey is due this coming Friday The grader of this course is Ms. Xiaoli Li and her email

More information

A Conceptual Model for REA Transactions

A Conceptual Model for REA Transactions A Conceptual Model for REA Transactions Jaroslav Ševčík 1 1 VŠB - Technical University of Ostrava, Faculty of Economics Information Technology for Practice 2015 1 Introduction Business process modeling

More information

Vragen en opdracht. Complexity. Modularity. Intra-modular complexity measures

Vragen en opdracht. Complexity. Modularity. Intra-modular complexity measures Vragen en opdracht Complexity Wat wordt er bedoeld met design g defensively? Wat is het gevolg van hoge complexiteit icm ontwerp? Opdracht: http://www.win.tue.nl/~mvdbrand/courses/se/1011/opgaven.html

More information

5 e CSIT World Sports Games

5 e CSIT World Sports Games UITNODIGING 5 e CSIT World Sports Games 13 tot 18 Juni, 2017 Riga Letland Het Baltische CSIT-lid, de Latvian Sport for All Association LTSA, is gastheer voor de 5 e CSIT WORLD SPORTS GAMES die zullen doorgaan

More information

Infodossier: 3 Nations cup Peer. 29&30 augustus

Infodossier: 3 Nations cup Peer. 29&30 augustus Infodossier: 3 Nations cup Peer 29&30 augustus Ingang/entrance: Deusterstraat 74 3990 Peer. Parking 22 1 campsite Parking CLASSES o Championship Classes : Women Junior / Men Junior (only Sunday) Women

More information

Instructies Tester Update DEHNrecord DRC LC M3

Instructies Tester Update DEHNrecord DRC LC M3 NL GB Instructies Tester Update DEHNrecord DRC LC M3 M3+ Bliksembeveiliging Overspanningsbeveiliging Veiligheidsmateriaal Vertegenwoordigd door: Conduct Nederland Stockholm 31 2993 LM Barendrecht Tel.

More information

Intermediate SQL C H A P T E R4. Practice Exercises. 4.1 Write the following queries in SQL:

Intermediate SQL C H A P T E R4. Practice Exercises. 4.1 Write the following queries in SQL: C H A P T E R4 Intermediate SQL Practice Exercises 4.1 Write the following queries in SQL: a. Display a list of all instructors, showing their ID, name, and the number of sections that they have taught.

More information

IT-waardeketen management op basis van eeuwenoude supply chain kennis

IT-waardeketen management op basis van eeuwenoude supply chain kennis IT-waardeketen management op basis van eeuwenoude supply chain kennis Hans van Aken / November 28, 2012 Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

De tarieven van Proximus Niet meer gecommercialiseerde Bizz packs

De tarieven van Proximus Niet meer gecommercialiseerde Bizz packs De tarieven van Proximus Niet meer gecommercialiseerde Bizz packs Juli 2015 Prijzen in Euro Telephony Belgacom Mobile Voice Internet TV Excl. BTW Incl. BTW Pack Business Intense Ltd + ADSL Internet Maxi

More information

Database Administrator [DBA]

Database Administrator [DBA] Definition Database Administrator [DBA] Centralized control of the database is exerted by a person or group of persons under the supervision of a highlevel administrator. This person or group is referred

More information

CPS352 Database Systems: Design Project

CPS352 Database Systems: Design Project CPS352 Database Systems: Design Project Purpose: Due: To give you experience with designing and implementing a database to model a real domain Various milestones due as shown in the syllabus Requirements

More information