SlideShare a Scribd company logo
Towards Integrating Ontologies
                                  An EDM-Based Approach
              Evelyn Dröge, Julia Iwanowa, Violeta Trkulja, Steffen Hennicke, Stefan Gradmann
              Berlin School for Library and Information Science, Humboldt-Universität zu Berlin

                  Presentation on the 13th International Symposium of Information Science
                                            Potsdam, 21.03.2013




co-funded by the European Union
DM2E project

Digitised Manuscripts to Europeana (DM2E)
• EU-funded Europeana satelite project
• Duration: Three years (2012 – 2015)
• Partners from Germany, Austria, Norway, Greece, UK and Italy
• Primary aims: To enable as many content providers as possible
   to get their data into Europeana and to stimulate the creation of
   new tools and services for reuse of Europeana data in the
   Digital Humanities

IBI at the Humboldt-Universität zu Berlin
• Coordinates the project
• Is further involved in modeling and in evolving the technical
   infrastructure


 21.03.2013           Towards Integrating Ontologies: An EDM-Based Approach   2
DM2E: Interoperability approach

• Base: Semantic Web and Linked Data
    – Enable and facilitate data interoperability
    – Share and reuse ontologies
• Build on common data models
    – EDM, DC and DCTerms, OAI-ORE, CIDOC-CRM, FOAF, SKOS
    – BIBO, VOID, FABIO
• Uses W3C standards
    – RDF(S), OWL


 Enable data interoperability

 21.03.2013           Towards Integrating Ontologies: An EDM-Based Approach   3
Why should we reuse ontologies?


•    Nature of Linked Data
•    Reduce multiple likewise resources
•    Better visibility of the ontology
•    Better quality of the ontology
•    Better integration into the Linked Open Data Cloud
•    Easy access for more applications
•    Make it easier for others to reuse the vocabulary


    21.03.2013       Towards Integrating Ontologies: An EDM-Based Approach   4
Reuse practice

• Three steps workflow

    1. Ontology retrieval

    2. Integration-oriented ontology evaluation
           Identification of suitable classes and properties
           Analysis of missing elements

    3. Ontology integration
           Different methods
                                                                           Simperl, 2010



 21.03.2013                 Towards Integrating Ontologies: An EDM-Based Approach          5
Steps in the Reuse Workflow
Step 1: Ontology retrieval




 21.03.2013     Towards Integrating Ontologies: An EDM-Based Approach   7
Step 2: Integration-oriented ontology evaluation



                         DC                                   • Which elements are
                                                                missing or can be
          rdaGr2    DCTerms                                     replaced?

                                                              • What are suitable
                   EDM                SKOS                      classes or properties
                                                                in other standards or
         FOAF                                                   vocabularies?

                         ORE




  21.03.2013         Towards Integrating Ontologies: An EDM-Based Approach              8
Step 3: Ontology integration

Four different methods can be used for reusing ontologies:
          1. Direct adoption of external resources
         • External classes or properties are directly used in the ontology buildup.
         • Can be used if the external class or property exactly matches the own resource.
         • Definitions or labels should not be adjusted!

          2. Reuse of external resources without original URIs
         • The name of a foreign property or class is used without its original namespace.

          3. Reuse of external resources with integration into ontology hierarchy
         • Properties or classes are created in the own namespace.
         • Subproperty or subclass relations are built between them and the external
           resource.

          4. Referring to external resources via equivalence properties
         •owl:equivalentClass or owl:equivalentProperty are used to refer to
              equivalent external resources.

 21.03.2013                        Towards Integrating Ontologies: An EDM-Based Approach     9
Integrating ontologies:
Method comparison

                                               3
   Indirect
   Integration
                                               4




   Direct                                                                2
                        1
   Integration




                  Original URI                                 New URI
 21.03.2013      Towards Integrating Ontologies: An EDM-Based Approach       10
Further Insight into the Integration Methods
1. Method:
Direct adoption of external resources
• Example:          dm2edata:exampleItem
                        edm:type text ;
                        bibo:isbn „978-3-86680-192-9“ .

     Integrating bibo properties for describing text objects

• When should the method be used?
    – If the meaning and definition of the external resource is identical
      to the meaning of the own resource.

• Advantages and Disadvantages
    + Pro: Reduces the amount of resources that describe the same
      thing in other words.
    − Con: The method is also used when the meaning is not exactly the
      same, which can lead to conflicting descriptions.



 21.03.2013             Towards Integrating Ontologies: An EDM-Based Approach   12
1. Method:
Direct adoption of external resources
Example:                       foaf:Document

    Document
                                                                                         Physical Thing ?

              Dokument
                                                                                  Abstract Class ?

 Document@en

                                                                                          Electronic?

              Documents



 21.03.2013               Towards Integrating Ontologies: An EDM-Based Approach                      13
1. Method:
Direct adoption of external resources
Example: Some properties of foaf:Document
rdfs:label         Document
                   Document@en                                   Retrieved from the Linked Open
                   Documentation@en                              Vocabularies SPARQL endpoint:
                   document@en
                                                                 http://lov.okfn.org/endpoint/lov
dc:title           Document@en
dcterms:identifier foaf:Documentation @en-gb
rdfs:comment       A document.
                   An abstract class defining any kinds of publishing work.@en
                   The foaf:Document class fully represents the ADMS concept of documentation.@en
                   Similar to the Agent concept, we have again decided to include a concept from the
                   popular FOAF ontology. The FOAF Vocabulary Specification currently defines
                   Document in a very loose way: The foaf:Document class represents those things
                   which are, broadly conceived, 'documents'. ... We do not (currently) distinguish
                   between physical and electronic documents, or between copies of a work and the
                   abstraction those copies embody." […]
vann:usageNote Used in ADMS specifically for the class of documents that further describe a Semantic
                   Asset or give guidelines for its use. ADMS expects all documents to have a title (use
                   dcterms:title).^^

   21.03.2013                   Towards Integrating Ontologies: An EDM-Based Approach             14
2. Method: Reuse with new URIs

• Example: Different URIs for the class thing
                           owl:Thing
                           gold:Thing

     Are they identical or equivalent?

• Advantages and Disadvantages
    + Pro: Can be used as a first step in the construction process if other
      vocabularies are not known.
    − Con: It is not clear how the different classes can be set into
      relation and it makes it hard to query or reuse the vocabulary.

