Introduction to SKOS. Bob DuCharme October 6, 2011

Size: px
Start display at page:

Download "Introduction to SKOS. Bob DuCharme October 6, 2011"

Transcription

1 Introduction to SKOS Bob DuCharme October 6, 2011

2 Introductions Presentation and all its URLs: Me: Solutions Architect at TopQuadrant; formerly XML, SGML guy at RIA, Moody s, LexisNexis, Innodata Isogen Weblog: Copyright TopQuadrant Inc. Slide 2

3 Also available Copyright TopQuadrant Inc. Slide 3

4 Simple Knowledge Organization System SKOS: the W3C s OWL ontology for creating thesauruses, taxonomies, and controlled vocabularies. Copyright TopQuadrant Inc. Slide 4

5 Terminology Controlled vocabulary Taxonomy Thesaurus Ontology Copyright TopQuadrant Inc. Slide 5

6 Controlled vocabularies yes no Mr. Ms. Mrs. Miss Dr. AL AK AR CA CO CT... WI WY Copyright TopQuadrant Inc. Slide 6

7 Terminology Controlled vocabulary Taxonomy Thesaurus Ontology Copyright TopQuadrant Inc. Slide 7

8 Taxonomies Mammal Horse Cat Dog metadata! Bulldog Collie Above: subset-of relationship. Alternatives: part-of, instance-of. Copyright TopQuadrant Inc. Slide 8

9 Taxonomies: business value Copyright TopQuadrant Inc. Slide 9

10 Taxonomies: business value Copyright TopQuadrant Inc. Slide 10

11 Terminology Controlled vocabulary Taxonomy Thesaurus Ontology Copyright TopQuadrant Inc. Slide 11

12 Thesaurus Mammal Horse Cat Dog (use for: mutt, cur) Bulldog Collie Related term Building Residential Commercial Doghouse House Copyright TopQuadrant Inc. Slide 12

13 Terminology Controlled vocabulary Taxonomy Thesaurus Ontology Copyright TopQuadrant Inc. Slide 13

14 Ontology Define terms and structures And relationships: Requires, contraindicates Classes of things to keep track of, potential properties they might have OWL: W3C RDF-based standard for specifying ontologies Copyright TopQuadrant Inc. Slide 14

15 Simple Knowledge Organization System Controlled vocabulary Taxonomy Thesaurus Ontology SKOS: the W3C s OWL ontology for creating thesauri, taxonomies, and controlled vocabularies. Copyright TopQuadrant Inc. Slide 15

16 Managing terms? gato cat mammal dog perro chien mutt chucho bulldog dachshund Copyright TopQuadrant Inc. Slide 16

17 No, managing concepts preferred label (English): mammal preferred label (English): cat Preferred label (Spanish): gato preferred label (English): "dog" preferred label (Spanish): "perro" preferred label (French): "chien" alternative label (English): "mutt" alternative label (Spanish): "chucho" preferred label (English): bulldog preferred label (English): dachshund Copyright TopQuadrant Inc. Slide 17

18 More metadata for concepts Standardized Definition Related concepts History note More Unstandardized Whatever you want! Copyright TopQuadrant Inc. Slide 18

19 More metadata: example preferred label (English): "dog" preferred label (Spanish): "perro" preferred label (French): "chien" alternative label (English): "mutt" alternative label (Spanish): "chucho " history note: "Edited by Jack on 5/4/11 " related term: product: Copyright TopQuadrant Inc. Slide 19

20 AGROVOC Who is using SKOS? New York Times: People, Organizations, Locations, Subject Descriptors Library of Congress subject headers AGFA drug admin. forms NASA: many categories Copyright TopQuadrant Inc. Slide 20

21 Other taxonomy standards ANSI/NISO Z Guidelines for the Construction, Format, and Management of Monolingual Controlled Vocabularies ISO 2788:1986 Guidelines for the Establishment and Development of Monolingual Thesauri ISO 5964:1985 Guidelines for the Establishment and Development of Multilingual Thesauri ISO (combines 2788 and 5964) Zthes MADS/RDF ( Metadata Authority Description Schema in RDF ) Library of Congress Copyright TopQuadrant Inc. Slide 21

