SKOS. COMP60421 Sean Bechhofer

Size: px
Start display at page:

Download "SKOS. COMP60421 Sean Bechhofer"

Transcription

1 SKOS COMP60421 Sean Bechhofer

2 Ontologies Metadata Resources marked-up with descriptions of their content. No good unless everyone speaks the same language; Terminologies Provide shared and common vocabularies of a domain, so search engines, agents, authors and users can communicate. No good unless everyone means the same thing; Ontologies Provide a shared and common understanding of a domain that can be communicated across people and applications, and will play a major role in supporting information exchange and discovery. 2

3 Ontology A representation of the shared background knowledge for a community Providing the intended meaning of a formal vocabulary used to describe a certain conceptualisation of objects in a domain of interest A vocabulary of terms plus explicit characterisations of the assumptions made in interpreting those terms Nearly always includes some notion of hierarchical classification (is-a) Richer languages allow the definition of classes through description of their characteristics 3

4 A Spectrum of Representation Catalogue Thesauri Formal is-a Value Restrictions Terms/ glossary Informal is-a Frames Expressive Logics Formal representations are not always the most appropriate for applications 4

5 COHSE Conceptual driven navigation around documents Simple text processing + vocabulary + open hypermedia architecture Separating link and document Explicit navigation around a domain vocabulary DLS agent adds links to documents based on the occurrence of concepts in those documents. 5

6 Demo 6

7 COHSE s Architecture HTML Document in Ontology DLS Agent Knowledge Service Resource Service SKOS Search Engine Linked HTML Document out Annotation DB 7

8 Generic Links Generic Links in Open Hypermedia are based on words. Linkbase Link Service Document Linked Document 8

9 Generic Links + Thesaurus A thesaurus can bridge gaps between terms. Thesaurus Linkbase Link Service Document Linked Document 9

10 Generic Links + Ontology An ontology can bridge gaps between concepts. Ontology Linkbase Link Service Document Linked Document 10

11 Reflection Our original approach involved the use of OWL ontologies to support the conceptual models. Over time, we came to see this as a mistake -- looser vocabularies were perhaps more appropriate. The timely appearance of SKOS. S. Bechhofer, Y. Yesilada, R. Stevens, S. Jupp, and B. Horan. Using Ontologies and Vocabularies for Dynamic Linking IEEE Internet Computing12(3), p /MIC

12 SKOS SKOS: Simple Knowledge Organisation Scheme Used to represent term lists, controlled vocabularies and thesauri Lexical labelling Simple broader/narrower hierarchies (with no formal semantics) W3C Recommendation 12

13 Primary Use Cases/Scenarios A. Single controlled vocabulary used to index and then retrieve objects Query/retrieval may make use of some structure in the vocabulary B. Different controlled vocabularies used to index and retrieve objects Mappings required between the vocabularies Also other possible uses (e.g. navigation) 13

14 SKOS Goals to provide a simple, machine-understandable, representation framework for Knowledge Organisation Systems (KOS) that has the flexibility and extensibility to cope with the variation found in KOS idioms that is fully capable of supporting the publication and use of KOS within a decentralised, distributed, information environment such as the world wide (semantic) web. 14

15 SKOS A model for expressing basic structure of concept schemes Thesauri, classification schemes, taxonomies and other controlled vocabularies Many of these already exist and are in use in cultural heritage, library sciences, medicine etc. A wide range of knowledge sources that can potentially provide value for Semantic Web applications SKOS aims to provide an RDF vocabulary for the representation of such schemes. A migration path bringing such resources into the Semantic Web. 15

16 Concept Schemes A concept scheme is a set of concepts, potentially including statements about relationships between those concepts Semantic Relationships Broader/Narrower Terms Related Terms Lexical Labels Preferred, alternative and hidden labels Additional documentation Notes, comments, descriptions 16

17 Knowledge Organisation Thesaurus: Controlled vocabulary in which concepts are represented by preferred terms, formally organised so that paradigmatic relationships between the concepts are made explicit, and the preferred terms are accompanied by lead-in entries for synonyms or quasi-synonyms. Thesaurus Taxonomy Authority File Synonym Ring Controlled Vocabulary Related Terms Hierarchy Preferred Terms Equivalent Terms Collection of Terms Controlled vocabularies: designed for use in classifying or indexing documents and for searching them. 17

18 SKOS Example 18

19 SKOS and OWL SKOS and OWL are intended for different (but related) purposes SKOS Concept schemes are not formal ontologies in the way that, e.g. OWL ontologies are formal ontologies. There is no formal semantics given for the conceptual hierarchies (broader/narrower)represented in SKOS. Contrast with OWL subclass hierarchies which have a formal interpretation (in terms of sets of instances). A weaker ontological commitment. 19

20 SKOS and OWL SKOS Concepts not intended for instantiation in the same way that OWL Classes are instantiated Leo is an instance of Lion Born Free is a book about Lions Concept Schemes allow us to capture general statements about things that aren t necessarily strictly true of everything It s useful to be able to navigate from Cell to Nucleus, even though it s not the case that all Cells have a Nucleus Relationships between Polio and Polio virus, Polio vaccine, Polio disease Relationships between Accident and Accident Prevention, Accidents in the Home, Radiation Accidents But we can t necessarily draw the same kinds of inferences about SKOS hierarchies. Broader hierarchy is not transitive. Although mechanisms are available which allow us to query the transitive closure of the hierarchy. 20

21 SKOS and OWL SKOS itself is defined as an OWL ontology. A particular SKOS vocabulary is an instantiation of that ontology/schema E.g. SKOS Concept is a Class, particular concepts are instances of that class Allows us to use some of the mechanisms of OWL to define properties of SKOS (e.g. the querying of the transitive closure of broader). Allows us to use generic tooling to construct/maintain our vocabularies 21

22 Annotation in OWL OWL data and object properties allow us to define the characteristics of classes Necessary/sufficient conditions etc. Model theory/semantics provides interpretations of the assertions involving the properties Ontology engineering (and use) also requires annotation Decoration of concepts/properties/individuals with information which is useful, but does not impact on the formal semantics or logical interpretations Separation of the concept from its concrete label is usually seen as a Good Thing. 22

