EFFECTIVE METHODS FOR ORGANIZATION AND PRESENTATION OF DIGITIZED CULTURAL HERITAGE

Size: px
Start display at page:

Download "EFFECTIVE METHODS FOR ORGANIZATION AND PRESENTATION OF DIGITIZED CULTURAL HERITAGE"

Transcription

1 International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 4, April 2018, pp , Article ID: IJMET_09_04_113 Available online at ISSN Print: and ISSN Online: IAEME Publication Scopus Indexed EFFECTIVE METHODS FOR ORGANIZATION AND PRESENTATION OF DIGITIZED CULTURAL HERITAGE Galina Bogdanova, Todor Todorov and Nikolay Noev Institute of mathematics and informatics, BAS, 8 G.Bonchev str., Sofia, 1113, Bulgaria Todor Todorov "St. Cyril and St. Methodius" University of Veliko Tarnovo, 3, arh. G. Kozarev str., Veliko Tarnovo, 5000, Bulgaria ABSTRACT This paper presents the approaches and methods for creating, storing and presentation of digital resources in the field of cultural and historical heritage. Digital knowledge is described including context-based annotations of objects at particular subject area. Some major problems and solutions of digitalization of items, their processing and organization in a repository are highlighted. In the paper is also shown building of an OntoWiki structure that represents the developed semantic model. Finally we show how graph databases could be used as data management platform. Key words: semantic web; ontology; graph databases; OntoWiki structure; data management platform Cite this Article: Galina Bogdanova, Todor Todorov and Nikolay Noev, Effective Methods for Organization and Presentation of Digitized Cultural Heritage, International Journal of Mechanical Engineering and Technology, 9(4), 2018, pp INTRODUCTION The creation of new digital content of objects in the field of cultural heritage is an important task for the future progress of society. The subject area of this research is bell objects. They are artifacts of great artistic value in the field of cultural heritage. This research is a result of years of investigations and analyzes of approaches and methods of creating and presenting digital content in the field of cultural heritage, performed by many scientists of different areas and different on various applied-research projects [1], [2], [3] editor@iaeme.com

2 Galina Bogdanova, Todor Todorov and Nikolay Noev In this paper are presented modern approaches and methods of creating a digital content of objects in the field of cultural heritage. At first is shown building of semantic-based knowledge of specific area. At second are presented effective methods and platforms for storage and presentation of that knowledge. The aim of the OntoWiki Bell Ontology is to enrich the knowledge of church bell objects with describing places where they are. We develop semantic-based ontology using web-based platform. 2. SEMANTIC MODEL TO REPRESENT BELL KNOWLEDGE The Technologies used in the construction of a semantic network is designed to provide a formal description of concepts, terms and relationships within a given knowledge domain. To describe the data and their relationships using technology RDF, whose basic structure is called RDF-Count. RDF-count consists of the trio (or triplets) [4], [5]: 1) subject predicate object; The main content of RDF technology are resources, properties and statements. The resource is an object that has a unique identifier URI (Uniform Resource Identifier). The properties are a special kind of resources that describe the relations between other resources, such as made of, is cast, is set to and so on. Claims declare resource properties and represent the trio: 2) Resource attribute value; Figure 1 Scheme of relations of bells objects Ontology of bell objects is subject ontology and represents the knowledge about these objects. It aims to semantically describe bells with their characteristics, to define different specifications for them and make relations with other specialized semantic structures. An OWL ontology consists of individuals, properties, and classes, which roughly correspond to framework objects: 1) Individuals represent objects in the domain that we are interested in. For example an individual is each different bell. 2) Classes OWL classes are sets that contain individuals. For example, the class Bell would contain all the individuals that are bells in our domain of interest. Classes may be editor@iaeme.com

3 Effective Methods for Organization and Presentation of Digitized Cultural Heritage organized into a superclass-subclass hierarchy. In OWL classes are built up of descriptions that specify the conditions that must be satisfied by an individual for it to be a member of the class. 3) Properties Properties are binary relations between individuals. For example, the property has location might link the individual bell 1 AN to the individual St Aleksander Nevski cathedral, or the property has bell might link the individual St Aleksander Nevski cathedral to the individual bell 1 AN. Properties can have inverses. For example, the inverse of has location is is location of. Properties can be limited to having a single value i.e. to being functional. They can also be either transitive or symmetric. There are three main types of properties: Object properties, Datatype properties and Annotation properties. Figure 2 Object property Object properties are relationships between two individuals. On the Fig. 2: An Object property linking the individual bell 1 AN to the individual bell 1 AN beat. Figure 3 Annotation property Annotation properties can be used to add metadata to classes, individuals and properties. On the Fig. 3: An Annotation property, linking the class bell to the data literal (string) Geogri Ivanov. Figure 4 Datatype property Using the Datatype property, can add a restriction to the class states that all individuals of the class must meet specific restrictions. On the Fig. 4: A Datatype property linking the individual bell 1 AN to the data literal 140, which has a type of an xsd:float. Part of the content of knowledge of bell objects is supplemented by information from other areas. Relations of that content are mainly in the subject area between semantic substructures or outside this area with foreign ontological structures (as saints, metal molding or other). Next schema shows example of relations for St Ivan Rilski resource editor@iaeme.com