• This method should not be used!

 21.03.2013             Towards Integrating Ontologies: An EDM-Based Approach   15
3. Method: Reuse with subrelations

• Example:          dm2e:Agent rdfs:subClassOf foaf:Agent .

                      dm2e:publishedAt rdfs:subPropertyOf
                               dcterms:spatial .

     New dm2e property and class as subelements

• When should this method be used?
    – If an existing class or property is found which is broader defined
      than the resource that should be created.

• Advantages and Disadvantages
    + Pro: The new property or class can have its own description.
    + Pro: Broader properties or classes are easy to be found in upper
      ontologies .

 21.03.2013             Towards Integrating Ontologies: An EDM-Based Approach   16
4. Method: Reuse with equivalence properties

• Example:               edm:Event owl:equivalentClass
                                crm:E4.Period .

                       prism:issn owl:equivalentProperty
                                  bibo:issn .

     Reference to equivalent resources

• When should this method be used?
    – If exactly the same individuals can be part of all equivalent classes
      or can be connected with all equivalent properties.

• Advantages and Disadvantages
    + Pro: The elements can have different descriptions.
    − Con: Not every tool can interpret the equivalence properties.

 21.03.2013             Towards Integrating Ontologies: An EDM-Based Approach   17
Ontology Reuse in DM2E
Background: The EDM and its specialisations

The EDM (Europeana Data Model)
… builds the backbone of Europeana
… unites several standards and vocabularies
… covers the representation of cultural heritage objects
  from libraries, archives and museums
… is as generic as possible
… can be specialised for different domains




 21.03.2013        Towards Integrating Ontologies: An EDM-Based Approach   19
Reusing practice in EDM and DM2E

• Reuse in EDM                                                      Primarily used
    – Method 1: Direct integration
          • Problem: Definitions may differ
    – Method 4: Use of equivalence properties

                                                                       Used for additional classes
• Reuse in DM2E
    – Method 1: Direct integration
          • Here: Use of additional DM2E scope notes that add information about
            the reuse of the integrated element in DM2E
    – Method 3: Adding resources with subproperties
          • If the new resource has a narrower definition
    – Method 4: Use of equivalence properties
          • Analogue to the EDM for additional classes or properties


 21.03.2013                 Towards Integrating Ontologies: An EDM-Based Approach                    20
Reusing practice in EDM and DM2E II

• Example: Methods 1 and 3
   DC                            EDM                                   DM2E
   dc:contributor                dc:contributor                        dm2e:contributor
                                                                       rdfs:subPropertyOf
                                                                       dc:contributor

   Range: Not restricted.        Range: Person,                        Range: Person as an URI
                                 organisation or service.              of type edm:Agent.
   Definition: „An entity that   Definition: „An agent that            Definition: „A person that
   is responsible for making     is responsible for making             is responsible for making
   contributions to the          contributions to the                  contributions to the
   resource.“                    resource.“                            resource.“



 21.03.2013                 Towards Integrating Ontologies: An EDM-Based Approach                   21
Conclusion

• Reuse in DM2E: Mixture of all methods
  (excluding method 2)
     Making use of the method that suits best

• There is not one „best method“ for all reuse cases…
      … but contradictions in descriptions can be
        avoided even if resources are reused!

• What we did not (yet) cover: „When owl:sameAs is not the
  same…“
     Problems that might occur when there are too many
      different understandings of resource meanings

 21.03.2013            Towards Integrating Ontologies: An EDM-Based Approach   22
Thank you for your attention!
Evelyn Dröge
Julia Iwanowa

Berlin School for Library and
Information Science
Humboldt-Universität zu Berlin
www.ibi.hu-berlin.de

Digitised Manuscripts to Europeana
www.dm2e.eu

evelyn.droege@ibi.hu-berlin.de
julia.iwanowa@ibi.hu-berlin.de




   21.03.2013                Towards Integrating Ontologies: An EDM-Based Approach   23
References
Literature
•    Berners-Lee, T. (2006). Linked Data - Design Issues. W3C Website.
     http://www.w3.org/DesignIssues/LinkedData. [03.03.2013]
•    Halpin, H., & Hayes, P. J. (2010). When owl:sameAs isn’t the Same: An Analysis of Identity
     Links on the Semantic Web. Proceedings of the WWW2010 Workshop on Linked Data on
     the Web, LDOW 2010, Raleigh, USA, April 27, 2010, CEUR Workshop Proceedings (Bd.
     628).
•    Heath, T., & Bizer, C. (2011). Linked Data: Evolving the Web into a Global Data Space.
     Synthesis Lectures on the Semantic Web: Theory and Technology (Bd. 1). Morgan &
     Claypool.
•    Simperl, E. (2010). Guidelines for Reusing Ontologies on the Semantic Web. International
     Journal of Semantic Computing, 04(02), 239–283.

Images
•    Footstep (Slide 6): http://openclipart.org/detail/left-footprint-by-anonymous
•    Magnifier (Slide 11): http://openclipart.org/detail/159469/web-search-grayscale-by-
     sibskull
•    Document (Slide 13): http://info.docuvantage.com/Portals/61671/images/stack%20of%
     20files%20photo_istock.jpg
•    Ontology (Slide 19): http://openclipart.org/detail/133363/ontology-by-imad
•    IBI (Slide 23): http://commons.wikimedia.org/wiki/File:Berlin,_Mitte,_Dorotheenstrasse,
     _Handelskammer_Berlin_02.jpg


    21.03.2013                 Towards Integrating Ontologies: An EDM-Based Approach         24

More Related Content

What's hot

Data Integration Ontology Mapping
Data Integration Ontology MappingData Integration Ontology Mapping
Data Integration Ontology Mapping
Pradeep B Pillai
 
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect matchLinked Open (Geo)Data and the Distributed Ontology Language – a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect match
Christoph Lange
 
Translating Ontologies in Real-World Settings
Translating Ontologies in Real-World SettingsTranslating Ontologies in Real-World Settings
Translating Ontologies in Real-World Settings
Mauro Dragoni
 
Melinda: Methods and tools for Web Data Interlinking
Melinda: Methods and tools for Web Data InterlinkingMelinda: Methods and tools for Web Data Interlinking
Melinda: Methods and tools for Web Data Interlinking
François Scharffe
 