23 Annotation General Labels Human readable Textual Definitions Scope notes DC style metadata authorship Change History Provenance information Application Specific Entry points for forms Driving User interaction Syntax round-tripping Hiding engineering aspects of the model Methodological support, e.g. OntoClean 23

24 SKOS as Annotation SKOS labelling and documentation properties are defined as OWL Annotation Properties Preferred/Alternate/Hidden Labels Documentation/Notes SKOS then provides a standardised vocabulary for annotating OWL ontologies Leverage existing tooling. OWL API Protégé 24

25 SKOS and OWL SKOS and OWL are intended for different purposes. OWL allows the explicit modelling/description of a domain SKOS provides vocabulary and navigational structure Interaction between representations is ongoing work. Presenting OWL ontologies as SKOS vocabularies Principled dumbing down Enriching SKOS vocabularies as OWL ontologies. How to handle related Use of SKOS as annotation vocabulary 25

26 Mapping Concept Schemes SKOS also provides a collection of mapping properties that express relationships between concepts in different schemes broadmatch/narrowmatch closematch exactmatch Support alignment of different concept schemes Indiscriminate use of properties such as owl:sameas can lead to undesirable consequences. 26

27 SKOS and Linked Data Linked Data standardised guidelines for publishing data URIs for identification Provide useful information when dereferenced Link to other URIs SKOS as lightweight semantics for LD Facilitating publication of existing KOS/data. Mapping relationships SKOS Indexing/Retrieval Semantic Relations Mapping LD Discovery Navigation Linking and Integration beyond URI matching 27

28 Tooling: SKOSEd Editor supporting construction of SKOS vocabularies Native SKOS implementation Protégé 4 plugin exploiting OWL definition of SKOS vocabulary Reasoning support for classification Lexical labelling Alternate language support Extension points for domain relationships 28

29 Examples Astronomy thesauri: AGROVOC (FAO) IPSV UMBEL E-Culture Europeana ONKI (Finland) LCSH 29

30 Resources SKOS:! SKOSEd:! COHSE:! 30

31 Linked Data and RDF Sean Bechhofer

32 Building a Semantic Web Annotation Associating metadata with resources Integration Integrating information sources Inference Reasoning over the information we have. Could be light-weight (taxonomy) Could be heavy-weight (logic-style) Interoperation and Sharing are key goals 6

33 Linked Data* Linked Data or the Data Web is about using the Web to connect related data that wasn t previously linked. The intention is that we move from a web of documents to a web of data The Web as database The Linked Data approach builds heavily on RDF. *Linked data slides based on material from Ian Davis and Tom Heath: 8

34 Database tables isbn title author publisherid pages Q&A Vikas Swarup X The Rotters Club Jonathan Coe

35 Rows represent things isbn title author publisherid pages Q&A Vikas Swarup X The Rotters Club Jonathan Coe

36 Columns represent properties isbn title author publisherid pages Q&A Vikas Swarup X The Rotters Club Jonathan Coe

37 Intersections represent properties of things isbn title author publisherid pages Q&A Vikas Swarup X The Rotters Club Jonathan Coe

38 Graphical Representation book title The Rotters Club more generally: subject property value 13

39 Selecting multiple properties isbn title author publisherid pages Q&A Vikas Swarup X The Rotters Club Jonathan Coe

40 Multiple properties graphically title The Rotters Club book isbn X author Jonathan Coe 15

41 Relations between things title The Rotters Club book isbn X publisher author Jonathan Coe publisher name Penguin Books 16

42 Identification We need to be able to identify things globally and uniquely. URIs provide this capability Key to Linked Data is the use of URIs, specifically URIs. 17

43 URIs in graphs URIs as names for nodes Jonathan Coe URIs as names for relations 18

44 URIs and naming URIs identify the things we are describing. If two people create data using the same URI, the assumption is that they are describing the same thing. Merging/integrating data then becomes easy Although introduces issues of URI control. 19

45 Graph Merging Jonathan Coe Birmingham 20

46 Graph Merging Jonathan Coe Birmingham 21

47 URIs are active URIs can be more than just names -- they can be dereferenced, and information can be retrieved. In particular, we can lookup the URIs in a graph and potentially retrieve more information about the URI. Follow your nose navigation Information should be returned in appropriate, machine readable formats (e.g. another graph) 22

48 Linked Data Principles 1. Use URIs as names for things 2. Use http URIs so that those names can be dereferenced. 3. When a URI is looked up, provide useful information 4. Include statements that link to other URIs so that more information can be discovered. Common infrastructure facilitates construction of applications. Largely browsers up to now. Other guidelines relating to connecting documents with the data that describes them. Use of content negotiation to supply appropriate representations Use of microformats/rdfa to publish data 23

49 RDF RDF stands for Resource Description Framework It is a W3C Recommendation RDF is a graphical formalism ( + concrete syntax) for representing metadata for describing the semantics of information in a machineaccessible way Provides a simple data model based on triples. Allows us to represent relationships between things. 24

50 The RDF Data Model Statements are <subject, predicate, object> triples:! <Sean,hasColleague,Uli> Can be represented as a graph: Sean Statements describe properties of resources A resource is any object that can be pointed to by a URI Properties themselves are also resources (URIs) hascolleague Uli 25

51 Linking Statements The subject of one statement can be the object of another Such collections of statements form a directed, labeled graph hasname Sean K. Bechhofer Sean hascolleague hascolleague Uli hashomepage Carole Note that the object of a triple can also be a literal (a string) 26

52 RDF Syntax RDF has an XML syntax that has a specific meaning: Every Description element describes a resource Every attribute or nested element inside a Description is a property of that Resource We can refer to resources by URIs <Description about="some.uri/person/sean_bechhofer"> <hascolleague resource="some.uri/person/uli_sattler"/> <hasname rdf:datatype="&xsd;string">sean K. Bechhofer</hasName> </Description> <Description about="some.uri/person/uli_sattler"> <o:hashomepage> </Description> <Description about="some.uri/person/carole_goble"> <o:hascolleague resource="some.uri/person/uli_sattler"/> </Description> 27