4 Galina Bogdanova, Todor Todorov and Nikolay Noev Figure 5 Example of relations between bell object and St Ivan Rilski resource In this example: individual bell has relation has art design. At property of class art design of that individual has value St Ivan Rilski. This value is related to other ontology structure at this subject area and has linked with Internet resource St Ivan Rilski, outside the bell subject area. Next code is show example of rule of relation between two individuals at different ontology structures. First is bell object (A) from bell ontology and its relations between properties bell type (T) and church bell (Ch) at same structure. Then there is relations between properties storyline (S), storyline type (St) and religious storyline (Rs) at substructure Ontology of religious and social themes depicted on bell objects. And if conditions are fulfilled then the rule is valid and enforced. IF bell object (A) has a relation has art design story-line (R1: A S), storyline (S) AND IF ( bell object (A) has relation has bell type (RA1: A T), bell type (T) AND bell type (T) has relation is bell type (RA2: T Ch), church bell (Ch) ) THEN storyline (S) has relations: ( storyline (S), has storyline type (RS1: S St), storyline type (St) AND storyline type (St), is storyline type (RS2: St Rs), religious storyline (Rs) ) 3. Building ontowiki bell ontology OntoWiki is a tool providing support for agile, distributed knowledge engineering scenarios. It enables intuitive authoring of semantic content, with an inline editing mode for editor@iaeme.com

5 Effective Methods for Organization and Presentation of Digitized Cultural Heritage editing RDF content, similar to WYSIWYG for text documents. Ontowiki enhances the browsing and retrieval by offering semantic enhanced search strategies [6]. First we create basic ontology classes according to the scheme described before in the paper. Next is an RDF code with example church, bell and person objects description. Figure 6 Temple object Figure 7 Bell object Figure 8 Person object Next we describe super-subclass relations of classes and object and data properties using OWL language. In this we also use some popular predefined ontology terms and relations. These are FOAF, Dublin Core, OntoWiki System Ontology, SKOS etc. On the next pictures are shown OntoWiki screens of imported ontology editor@iaeme.com

6 Galina Bogdanova, Todor Todorov and Nikolay Noev Figure 9 Temple object in OntoWiki Figure 10 Person object in OntoWiki editor@iaeme.com

7 Effective Methods for Organization and Presentation of Digitized Cultural Heritage Figure 11 Bell object in OntoWiki 4. USAGE OF NEO4J TO REPRESENT BELL ONTOLOGY NoSQL graph databases is a database that uses graph structures for semantic queries with nodes, edges and properties to represent and store data. Neo4j is a highly scalable, native graph database purpose-built to leverage not only data but also its relationships [7]. Graph database performance stays constant even as the data grows year over year. While most relational databases use a form of SQL as their query language, the graph database world is more varied so we'll look specifically at a single graph database query language Cypher. The system can execute direct queries written in Cypher. Cypher supports queries with parameters which are submitted as JSON [8]. Cypher query: MATCH (x { name: { startname }})-[r]-(friend) WHERE friend.name = { name } RETURN TYPE(r) Request: { query : MATCH (x { name: { startname }})-[r]-(friend) WHERE friend. name = { name } RETURN TYPE(r), params : { startname" : "I", editor@iaeme.com