Linked Data at the Open University: From Technical Challenges to Organization...
Linked Data at the Open University: From Technical Challenges to Organization...Linked Data at the Open University: From Technical Challenges to Organization...
Linked Data at the Open University: From Technical Challenges to Organization...
Mathieu d'Aquin
 
Oop
OopOop
Linking Universities - A broader look at the application of linked data and s...
Linking Universities - A broader look at the application of linked data and s...Linking Universities - A broader look at the application of linked data and s...
Linking Universities - A broader look at the application of linked data and s...
Mathieu d'Aquin
 
Application of Ontology in Semantic Information Retrieval by Prof Shahrul Azm...
Application of Ontology in Semantic Information Retrieval by Prof Shahrul Azm...Application of Ontology in Semantic Information Retrieval by Prof Shahrul Azm...
Application of Ontology in Semantic Information Retrieval by Prof Shahrul Azm...
Khirulnizam Abd Rahman
 
Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11
Dhabal Sethi
 
Bt8901 objective oriented systems1
Bt8901 objective oriented systems1Bt8901 objective oriented systems1
Bt8901 objective oriented systems1
Techglyphs
 
Ontology mapping for the semantic web
Ontology mapping for the semantic webOntology mapping for the semantic web
Ontology mapping for the semantic web
Worawith Sangkatip
 
Lect6-An introduction to ontologies and ontology development
Lect6-An introduction to ontologies and ontology developmentLect6-An introduction to ontologies and ontology development
Lect6-An introduction to ontologies and ontology development
Antonio Moreno
 
Ontology integration - Heterogeneity, Techniques and more
Ontology integration - Heterogeneity, Techniques and moreOntology integration - Heterogeneity, Techniques and more
Ontology integration - Heterogeneity, Techniques and more
Adriel Café
 
Ontology Mapping
Ontology MappingOntology Mapping
Ontology Mapping
butest
 
Ontology matching
Ontology matchingOntology matching
Ontology matching
Ícaro Medeiros
 
Map of the CETIS metadata and digital repository interoperability domain
Map of the CETIS metadata and digital repository interoperability domainMap of the CETIS metadata and digital repository interoperability domain
Map of the CETIS metadata and digital repository interoperability domain
Phil Barker
 
Linked Data as a new environment for Learning Analytics and education
Linked Data as a new environment  for Learning Analytics and educationLinked Data as a new environment  for Learning Analytics and education
Linked Data as a new environment for Learning Analytics and education
Mathieu d'Aquin
 
WP3 Further specification of Functionality and Interoperability - Gradmann / ...
WP3 Further specification of Functionality and Interoperability - Gradmann / ...WP3 Further specification of Functionality and Interoperability - Gradmann / ...
WP3 Further specification of Functionality and Interoperability - Gradmann / ...
Europeana
 
Ontology-based Data Integration
Ontology-based Data IntegrationOntology-based Data Integration
Ontology-based Data Integration
Janna Hastings
 
Summary Models for Routing Keywords to Linked Data Sources
Summary Models for Routing Keywords to Linked Data SourcesSummary Models for Routing Keywords to Linked Data Sources
Summary Models for Routing Keywords to Linked Data Sources
Thanh Tran
 

What's hot (20)

Data Integration Ontology Mapping
Data Integration Ontology MappingData Integration Ontology Mapping
Data Integration Ontology Mapping
 
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect matchLinked Open (Geo)Data and the Distributed Ontology Language – a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect match
 
Translating Ontologies in Real-World Settings
Translating Ontologies in Real-World SettingsTranslating Ontologies in Real-World Settings
Translating Ontologies in Real-World Settings
 
Melinda: Methods and tools for Web Data Interlinking
Melinda: Methods and tools for Web Data InterlinkingMelinda: Methods and tools for Web Data Interlinking
Melinda: Methods and tools for Web Data Interlinking
 
Linked Data at the Open University: From Technical Challenges to Organization...
Linked Data at the Open University: From Technical Challenges to Organization...Linked Data at the Open University: From Technical Challenges to Organization...
Linked Data at the Open University: From Technical Challenges to Organization...
 
Oop
OopOop
Oop
 
Linking Universities - A broader look at the application of linked data and s...
Linking Universities - A broader look at the application of linked data and s...Linking Universities - A broader look at the application of linked data and s...
Linking Universities - A broader look at the application of linked data and s...
 
Application of Ontology in Semantic Information Retrieval by Prof Shahrul Azm...
Application of Ontology in Semantic Information Retrieval by Prof Shahrul Azm...Application of Ontology in Semantic Information Retrieval by Prof Shahrul Azm...
Application of Ontology in Semantic Information Retrieval by Prof Shahrul Azm...
 
Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11
 
Bt8901 objective oriented systems1
Bt8901 objective oriented systems1Bt8901 objective oriented systems1
Bt8901 objective oriented systems1
 
Ontology mapping for the semantic web
Ontology mapping for the semantic webOntology mapping for the semantic web
Ontology mapping for the semantic web
 
Lect6-An introduction to ontologies and ontology development
Lect6-An introduction to ontologies and ontology developmentLect6-An introduction to ontologies and ontology development
Lect6-An introduction to ontologies and ontology development
 
Ontology integration - Heterogeneity, Techniques and more
Ontology integration - Heterogeneity, Techniques and moreOntology integration - Heterogeneity, Techniques and more
Ontology integration - Heterogeneity, Techniques and more
 
Ontology Mapping
Ontology MappingOntology Mapping
Ontology Mapping
 
Ontology matching
Ontology matchingOntology matching
Ontology matching
 
Map of the CETIS metadata and digital repository interoperability domain
Map of the CETIS metadata and digital repository interoperability domainMap of the CETIS metadata and digital repository interoperability domain
Map of the CETIS metadata and digital repository interoperability domain
 
Linked Data as a new environment for Learning Analytics and education
Linked Data as a new environment  for Learning Analytics and educationLinked Data as a new environment  for Learning Analytics and education
Linked Data as a new environment for Learning Analytics and education
 
WP3 Further specification of Functionality and Interoperability - Gradmann / ...
WP3 Further specification of Functionality and Interoperability - Gradmann / ...WP3 Further specification of Functionality and Interoperability - Gradmann / ...
WP3 Further specification of Functionality and Interoperability - Gradmann / ...
 