53 What does RDF give us? A mechanism for annotating data and resources. Single (simple) data model. Syntactic consistency between names (URIs). Low level integration of data. The Linked Data/Web of Data approach. 28

54 RDF(S): RDF Schema RDF gives a formalism for meta data annotation, and a way to write it down in XML, but it doesn t give any special meaning to vocabulary such as subclassof or type Interpretation is an arbitrary binary relation RDF Schema extends RDF with a schema vocabulary that allows you to define basic vocabulary terms and the relations between those terms Class, Property type, subclassof range, domain 29

55 RDF(S) These terms are the RDF Schema building blocks (constructors) used to create vocabularies: <Person,type,Class> <hascolleague,type,property> <Professor,subClassOf,Person> <Carole,type,Professor> <hascolleague,range,person> <hascolleague,domain,person> Semantics gives extra meaning to particular RDF predicates and resources specifies how terms should be interpreted 30

56 RDF(S) Inference rdf:type rdfs:class rdfs:subclassof rdfs:subclassof Person Academic rdf:type rdf:type rdf:subclassof Lecturer 31

57 RDF(S) Inference rdf:type rdfs:class Academic rdfs:subclassof rdf:type rdfs:type Lecturer rdf:type Sean 32

58 RDF/RDF(S) Liberality No distinction between classes and instances (individuals) <Species,type,Class> <Lion,type,Species> <Leo,type,Lion> No distinction between language constructors and ontology vocabulary, so constructors can be applied to themselves/each other <type,range,class> <Property,type,Class> <type,subpropertyof,subclassof> In order to cope with this, RDF(S) has a particular non-standard model theory. 33

59 What does RDF(S) give us? Ability to use simple schema/vocabularies when describing our resources. Consistent vocabulary use and sharing. Basic inference 34

60 Problems with RDF(S) RDF(S) is too weak to describe resources in sufficient detail No localised range and domain constraints! Can t say that the range of haschild is Person when applied to Persons and Elephant when applied to Elephants No existence/cardinality constraints! Can t say that all instances of Person have a mother that is also a Person, or that Persons have exactly 2 parents No transitive, inverse or symmetrical properties! Can t say that ispartof is a transitive property, that haspart is the inverse of ispartof or that touches is symmetrical Difficult to provide reasoning support No native reasoners for non-standard semantics May be possible to reason via FO axiomatisation 35

61 OWL OWL: Web Ontology Language Extends existing Web standards Such as XML, RDF, RDFS Is (hopefully) easy to understand and use Based on familiar KR idioms Of adequate expressive power Formally specified Possible to provide automated reasoning support But you already know all this What about SKOS??? 36

62 SKOS and Linked Data Linked Data standardised guidelines for publishing data URIs for identification Provide useful information when dereferenced Link to other URIs SKOS as lightweight semantics for LD Facilitating publication of existing KOS/data. Mapping relationships SKOS Indexing/Retrieval Semantic Relations Mapping LD Discovery Navigation Linking and Integration beyond URI matching 32

63 Microformats, RDFa Microformats: open data formats for embedding data in pages. Fixed schemas for calendars, address books, opinions, licenses etc. RDFa: general mechanism for embedding RDF metadata within pages. No fixed schema Used with Linked Data resources E.g. LCSH: 33

64 Linked Data Benefits Separation of data from formatting and presentational aspects Self-describing data. Applications encountering unfamiliar vocabularies can dereference and access definitions Simplified data access via HTTP and RDF. Heterogeneity of Web APIs Open Applications not implemented against fixed set of data sources. 34

65 Linked Data Examples Universities dbpedia RDFised version of wikipedia Scraping structured information from info-boxes. Quality? BBC Programme catalogues published as Linked Data Crosslinking to resources like dbpedia and MusicBrainz GeoNames Geographical data Lat/long, postal codes etc. LCSH SKOS 37

66 dbpedia 36

67 Ordnance Survey 37

68 Open University 38

69 BBC 39

70 Library of Congress 40

71 fishdelish 41

72 42

73 43

74 data.gov.uk Open Public Data Empowering citizen developers But pushback against formats URI Design Hash vs slash Statistical information Tensions Centralised vs Distributed Rules vs Guidance Trust in the Web! Darwinian Evolution 38

75 LD in Use Five Stars of Open Linked Data Make data available! Make it available as structured data! Use non-proprietary formats! Use URLs to identify things! Link your data Costs and Benefits 45

76 Issues with Linked Data Identity and co-reference How do we handle the fact that different URIs may be used to refer to the same things? Use of owl:sameas may be too strong (can result in all information, including annotations, metadata etc.) being merged. Versioning Version information in URLs? Versioning at architectural level (Memento) How does versioning play with a follow your nose paradigm? Querying Distributed query across data sets LD applications tend to use an extract, transform, load approach. 39

77 Issues with Linked Data Still primarily about data Vocabularies used to facilitate integration Little deep semantics. Big O vs little o! Role of SKOS and RDF(S) Scalability Focus on mechanisms for data publication rather than consumption Lots of work on recipes, mangling relation sources into RDF etc. What do you actually do with the stuff? Applications (so far) mainly browsing/cv generation/introspective apps End user applications? Build it and they will come.??? 40

Linked Data and RDF. COMP60421 Sean Bechhofer

Linked Data and RDF. COMP60421 Sean Bechhofer Linked Data and RDF COMP60421 Sean Bechhofer sean.bechhofer@manchester.ac.uk Building a Semantic Web Annotation Associating metadata with resources Integration Integrating information sources Inference

More information

Linked Data and RDF. COMP60421 Sean Bechhofer

Linked Data and RDF. COMP60421 Sean Bechhofer Linked Data and RDF COMP60421 Sean Bechhofer sean.bechhofer@manchester.ac.uk Building a Semantic Web Annotation Associating metadata with resources Integration Integrating information sources Inference

More information

SKOS. COMP62342 Sean Bechhofer

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

More information

Ontologies SKOS. COMP62342 Sean Bechhofer

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

More information

Semantic Web. RDF and RDF Schema. Morteza Amini. Sharif University of Technology Spring 90-91