8 Galina Bogdanova, Todor Todorov and Nikolay Noev "name" : "you" } } Response: { columns : [ "TYPE(r) ], "data" : [ [ "know" ]] } To import data from OWL file to Neo4j DB we use OWL API [9], [10]. Next is shown a pseudo code with explanation notes about basic steps. Step 1 Create an OWLOntologyManager object. The manager will load and save ontologies: m = OWLManager.createOWLOntologyManager() Load ontology from file into OWLOntology object: f = new File("bell.owl") o = m.loadontologyfromontologydocument(f) Next we create an instance of HermiT Reasoner and start import operations: reasoner = new Reasoner(o); Step 2 Create a starting node in Neo4j representing the owl:thing node. This is the root node of the graph we re going to create: thingnode = getorcreatenodewithuniquefactory("owl:thing") Step 3 Get all the classes defined in the ontology and add them to the graph: for (OWLClass c :o.getclassesinsignature(true)) { classnode =getorcreatenodewithuniquefactory(classstring)} Step 4 Create relations. If no super class exists then we link back to owl:thing. The relationship type used to express the rdf:type property is a custom one named isa : sc = reasoner.getsuperclasses(c, true) if (sc.isempty()) classnode.createrelationshipto(thingnode, DynamicRelationshipType.withName("isA")); else for ( parentowlnode: sc ) { parent = parentowlnode.getrepresentativeelement() parentnode = getorcreatenodewithuniquefactory(ps); classnode.createrelationshipto(parentnode, DynamicRelationshipType.withName("isA"));} editor@iaeme.com

9 Effective Methods for Organization and Presentation of Digitized Cultural Heritage Step 5 Now for each class we create nodes and link them back to their parent class: for ( in: reasoner.getinstances(c, true)) { individualnode = getorcreatenodewithuniquefactory(indstring) individualnode.createrelationshipto(classnode, DynamicRelationshipType.withName("isA")); } Step 6 Add object properties to the graph as node properties or relationships.: for (objectproperty: o.getobjectpropertiesinsignature()){ for(object:reasoner.getobjectpropertyvalues(i,objprop)) { objectnode = getorcreatenodewithuniquefactory(indnode.createrelationshipto(objectnode, DynamicRelationshipType.withName(reltype)) }} for (dataproperty: o.getdatapropertiesinsignature()) { for (object: reasoner.getdatapropertyvalues( i, dataprop){ indnode.setproperty(reltype, s); }} In our experiments we also used Neo4jphp (PHP library wrapping the Neo4j graph database) that supports executing both Cypher and Gremlin queries via REST. 5. CONCLUSION In the paper are investigated tools for ontological model representation. We use one such tool OntoWiki to build and use ontology of unique Bulgarian bells. We present an ontological model of knowledge in specific subject area in a field of cultural and historical heritage and describing bell objects. In detail is described the semantics of the subject area, by defining many features, characteristics, metadata, rules, classes of knowledge and relationships between them. We propose a graph database approach for storing and managing data in the ontological model. ACKNOWLEDGEMENTS This work has been partially supported by the National Science Fund of Bulgaria within the "Models and concepts of serious educational games through related multimedia resources of military and historical heritage" project, contract No. DM02/ REFERENCES [1] Bogdanova, G., Todorov, T. and Noev, N. Digitalization and security of Bulgarian folklore heritage archive. Proc. 11th International Conference on Computer Systems and Technology, 2010 [2] Bogdanova, G., Todorov, T. and Todorov, V. QPlus - computer package for coding theory research and education, International Journal of Computer Mathematics, 88(3) Taylor and Francis, 2001, editor@iaeme.com

10 Galina Bogdanova, Todor Todorov and Nikolay Noev [3] Bogdanova, G., Todorov, T. and Noev, N. Creating and Representing Semantic Knowledge of Bell Objects, International Journal of Applied Engineering Research, Vol.12(19), Research India Publications, 2017, [4] Paneva-Marinova, D., Pavlov, R. and Kotuzov, N. Approach for Analysis and Improved Usage of Digital Cultural Assets for Learning Purposes, Int. Journal Cybernetics and Information Technologies, 17(3), 2017, pp [5] Gruber, T. Towards Principles of the Design of Ontologies Used for Knowledge Sharing, International Journal of Human Computer Studies, 43, 1995, pp [6] Auer, S., Dietzold, S. and Riechert, T. OntoWiki a tool for social, semantic collaboration, The Semantic Web-ISWC, 2006 [7] Bruggen, R. Learning Neo4j, Packt Publishing, 2014 [8] Neo4j REST API documentation v3.0, [Online]. Available: [9] Neo4j and OWL, [Online]. Available: [10] OWL API, [Online]. Available: [11] Lata Gadhavi, Vishakha Modi and Madhuri Bhavsar. Proposed Ontology Framework for Dynamic Resource Provisioning on Public Cloud. International Journal of Advanced Research in Engineering and Technology, 7(2), 2016, pp [12] P. Kiran Kumar and Dr. V. Khanna, Software Data Graphs Using Ontology-Driven Software Evolution and Its Application. International Journal of Civil Engineering and Technology, 8(2), 2017, pp [13] Houda El Bouhissi, Mimoun Malki and Djamila Berramdane, Applying Semantic Web Services, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 2, March April (2013), pp [14] Sinan Adnan Diwan Alwan, Dr. Enas Hadi Salih, Ammar J.Fatah, Ontology Based Java Platform Personalization to Host Environment, International Journal of Computer Engineering & Technology (IJCET), Volume 5, Issue 7, July (2014), pp [15] Anitha, Prof. M.Padmavathamma, Toward a New Ontology of Nodelock Licensing Mechanism Patterns and Applicability Cuddapah, International Journal of Computer Engineering & Technology (IJCET), Volume 5, Issue 3, March (2014), pp editor@iaeme.com

Building OWL Ontology of Unique Bulgarian Bells Using Protégé Platform

Building OWL Ontology of Unique Bulgarian Bells Using Protégé Platform Building OWL Ontology of Unique Bulgarian Bells Using Protégé Platform Galina Bogdanova 1, Kilian Stoffel 2, Todor Todorov 1, Nikolay Noev 1 1 Institute of Mathematics and Informatics, Bulgarian Academy

More information

Signing individual fragments of an RDF graph of unique Bulgarian bells

Signing individual fragments of an RDF graph of unique Bulgarian bells Signing individual fragments of an RDF graph of unique Bulgarian bells Galina Bogdanova Todor Todorov, Nikolay Noev Institute of Mathematics and Informatics, BAS The aim of the presented article is to

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

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) APPLYING SEMANTIC WEB SERVICES. Sidi-Bel-Abbes University, Algeria)

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) APPLYING SEMANTIC WEB SERVICES. Sidi-Bel-Abbes University, Algeria) INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 4, Issue 2, March April (2013), pp. 108-113 IAEME: www.iaeme.com/ijcet.asp Journal

More information

CSc 8711 Report: OWL API

CSc 8711 Report: OWL API CSc 8711 Report: OWL API Syed Haque Department of Computer Science Georgia State University Atlanta, Georgia 30303 Email: shaque4@student.gsu.edu Abstract: The Semantic Web is an extension of human-readable

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

Semantic MediaWiki A Tool for Collaborative Vocabulary Development Harold Solbrig Division of Biomedical Informatics Mayo Clinic

Semantic MediaWiki A Tool for Collaborative Vocabulary Development Harold Solbrig Division of Biomedical Informatics Mayo Clinic Semantic MediaWiki A Tool for Collaborative Vocabulary Development Harold Solbrig Division of Biomedical Informatics Mayo Clinic Outline MediaWiki what it is, how it works Semantic MediaWiki MediaWiki

More information