Ontology-based Data Integration
Ontology-based Data IntegrationOntology-based Data Integration
Ontology-based Data Integration
 
Summary Models for Routing Keywords to Linked Data Sources
Summary Models for Routing Keywords to Linked Data SourcesSummary Models for Routing Keywords to Linked Data Sources
Summary Models for Routing Keywords to Linked Data Sources
 

Viewers also liked

Sulfapyridine paper
Sulfapyridine paperSulfapyridine paper
Sulfapyridine paper
Jamal Pratt
 
Zipcar case
Zipcar caseZipcar case
S_150330_BANKIA_JPI10_OVIEDO_ACCIONES_PART_sin
S_150330_BANKIA_JPI10_OVIEDO_ACCIONES_PART_sinS_150330_BANKIA_JPI10_OVIEDO_ACCIONES_PART_sin
S_150330_BANKIA_JPI10_OVIEDO_ACCIONES_PART_sin
José Antonio Ballesteros Garrido
 
Evaluation of my music magazine changes
Evaluation of my music magazine changesEvaluation of my music magazine changes
Evaluation of my music magazine changes
larissalovesbey
 
Evaluation of the media music magazine
Evaluation of the media music magazineEvaluation of the media music magazine
Evaluation of the media music magazine
Nigel Russell
 
Initial Ideas
Initial IdeasInitial Ideas
Initial Ideas
lucyannerichardson
 
Mtv sports 22.07
Mtv sports 22.07Mtv sports 22.07
Mtv sports 22.07
Meio & Mensagem
 
Arte de la Prudencia
Arte de la PrudenciaArte de la Prudencia
Arte de la Prudencia
JOHNNY JARA RAMOS
 
Systems of fit
Systems of fitSystems of fit
Systems of fit
DENNY OTTARACKAL
 
Marketing automation program update
Marketing automation program updateMarketing automation program update
Marketing automation program update
Rick VARGAS
 
Ulo กล้องวงจรปิดนกฮูก ที่คุณจะต้องตกหลุมรัก
Ulo กล้องวงจรปิดนกฮูก ที่คุณจะต้องตกหลุมรักUlo กล้องวงจรปิดนกฮูก ที่คุณจะต้องตกหลุมรัก
Ulo กล้องวงจรปิดนกฮูก ที่คุณจะต้องตกหลุมรัก
Iam Champooh
 
Laburpena, txikiweb, telebista
Laburpena, txikiweb, telebistaLaburpena, txikiweb, telebista
Laburpena, txikiweb, telebistalanmodularra
 
Turismo: i siti web
Turismo: i siti webTurismo: i siti web
Turismo: i siti web
Carlo Vaccari
 
Presentación y políticas del curso
Presentación y políticas del cursoPresentación y políticas del curso
Presentación y políticas del curso
Daniel Bruno Pesantes Anchundia
 
Cloud Brokering Brochure
Cloud Brokering BrochureCloud Brokering Brochure
Cloud Brokering Brochure
Booz Allen Hamilton
 
Luminous Inverter Delhi
Luminous Inverter DelhiLuminous Inverter Delhi
Luminous Inverter Delhi
appextech software solutions
 

Viewers also liked (17)

Sulfapyridine paper
Sulfapyridine paperSulfapyridine paper
Sulfapyridine paper
 
Zipcar case
Zipcar caseZipcar case
Zipcar case
 
S_150330_BANKIA_JPI10_OVIEDO_ACCIONES_PART_sin
S_150330_BANKIA_JPI10_OVIEDO_ACCIONES_PART_sinS_150330_BANKIA_JPI10_OVIEDO_ACCIONES_PART_sin
S_150330_BANKIA_JPI10_OVIEDO_ACCIONES_PART_sin
 
Evaluation of my music magazine changes
Evaluation of my music magazine changesEvaluation of my music magazine changes
Evaluation of my music magazine changes
 
Evaluation of the media music magazine
Evaluation of the media music magazineEvaluation of the media music magazine
Evaluation of the media music magazine
 
Initial Ideas
Initial IdeasInitial Ideas
Initial Ideas
 
Mtv sports 22.07
Mtv sports 22.07Mtv sports 22.07
Mtv sports 22.07
 
Arte de la Prudencia
Arte de la PrudenciaArte de la Prudencia
Arte de la Prudencia
 
Finlandia
FinlandiaFinlandia
Finlandia
 
Systems of fit
Systems of fitSystems of fit
Systems of fit
 
Marketing automation program update
Marketing automation program updateMarketing automation program update
Marketing automation program update
 
Ulo กล้องวงจรปิดนกฮูก ที่คุณจะต้องตกหลุมรัก
Ulo กล้องวงจรปิดนกฮูก ที่คุณจะต้องตกหลุมรักUlo กล้องวงจรปิดนกฮูก ที่คุณจะต้องตกหลุมรัก
Ulo กล้องวงจรปิดนกฮูก ที่คุณจะต้องตกหลุมรัก
 
Laburpena, txikiweb, telebista
Laburpena, txikiweb, telebistaLaburpena, txikiweb, telebista
Laburpena, txikiweb, telebista
 
Turismo: i siti web
Turismo: i siti webTurismo: i siti web
Turismo: i siti web
 
Presentación y políticas del curso
Presentación y políticas del cursoPresentación y políticas del curso
Presentación y políticas del curso
 
Cloud Brokering Brochure
Cloud Brokering BrochureCloud Brokering Brochure
Cloud Brokering Brochure
 
Luminous Inverter Delhi
Luminous Inverter DelhiLuminous Inverter Delhi
Luminous Inverter Delhi
 

Similar to Towards Integrating Ontologies An EDM-Based Approach

Semantic Similarity and Selection of Resources Published According to Linked ...
Semantic Similarity and Selection of Resources Published According to Linked ...Semantic Similarity and Selection of Resources Published According to Linked ...
Semantic Similarity and Selection of Resources Published According to Linked ...
Riccardo Albertoni
 
Tutorial: Building and using ontologies - E.Simperl - ESWC SS 2014
 Tutorial: Building and using ontologies -  E.Simperl - ESWC SS 2014 Tutorial: Building and using ontologies -  E.Simperl - ESWC SS 2014
Tutorial: Building and using ontologies - E.Simperl - ESWC SS 2014
eswcsummerschool
 
Building and using ontologies
Building and using ontologies Building and using ontologies
Building and using ontologies
Elena Simperl
 