22 What is SKOS-XL? preferred label (English): "dog" preferred label (Spanish): "perro" preferred label (French): "chien" alternative label (English): "mutt" alternative label (Spanish): "chucho" history note: "Edited by Jack on 5/4/11 " Date of last edit? Who edited it? related term: product: Concept Copyright TopQuadrant Inc. Slide 22

23 SKOS-XL: SKOS Extension for Labels preferred label: preferred label: alternative label: history note: "Edited by Jack on 5/4/11 " related term: product: Concept literal form: "dog" (English) Label literal form: "chucho" (Spanish) last edited: " " editor: " Mary Jones" Label Copyright TopQuadrant Inc. Slide 23

24 Your own metadata preferred label (English): "dog" preferred label (Spanish): "perro" preferred label (French): "chien" alternative label (English): "mutt" alternative label (Spanish): "chucho " history note: "Edited by Jack on 5/4/11 " related term: product: foo code: 5L-MN1-003 Copyright TopQuadrant Inc. Slide 24

25 Some SKOS using Turtle skos: myco: < < skos:preflabel ; skos:preflabel ; skos:preflabel ; skos:altlabel ; skos:altlabel ; skos:historynote "Edited by Jack on 5/4/11" ; skos:related < ; myco:product < ; myco:foocode "5L-MN1-003". Copyright TopQuadrant Inc. Slide 25

26 Networked vocabularies: why Centralized master vocabulary system? Ad hoc, distributed, disconnected Copyright TopQuadrant Inc. Slide 26

27 Enterprise Vocabulary Management: dream vs. reality When I use a word, it means just what I choose it to mean neither more nor less. - Humpty Dumpty in Lewis Carroll s Through the Looking Glass Copyright TopQuadrant Inc. Slide 27

28 Enterprise Vocabulary Management: dream vs. reality Customer Customer Repair Department Marketing Department Copyright TopQuadrant Inc. Slide 28

29 Enterprise Vocabulary Management: dream vs. reality Customer? Customer Repair Department Marketing Department Copyright TopQuadrant Inc. Slide 29

30 Networking distributed vocabularies preferred label: " customer " broader term: Concept preferred label: customer Concept Copyright TopQuadrant Inc. Slide 30

31 Networking distributed vocabularies preferred label: " customer " broader term: Concept preferred label: customer Concept Repairs department and marketing department vocabularies can be stored in the same datastore on the same server or different datastores on different servers stored with different products. Copyright TopQuadrant Inc. Slide 31

32 SKOS tools TopQuadrant's Enterprise Vocabulary Net (EVN) PoolParty SKOSed Protégé plugin iqvoc TemaTres Copyright TopQuadrant Inc. Slide 32

33 Other semweb tech to use Data conversion tools Ontology editors SPARQL Query, update, transform SPARQL Rules Linked Data OWL Copyright TopQuadrant Inc. Slide 33

34 SPARQL Rules and AGROVOC SKOS spec lists six rules not implemented by ontology e.g. same term can t be preferred and alternative term in the same language Expressed with SPARQL Rules Violated by AGROVOC over 1600 times e.g. Slovak word for Buds ( púèiky ) Copyright TopQuadrant Inc. Slide 34

35 Getting started Look at existing SKOS thesauri Small pilot project or projects. Existing thesaurus editor vendor SKOS support? Free tools, commercial tools, trial software Copyright TopQuadrant Inc. Slide 35

36 SKOS Advantages Good multi-language support Extensible Scalable Commercial and open source tools available RDF basis: more tools Traction Copyright TopQuadrant Inc. Slide 36

37 TopBraid EVN Built-in and custom rules Intuitive graphical user interface Multi-user support Editing and review of multiple working copies Controlled role-based access Change tracking Support of all relevant W3C standards Import/Export and web services integration Easy extensibility of features Copyright TopQuadrant Inc. Slide 37

38 Questions? A wonderful harmony is created when we join together the seemingly unconnected. - Heraclitus [email protected] [email protected] Copyright TopQuadrant Inc. Slide 38