Discovering the Association Rules in OLAP Data Cube with Daily Downloads of Folklore Materials *

Discovering the Association Rules in OLAP Data Cube with Daily Downloads of Folklore Materials * Discovering the Association Rules in OLAP Data Cube with Daily Downloads of Folklore Materials * Galina Bogdanova, Tsvetanka Georgieva Abstract: Association rules mining is one kind of data mining techniques

More information

INSTANCE BASED MATCHING SYSTEM FOR COMMON ONTOLOGY'S

INSTANCE BASED MATCHING SYSTEM FOR COMMON ONTOLOGY'S International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 10, October 2017, pp. 896 902, Article ID: IJMET_08_10_097 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=10

More information

Approach for Mapping Ontologies to Relational Databases

Approach for Mapping Ontologies to Relational Databases Approach for Mapping Ontologies to Relational Databases A. Rozeva Technical University Sofia E-mail: arozeva@tu-sofia.bg INTRODUCTION Research field mapping ontologies to databases Research goal facilitation

More information

Client/server system for managing an audio and video archive for unique Bulgarian bells*

Client/server system for managing an audio and video archive for unique Bulgarian bells* Client/server system for managing an audio and video archive for unique Bulgarian bells* TIHOMIR TRIFONOV Department of Algebra and Geometry University of Veliko Tarnovo St. Cyril and St. Methodius, 3

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

Ontological Modeling: Part 7

Ontological Modeling: Part 7 Ontological Modeling: Part 7 Terry Halpin LogicBlox and INTI International University This is the seventh in a series of articles on ontology-based approaches to modeling. The main focus is on popular

More information

Bulgarian Folk Songs in a Digital Library

Bulgarian Folk Songs in a Digital Library N. Kirov 1,2 L. Peycheva 3 1 Department Informatics, New Bulgarian University 2 Institute of Mathematics and Informatics, Bulgarian Academy of Sciences 3 Institute for Ethnology and Folklore Studies with

More information

Provision of safety of interactive systems - problems and solutions

Provision of safety of interactive systems - problems and solutions Eighth International Workshop on Optimal Codes and Related Topics July 10-14, 2017, Sofia, Bulgaria pp. 31-36 Provision of safety of interactive systems - problems and solutions Galina Bogdanova 1 g.bogdanova@gmail.com

More information

DIGITAL LIBRARY FOR BULGARIAN TRADITIONAL CULTURE AND FOLKLORE

DIGITAL LIBRARY FOR BULGARIAN TRADITIONAL CULTURE AND FOLKLORE DIGITAL LIBRARY FOR BULGARIAN TRADITIONAL CULTURE AND FOLKLORE D. Paneva-Marinova a, R. Pavlov a, K. Rangochev a a Institute of Mathematics and Informatics Bulgarian Academy of Sciences, Bl. 8, Acad. G.

More information

DBpedia-An Advancement Towards Content Extraction From Wikipedia

DBpedia-An Advancement Towards Content Extraction From Wikipedia DBpedia-An Advancement Towards Content Extraction From Wikipedia Neha Jain Government Degree College R.S Pura, Jammu, J&K Abstract: DBpedia is the research product of the efforts made towards extracting

More information

Annotation Component in KiWi

Annotation Component in KiWi Annotation Component in KiWi Marek Schmidt and Pavel Smrž Faculty of Information Technology Brno University of Technology Božetěchova 2, 612 66 Brno, Czech Republic E-mail: {ischmidt,smrz}@fit.vutbr.cz

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

1. Introduction: Why Cultural Heritage and Archival Collections on the Semantic Web?

1. Introduction: Why Cultural Heritage and Archival Collections on the Semantic Web? Преглед НЦД 12 (2008), 9 16 Maria M. Nisheva-Pavlova (Faculty of Mathematics and Informatics, Sofia University St. Kliment Ohridski and Institute of Mathematics and Informatics, Bulgarian Academy of Sciences)

More information

COMPUTER AND INFORMATION SCIENCE JENA DB. Group Abhishek Kumar Harshvardhan Singh Abhisek Mohanty Suhas Tumkur Chandrashekhara

COMPUTER AND INFORMATION SCIENCE JENA DB. Group Abhishek Kumar Harshvardhan Singh Abhisek Mohanty Suhas Tumkur Chandrashekhara JENA DB Group - 10 Abhishek Kumar Harshvardhan Singh Abhisek Mohanty Suhas Tumkur Chandrashekhara OUTLINE Introduction Data Model Query Language Implementation Features Applications Introduction Open Source

More information

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites Access IT Training 2003 Google indexed 3,3 billion of pages http://searchenginewatch.com/3071371 2005 Google s index contains 8,1 billion of websites http://blog.searchenginewatch.com/050517-075657 Estimated

More information

DBPedia (dbpedia.org)

DBPedia (dbpedia.org) Matt Harbers Databases and the Web April 22 nd, 2011 DBPedia (dbpedia.org) What is it? DBpedia is a community whose goal is to provide a web based open source data set of RDF triples based on Wikipedia

More information

Semantic Integration with Apache Jena and Apache Stanbol

Semantic Integration with Apache Jena and Apache Stanbol Semantic Integration with Apache Jena and Apache Stanbol All Things Open Raleigh, NC Oct. 22, 2014 Overview Theory (~10 mins) Application Examples (~10 mins) Technical Details (~25 mins) What do we mean

More information