Semantic Web. RDF and RDF Schema. Morteza Amini. Sharif University of Technology Spring 90-91 بسمه تعالی Semantic Web RDF and RDF Schema Morteza Amini Sharif University of Technology Spring 90-91 Outline Metadata RDF RDFS RDF(S) Tools 2 Semantic Web: Problems (1) Too much Web information around

More information

Helmi Ben Hmida Hannover University, Germany

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

More information

Linked data basic notions!

Linked data basic notions! Linked data basic notions see http://linkeddatabook.com/editions/1.0/ RDF RDF stands for Resource Description Framework It is a W3C Recommendation ü http://www.w3.org/rdf RDF is a graphical formalism (

More information

The OWL API: An Introduction

The OWL API: An Introduction The OWL API: An Introduction Sean Bechhofer and Nicolas Matentzoglu University of Manchester sean.bechhofer@manchester.ac.uk OWL OWL allows us to describe a domain in terms of: Individuals Particular objects

More information

Semantic Web Test

Semantic Web Test Semantic Web Test 24.01.2017 Group 1 No. A B C D 1 X X X 2 X X 3 X X 4 X X 5 X X 6 X X X X 7 X X 8 X X 9 X X X 10 X X X 11 X 12 X X X 13 X X 14 X X 15 X X 16 X X 17 X 18 X X 19 X 20 X X 1. Which statements

More information

Linked data and its role in the semantic web. Dave Reynolds, Epimorphics

Linked data and its role in the semantic web. Dave Reynolds, Epimorphics Linked data and its role in the semantic web Dave Reynolds, Epimorphics Ltd @der42 Roadmap What is linked data? Modelling Strengths and weaknesses Examples Access other topics image: Leo Oosterloo @ flickr.com

More information

Languages and tools for building and using ontologies. Simon Jupp, James Malone

Languages and tools for building and using ontologies. Simon Jupp, James Malone An overview of ontology technology Languages and tools for building and using ontologies Simon Jupp, James Malone jupp@ebi.ac.uk, malone@ebi.ac.uk Outline Languages OWL and OBO classes, individuals, relations,

More information

The Semantic Web DEFINITIONS & APPLICATIONS

The Semantic Web DEFINITIONS & APPLICATIONS The Semantic Web DEFINITIONS & APPLICATIONS Data on the Web There are more an more data on the Web Government data, health related data, general knowledge, company information, flight information, restaurants,

More information

Semantic Web. Tahani Aljehani

Semantic Web. Tahani Aljehani Semantic Web Tahani Aljehani Motivation: Example 1 You are interested in SOAP Web architecture Use your favorite search engine to find the articles about SOAP Keywords-based search You'll get lots of information,

More information

Publishing Vocabularies on the Web. Guus Schreiber Antoine Isaac Vrije Universiteit Amsterdam

Publishing Vocabularies on the Web. Guus Schreiber Antoine Isaac Vrije Universiteit Amsterdam Publishing Vocabularies on the Web Guus Schreiber Antoine Isaac Vrije Universiteit Amsterdam Acknowledgements Alistair Miles, Dan Brickley, Mark van Assem, Jan Wielemaker, Bob Wielinga Participants of

More information

0.1 Knowledge Organization Systems for Semantic Web

0.1 Knowledge Organization Systems for Semantic Web 0.1 Knowledge Organization Systems for Semantic Web 0.1 Knowledge Organization Systems for Semantic Web 0.1.1 Knowledge Organization Systems Why do we need to organize knowledge? Indexing Retrieval Organization

More information

The Semantic Web. Mansooreh Jalalyazdi

The Semantic Web. Mansooreh Jalalyazdi 1 هو العليم 2 The Semantic Web Mansooreh Jalalyazdi 3 Content Syntactic web XML Add semantics Representation Language RDF, RDFS OWL Query languages 4 History of the Semantic Web Tim Berners-Lee vision

More information

Adding formal semantics to the Web

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

More information

Contents. G52IWS: The Semantic Web. The Semantic Web. Semantic web elements. Semantic Web technologies. Semantic Web Services

Contents. G52IWS: The Semantic Web. The Semantic Web. Semantic web elements. Semantic Web technologies. Semantic Web Services Contents G52IWS: The Semantic Web Chris Greenhalgh 2007-11-10 Introduction to the Semantic Web Semantic Web technologies Overview RDF OWL Semantic Web Services Concluding comments 1 See Developing Semantic

More information

Library of Congress Controlled Vocabularies as Linked Data:

Library of Congress Controlled Vocabularies as Linked Data: Library of Congress Controlled Vocabularies as Linked Data: http://id.loc.gov Clay Redding Library of Congress Network Development & MARC Standards Office Credits Ed Summers, LC Office of Strategic Initiatives:

More information

Multi-agent and Semantic Web Systems: Linked Open Data

Multi-agent and Semantic Web Systems: Linked Open Data Multi-agent and Semantic Web Systems: Linked Open Data Fiona McNeill School of Informatics 14th February 2013 Fiona McNeill Multi-agent Semantic Web Systems: *lecture* Date 0/27 Jena Vcard 1: Triples Fiona

More information

OWL a glimpse. OWL a glimpse (2) requirements for ontology languages. requirements for ontology languages

OWL a glimpse. OWL a glimpse (2) requirements for ontology languages. requirements for ontology languages OWL a glimpse OWL Web Ontology Language describes classes, properties and relations among conceptual objects lecture 7: owl - introduction of#27# ece#720,#winter# 12# 2# of#27# OWL a glimpse (2) requirements

More information

On practical aspects of enhancing semantic interoperability using SKOS and KOS alignment

On practical aspects of enhancing semantic interoperability using SKOS and KOS alignment On practical aspects of enhancing semantic interoperability using SKOS and KOS alignment Antoine ISAAC KRR lab, Vrije Universiteit Amsterdam National Library of the Netherlands ISKO UK Meeting, July 21,

More information

Opus: University of Bath Online Publication Store

Opus: University of Bath Online Publication Store Patel, M. (2004) Semantic Interoperability in Digital Library Systems. In: WP5 Forum Workshop: Semantic Interoperability in Digital Library Systems, DELOS Network of Excellence in Digital Libraries, 2004-09-16-2004-09-16,

More information