OODBMS Concepts - National University of Singapore.pdf
OODBMS Concepts - National University of Singapore.pdfOODBMS Concepts - National University of Singapore.pdf
OODBMS Concepts - National University of Singapore.pdf
ssuserd5e338
 
Resource description, discovery, and metadata for Open Educational Resources
Resource description, discovery, and metadata for Open Educational ResourcesResource description, discovery, and metadata for Open Educational Resources
Resource description, discovery, and metadata for Open Educational Resources
R. John Robertson
 
Converting Metadata to Linked Data
Converting Metadata to Linked DataConverting Metadata to Linked Data
Converting Metadata to Linked Data
Karen Estlund
 
Learning Resource Metadata Initiative: Vocabulary Development Best Practices
Learning Resource Metadata Initiative: Vocabulary Development Best PracticesLearning Resource Metadata Initiative: Vocabulary Development Best Practices
Learning Resource Metadata Initiative: Vocabulary Development Best Practices
Mike Linksvayer
 
DM2E Data Model
DM2E Data ModelDM2E Data Model
DM2E Data Model
Steffen Hennicke
 
Introduction to Object Oriented databases
Introduction to Object Oriented databasesIntroduction to Object Oriented databases
Introduction to Object Oriented databases
Dr. C.V. Suresh Babu
 
Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...
Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...
Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...
cscpconf
 
In tech application-of_data_mining_technology_on_e_learning_material_recommen...
In tech application-of_data_mining_technology_on_e_learning_material_recommen...In tech application-of_data_mining_technology_on_e_learning_material_recommen...
In tech application-of_data_mining_technology_on_e_learning_material_recommen...
Enhmandah Hemeelee
 
In tech application-of_data_mining_technology_on_e_learning_material_recommen...
In tech application-of_data_mining_technology_on_e_learning_material_recommen...In tech application-of_data_mining_technology_on_e_learning_material_recommen...
In tech application-of_data_mining_technology_on_e_learning_material_recommen...
Enhmandah Hemeelee
 
EMPLOYING THE CATEGORIES OF WIKIPEDIA IN THE TASK OF AUTOMATIC DOCUMENTS CLUS...
EMPLOYING THE CATEGORIES OF WIKIPEDIA IN THE TASK OF AUTOMATIC DOCUMENTS CLUS...EMPLOYING THE CATEGORIES OF WIKIPEDIA IN THE TASK OF AUTOMATIC DOCUMENTS CLUS...
EMPLOYING THE CATEGORIES OF WIKIPEDIA IN THE TASK OF AUTOMATIC DOCUMENTS CLUS...
IJCI JOURNAL
 
Ontology-based Semantic Approach for Learning Object Recommendation
Ontology-based Semantic Approach for Learning Object RecommendationOntology-based Semantic Approach for Learning Object Recommendation
Ontology-based Semantic Approach for Learning Object Recommendation
IDES Editor
 
Semantic Web - Ontology 101
Semantic Web - Ontology 101Semantic Web - Ontology 101
Semantic Web - Ontology 101
Luigi De Russis
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
II-SDV 2013 Large scale Application of Text Mining and Visualization in the E...
II-SDV 2013 Large scale Application of Text Mining and Visualization in the E...II-SDV 2013 Large scale Application of Text Mining and Visualization in the E...
II-SDV 2013 Large scale Application of Text Mining and Visualization in the E...
Dr. Haxel Consult
 
Text Analytics in the EU Fusepool project (at II-SDV 2013 conference)
Text Analytics in the EU Fusepool project (at II-SDV 2013 conference)Text Analytics in the EU Fusepool project (at II-SDV 2013 conference)
Text Analytics in the EU Fusepool project (at II-SDV 2013 conference)
Treparel
 
Making Inter-operability Visible
Making Inter-operability VisibleMaking Inter-operability Visible
Making Inter-operability Visible
liddy
 
Open Archives Initiative Object Reuse and Exchange
Open Archives Initiative Object Reuse and ExchangeOpen Archives Initiative Object Reuse and Exchange
Open Archives Initiative Object Reuse and Exchange
lagoze
 

Similar to Towards Integrating Ontologies An EDM-Based Approach (20)

Semantic Similarity and Selection of Resources Published According to Linked ...
Semantic Similarity and Selection of Resources Published According to Linked ...Semantic Similarity and Selection of Resources Published According to Linked ...
Semantic Similarity and Selection of Resources Published According to Linked ...
 
Tutorial: Building and using ontologies - E.Simperl - ESWC SS 2014
 Tutorial: Building and using ontologies -  E.Simperl - ESWC SS 2014 Tutorial: Building and using ontologies -  E.Simperl - ESWC SS 2014
Tutorial: Building and using ontologies - E.Simperl - ESWC SS 2014
 
Building and using ontologies
Building and using ontologies Building and using ontologies
Building and using ontologies
 
OODBMS Concepts - National University of Singapore.pdf
OODBMS Concepts - National University of Singapore.pdfOODBMS Concepts - National University of Singapore.pdf
OODBMS Concepts - National University of Singapore.pdf
 
Resource description, discovery, and metadata for Open Educational Resources
Resource description, discovery, and metadata for Open Educational ResourcesResource description, discovery, and metadata for Open Educational Resources
Resource description, discovery, and metadata for Open Educational Resources
 
Converting Metadata to Linked Data
Converting Metadata to Linked DataConverting Metadata to Linked Data
Converting Metadata to Linked Data
 
Learning Resource Metadata Initiative: Vocabulary Development Best Practices
Learning Resource Metadata Initiative: Vocabulary Development Best PracticesLearning Resource Metadata Initiative: Vocabulary Development Best Practices
Learning Resource Metadata Initiative: Vocabulary Development Best Practices
 
DM2E Data Model
DM2E Data ModelDM2E Data Model
DM2E Data Model
 
Introduction to Object Oriented databases
Introduction to Object Oriented databasesIntroduction to Object Oriented databases
Introduction to Object Oriented databases
 
Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...
Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...
Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...
 
In tech application-of_data_mining_technology_on_e_learning_material_recommen...
In tech application-of_data_mining_technology_on_e_learning_material_recommen...In tech application-of_data_mining_technology_on_e_learning_material_recommen...
In tech application-of_data_mining_technology_on_e_learning_material_recommen...
 