OWL: Path to Massive Deployment. Dean Allemang Chief Scien0st, TopQuadrant Inc. [email protected]

OWL: Path to Massive Deployment. Dean Allemang Chief Scien0st, TopQuadrant Inc. dallemang@topquadrant.com OWL: Path to Massive Deployment Dean Allemang Chief Scien0st, TopQuadrant Inc. [email protected] Number of pages Web-Scale Deployment Amount of Data Awareness I m a Web Developer Have you heard

More information

ThManager: An Open Source Tool for creating and visualizing SKOS

ThManager: An Open Source Tool for creating and visualizing SKOS ThManager: An Open Source Tool for creating and visualizing SKOS J. Lacasta, J. Nogueras-Iso, F.J. López-Pellicer, P.R. Muro-Medrano, F. J. Zarazaga-Soria Computer Science and Systems Engineering Department,

More information

An industry perspective on deployed semantic interoperability solutions

An industry perspective on deployed semantic interoperability solutions An industry perspective on deployed semantic interoperability solutions Ralph Hodgson, CTO, TopQuadrant SEMIC Conference, Athens, April 9, 2014 https://joinup.ec.europa.eu/community/semic/event/se mic-2014-semantic-interoperability-conference

More information

Experiences from a Large Scale Ontology-Based Application Development

Experiences from a Large Scale Ontology-Based Application Development Experiences from a Large Scale Ontology-Based Application Development Ontology Summit 2012 David Price, TopQuadrant Copyright 2012 TopQuadrant Inc 1 Agenda Customer slides explaining EPIM ReportingHub

More information

STAR Semantic Technologies for Archaeological Resources. http://hypermedia.research.glam.ac.uk/kos/star/

STAR Semantic Technologies for Archaeological Resources. http://hypermedia.research.glam.ac.uk/kos/star/ STAR Semantic Technologies for Archaeological Resources http://hypermedia.research.glam.ac.uk/kos/star/ Project Outline 3 year AHRC funded project Started January 2007, finish December 2009 Collaborators

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 [email protected]

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

TopBraid Application Development Quickstart Guide. Version 3.3

TopBraid Application Development Quickstart Guide. Version 3.3 TopBraid Application Development Quickstart Guide Version 3.3 October 27, 2010 2 TopBraid Application Development Quickstart Guide Introduction TopBraid Application Development Quickstart Guide TOC 3 Contents

More information

Get More Value from Your Reference Data Make it Meaningful with TopBraid RDM

Get More Value from Your Reference Data Make it Meaningful with TopBraid RDM Get More Value from Your Reference Data Make it Meaningful with TopBraid RDM Bob DuCharme Data Governance and Information Quality Conference June 9 TopQuadrant Company Focus: TopQuadrant was founded in

More information

Tools for Taxonomies. Heather Hedden Taxonomy Consultant Hedden Information Management. 2010 Heather Hedden

Tools for Taxonomies. Heather Hedden Taxonomy Consultant Hedden Information Management. 2010 Heather Hedden Tools for Taxonomies Heather Hedden Taxonomy Consultant Hedden Information Management About Heather Hedden Taxonomy consultant, Earley & Associates Indexer, Hedden Information Management Instructor, Continuing

More information

ONKI-SKOS Publishing and Utilizing Thesauri in the Semantic Web

ONKI-SKOS Publishing and Utilizing Thesauri in the Semantic Web ONKI-SKOS Publishing and Utilizing Thesauri in the Semantic Web Jouni Tuominen, Matias Frosterus, Kim Viljanen and Eero Hyvönen Semantic Computing Research Group (SeCo) Helsinki University of Technology

More information

STAR Semantic Technologies for Archaeological Resources. http://hypermedia.research.glam.ac.uk/kos/star/

STAR Semantic Technologies for Archaeological Resources. http://hypermedia.research.glam.ac.uk/kos/star/ STAR Semantic Technologies for Archaeological Resources http://hypermedia.research.glam.ac.uk/kos/star/ Project Outline 3 year AHRC funded project Started January 2007, finish December 2009 Collaborators

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

Web NDL Authorities: Authority Data of the National Diet Library, Japan, as Linked Data