Mapping between Digital Identity Ontologies through SISM

Mapping between Digital Identity Ontologies through SISM Mapping between Digital Identity Ontologies through SISM Matthew Rowe The OAK Group, Department of Computer Science, University of Sheffield, Regent Court, 211 Portobello Street, Sheffield S1 4DP, UK m.rowe@dcs.shef.ac.uk

More information

Terminologies, Knowledge Organization Systems, Ontologies

Terminologies, Knowledge Organization Systems, Ontologies Terminologies, Knowledge Organization Systems, Ontologies Gerhard Budin University of Vienna TSS July 2012, Vienna Motivation and Purpose Knowledge Organization Systems In this unit of TSS 12, we focus

More information

Semantics. Matthew J. Graham CACR. Methods of Computational Science Caltech, 2011 May 10. matthew graham

Semantics. Matthew J. Graham CACR. Methods of Computational Science Caltech, 2011 May 10. matthew graham Semantics Matthew J. Graham CACR Methods of Computational Science Caltech, 2011 May 10 semantic web The future of the Internet (Web 3.0) Decentralized platform for distributed knowledge A web of databases

More information

Report from the W3C Semantic Web Best Practices Working Group

Report from the W3C Semantic Web Best Practices Working Group Report from the W3C Semantic Web Best Practices Working Group Semantic Web Best Practices and Deployment Thomas Baker, Göttingen State and University Library Cashmere-int Workshop Standardisation and Transmission

More information

Linked Data: What Now? Maine Library Association 2017

Linked Data: What Now? Maine Library Association 2017 Linked Data: What Now? Maine Library Association 2017 Linked Data What is Linked Data Linked Data refers to a set of best practices for publishing and connecting structured data on the Web. URIs - Uniform

More information

Data formats for exchanging classifications UNSD

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

More information

Vocabulary and Semantics in the Virtual Observatory

Vocabulary and Semantics in the Virtual Observatory Vocabulary and Semantics in the Virtual Observatory Norman Gray VO-TECH / AstroGrid / Uni. Leicester / Uni. Glasgow, UK VOEvent BoF, ADASS, London, 2007 September 24 rdf Resource Description Framework

More information

Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata. A Tale of Two Types of Vocabularies

Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata. A Tale of Two Types of Vocabularies Taxonomy Strategies July 17, 2012 Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata A Tale of Two Types of Vocabularies What is semantic metadata? Semantic relationships in the

More information

Multi-agent Semantic Web Systems: Data & Metadata

Multi-agent Semantic Web Systems: Data & Metadata Multi-agent Semantic Web Systems: Data & Metadata Ewan Klein School of Informatics MASWS January 26, 2012 Ewan Klein (School of Informatics) Multi-agent Semantic Web Systems: Data & Metadata MASWS January

More information

JENA: A Java API for Ontology Management

JENA: A Java API for Ontology Management JENA: A Java API for Ontology Management Hari Rajagopal IBM Corporation Page Agenda Background Intro to JENA Case study Tools and methods Questions Page The State of the Web Today The web is more Syntactic

More information

Linked Open Data: a short introduction

Linked Open Data: a short introduction International Workshop Linked Open Data & the Jewish Cultural Heritage Rome, 20 th January 2015 Linked Open Data: a short introduction Oreste Signore (W3C Italy) Slides at: http://www.w3c.it/talks/2015/lodjch/

More information

Linked Open Europeana: Semantics for the Digital Humanities

Linked Open Europeana: Semantics for the Digital Humanities Linked Open Europeana: Semantics for the Digital Humanities Prof. Dr. Stefan Gradmann Humboldt-Universität zu Berlin / School of Library and Information Science stefan.gradmann@ibi.hu-berlin.de 1 Overview

More information

Semantic Web Ontologies

Semantic Web Ontologies Semantic Web Ontologies CS 431 April 4, 2005 Carl Lagoze Cornell University Acknowledgements: Alun Preece RDF Schemas Declaration of vocabularies classes, properties, and structures defined by a particular

More information

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2018/19 with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz January 7 th 2019 Overview What is Semantic Web? Technology

More information

RDF Schema. Mario Arrigoni Neri

RDF Schema. Mario Arrigoni Neri RDF Schema Mario Arrigoni Neri Semantic heterogeneity Standardization: commitment on common shared markup If no existing application If market-leaders can define de-facto standards Translation: create

More information

Knowledge-Driven Video Information Retrieval with LOD

Knowledge-Driven Video Information Retrieval with LOD Knowledge-Driven Video Information Retrieval with LOD Leslie F. Sikos, Ph.D., Flinders University ESAIR 15, 23 October 2015 Melbourne, VIC, Australia Knowledge-Driven Video IR Outline Video Retrieval Challenges

More information

Semantic Annotation, Search and Analysis

Semantic Annotation, Search and Analysis Semantic Annotation, Search and Analysis Borislav Popov, Ontotext Ontology A machine readable conceptual model a common vocabulary for sharing information machine-interpretable definitions of concepts in

More information

Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata. A Tale of Two Types of Vocabularies

Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata. A Tale of Two Types of Vocabularies Taxonomy Strategies October 28, 2012 Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata A Tale of Two Types of Vocabularies What is the semantic web? Making content web-accessible

More information

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2017/18 Vedran Sabol with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz December 11 th 2017 Overview What is Semantic

More information

5 RDF and Inferencing

5 RDF and Inferencing 5 RDF and Inferencing In Chapter 1XXX, we introduced the notion of dumb data, and how a more connected web infrastructure can result in behavior that lets smart applications perform to their potential.

More information

H1 Spring B. Programmers need to learn the SOAP schema so as to offer and use Web services.

H1 Spring B. Programmers need to learn the SOAP schema so as to offer and use Web services. 1. (24 points) Identify all of the following statements that are true about the basics of services. A. If you know that two parties implement SOAP, then you can safely conclude they will interoperate at

More information

Semantic challenges in sharing dataset metadata and creating federated dataset catalogs

Semantic challenges in sharing dataset metadata and creating federated dataset catalogs Linked Open Data in Agriculture MACS-G20 Workshop in Berlin, September 27th 28th, 2017 Semantic challenges in sharing dataset metadata and creating federated dataset catalogs The example of the CIARD RING