Digital Presentation and Preservation of Cultural and Scientific Heritage International Conference

Digital Presentation and Preservation of Cultural and Scientific Heritage International Conference Radoslav Pavlov Peter Stanchev Editors Digital Presentation and Preservation of Cultural and Scientific Heritage International Conference Veliko Tarnovo, Bulgaria September 18 21, 2013 Proceedings Volume

More information

Knowledge-based access to art collections: the KIRA system

Knowledge-based access to art collections: the KIRA system Knowledge-based access to art collections: the KIRA system Flora Amato, Vincenzo Moscato, Antonio Picariello, and Giancarlo Sperlì DIETI - University of Naples Federico II, via Claudio 21, 80125, Naples,

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

Domain Specific Semantic Web Search Engine

Domain Specific Semantic Web Search Engine Domain Specific Semantic Web Search Engine KONIDENA KRUPA MANI BALA 1, MADDUKURI SUSMITHA 2, GARRE SOWMYA 3, GARIKIPATI SIRISHA 4, PUPPALA POTHU RAJU 5 1,2,3,4 B.Tech, Computer Science, Vasireddy Venkatadri

More information

Managing Learning Objects in Large Scale Courseware Authoring Studio 1

Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Ivo Marinchev, Ivo Hristov Institute of Information Technologies Bulgarian Academy of Sciences, Acad. G. Bonchev Str. Block 29A, Sofia

More information

Share.TEC System Architecture

Share.TEC System Architecture Share.TEC System Architecture Krassen Stefanov 1, Pavel Boytchev 2, Alexander Grigorov 3, Atanas Georgiev 4, Milen Petrov 5, George Gachev 6, and Mihail Peltekov 7 1,2,3,4,5,6,7 Faculty of Mathematics

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

Semantic Exploitation of Engineering Models: An Application to Oilfield Models

Semantic Exploitation of Engineering Models: An Application to Oilfield Models Semantic Exploitation of Engineering Models: An Application to Oilfield Models Laura Silveira Mastella 1,YamineAït-Ameur 2,Stéphane Jean 2, Michel Perrin 1, and Jean-François Rainaud 3 1 Ecole des Mines

More information

Exploring the Nuxeo REST API

Exploring the Nuxeo REST API Exploring the Nuxeo REST API Enabling Rapid Content Application Craftsmanship Copyright 2018 Nuxeo. All rights reserved. Copyright 2017 Nuxeo. All rights reserved. Chapter 1 The Nuxeo REST API What do

More information

Museum Collections and the Semantic Web

Museum Collections and the Semantic Web Museum Collections and the Semantic Web Maria Nisheva-Pavlova 1,2, Nicolas Spyratos 3, Peter Stanchev 2,4 1 Faculty of Mathematics and Informatics, Sofia University, Bulgaria 2 Institute of Mathematics

More information

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

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

More information

Ontological Modeling: Part 2

Ontological Modeling: Part 2 Ontological Modeling: Part 2 Terry Halpin LogicBlox This is the second in a series of articles on ontology-based approaches to modeling. The main focus is on popular ontology languages proposed for the

More information

Semantic Annotation and Linking of Medical Educational Resources

Semantic Annotation and Linking of Medical Educational Resources 5 th European IFMBE MBEC, Budapest, September 14-18, 2011 Semantic Annotation and Linking of Medical Educational Resources N. Dovrolis 1, T. Stefanut 2, S. Dietze 3, H.Q. Yu 3, C. Valentine 3 & E. Kaldoudi

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

MULTIMEDIA RETRIEVAL

MULTIMEDIA RETRIEVAL MULTIMEDIA RETRIEVAL Peter L. Stanchev *&**, Krassimira Ivanova ** * Kettering University, Flint, MI, USA 48504, pstanche@kettering.edu ** Institute of Mathematics and Informatics, BAS, Sofia, Bulgaria,

More information

LITERATURE SURVEY ON SEARCH TERM EXTRACTION TECHNIQUE FOR FACET DATA MINING IN CUSTOMER FACING WEBSITE

LITERATURE SURVEY ON SEARCH TERM EXTRACTION TECHNIQUE FOR FACET DATA MINING IN CUSTOMER FACING WEBSITE International Journal of Civil Engineering and Technology (IJCIET) Volume 8, Issue 1, January 2017, pp. 956 960 Article ID: IJCIET_08_01_113 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=8&itype=1

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

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 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

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

APACHE SLING & FRIENDS TECH MEETUP BERLIN, SEPTEMBER APACHE JACKRABBIT: BASIC CONCEPTS Christian Riemath, Igor Sechyn

APACHE SLING & FRIENDS TECH MEETUP BERLIN, SEPTEMBER APACHE JACKRABBIT: BASIC CONCEPTS Christian Riemath, Igor Sechyn APACHE SLING & FRIENDS TECH MEETUP BERLIN, 26-28 SEPTEMBER 2012 APACHE JACKRABBIT: BASIC CONCEPTS Christian Riemath, Igor Sechyn About the speakers Igor Sechyn Senior CMS Developer Christian Riemath Senior

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

Ontological Modeling: Part 8

Ontological Modeling: Part 8 Ontological Modeling: Part 8 Terry Halpin LogicBlox and INTI International University This is the eighth in a series of articles on ontology-based approaches to modeling. The main focus is on popular ontology

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

Ylvi - Multimedia-izing the Semantic Wiki