In tech application-of_data_mining_technology_on_e_learning_material_recommen...
In tech application-of_data_mining_technology_on_e_learning_material_recommen...In tech application-of_data_mining_technology_on_e_learning_material_recommen...
In tech application-of_data_mining_technology_on_e_learning_material_recommen...
 
EMPLOYING THE CATEGORIES OF WIKIPEDIA IN THE TASK OF AUTOMATIC DOCUMENTS CLUS...
EMPLOYING THE CATEGORIES OF WIKIPEDIA IN THE TASK OF AUTOMATIC DOCUMENTS CLUS...EMPLOYING THE CATEGORIES OF WIKIPEDIA IN THE TASK OF AUTOMATIC DOCUMENTS CLUS...
EMPLOYING THE CATEGORIES OF WIKIPEDIA IN THE TASK OF AUTOMATIC DOCUMENTS CLUS...
 
Ontology-based Semantic Approach for Learning Object Recommendation
Ontology-based Semantic Approach for Learning Object RecommendationOntology-based Semantic Approach for Learning Object Recommendation
Ontology-based Semantic Approach for Learning Object Recommendation
 
Semantic Web - Ontology 101
Semantic Web - Ontology 101Semantic Web - Ontology 101
Semantic Web - Ontology 101
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
II-SDV 2013 Large scale Application of Text Mining and Visualization in the E...
II-SDV 2013 Large scale Application of Text Mining and Visualization in the E...II-SDV 2013 Large scale Application of Text Mining and Visualization in the E...
II-SDV 2013 Large scale Application of Text Mining and Visualization in the E...
 
Text Analytics in the EU Fusepool project (at II-SDV 2013 conference)
Text Analytics in the EU Fusepool project (at II-SDV 2013 conference)Text Analytics in the EU Fusepool project (at II-SDV 2013 conference)
Text Analytics in the EU Fusepool project (at II-SDV 2013 conference)
 
Making Inter-operability Visible
Making Inter-operability VisibleMaking Inter-operability Visible
Making Inter-operability Visible
 
Open Archives Initiative Object Reuse and Exchange
Open Archives Initiative Object Reuse and ExchangeOpen Archives Initiative Object Reuse and Exchange
Open Archives Initiative Object Reuse and Exchange
 

More from Digitised Manuscripts to Europeana

DM2E community building
DM2E community buildingDM2E community building
DM2E community building
Digitised Manuscripts to Europeana
 
Reasoning with Reasoning (STRiX 2014)
Reasoning with Reasoning (STRiX 2014)Reasoning with Reasoning (STRiX 2014)
Reasoning with Reasoning (STRiX 2014)
Digitised Manuscripts to Europeana
 
Wp4 results july dec 2014
Wp4 results july dec 2014Wp4 results july dec 2014
Wp4 results july dec 2014
Digitised Manuscripts to Europeana
 
Virtual exhibition presentation pim
Virtual exhibition presentation pimVirtual exhibition presentation pim
Virtual exhibition presentation pim
Digitised Manuscripts to Europeana
 
Pisa final all_wp_121214_wp1_dg
Pisa final all_wp_121214_wp1_dgPisa final all_wp_121214_wp1_dg
Pisa final all_wp_121214_wp1_dg
Digitised Manuscripts to Europeana
 
10 wp4 community building
10 wp4 community building10 wp4 community building
10 wp4 community building
Digitised Manuscripts to Europeana
 
09 pisa finale
09 pisa finale09 pisa finale
08b final event_experimente
08b final event_experimente08b final event_experimente
08b final event_experimente
Digitised Manuscripts to Europeana
 
07 dm2 e_seachange
07 dm2 e_seachange07 dm2 e_seachange
08a punditdm2efinaleventpisa2014 141212080409-conversion-gate01
08a punditdm2efinaleventpisa2014 141212080409-conversion-gate0108a punditdm2efinaleventpisa2014 141212080409-conversion-gate01
08a punditdm2efinaleventpisa2014 141212080409-conversion-gate01
Digitised Manuscripts to Europeana
 
06 dm2 e_pisa-wp2-no-anim
06 dm2 e_pisa-wp2-no-anim06 dm2 e_pisa-wp2-no-anim
06 dm2 e_pisa-wp2-no-anim
Digitised Manuscripts to Europeana
 
05 piotrowski
05 piotrowski05 piotrowski
04 pisa final_event_111214_wp1_dg
04 pisa final_event_111214_wp1_dg04 pisa final_event_111214_wp1_dg
04 pisa final_event_111214_wp1_dg
Digitised Manuscripts to Europeana
 
03 isaac dm2-e14-full
03 isaac dm2-e14-full03 isaac dm2-e14-full
03 isaac dm2-e14-full
Digitised Manuscripts to Europeana
 
02 20141210 beyond_dm2_e_sustainable_digital_services_chambers_v2
02 20141210 beyond_dm2_e_sustainable_digital_services_chambers_v202 20141210 beyond_dm2_e_sustainable_digital_services_chambers_v2
02 20141210 beyond_dm2_e_sustainable_digital_services_chambers_v2
Digitised Manuscripts to Europeana
 
01 welcome violeta_final_event_dm2_e_20141211
01 welcome violeta_final_event_dm2_e_2014121101 welcome violeta_final_event_dm2_e_20141211
01 welcome violeta_final_event_dm2_e_20141211
Digitised Manuscripts to Europeana
 
Vienna 2014-11-18-dm2 e
Vienna 2014-11-18-dm2 eVienna 2014-11-18-dm2 e
Vienna 2014-11-18-dm2 e
Digitised Manuscripts to Europeana
 
Introduction to dm2 e final dg
Introduction to dm2 e final dgIntroduction to dm2 e final dg
Introduction to dm2 e final dg
Digitised Manuscripts to Europeana
 
Wp1 2014
Wp1 2014Wp1 2014
Dm2 e okfn-infoday_scholarly_activities_18_nov
Dm2 e okfn-infoday_scholarly_activities_18_novDm2 e okfn-infoday_scholarly_activities_18_nov
Dm2 e okfn-infoday_scholarly_activities_18_nov
Digitised Manuscripts to Europeana
 

More from Digitised Manuscripts to Europeana (20)

DM2E community building
DM2E community buildingDM2E community building
DM2E community building
 