Web NDL Authorities: Authority Data of the National Diet Library, Japan, as Linked Data Submitted on: 6/20/2014 Web NDL Authorities: Authority Data of the National Diet Library, Japan, as Linked Data Tadahiko Oshiba Library Support Division, Kansai-kan of the National Diet Library, Kyoto,

More information

Semantic SharePoint. Technical Briefing. Helmut Nagy, Semantic Web Company Andreas Blumauer, Semantic Web Company

Semantic SharePoint. Technical Briefing. Helmut Nagy, Semantic Web Company Andreas Blumauer, Semantic Web Company Semantic SharePoint Technical Briefing Helmut Nagy, Semantic Web Company Andreas Blumauer, Semantic Web Company What is Semantic SP? a joint venture between iquest and Semantic Web Company, initiated in

More information

Taxonomy Tools Requirements and Capabilities. Joseph A Busch, Project Performance Corporation Zachary R Wahl, Project Performance Corporation

Taxonomy Tools Requirements and Capabilities. Joseph A Busch, Project Performance Corporation Zachary R Wahl, Project Performance Corporation Taxonomy Tools Requirements and Capabilities Joseph A Busch, Project Performance Corporation Zachary R Wahl, Project Performance Corporation Tools Taxonomy editing Data Harmony, Mondeca, MultiTes, PoolParty,

More information

The Foundations of Successful Reference Data Management

The Foundations of Successful Reference Data Management TopQuadrant Webcast with Malcolm Chisholm March 18, 2015 The Foundations of Successful Reference Data Management Introduction of Agenda and Speakers Today s Program I. Foundations of Successful Ref. Data

More information

Selecting a Taxonomy Management Tool. Wendi Pohs InfoClear Consulting #SLATaxo

Selecting a Taxonomy Management Tool. Wendi Pohs InfoClear Consulting #SLATaxo Selecting a Taxonomy Management Tool Wendi Pohs InfoClear Consulting #SLATaxo InfoClear Consulting What do we do? Content Analytics Strategy and Implementation, including: Taxonomy/Ontology development

More information

Creating a Semantic Web Service in 5 Easy Steps. Using SPARQLMotion in TopBraid Composer Maestro Edition

Creating a Semantic Web Service in 5 Easy Steps. Using SPARQLMotion in TopBraid Composer Maestro Edition Creating a Semantic Web Service in 5 Easy Steps Using SPARQLMotion in TopBraid Composer Maestro Edition Step 1: Create a SPARQLMotion file In the Navigator View, select project or project folder where

More information

Introduction to Ontologies

Introduction to Ontologies Technological challenges Introduction to Ontologies Combining relational databases and ontologies Author : Marc Lieber Date : 21-Jan-2014 BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR.

More information

dati.culturaitalia.it a Pilot Project of CulturaItalia dedicated to Linked Open Data

dati.culturaitalia.it a Pilot Project of CulturaItalia dedicated to Linked Open Data dati.culturaitalia.it a Pilot Project of CulturaItalia dedicated to Linked Open Data www.culturaitalia.it Rosa Caffo, Director of Central Institute for the Union Catalogue of Italian Libraries (MiBACT)

More information

Semantic Data Management. Xavier Lopez, Ph.D., Director, Spatial & Semantic Technologies

Semantic Data Management. Xavier Lopez, Ph.D., Director, Spatial & Semantic Technologies Semantic Data Management Xavier Lopez, Ph.D., Director, Spatial & Semantic Technologies 1 Enterprise Information Challenge Source: Oracle customer 2 Vision of Semantically Linked Data The Network of Collaborative

More information

LINKED DATA EXPERIENCE AT MACMILLAN Building discovery services for scientific and scholarly content on top of a semantic data model

LINKED DATA EXPERIENCE AT MACMILLAN Building discovery services for scientific and scholarly content on top of a semantic data model LINKED DATA EXPERIENCE AT MACMILLAN Building discovery services for scientific and scholarly content on top of a semantic data model 22 October 2014 Tony Hammond Michele Pasin Background About Macmillan

More information

Semaphore Overview. A Smartlogic White Paper. Executive Summary