Ylvi - Multimedia-izing the Semantic Wiki Ylvi - Multimedia-izing the Semantic Wiki Niko Popitsch 1, Bernhard Schandl 2, rash miri 1, Stefan Leitich 2, and Wolfgang Jochum 2 1 Research Studio Digital Memory Engineering, Vienna, ustria {niko.popitsch,arash.amiri}@researchstudio.at

More information

An Infrastructure for MultiMedia Metadata Management

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

More information

Ontology Driven Software Development with Mercury

Ontology Driven Software Development with Mercury Ontology Driven Software Development with Mercury Michel Vanden Bossche, Peter Ross, Ian MacLarty, Bert Van Nuffelen, Nikolay Pelov Melbourne August 14 th, 2007 Based on SWESE '07 paper Ontology Driven

More information

THE METHOD OF AUTOMATED FORMATION OF THE SEMANTIC DATABASE MODEL OF THE DIALOG SYSTEM

THE METHOD OF AUTOMATED FORMATION OF THE SEMANTIC DATABASE MODEL OF THE DIALOG SYSTEM International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 7, July 2018, pp. 1117 1122, Article ID: IJCIET_09_07_117 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=7

More information

Day 2. RISIS Linked Data Course

Day 2. RISIS Linked Data Course Day 2 RISIS Linked Data Course Overview of the Course: Friday 9:00-9:15 Coffee 9:15-9:45 Introduction & Reflection 10:30-11:30 SPARQL Query Language 11:30-11:45 Coffee 11:45-12:30 SPARQL Hands-on 12:30-13:30

More information

The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003

The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003 The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003 Pete Johnston UKOLN, University of Bath Bath, BA2 7AY

More information

An Archiving System for Managing Evolution in the Data Web

An Archiving System for Managing Evolution in the Data Web An Archiving System for Managing Evolution in the Web Marios Meimaris *, George Papastefanatos and Christos Pateritsas * Institute for the Management of Information Systems, Research Center Athena, Greece

More information

New Approach to Graph Databases

New Approach to Graph Databases Paper PP05 New Approach to Graph Databases Anna Berg, Capish, Malmö, Sweden Henrik Drews, Capish, Malmö, Sweden Catharina Dahlbo, Capish, Malmö, Sweden ABSTRACT Graph databases have, during the past few

More information

Practical experiences towards generic resource navigation and visualization

Practical experiences towards generic resource navigation and visualization Practical experiences towards generic resource navigation and visualization Nadia Catenazzi 1, Lorenzo Sommaruga 2 1 Labi, Varese Italy nadia.catenazzi@tin.it 2 University of Applied Sciences of Southern

More information

EDEN An Epigraphic Web Database of Ancient Inscriptions

EDEN An Epigraphic Web Database of Ancient Inscriptions EDEN An Epigraphic Web Database of Ancient Inscriptions Martin Scholz (FAU Erlangen-Nürnberg) 21.04.2016 Outline Goals, Content, and Structure of EDEN Online Database Semantic Modelling Annotating Text

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

Leveraging Semantic Data Wikis for Distributed Requirements Elicitation

Leveraging Semantic Data Wikis for Distributed Requirements Elicitation Leveraging Semantic Data Wikis for Distributed Requirements Elicitation Thomas Riechert 1 and Thorsten Berger 1,2 1 Chair of Business Information Systems University of Leipzig, Germany riechert@informatik.uni-leipzig.de

More information

Accessing information about Linked Data vocabularies with vocab.cc

Accessing information about Linked Data vocabularies with vocab.cc Accessing information about Linked Data vocabularies with vocab.cc Steffen Stadtmüller 1, Andreas Harth 1, and Marko Grobelnik 2 1 Institute AIFB, Karlsruhe Institute of Technology (KIT), Germany {steffen.stadtmueller,andreas.harth}@kit.edu

More information

Hyvönen, Eero; Tuominen, Jouni; Ikkala, Esko; Mäkelä, Eetu Ontology services based on crowdsourcing

Hyvönen, Eero; Tuominen, Jouni; Ikkala, Esko; Mäkelä, Eetu Ontology services based on crowdsourcing Powered by TCPDF (www.tcpdf.org) This is an electronic reprint of the original article. This reprint may differ from the original in pagination and typographic detail. Hyvönen, Eero; Tuominen, Jouni; Ikkala,

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

MarkLogic. A Modern Data Platform To Support Your Critical Path COPYRIGHT 2016 MARKLOGIC CORPORATION. ALL RIGHTS RESERVED.

MarkLogic. A Modern Data Platform To Support Your Critical Path COPYRIGHT 2016 MARKLOGIC CORPORATION. ALL RIGHTS RESERVED. MarkLogic A Modern Data Platform To Support Your Critical Path SLIDE: 2 Inception Pre- Post- Distribution Archive Taxonomies Semantics Technical Descriptive Customers Usage SLIDE: 4 Inception Pre- Post-

More information

Improving Adaptive Hypermedia by Adding Semantics

Improving Adaptive Hypermedia by Adding Semantics Improving Adaptive Hypermedia by Adding Semantics Anton ANDREJKO Slovak University of Technology Faculty of Informatics and Information Technologies Ilkovičova 3, 842 16 Bratislava, Slovak republic andrejko@fiit.stuba.sk

More information

Solving problem of semantic terminology in digital library