More information

Introducing Linked Data

Introducing Linked Data Introducing Linked Data (Part of this work was funded by PlanetData NoE FP7/2007-2013) Irini Fundulaki 1 1 Institute of Computer Science FORTH & W3C Greece Office Manager EICOS : 4th Meeting, Athens, Greece

More information

RDF /RDF-S Providing Framework Support to OWL Ontologies

RDF /RDF-S Providing Framework Support to OWL Ontologies RDF /RDF-S Providing Framework Support to OWL Ontologies Rajiv Pandey #, Dr.Sanjay Dwivedi * # Amity Institute of information Technology, Amity University Lucknow,India * Dept.Of Computer Science,BBA University

More information

An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information

An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information P. Smart, A.I. Abdelmoty and C.B. Jones School of Computer Science, Cardiff University, Cardiff,

More information

Towards the Semantic Web

Towards the Semantic Web Towards the Semantic Web Ora Lassila Research Fellow, Nokia Research Center (Boston) Chief Scientist, Nokia Venture Partners LLP Advisory Board Member, W3C XML Finland, October 2002 1 NOKIA 10/27/02 -

More information

Semantic Web Systems Linked Open Data Jacques Fleuriot School of Informatics

Semantic Web Systems Linked Open Data Jacques Fleuriot School of Informatics Semantic Web Systems Linked Open Data Jacques Fleuriot School of Informatics 9 th February 2015 In the previous lecture l Querying with XML Basic idea: search along paths in an XML tree e.g. path expression:

More information

Document Navigation: Ontologies or Knowledge Organisation Systems?

Document Navigation: Ontologies or Knowledge Organisation Systems? Document Navigation: Ontologies or Knowledge Organisation Systems? Simon Jupp *1, Sean Bechhofer 1, Patty Kostkova 2, Robert Stevens 1, Yeliz Yesilada 1 1 University of Manchester, Oxford Road, UK 2 City

More information

COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web. Dr Thanassis Tiropanis

COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web. Dr Thanassis Tiropanis COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web Dr Thanassis Tiropanis t.tiropanis@southampton.ac.uk The narrative Semantic Web Technologies The Web of data and the semantic

More information

Week 4. COMP62342 Sean Bechhofer, Uli Sattler

Week 4. COMP62342 Sean Bechhofer, Uli Sattler Week 4 COMP62342 Sean Bechhofer, Uli Sattler sean.bechhofer@manchester.ac.uk, uli.sattler@manchester.ac.uk Today Some clarifications from last week s coursework More on reasoning: extension of the tableau

More information

Table of Contents. iii

Table of Contents. iii Current Web 1 1.1 Current Web History 1 1.2 Current Web Characteristics 2 1.2.1 Current Web Features 2 1.2.2 Current Web Benefits 3 1.2.3. Current Web Applications 3 1.3 Why the Current Web is not Enough

More information

Metadata Standards and Applications. 6. Vocabularies: Attributes and Values

Metadata Standards and Applications. 6. Vocabularies: Attributes and Values Metadata Standards and Applications 6. Vocabularies: Attributes and Values Goals of Session Understand how different vocabularies are used in metadata Learn about relationships in vocabularies Understand

More information

Ontology Servers and Metadata Vocabulary Repositories

Ontology Servers and Metadata Vocabulary Repositories Ontology Servers and Metadata Vocabulary Repositories Dr. Manjula Patel Technical Research and Development m.patel@ukoln.ac.uk http://www.ukoln.ac.uk/ Overview agentcities.net deployment grant Background

More information

Linked Data. The World is Your Database

Linked Data. The World is Your Database Linked Data Dave Clarke Synaptica CEO Gene Loh Synaptica Software Architect The World is Your Database Agenda 1. What is Linked Data, and why is it good for you (15 mins) What is Linked Data 2. How it

More information

Enhancing information services using machine to machine terminology services

Enhancing information services using machine to machine terminology services Enhancing information services using machine to machine terminology services Gordon Dunsire Presented to the IFLA 2009 Satellite Conference Looking at the past and preparing for the future 20-21 Aug 2009,

More information

Envisioning Semantic Web Technology Solutions for the Arts

Envisioning Semantic Web Technology Solutions for the Arts Information Integration Intelligence Solutions Envisioning Semantic Web Technology Solutions for the Arts Semantic Web and CIDOC CRM Workshop Ralph Hodgson, CTO, TopQuadrant National Museum of the American

More information

Semantics for Optimization of the Livestock Farming

Semantics for Optimization of the Livestock Farming Adaptive Agricultural Processes via Open Interfaces and Linked Services Semantics for Optimization of the Livestock Farming Dr. Dana Tomic FTW Forschungszentrum Telekommunikation Wien, Austria Challenges

More information

Bridging the Gap between Semantic Web and Networked Sensors: A Position Paper

Bridging the Gap between Semantic Web and Networked Sensors: A Position Paper Bridging the Gap between Semantic Web and Networked Sensors: A Position Paper Xiang Su and Jukka Riekki Intelligent Systems Group and Infotech Oulu, FIN-90014, University of Oulu, Finland {Xiang.Su,Jukka.Riekki}@ee.oulu.fi

More information

Reducing Consumer Uncertainty

Reducing Consumer Uncertainty Spatial Analytics Reducing Consumer Uncertainty Towards an Ontology for Geospatial User-centric Metadata Introduction Cooperative Research Centre for Spatial Information (CRCSI) in Australia Communicate

More information

Orchestrating Music Queries via the Semantic Web

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

More information

Mustafa Jarrar: Lecture Notes on RDF Schema Birzeit University, Version 3. RDFS RDF Schema. Mustafa Jarrar. Birzeit University

Mustafa Jarrar: Lecture Notes on RDF Schema Birzeit University, Version 3. RDFS RDF Schema. Mustafa Jarrar. Birzeit University Mustafa Jarrar: Lecture Notes on RDF Schema Birzeit University, 2018 Version 3 RDFS RDF Schema Mustafa Jarrar Birzeit University 1 Watch this lecture and download the slides Course Page: http://www.jarrar.info/courses/ai/