Semaphore Overview. A Smartlogic White Paper. Executive Summary Semaphore Overview A Smartlogic White Paper Executive Summary Enterprises no longer face an acute information access challenge. This is mainly because the information search market has matured immensely

More information

Semantic Web Tool Landscape

Semantic Web Tool Landscape Semantic Web Tool Landscape CENDI-NFAIS-FLICC Conference National Archives Building November 17, 2009 Dr. Leo Obrst MITRE Information Semantics Group Information Discovery & Understanding Command and Control

More information

Drupal. http://www.flickr.com/photos/funkyah/2400889778

Drupal. http://www.flickr.com/photos/funkyah/2400889778 Drupal 7 and RDF Stéphane Corlosquet, - Software engineer, MGH - Drupal 7 core RDF maintainer - SemWeb geek Linked Data Ventures, MIT, Oct 2010 This work is licensed under a Creative

More information

Semantic Method of Conflation. International Semantic Web Conference Terra Cognita Workshop Oct 26, 2009. Jim Ressler, Veleria Boaten, Eric Freese

Semantic Method of Conflation. International Semantic Web Conference Terra Cognita Workshop Oct 26, 2009. Jim Ressler, Veleria Boaten, Eric Freese Semantic Method of Conflation International Semantic Web Conference Terra Cognita Workshop Oct 26, 2009 Jim Ressler, Veleria Boaten, Eric Freese Northrop Grumman Information Systems Intelligence Systems

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

BUSINESS VALUE OF SEMANTIC TECHNOLOGY

BUSINESS VALUE OF SEMANTIC TECHNOLOGY BUSINESS VALUE OF SEMANTIC TECHNOLOGY Preliminary Findings Industry Advisory Council Emerging Technology (ET) SIG Information Sharing & Collaboration Committee July 15, 2005 Mills Davis Managing Director

More information

Developing Web 3.0. Nova Spivak & Lew Tucker http://radarnetworks.com/ Tim Boudreau http://weblogs.java.net/blog/timboudreau/

Developing Web 3.0. Nova Spivak & Lew Tucker http://radarnetworks.com/ Tim Boudreau http://weblogs.java.net/blog/timboudreau/ Developing Web 3.0 Nova Spivak & Lew Tucker http://radarnetworks.com/ Tim Boudreau http://weblogs.java.net/blog/timboudreau/ Henry Story http://blogs.sun.com/bblfish 2007 JavaOne SM Conference Session

More information

Weblogs Content Classification Tools: performance evaluation

Weblogs Content Classification Tools: performance evaluation Weblogs Content Classification Tools: performance evaluation Jesús Tramullas a,, and Piedad Garrido a a Universidad de Zaragoza, Dept. of Library and Information Science. Pedro Cerbuna 12, 50009 [email protected]

More information

XML. CIS-3152, Spring 2013 Peter C. Chapin

XML. CIS-3152, Spring 2013 Peter C. Chapin XML CIS-3152, Spring 2013 Peter C. Chapin Markup Languages Plain text documents with special commands PRO Plays well with version control and other program development tools. Easy to manipulate with scripts

More information

Getting Started Guide

Getting Started Guide TopBraid Composer Getting Started Guide Version 2.0 July 21, 2007 TopBraid Composer, Copyright 2006 TopQuadrant, Inc. 1 of 58 Revision History Date Version Revision August 1, 2006 1.0 Initial version September

More information

Graph Database Performance: An Oracle Perspective

Graph Database Performance: An Oracle Perspective Graph Database Performance: An Oracle Perspective Xavier Lopez, Ph.D. Senior Director, Product Management 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Program Agenda Broad Perspective

More information

Open Source egovernment Reference Architecture Osera.modeldriven.org. Copyright 2006 Data Access Technologies, Inc. Slide 1

Open Source egovernment Reference Architecture Osera.modeldriven.org. Copyright 2006 Data Access Technologies, Inc. Slide 1 Open Source egovernment Reference Architecture Osera.modeldriven.org Slide 1 Caveat OsEra and the Semantic Core is work in progress, not a ready to use capability Slide 2 OsEra What we will cover OsEra

More information

Modelling «Base Bibliotek» as Linked Data