Solving problem of semantic terminology in digital library International Journal of Advances in Intelligent Informatics ISSN: 2442-6571 20 Solving problem of semantic terminology in digital library Herlina Jayadianti Universitas Pembangunan Nasional Veteran Yogyakarta,

More information

Pedigree Management and Assessment Framework (PMAF) Demonstration

Pedigree Management and Assessment Framework (PMAF) Demonstration Pedigree Management and Assessment Framework (PMAF) Demonstration Kenneth A. McVearry ATC-NY, Cornell Business & Technology Park, 33 Thornwood Drive, Suite 500, Ithaca, NY 14850 kmcvearry@atcorp.com Abstract.

More information

AutoRDF - Using OWL as an Object Graph Mapping (OGM) specification language

AutoRDF - Using OWL as an Object Graph Mapping (OGM) specification language AutoRDF - Using OWL as an Object Graph Mapping (OGM) specification language Fabien Chevalier AriadNEXT 80 avenue des Buttes de Coëmes 35700 RENNES - FRANCE Email: fabien.chevalier@ariadnext.com Abstract.

More information

ONTOLOGY BASED KNOWLEDGE EXTRACTION FROM FRUIT IMAGES

ONTOLOGY BASED KNOWLEDGE EXTRACTION FROM FRUIT IMAGES International Journal of Computer Engineering and Applications, Volume X, Issue IV, April 16 www.ijcea.com ISSN 2321-3469 ONTOLOGY BASED KNOWLEDGE EXTRACTION FROM FRUIT IMAGES Department of Computer Applications,

More information

Towards Development of Ontology for the National Digital Library of India

Towards Development of Ontology for the National Digital Library of India Towards Development of Ontology for the National Digital Library of India Susmita Sadhu, Poonam Anthony, Plaban Kumar Bhowmick, and Debarshi Kumar Sanyal Indian Institute of Technology, Kharagpur 721302,

More information

Publishing Student Graduation Projects Based on the Semantic Web Technologies

Publishing Student Graduation Projects Based on the Semantic Web Technologies TRANSACTIONS ON MACHINE LEARNING AND ARTIFICIAL INTELLIGENCE SOCIETY FOR SCIENCE AND EDUCATION UNITED KINGDOM Volume 6 No. 1 ISSN 2054-7390 Publishing Student Graduation Projects Based on the Semantic

More information

Semantic Interoperability of Dublin Core Metadata in Digital Repositories

Semantic Interoperability of Dublin Core Metadata in Digital Repositories Semantic Interoperability of Dublin Core Metadata in Digital Repositories Dimitrios A. Koutsomitropoulos, Georgia D. Solomou, Theodore S. Papatheodorou, member IEEE High Performance Information Systems

More information

GoNTogle: A Tool for Semantic Annotation and Search

GoNTogle: A Tool for Semantic Annotation and Search GoNTogle: A Tool for Semantic Annotation and Search Giorgos Giannopoulos 1,2, Nikos Bikakis 1,2, Theodore Dalamagas 2, and Timos Sellis 1,2 1 KDBSL Lab, School of ECE, Nat. Tech. Univ. of Athens, Greece

More information

Development of an Ontology-Based Portal for Digital Archive Services

Development of an Ontology-Based Portal for Digital Archive Services Development of an Ontology-Based Portal for Digital Archive Services Ching-Long Yeh Department of Computer Science and Engineering Tatung University 40 Chungshan N. Rd. 3rd Sec. Taipei, 104, Taiwan chingyeh@cse.ttu.edu.tw

More information

Applying Linked Data Technologies for Online Newspapers

Applying Linked Data Technologies for Online Newspapers Applying Linked Data Technologies for Online Newspapers Tsvetanka Georgieva-Trifonova Department of Mathematics and Informatics University of Veliko Tarnovo Veliko Tarnovo, Bulgaria Tihomir Stefanov Department

More information

A faceted lightweight ontology for Earthquake Engineering Research Projects and Experiments

A faceted lightweight ontology for Earthquake Engineering Research Projects and Experiments Eng. Md. Rashedul Hasan email: md.hasan@unitn.it Phone: +39-0461-282571 Fax: +39-0461-282521 SERIES Concluding Workshop - Joint with US-NEES JRC, Ispra, May 28-30, 2013 A faceted lightweight ontology for

More information

Semantic Cloud Generation based on Linked Data for Efficient Semantic Annotation

Semantic Cloud Generation based on Linked Data for Efficient Semantic Annotation Semantic Cloud Generation based on Linked Data for Efficient Semantic Annotation - Korea-Germany Joint Workshop for LOD2 2011 - Han-Gyu Ko Dept. of Computer Science, KAIST Korea Advanced Institute of Science

More information

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

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

More information

Using ontologies function management

Using ontologies function management for Using ontologies function management Caroline Domerg, Juliette Fabre and Pascal Neveu 22th July 2010 O. Corby C.Faron-Zucker E.Gennari A. Granier I. Mirbel V. Negre A. Tireau Semantic Web tools Ontology

More information

Joining the BRICKS Network - A Piece of Cake