Reasoning with Reasoning (STRiX 2014)
Reasoning with Reasoning (STRiX 2014)Reasoning with Reasoning (STRiX 2014)
Reasoning with Reasoning (STRiX 2014)
 
Wp4 results july dec 2014
Wp4 results july dec 2014Wp4 results july dec 2014
Wp4 results july dec 2014
 
Virtual exhibition presentation pim
Virtual exhibition presentation pimVirtual exhibition presentation pim
Virtual exhibition presentation pim
 
Pisa final all_wp_121214_wp1_dg
Pisa final all_wp_121214_wp1_dgPisa final all_wp_121214_wp1_dg
Pisa final all_wp_121214_wp1_dg
 
10 wp4 community building
10 wp4 community building10 wp4 community building
10 wp4 community building
 
09 pisa finale
09 pisa finale09 pisa finale
09 pisa finale
 
08b final event_experimente
08b final event_experimente08b final event_experimente
08b final event_experimente
 
07 dm2 e_seachange
07 dm2 e_seachange07 dm2 e_seachange
07 dm2 e_seachange
 
08a punditdm2efinaleventpisa2014 141212080409-conversion-gate01
08a punditdm2efinaleventpisa2014 141212080409-conversion-gate0108a punditdm2efinaleventpisa2014 141212080409-conversion-gate01
08a punditdm2efinaleventpisa2014 141212080409-conversion-gate01
 
06 dm2 e_pisa-wp2-no-anim
06 dm2 e_pisa-wp2-no-anim06 dm2 e_pisa-wp2-no-anim
06 dm2 e_pisa-wp2-no-anim
 
05 piotrowski
05 piotrowski05 piotrowski
05 piotrowski
 
04 pisa final_event_111214_wp1_dg
04 pisa final_event_111214_wp1_dg04 pisa final_event_111214_wp1_dg
04 pisa final_event_111214_wp1_dg
 
03 isaac dm2-e14-full
03 isaac dm2-e14-full03 isaac dm2-e14-full
03 isaac dm2-e14-full
 
02 20141210 beyond_dm2_e_sustainable_digital_services_chambers_v2
02 20141210 beyond_dm2_e_sustainable_digital_services_chambers_v202 20141210 beyond_dm2_e_sustainable_digital_services_chambers_v2
02 20141210 beyond_dm2_e_sustainable_digital_services_chambers_v2
 
01 welcome violeta_final_event_dm2_e_20141211
01 welcome violeta_final_event_dm2_e_2014121101 welcome violeta_final_event_dm2_e_20141211
01 welcome violeta_final_event_dm2_e_20141211
 
Vienna 2014-11-18-dm2 e
Vienna 2014-11-18-dm2 eVienna 2014-11-18-dm2 e
Vienna 2014-11-18-dm2 e
 
Introduction to dm2 e final dg
Introduction to dm2 e final dgIntroduction to dm2 e final dg
Introduction to dm2 e final dg
 
Wp1 2014
Wp1 2014Wp1 2014
Wp1 2014
 
Dm2 e okfn-infoday_scholarly_activities_18_nov
Dm2 e okfn-infoday_scholarly_activities_18_novDm2 e okfn-infoday_scholarly_activities_18_nov
Dm2 e okfn-infoday_scholarly_activities_18_nov
 