Modelling «Base Bibliotek» as Linked Data Modelling «Base Bibliotek» as Linked Data Kim Tallerås, Faculty of Journalism, Library and Information Science, Oslo University College EMTACL 2010 This presentation is based on an abstract and a project

More information

The ADOxx Metamodelling Platform Workshop "Methods as Plug-Ins for Meta-Modelling" in conjunction with "Modellierung 2010", Klagenfurt

The ADOxx Metamodelling Platform Workshop Methods as Plug-Ins for Meta-Modelling in conjunction with Modellierung 2010, Klagenfurt The ADOxx Metamodelling Platform Workshop "Methods as Plug-Ins for Meta-Modelling" in conjunction with "Modellierung 2010", Klagenfurt Dr. Harald Kühn 24.03.2010 Agenda 1 Overview 2 Deployment and Integration

More information

Publishing Linked Data Requires More than Just Using a Tool

Publishing Linked Data Requires More than Just Using a Tool Publishing Linked Data Requires More than Just Using a Tool G. Atemezing 1, F. Gandon 2, G. Kepeklian 3, F. Scharffe 4, R. Troncy 1, B. Vatant 5, S. Villata 2 1 EURECOM, 2 Inria, 3 Atos Origin, 4 LIRMM,

More information

The use of Semantic Web Technologies in Spatial Decision Support Systems

The use of Semantic Web Technologies in Spatial Decision Support Systems The use of Semantic Web Technologies in Spatial Decision Support Systems Adam Iwaniak Jaromar Łukowicz Iwona Kaczmarek Marek Strzelecki The INSPIRE Conference 2013, 23-27 June Wroclaw University of Environmental

More information

Design and Implementation of a Semantic Web Solution for Real-time Reservoir Management

Design and Implementation of a Semantic Web Solution for Real-time Reservoir Management Design and Implementation of a Semantic Web Solution for Real-time Reservoir Management Ram Soma 2, Amol Bakshi 1, Kanwal Gupta 3, Will Da Sie 2, Viktor Prasanna 1 1 University of Southern California,

More information

Analyzing Linked Data tools for SHARK

Analyzing Linked Data tools for SHARK UNIVERSIDAD DE CASTILLA-LA MANCHA Analyzing Linked Data tools for SHARK Technical Report Cristina Roda, Elena Navarro, Carlos E. Cuesta September 2013 Architectural Knowledge (AK) has been an integral

More information

The Development of the Clinical Trial Ontology to standardize dissemination of clinical trial data. Ravi Shankar

The Development of the Clinical Trial Ontology to standardize dissemination of clinical trial data. Ravi Shankar The Development of the Clinical Trial Ontology to standardize dissemination of clinical trial data Ravi Shankar Open access to clinical trials data advances open science Broad open access to entire clinical

More information

Integrated Library Systems (ILS) Glossary

Integrated Library Systems (ILS) Glossary Integrated Library Systems (ILS) Glossary Acquisitions Selecting, ordering and receiving new materials and maintaining accurate records. Authority files Lists of preferred headings in a library catalogue,

More information

Taxonomy Development Business Classification Schemes Charmaine M. Brooks, CRM

Taxonomy Development Business Classification Schemes Charmaine M. Brooks, CRM Taxonomy Development Business Classification Schemes Taxonomy Thesaurus - Classification Taxonomy is the practice and science of taxonomic classification. Thesaurus more commonly means a listing of words