Joining the BRICKS Network - A Piece of Cake Joining the BRICKS Network - A Piece of Cake Robert Hecht and Bernhard Haslhofer 1 ARC Seibersdorf research - Research Studios Studio Digital Memory Engineering Thurngasse 8, A-1090 Wien, Austria {robert.hecht

More information

Semantic Annotations for BPMN models: Extending SeMFIS for supporting ontology reasoning and query functionalities. Dimitraki Katerina

Semantic Annotations for BPMN models: Extending SeMFIS for supporting ontology reasoning and query functionalities. Dimitraki Katerina Semantic Annotations for BPMN models: Extending SeMFIS for supporting ontology reasoning and query functionalities Dimitraki Katerina Thesis submitted in partial fulfillment of the requirements for the

More information

Prof. Dr. Christian Bizer

Prof. Dr. Christian Bizer STI Summit July 6 th, 2011, Riga, Latvia Global Data Integration and Global Data Mining Prof. Dr. Christian Bizer Freie Universität ität Berlin Germany Outline 1. Topology of the Web of Data What data

More information

Survey of Existing Services in the Mathematical Digital Libraries and Repositories in the EuDML Project

Survey of Existing Services in the Mathematical Digital Libraries and Repositories in the EuDML Project Survey of Existing Services in the Mathematical Digital Libraries and Repositories in the EuDML Project Radoslav Pavlov, Desislava Paneva-Marinova, and Georgi Simeonov Institute of Mathematics and Informatics,

More information

What you have learned so far. Interoperability. Ontology heterogeneity. Being serious about the semantic web

What you have learned so far. Interoperability. Ontology heterogeneity. Being serious about the semantic web What you have learned so far Interoperability Introduction to the Semantic Web Tutorial at ISWC 2010 Jérôme Euzenat Data can be expressed in RDF Linked through URIs Modelled with OWL ontologies & Retrieved

More information

Taylor & Francis Online: A User Guide.

Taylor & Francis Online: A User Guide. Taylor & Francis Online: A User Guide www.tandfonline.com Welcome Start exploring great academic research with Taylor & Francis Online. The platform has: A clean, intuitive user interface Enhanced discoverability

More information

Semantic media application with user created content to enhance enjoying cultural heritage

Semantic media application with user created content to enhance enjoying cultural heritage Semantic media application with user created content to enhance enjoying cultural heritage Sari Vainikainen, Asta Bäck, Pirjo Näkki Digital Semantic Content across Cultures the Louvre, Paris, May 4-5,

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

TOWARDS ONTOLOGY DEVELOPMENT BASED ON RELATIONAL DATABASE

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

More information

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Shigeo Sugimoto Research Center for Knowledge Communities Graduate School of Library, Information

More information

Dr. Chuck Cartledge. 5 Nov. 2015

Dr. Chuck Cartledge. 5 Nov. 2015 CS-695 NoSQL Database Neo4J (part 1 of 2) Dr. Chuck Cartledge 5 Nov. 2015 1/28 Table of contents I 1 Miscellanea 2 DB comparisons 3 Assgn. #6 4 Historical origins 6 CRUDy stuff 7 Conclusion 8 References

More information

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

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

More information

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

Semantic Web and Python Concepts to Application development

Semantic Web and Python Concepts to Application development PyCon 2009 IISc, Bangalore, India Semantic Web and Python Concepts to Application development Vinay Modi Voice Pitara Technologies Private Limited Outline Web Need better web for the future Knowledge Representation

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

Medici for Digital Cultural Heritage Libraries. George Tsouloupas, PhD The LinkSCEEM Project

Medici for Digital Cultural Heritage Libraries. George Tsouloupas, PhD The LinkSCEEM Project Medici for Digital Cultural Heritage Libraries George Tsouloupas, PhD The LinkSCEEM Project Overview of Digital Libraries A Digital Library: "An informal definition of a digital library is a managed collection

More information

ECLAP Kick-off An Aggregator Project for EUROPEANA

ECLAP Kick-off An Aggregator Project for EUROPEANA ECLAP Kick-off An Aggregator Project for EUROPEANA Paolo Nesi, nesi@dsi.unifi.it it Europeana: The Vision A digital it library that t is a single, direct and multilingual l access point to the European

More information

BUSINESS INTELLIGENCE FOR EVALUATION E-VOUCHER AIRLINE REPORT

BUSINESS INTELLIGENCE FOR EVALUATION E-VOUCHER AIRLINE REPORT International Journal of Mechanical Engineering and Technology (IJMET) Volume 10, Issue 02, February 2019, pp. 213 220, Article ID: IJMET_10_02_024 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=10&itype=2

More information

Development of Contents Management System Based on Light-Weight Ontology

Development of Contents Management System Based on Light-Weight Ontology Development of Contents Management System Based on Light-Weight Ontology Kouji Kozaki, Yoshinobu Kitamura, and Riichiro Mizoguchi Abstract In the Structuring Nanotechnology Knowledge project, a material-independent

More information

An Entity Name Systems (ENS) for the [Semantic] Web

An Entity Name Systems (ENS) for the [Semantic] Web An Entity Name Systems (ENS) for the [Semantic] Web Paolo Bouquet University of Trento (Italy) Coordinator of the FP7 OKKAM IP LDOW @ WWW2008 Beijing, 22 April 2008 An ordinary day on the [Semantic] Web

More information

LORE: A Compound Object Authoring and Publishing Tool for Literary Scholars based on the FRBR. Anna Gerber, Jane Hunter

LORE: A Compound Object Authoring and Publishing Tool for Literary Scholars based on the FRBR. Anna Gerber, Jane Hunter LORE: A Compound Object Authoring and Publishing Tool for Literary Scholars based on the FRBR Anna Gerber, Jane Hunter Open Repositories 2009 Overview LORE: Literature Object Reuse and Exchange Background

More information