More information

Extracting knowledge from Ontology using Jena for Semantic Web

Extracting knowledge from Ontology using Jena for Semantic Web Extracting knowledge from Ontology using Jena for Semantic Web Ayesha Ameen I.T Department Deccan College of Engineering and Technology Hyderabad A.P, India ameenayesha@gmail.com Khaleel Ur Rahman Khan

More information

Ontology-based Architecture Documentation Approach

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

More information

Semantic web. Tapas Kumar Mishra 11CS60R32

Semantic web. Tapas Kumar Mishra 11CS60R32 Semantic web Tapas Kumar Mishra 11CS60R32 1 Agenda Introduction What is semantic web Issues with traditional web search The Technology Stack Architecture of semantic web Meta Data Main Tasks Knowledge

More information

Multi-agent and Semantic Web Systems: RDF Data Structures

Multi-agent and Semantic Web Systems: RDF Data Structures Multi-agent and Semantic Web Systems: RDF Data Structures Fiona McNeill School of Informatics 31st January 2013 Fiona McNeill Multi-agent Semantic Web Systems: RDF Data Structures 31st January 2013 0/25

More information

Linked Open Europeana: Semantic Leveraging of European Cultural Heritage

Linked Open Europeana: Semantic Leveraging of European Cultural Heritage Linked Open Europeana: Semantic Leveraging of European Cultural Heritage http://www.slideshare.net/gradmans/ Prof. Dr. Stefan Gradmann Humboldt-Universität zu Berlin / School of Library and Information

More information

a paradigm for the Introduction to Semantic Web Semantic Web Angelica Lo Duca IIT-CNR Linked Open Data:

a paradigm for the Introduction to Semantic Web Semantic Web Angelica Lo Duca IIT-CNR Linked Open Data: Introduction to Semantic Web Angelica Lo Duca IIT-CNR angelica.loduca@iit.cnr.it Linked Open Data: a paradigm for the Semantic Web Course Outline Introduction to SW Give a structure to data (RDF Data Model)

More information

University of Bath. Publication date: Document Version Publisher's PDF, also known as Version of record. Link to publication

University of Bath. Publication date: Document Version Publisher's PDF, also known as Version of record. Link to publication Citation for published version: Patel, M & Duke, M 2004, 'Knowledge Discovery in an Agents Environment' Paper presented at European Semantic Web Symposium 2004, Heraklion, Crete, UK United Kingdom, 9/05/04-11/05/04,.

More information

Agricultural bibliographic data sharing & interoperability in China

Agricultural bibliographic data sharing & interoperability in China Agricultural bibliographic data sharing & interoperability in China Prof. Xuefu Zhang,Xian Guojian and Sun Wei Agricultural Information Institute of CAAS Asia Pacific Advanced Network Meeting, 29 Aug.,

More information

a paradigm for the Semantic Web Linked Data Angelica Lo Duca IIT-CNR Linked Open Data:

a paradigm for the Semantic Web Linked Data Angelica Lo Duca IIT-CNR Linked Open Data: Linked Data Angelica Lo Duca IIT-CNR angelica.loduca@iit.cnr.it Linked Open Data: a paradigm for the Semantic Web Linked Data are a series of best practices to connect structured data through the Web.

More information

DCMI Abstract Model - DRAFT Update

DCMI Abstract Model - DRAFT Update 1 of 7 9/19/2006 7:02 PM Architecture Working Group > AMDraftUpdate User UserPreferences Site Page Actions Search Title: Text: AttachFile DeletePage LikePages LocalSiteMap SpellCheck DCMI Abstract Model

More information

The Semantic Planetary Data System

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

More information

Today: RDF syntax. + conjunctive queries for OWL. KR4SW Winter 2010 Pascal Hitzler 3

Today: RDF syntax. + conjunctive queries for OWL. KR4SW Winter 2010 Pascal Hitzler 3 Today: RDF syntax + conjunctive queries for OWL KR4SW Winter 2010 Pascal Hitzler 3 Today s Session: RDF Schema 1. Motivation 2. Classes and Class Hierarchies 3. Properties and Property Hierarchies 4. Property

More information

Proposal for Implementing Linked Open Data on Libraries Catalogue

Proposal for Implementing Linked Open Data on Libraries Catalogue Submitted on: 16.07.2018 Proposal for Implementing Linked Open Data on Libraries Catalogue Esraa Elsayed Abdelaziz Computer Science, Arab Academy for Science and Technology, Alexandria, Egypt. E-mail address:

More information

Europeana update: aspects of the data

Europeana update: aspects of the data Europeana update: aspects of the data Robina Clayphan, Europeana Foundation European Film Gateway Workshop, 30 May 2011, Frankfurt/Main Overview The Europeana Data Model (EDM) Data enrichment activity

More information

SWAD-Europe Deliverable 8.1 Core RDF Vocabularies for Thesauri

SWAD-Europe Deliverable 8.1 Core RDF Vocabularies for Thesauri Mon Jun 07 2004 12:07:51 Europe/London SWAD-Europe Deliverable 8.1 Core RDF Vocabularies for Thesauri Project name: Semantic Web Advanced Development for Europe (SWAD-Europe) Project Number: IST-2001-34732

More information

Fusing Corporate Thesaurus Management with Linked Data using PoolParty

Fusing Corporate Thesaurus Management with Linked Data using PoolParty Fusing Corporate Thesaurus Management with Linked Data using PoolParty Thomas Schandl PoolParty at a glance Developed by punkt. netservices Current release: PoolParty 2.8 Main focus on three application

More information

The AGROVOC Concept Scheme - A Walkthrough

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

More information

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

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

More information

Semantic Web Company. PoolParty - Server. PoolParty - Technical White Paper.

Semantic Web Company. PoolParty - Server. PoolParty - Technical White Paper. Semantic Web Company PoolParty - Server PoolParty - Technical White Paper http://www.poolparty.biz Table of Contents Introduction... 3 PoolParty Technical Overview... 3 PoolParty Components Overview...

More information

The P2 Registry