More information

Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint

Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint Christian Fillies 1 and Frauke Weichhardt 1 1 Semtation GmbH, Geschw.-Scholl-Str. 38, 14771 Potsdam, Germany {cfillies,

More information

How To Use Semantics In A System

How To Use Semantics In A System Ricerca e classificazione documentale su basi dati per gli studi professionali The business case: Scarsi & Co. [email protected] [email protected] 1 Business Scenario: fierce

More information

Linked Data Publishing with Drupal

Linked Data Publishing with Drupal Linked Data Publishing with Drupal Joachim Neubert ZBW German National Library of Economics Leibniz Information Centre for Economics SWIB13 Workshop Hamburg, Germany 25.11.2013 ZBW is member of the Leibniz

More information

Semantic Stored Procedures Programming Environment and performance analysis

Semantic Stored Procedures Programming Environment and performance analysis Semantic Stored Procedures Programming Environment and performance analysis Marjan Efremov 1, Vladimir Zdraveski 2, Petar Ristoski 2, Dimitar Trajanov 2 1 Open Mind Solutions Skopje, bul. Kliment Ohridski

More information

Portal Version 1 - User Manual

Portal Version 1 - User Manual Portal Version 1 - User Manual V1.0 March 2016 Portal Version 1 User Manual V1.0 07. March 2016 Table of Contents 1 Introduction... 4 1.1 Purpose of the Document... 4 1.2 Reference Documents... 4 1.3 Terminology...

More information

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data: Global Digital Data Growth Growing leaps and bounds by 40+% Year over Year! 2009 =.8 Zetabytes =.08

More information

Text Analytics Evaluation Case Study - Amdocs

Text Analytics Evaluation Case Study - Amdocs Text Analytics Evaluation Case Study - Amdocs Tom Reamy Chief Knowledge Architect KAPS Group http://www.kapsgroup.com Text Analytics World October 20 New York Agenda Introduction Text Analytics Basics

More information

Clinical Knowledge Manager. Product Description 2012 MAKING HEALTH COMPUTE

Clinical Knowledge Manager. Product Description 2012 MAKING HEALTH COMPUTE Clinical Knowledge Manager Product Description 2012 MAKING HEALTH COMPUTE Cofounder and major sponsor Member and official submitter for HL7/OMG HSSP RLUS, EIS 'openehr' is a registered trademark of the

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

How To Use Data Analysis To Get More Information From A Computer Or Cell Phone To A Computer

How To Use Data Analysis To Get More Information From A Computer Or Cell Phone To A Computer Applying Big Data approaches to Competitive Intelligence challenges THOMSON REUTERS IP & SCIENCE PHARMA CI EUROPE CONFERENCE & EXHIBITION TIM MILLER 19 FEBRUARY 2014 BIG DATA, NOT JUST ABOUT VOLUMES Patient

More information

Oracle Business Intelligence EE. Prab h akar A lu ri

Oracle Business Intelligence EE. Prab h akar A lu ri Oracle Business Intelligence EE Prab h akar A lu ri Agenda 1.Overview 2.Components 3.Oracle Business Intelligence Server 4.Oracle Business Intelligence Dashboards 5.Oracle Business Intelligence Answers

More information

A guide to the lifeblood of DAM:

A guide to the lifeblood of DAM: A guide to the lifeblood of DAM: Key concepts and best practices for using metadata in digital asset management systems. By John Horodyski. Sponsored by Widen Enterprises and DigitalAssetManagement.com.

More information

CASRAI, eurocris, Lattes, and VIVO: Four Perspectives on Research Information Standards

CASRAI, eurocris, Lattes, and VIVO: Four Perspectives on Research Information Standards CASRAI, eurocris, Lattes, and VIVO: Four Perspectives on Research Information Standards David Baker, Keith Jeffery, José Salm, and Jon Corson-Rikert Laure Haak, Moderator August 24, 2012 1 Format A round

More information

TopBraid Insight for Life Sciences

TopBraid Insight for Life Sciences TopBraid Insight for Life Sciences In the Life Sciences industries, making critical business decisions depends on having relevant information. However, queries often have to span multiple sources of information.

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

Lift your data hands on session

Lift your data hands on session Lift your data hands on session Duration: 40mn Foreword Publishing data as linked data requires several procedures like converting initial data into RDF, polishing URIs, possibly finding a commonly used

More information

How to Improve Database Connectivity With the Data Tools Platform. John Graham (Sybase Data Tooling) Brian Payton (IBM Information Management)

How to Improve Database Connectivity With the Data Tools Platform. John Graham (Sybase Data Tooling) Brian Payton (IBM Information Management) How to Improve Database Connectivity With the Data Tools Platform John Graham (Sybase Data Tooling) Brian Payton (IBM Information Management) 1 Agenda DTP Overview Creating a Driver Template Creating a

More information