Towards Integrating Ontologies An EDM-Based Approach

  • 1. Towards Integrating Ontologies An EDM-Based Approach Evelyn Dröge, Julia Iwanowa, Violeta Trkulja, Steffen Hennicke, Stefan Gradmann Berlin School for Library and Information Science, Humboldt-Universität zu Berlin Presentation on the 13th International Symposium of Information Science Potsdam, 21.03.2013 co-funded by the European Union
  • 2. DM2E project Digitised Manuscripts to Europeana (DM2E) • EU-funded Europeana satelite project • Duration: Three years (2012 – 2015) • Partners from Germany, Austria, Norway, Greece, UK and Italy • Primary aims: To enable as many content providers as possible to get their data into Europeana and to stimulate the creation of new tools and services for reuse of Europeana data in the Digital Humanities IBI at the Humboldt-Universität zu Berlin • Coordinates the project • Is further involved in modeling and in evolving the technical infrastructure 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 2
  • 3. DM2E: Interoperability approach • Base: Semantic Web and Linked Data – Enable and facilitate data interoperability – Share and reuse ontologies • Build on common data models – EDM, DC and DCTerms, OAI-ORE, CIDOC-CRM, FOAF, SKOS – BIBO, VOID, FABIO • Uses W3C standards – RDF(S), OWL  Enable data interoperability 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 3
  • 4. Why should we reuse ontologies? • Nature of Linked Data • Reduce multiple likewise resources • Better visibility of the ontology • Better quality of the ontology • Better integration into the Linked Open Data Cloud • Easy access for more applications • Make it easier for others to reuse the vocabulary 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 4
  • 5. Reuse practice • Three steps workflow 1. Ontology retrieval 2. Integration-oriented ontology evaluation  Identification of suitable classes and properties  Analysis of missing elements 3. Ontology integration  Different methods Simperl, 2010 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 5
  • 6. Steps in the Reuse Workflow
  • 7. Step 1: Ontology retrieval 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 7
  • 8. Step 2: Integration-oriented ontology evaluation DC • Which elements are missing or can be rdaGr2 DCTerms replaced? • What are suitable EDM SKOS classes or properties in other standards or FOAF vocabularies? ORE 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 8
  • 9. Step 3: Ontology integration Four different methods can be used for reusing ontologies: 1. Direct adoption of external resources • External classes or properties are directly used in the ontology buildup. • Can be used if the external class or property exactly matches the own resource. • Definitions or labels should not be adjusted! 2. Reuse of external resources without original URIs • The name of a foreign property or class is used without its original namespace. 3. Reuse of external resources with integration into ontology hierarchy • Properties or classes are created in the own namespace. • Subproperty or subclass relations are built between them and the external resource. 4. Referring to external resources via equivalence properties •owl:equivalentClass or owl:equivalentProperty are used to refer to equivalent external resources. 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 9
  • 10. Integrating ontologies: Method comparison 3 Indirect Integration 4 Direct 2 1 Integration Original URI New URI 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 10
  • 11. Further Insight into the Integration Methods
  • 12. 1. Method: Direct adoption of external resources • Example: dm2edata:exampleItem edm:type text ; bibo:isbn „978-3-86680-192-9“ .  Integrating bibo properties for describing text objects • When should the method be used? – If the meaning and definition of the external resource is identical to the meaning of the own resource. • Advantages and Disadvantages + Pro: Reduces the amount of resources that describe the same thing in other words. − Con: The method is also used when the meaning is not exactly the same, which can lead to conflicting descriptions. 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 12
  • 13. 1. Method: Direct adoption of external resources Example: foaf:Document Document Physical Thing ? Dokument Abstract Class ? Document@en Electronic? Documents 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 13
  • 14. 1. Method: Direct adoption of external resources Example: Some properties of foaf:Document rdfs:label Document Document@en Retrieved from the Linked Open Documentation@en Vocabularies SPARQL endpoint: document@en http://lov.okfn.org/endpoint/lov dc:title Document@en dcterms:identifier foaf:Documentation @en-gb rdfs:comment A document. An abstract class defining any kinds of publishing work.@en The foaf:Document class fully represents the ADMS concept of documentation.@en Similar to the Agent concept, we have again decided to include a concept from the popular FOAF ontology. The FOAF Vocabulary Specification currently defines Document in a very loose way: The foaf:Document class represents those things which are, broadly conceived, 'documents'. ... We do not (currently) distinguish between physical and electronic documents, or between copies of a work and the abstraction those copies embody." […] vann:usageNote Used in ADMS specifically for the class of documents that further describe a Semantic Asset or give guidelines for its use. ADMS expects all documents to have a title (use dcterms:title).^^ 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 14
  • 15. 2. Method: Reuse with new URIs • Example: Different URIs for the class thing owl:Thing gold:Thing  Are they identical or equivalent? • Advantages and Disadvantages + Pro: Can be used as a first step in the construction process if other vocabularies are not known. − Con: It is not clear how the different classes can be set into relation and it makes it hard to query or reuse the vocabulary. • This method should not be used! 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 15
  • 16. 3. Method: Reuse with subrelations • Example: dm2e:Agent rdfs:subClassOf foaf:Agent . dm2e:publishedAt rdfs:subPropertyOf dcterms:spatial .  New dm2e property and class as subelements • When should this method be used? – If an existing class or property is found which is broader defined than the resource that should be created. • Advantages and Disadvantages + Pro: The new property or class can have its own description. + Pro: Broader properties or classes are easy to be found in upper ontologies . 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 16
  • 17. 4. Method: Reuse with equivalence properties • Example: edm:Event owl:equivalentClass crm:E4.Period . prism:issn owl:equivalentProperty bibo:issn .  Reference to equivalent resources • When should this method be used? – If exactly the same individuals can be part of all equivalent classes or can be connected with all equivalent properties. • Advantages and Disadvantages + Pro: The elements can have different descriptions. − Con: Not every tool can interpret the equivalence properties. 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 17
  • 19. Background: The EDM and its specialisations The EDM (Europeana Data Model) … builds the backbone of Europeana … unites several standards and vocabularies … covers the representation of cultural heritage objects from libraries, archives and museums … is as generic as possible … can be specialised for different domains 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 19
  • 20. Reusing practice in EDM and DM2E • Reuse in EDM Primarily used – Method 1: Direct integration • Problem: Definitions may differ – Method 4: Use of equivalence properties Used for additional classes • Reuse in DM2E – Method 1: Direct integration • Here: Use of additional DM2E scope notes that add information about the reuse of the integrated element in DM2E – Method 3: Adding resources with subproperties • If the new resource has a narrower definition – Method 4: Use of equivalence properties • Analogue to the EDM for additional classes or properties 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 20
  • 21. Reusing practice in EDM and DM2E II • Example: Methods 1 and 3 DC EDM DM2E dc:contributor dc:contributor dm2e:contributor rdfs:subPropertyOf dc:contributor Range: Not restricted. Range: Person, Range: Person as an URI organisation or service. of type edm:Agent. Definition: „An entity that Definition: „An agent that Definition: „A person that is responsible for making is responsible for making is responsible for making contributions to the contributions to the contributions to the resource.“ resource.“ resource.“ 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 21
  • 22. Conclusion • Reuse in DM2E: Mixture of all methods (excluding method 2)  Making use of the method that suits best • There is not one „best method“ for all reuse cases… … but contradictions in descriptions can be avoided even if resources are reused! • What we did not (yet) cover: „When owl:sameAs is not the same…“  Problems that might occur when there are too many different understandings of resource meanings 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 22
  • 23. Thank you for your attention! Evelyn Dröge Julia Iwanowa Berlin School for Library and Information Science Humboldt-Universität zu Berlin www.ibi.hu-berlin.de Digitised Manuscripts to Europeana www.dm2e.eu evelyn.droege@ibi.hu-berlin.de julia.iwanowa@ibi.hu-berlin.de 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 23
  • 24. References Literature • Berners-Lee, T. (2006). Linked Data - Design Issues. W3C Website. http://www.w3.org/DesignIssues/LinkedData. [03.03.2013] • Halpin, H., & Hayes, P. J. (2010). When owl:sameAs isn’t the Same: An Analysis of Identity Links on the Semantic Web. Proceedings of the WWW2010 Workshop on Linked Data on the Web, LDOW 2010, Raleigh, USA, April 27, 2010, CEUR Workshop Proceedings (Bd. 628). • Heath, T., & Bizer, C. (2011). Linked Data: Evolving the Web into a Global Data Space. Synthesis Lectures on the Semantic Web: Theory and Technology (Bd. 1). Morgan & Claypool. • Simperl, E. (2010). Guidelines for Reusing Ontologies on the Semantic Web. International Journal of Semantic Computing, 04(02), 239–283. Images • Footstep (Slide 6): http://openclipart.org/detail/left-footprint-by-anonymous • Magnifier (Slide 11): http://openclipart.org/detail/159469/web-search-grayscale-by- sibskull • Document (Slide 13): http://info.docuvantage.com/Portals/61671/images/stack%20of% 20files%20photo_istock.jpg • Ontology (Slide 19): http://openclipart.org/detail/133363/ontology-by-imad • IBI (Slide 23): http://commons.wikimedia.org/wiki/File:Berlin,_Mitte,_Dorotheenstrasse, _Handelskammer_Berlin_02.jpg 21.03.2013 Towards Integrating Ontologies: An EDM-Based Approach 24