The P2 Registry The P2 Registry -------------------------------------- Where the Semantic Web and Web 2.0 meet Digital Preservation David Tarrant, Steve Hitchcock & Les Carr davetaz / sh94r / lac @ecs.soton.ac.uk School

More information

Lesson 14 SOA with REST (Part I)

Lesson 14 SOA with REST (Part I) Lesson 14 SOA with REST (Part I) Service Oriented Architectures Security Module 3 - Resource-oriented services Unit 1 REST Ernesto Damiani Università di Milano Web Sites (1992) WS-* Web Services (2000)

More information

MarcOnt - Integration Ontology for Bibliographic Description Formats

MarcOnt - Integration Ontology for Bibliographic Description Formats MarcOnt - Integration Ontology for Bibliographic Description Formats Sebastian Ryszard Kruk DERI Galway Tel: +353 91-495213 Fax: +353 91-495541 sebastian.kruk @deri.org Marcin Synak DERI Galway Tel: +353

More information

4) DAVE CLARKE. OASIS: Constructing knowledgebases around high resolution images using ontologies and Linked Data

4) DAVE CLARKE. OASIS: Constructing knowledgebases around high resolution images using ontologies and Linked Data require a change in development culture and thus training. 5. Impact and Benefits The project was delivered on time and on budget unusual for a project of this scale and the project was hailed as a great

More information

Converting a thesaurus into an ontology: the use case of URBISOC

Converting a thesaurus into an ontology: the use case of URBISOC Advanced Information Systems Laboratory Cost Action C2 Converting a thesaurus into an ontology: the use case of URBISOC J. Nogueras-Iso, J. Lacasta Alcalá de Henares, 4-5 May 2007 http://iaaa.cps.unizar.es

More information

Wondering about either OWL ontologies or SKOS vocabularies? You need both!

Wondering about either OWL ontologies or SKOS vocabularies? You need both! Making sense of content Wondering about either OWL ontologies or SKOS vocabularies? You need both! ISKO UK SKOS Event London, 21st July 2008 bernard.vatant@mondeca.com A few words about Mondeca Founded

More information

13. The Semantic Web. Plan for INFO Lecture #13. INFO October Bob Glushko. Overview of the Semantic Web RDF OWL

13. The Semantic Web. Plan for INFO Lecture #13. INFO October Bob Glushko. Overview of the Semantic Web RDF OWL 13. The Semantic Web INFO 202-13 October 2008 Bob Glushko Plan for INFO Lecture #13 Overview of the Semantic Web RDF OWL A Critical Evaluation of the Semantic Web Semantically-aware systems The Metadata

More information

Introduction. October 5, Petr Křemen Introduction October 5, / 31

Introduction. October 5, Petr Křemen Introduction October 5, / 31 Introduction Petr Křemen petr.kremen@fel.cvut.cz October 5, 2017 Petr Křemen (petr.kremen@fel.cvut.cz) Introduction October 5, 2017 1 / 31 Outline 1 About Knowledge Management 2 Overview of Ontologies

More information

Semantic Web. MPRI : Web Data Management. Antoine Amarilli Friday, January 11th 1/29

Semantic Web. MPRI : Web Data Management. Antoine Amarilli Friday, January 11th 1/29 Semantic Web MPRI 2.26.2: Web Data Management Antoine Amarilli Friday, January 11th 1/29 Motivation Information on the Web is not structured 2/29 Motivation Information on the Web is not structured This

More information

H1 Spring C. A service-oriented architecture is frequently deployed in practice without a service registry

H1 Spring C. A service-oriented architecture is frequently deployed in practice without a service registry 1. (12 points) Identify all of the following statements that are true about the basics of services. A. Screen scraping may not be effective for large desktops but works perfectly on mobile phones, because

More information

Semantiska webben DFS/Gbg

Semantiska webben DFS/Gbg 1 Semantiska webben 2010 DFS/Gbg 100112 Olle Olsson World Wide Web Consortium (W3C) Swedish Institute of Computer Science (SICS) With thanks to Ivan for many slides 2 Trends and forces: Technology Internet

More information

Semantic Technologies and CDISC Standards. Frederik Malfait, Information Architect, IMOS Consulting Scott Bahlavooni, Independent

Semantic Technologies and CDISC Standards. Frederik Malfait, Information Architect, IMOS Consulting Scott Bahlavooni, Independent Semantic Technologies and CDISC Standards Frederik Malfait, Information Architect, IMOS Consulting Scott Bahlavooni, Independent Part I Introduction to Semantic Technology Resource Description Framework

More information

THE GETTY VOCABULARIES TECHNICAL UPDATE

THE GETTY VOCABULARIES TECHNICAL UPDATE AAT TGN ULAN CONA THE GETTY VOCABULARIES TECHNICAL UPDATE International Working Group Meetings January 7-10, 2013 Joan Cobb Gregg Garcia Information Technology Services J. Paul Getty Trust International

More information

Unlocking the full potential of location-based services: Linked Data driven Web APIs

Unlocking the full potential of location-based services: Linked Data driven Web APIs Unlocking the full potential of location-based services: Linked Data driven Web APIs Open Standards for Linked Organisations about Raf Buyle Ziggy Vanlishout www.vlaanderen.be/informatievlaanderen 6.4

More information

Ontological Library Generator for Hypermedia-Based E-Learning System

Ontological Library Generator for Hypermedia-Based E-Learning System Ontological Library Generator for Hypermedia-Based E-Learning System Eugen Zaharescu 1, Georgeta-Atena Zaharescu 2 (1) Ovidius University of Constanta, Mathematics and Informatics Faculty 124 Mamaia Blvd.,

More information

Interoperability of Protégé using RDF(S) as Interchange Language

Interoperability of Protégé using RDF(S) as Interchange Language Interoperability of Protégé using RDF(S) as Interchange Language Protégé Conference 2006 24 th July 2006 Raúl García Castro Asunción Gómez Pérez {rgarcia, asun}@fi.upm.es Protégé Conference 2006, 24th

More information

Structure of This Presentation

Structure of This Presentation Inferencing for the Semantic Web: A Concise Overview Feihong Hsu fhsu@cs.uic.edu March 27, 2003 Structure of This Presentation General features of inferencing for the Web Inferencing languages Survey of

More information