SlideShare a Scribd company logo
1 of 35
Download to read offline
1st Workshop on Digital Information Management
                 March 30-31, 2011


Mapping VRA Core 4.0 to the
  CIDOC/CRM ontology
Panorea Gaitanou, Manolis Gergatsoulis
     Database and Information Systems Group (DBIS)
  Laboratory on Digital Libraries and Electronic Publishing
       Department of Archives and Library Science
                     Ionian University
         {rgaitanou@ionio.gr, manolis@ionio.gr}
Presentation Overview
   Cultural heritage domain
   Interoperability issues
   Ontology-based integration
   Our integration scenario
   Mapping VRA Core 4 to the CIDOC/CRM ontology
     Brief presentation of VRA Core 4.0 and CIDOC/CRM
     Mapping Description Language (MDL)
     Mapping VRA elements to CIDOC/CRM paths
 Conclusions – Future directions
 References
                                                         2
Cultural heritage domain
With the advent of new digital information technologies, access to cultural
heritage repositories is obviously improved.

The documentation, management and preservation of cultural artifacts and
collections still seems to be rather a complex task.

Even in homogeneous environments (relational databases etc), there are
problems in the exchange of information, because of different structures and
syntaxes used.

In cultural heritage collections, the problem of heterogeneity is even more
complex, as these collections contain multiple material.




                                                                          3
Interoperability issues

The continuous development of various metadata schemas leads to the
need to integrate all these standards, in such a way that data and
information exchange and sharing can be fully achieved.

Cultural heritage communities explore several methodologies:

  to reduce search time
  to guarantee unified access to these resources (under a global
schema)




                                                                4
Ontology-based integration

      "An ontology is a formal, explicit specification of a shared
                conceptualization". (Gruber, 1993)

Ontologies

 can play a leading role in this area, as they are considered to be an important
building block for integration architectures.
 provide the means for defining common vocabularies, representing the
domain knowledge, facilitating at the same time knowledge sharing and reuse
among heterogeneous and distributed application systems.
 can act as a mediating schema that semantically integrates all meta(data)



                                                                             5
Our integration scenario




                           6
VRA Core 4.0 (1/2)
Visual Resources Association's Data Standards Committee + Network
Development and MARC Standards Office of the Library of Congress (LC)

Provides guidance on describing works of visual culture, collections, as well as
images that document them.

Two XML Schema versions
 Unrestricted version (specifies the basic structure and imposes no
restrictions on the values entered into any of the elements, sub-elements, or
attributes)
 Restricted version (extends the unrestricted one by imposing controlled
type lists and date formats)




                                                                              7
VRA Core 4.0 (2/2)
Record types: Work, Image, Collection

 19 elements (with their subelements)
(agent, culturalContext, date, description, inscription, location, material,
measurements, relation, rights, source, stateEdition, stylePeriod, subject,
technique, textref, title, worktype)

 global attributes
(dataDate, extent, href, pref, refid, rules, source, vocab, xml:lang)




                                                                         8
A VRA record in XML
<?xml version="1.0" encoding="UTF-8" ?>
 <vra>
  <work id="w_000777" refid="000597" source="History of Art Visual Resources Collection, UCB">
  <agentSet>
    <agent>
      <name type="personal">Cropsey, Jasper Francis</name>
      <dates type="life">
       <earliestDate>1823</earliestDate>
       <latestDate>1900</latestDate>
      </dates>
     </agent>
   </agentSet>
   <dateSet>
   <date type="creation">
    <earliestDate>1860</earliestDate>
    <latestDate>1860</latestDate>
   </date>
   </dateSet>
   <inscriptionSet>
    <inscription>
    <author vocab="ULAN" refid="500012491">Cropsey, Jasper Francis</author>
    <position>lower center</position>
    <text>Autumn-on the Hudson River/J. F Cropsey/London 1860</text>
   </inscription>
   </inscriptionSet>
    ……
</work>
 </vra>
                                                                                             9
CIDOC Conceptual Reference Model
             (CIDOC/CRM, Version 5.0.2)
CIDOC Documentation Standards Group (1999)

 formal extensible ontology, which aims at providing a conceptual
representation of cultural heritage domain, promoting semantic interoperability
and integration.
 object-oriented model composed of entities, organized into a hierarchy, and
semantically related to each other properties.
 targets to cover contextual information: the historical, geographical, and
theoretical background in which individual items are placed and which gives
them much of their significance and value
 defines the complex interrelationships between objects, actors, events,
places, and other concepts used in the cultural heritage domain
 consists of a hierarchy of 86 classes and 137 properties.

                                                                           10
A sample of CIDOC/CRM properties
    Property Id and Name               Entity - Domain         Entity - Range
P1 is identified by (identifies)   E1 CRM Entity         E61 Appellation
P2 has type (is type of)           E1 CRM Entity         E55 Type
P4 has time-span (is time          E2 Temporal Entity    E52 Time-Span
span of)
P14 carried out by                 E7 Activity           E39 Actor
(performed)
P53 has former or current          E18 Physical Thing    E53 Place
location (is former or current
location of)
P108 has produced (was             E12 Production        E24 Physical Man-Made
produced by)                                             Thing



                                                                                 11
Mapping methodology
Path-oriented approach:
a mapping from a source schema to a target schema transforms each
instance of the source schema into a valid instance of the target schema.

VRA paths based on XPath  equivalent CIDOC/CRM paths.

 VRA path: a sequence of VRA elements and subelements, starting from
  the schema root element <vra> separated by the slash symbol (/).
 CIDOC/CRM path: a chain in the form entity-property-entity (e-p-e), such
  that the entities associated by a property correspond to the property's
  domain and range.




                                                                       12
Mapping Description Language (MDL)
 The syntax of MDL (in EBNF notation) is:




                                             13
“Agent” element (work level) (1/7)
Element <agent>
  Subelements:
   <name>
       Attribute: type
       Values: personal, corporate, family, other
   <dates>
      Attribute: type
      Values: life, activity, other
         Subelements:
                  <earliestDate>
                  <latestDate>
   <culture>
   <role>
   <attribution>
                                                    14
“Agent” element (work level) (2/7)

VRA: work/agentSet/agent
CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by ->
E12 Production -> P14 carried out by -> E39 Actor


VRA: work/agentSet/agent/name[@type]
CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by ->
E12 Production -> P14 carried out by -> E39 Actor -> Ρ131 is identified by
-> E82 Actor Appellation -> P2 has type -> E55 Type




                                                                       15
“Agent” element (work level) (3/7)

           VRA: work/agentSet/agent/name[@type]

 Possible values for “type” attribute= personal, corporate,
  family, other.
 The value of the “type” attribute of the subelement “name” in
  the VRA paths defines different equivalent CIDOC/CRM paths.




                                                             16
“Agent” element (work level) (4/7)
VRA: work/agentSet/agent/name[@type=”personal”]
1) CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E39
Actor -> Ρ131 is identified by -> E82 Actor Appellation -> P2 has type –> E55 Type (instance=”personal”)
Alternatively,
2) CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E21
Person -> Ρ131 is identified by -> E82 Actor Appellation


VRA: work/agentSet/agent/name[@type=”corporate”]
 1) CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E39
Actor -> Ρ131 is identified by -> E82 Actor Appellation -> P2 has type –> E55 Type (instance=”corporate”)
Alternatively,
2) CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E40
Legal Body -> Ρ131 is identified by -> E82 Actor Appellation


VRA: work/agentSet/agent/name[@type=”family”]
1) CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E39
Actor -> Ρ131 is identified by -> E82 Actor Appellation -> P2 has type –> E55 Type (instance=”family”)
Alternatively,
2) CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E74
Group -> Ρ131 is identified by -> E82 Actor Appellation

                                                                                                          17
“Agent” element (work level) (5/7)

 VRA:
  work/agentSet/agent[name[@type=“personal”]]/dates[@type]

 Possible values for the “type” attribute of the “dates”
  subelement: life, activity, other




                                                       18
“Agent” element (work level) (6/7)

VRA:
work/agentSet/agent[name[@type=”personal”]]/dates[@type=”life”]/earliest
Date
CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12
Production -> P14 carried out by -> E21 Person -> P98B was born -> E67 Birth ->
P4 has time-span -> E52 Time-Span -> P78 is identified by -> E50 Date

VRA:
work/agentSet/agent[name[@type=”personal”]]/dates[@type=”life”]/latestD
ate
CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12
Production -> P14 carried out by -> E21 Person -> P100B died in -> E69 Death ->
P4 has time-span -> E52 Time-Span -> P78 is identified by -> E50 Date


                                                                            19
“Agent” element (work level) (7/7)

VRA: work/agentSet/agent/culture
CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12
Production -> P14 carried out by -> E21 Person -> P107B is current or former
member of -> E74 Group

VRA: work/agentSet/agent/role
CIDOC/CRM: E24 Physical Man-Made Thing –> P108B was produced by –> E12
Production –> P14 carried out by [P14.1 in the role of –> E55 Type] –> E21
Person




                                                                           20
“Agent” element (work level) (type=personal)




                                           21
“Agent” element (work level) (type=corporate)
VRA:
work/agentSet/agent[name[@type=”corporate”]]/dates[@type=”activity”]/
earliestDate
CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12
Production -> P14 carried out by -> E40 Legal Body -> P92B was brought into
existence by -> E63 Beginning of Existence -> P4 has time-span -> E52 Time-
Span -> P78 is identified by -> E50 Date

VRA:
work/agentSet/agent[name[@type=”corporate”]]/dates[@type=”activity”]/
latestDate
CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12
Production -> P14 carried out by -> E40 Legal Body -> P93B was taken out of
existence by -> E64 End of Existence -> P4 has time-span -> E52 Time-Span ->
P78 is identified by -> E50 Date
                                                                          22
“Agent” element (work level) (type=corporate)




                                          23
MDL rules for the “agent” element
Rule               XPath location paths                         CIDOC/CRM paths
 No
R1     Work {X1}                                   E24 {C1}
R2     $X1/agentSet {R1}                           $C1 -> P108B -> E12 {J1}
R3     $R1/agent*name/@type = “personal”+ {R5}     $J1 -> P14 {S2} -> E21 {J5}
R4     $R1/agent*name/@type = “corporate”+ {R10}   $J1 -> P14 {S3} -> Ε40 {J10}
R5     $R1/agent*name/@type = “family”+ {R15}      $J1 -> P14 {S4} -> Ε74 {J15}
R6     $R5|$R10|$R15/name*                         $J5|$J10|$J15 -> P131 -> E82
R7     $R5|$R10|$R15/culture*                      $J5|$J10|$J15 -> P107 -> E74
R8     $R5|$R10|$R15/role*                         $S2|$S3|$S4 -> P14.1 -> E55
R9     $R5/dates*@type= “life”+ {T1}
R10    $T1/earliestDate*                           $J5 -> P98 –> E67 –> P4 –> E52 -> P78 -> E50
R11    $T1/latestDate*                             $J5 -> P100B –> E69 –> P4 –> E52 -> P78 -> E50
R12    $R10/dates*@type=“activity”+ {T2}
R13    $T2/earliestDate*                           $J10 -> P92B -> E63 -> P4 -> E52 -> P78 -> E50
                                                                                             24
R14    $T2/latestDate*                             $J10 -> P93B -> E64 -> P4 -> E52 -> P78 -> E50
“Inscription” element (work level)

Element <inscription>
  Subelements:
    <author>
    <position>
    <text>
   Attribute: type
       Values: signature, mark, caption, date, text, translation, other




                                                                          25
“Inscription” element (work level)




                                     26
MDL rules for the “inscription” element
Rule          XPath location paths                     CIDOC/CRM paths
 No
R1     Work {X1}                          E24 {C1}
R2     $X1/inscriptionSet/inscription {Y1} $C1 -> P128 -> E37 {D1}

R3     $Y1/author*                        $D1 -> P94B-> E65 -> P14 -> E39 -> P131-> E82

R4     $Y1/text* {Y3}                    $D1 -> P138 -> E33 {D3}

R5     $Y3/@type*                         $D3 -> P2 -> E55
R6     $Y3/@xml:lang*                     $D3 -> P72 -> E56
R7     $Y1/position*                      $D1 -> P58 -> E46




                                                                                  27
MDL Rules for the “material, measurements,
                 title, rights” elements
Rule                XPath location paths                    CIDOC/CRM paths
No
R1     Work {X1}                                 E24 {C1}
R2     $X1/materialSet/material* {Z1}            $C1 -> P45 -> E57 {A1}
R3     $Z1/@type*                                $A1 -> P2 -> E55
R4     $X1/measurementsSet/measurements* {W1} $C1 ->P43 -> E54 {B1} -> P90 -> E60
R5     $W1/@type*                                $B1 -> P2 -> E55
R6     $W1/@unit*                                $B1 -> P91 -> E58
R7     $X1/titleSet/title*{Q1}                   $C1 -> P102 {S1} -> E35
R8     $Q1/@type*                                $S1 -> P102.1 -> E55
R9     $X10/rightsSet/rights {F1}                $C1 -> P104 -> E30 {G1}
R10    $F1/@type*                                $G1 -> P2 -> E55
R11    $F1/rightsHolder*                         $G1 -> P75B -> E39
R12    $F1/notes*                                $G1 ->P3 -> E62
                                                                              28
R13    $F1/text*                                 $G1 -> P1 -> E75
“Agent” element (image level)

VRA: work/agentSet/agent/name[@type]
CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12
Production -> P14 carried out by -> E39 Actor -> Ρ131 is identified by -> E82
Actor Appellation -> P2 has type -> E55 Type

VRA: image/agentSet/agent/name[@type]
CIDOC/CRM: E38 Image -> P94B was created by -> E65 Creation -> P14 carried
out by -> E39 Actor -> Ρ131 is identified by -> E82 Actor Appellation -> P2 has
type -> E55 Type

In the image level, all the subelements of the element “agent” are represented
accordingly to the mappings of the element “agent” in the work level, with the
difference of : E38 Image -> P94B was created by -> E65 Creation …


                                                                                29
“Inscription” element (image level)

VRA: work/inscriptionSet/inscription/author
CIDOC/CRM: E24 Physical Man-Made Thing -> P128 carries -> E37 Mark -> P94B was
created by -> E65 Creation -> P14 carried out by -> E39 Actor –> P131 is identified by
–> E82 Actor Appellation

VRA: image/inscriptionSet/inscription/author
CIDOC/CRM: E38 Image -> P128 carries -> E37 Mark -> P94B was created by -> E65
Creation -> P14 carried out by -> E39 Actor –> P131 is identified by –> E82 Actor
Appellation




                                                                                  30
The use of MDL

 Metadata exchange from the VRA paths to equivalent
CIDOC/CRM paths

 Transformation of XPath queries posed on XML-based
metadata into equivalent queries on the CIDOC/CRM
ontology




                                                  31
Conclusions
 Mapping VRA elements to CIDOC/CRM paths proved to be a rather time-
consuming activity, which requires a deep conceptual work.

 CIDOC/CRM provides:
     very rich structuring mechanisms for metadata descriptions and an abstract but
      fine-grained conceptualization for events, objects, agents, things, etc.
     the combination of a wide range of classes and properties that generates a large
      number of conceptual expressions that need to be examined thoroughly (classes
      and properties hierarchies).

 The use of the classes E12 Production and E65 Creation reveal one of the
  main characteristics of CIDOC/CRM, event-orientation.
 The <type> attribute assigned to several elements and subelements defines
  different semantic mappings, making mapping even more complex
 The use of several global attributes (e.g. <xml:lang> attribute) expands
  further the CIDOC/CRM paths
                                                                                  32
Future Research Directions

 To validate our approach, we plan to test the proposed mappings by
running real life examples and evaluate the results.


 Another direction to explore is the definition of the reverse semantic
mappings from the CIDOC/CRM ontology to the VRA Core 4.0, in order to
enrich the mapping procedure proposed by our research group




                                                                    33
References
   Library of Congress. VRA Core: a data standard for the description of works of visual
    culture, 2011. http://www.loc.gov/standards/vracore/
   International Council of Museums (ICOM). The CIDOC Conceptual Reference, 2010.
    http://www.cidoc-crm.org/
   T. R. Gruber (1993). Toward Principles for the Design of Ontologies Used for
    Knowledge Sharing. In Guarino, N. and Poli, R. (eds.), Formal Ontology in Conceptual
    Analysis and Knowledge Representation. Kluwer Academic
   Th. Stasinopoulou et al. (2007). Ontology-based metadata integration in the cultural
    heritage domain. In Proceedings of the 10th International Conference on Asian Digital
    Libraries, ICADL-2007, Hanoi, Vietnam, Lecture Notes in Computer Science (LNCS).
   M. Gergatsoulis et al. (2010). Mapping Cultural Metadata Schemas to CIDOC
    Conceptual Reference Model. In S. Konstantopoulos et al. (eds.), SETN 2010, Athens,
    Greece, May 4-7, 2010, Proceedings. LNAI, Vol. 6040, pages 321-326, Springer-Verlag




                                                                                     34
Thank you for your attention!!!!
        Questions???




                                   35

More Related Content

Viewers also liked

Using SKOS Vocabularies for Improving Web Search
Using SKOS Vocabularies for Improving Web SearchUsing SKOS Vocabularies for Improving Web Search
Using SKOS Vocabularies for Improving Web SearchBernhard Haslhofer
 
DH101 2013/2014 course 6 - Semantic coding, RDF, CIDOC-CRM
DH101 2013/2014 course 6 - Semantic coding, RDF, CIDOC-CRMDH101 2013/2014 course 6 - Semantic coding, RDF, CIDOC-CRM
DH101 2013/2014 course 6 - Semantic coding, RDF, CIDOC-CRMFrederic Kaplan
 
DH101 2013/2014 course 2
DH101 2013/2014 course 2DH101 2013/2014 course 2
DH101 2013/2014 course 2Frederic Kaplan
 
GraphSense - Real-time Insight into Virtual Currency Ecosystems
GraphSense - Real-time Insight into Virtual Currency EcosystemsGraphSense - Real-time Insight into Virtual Currency Ecosystems
GraphSense - Real-time Insight into Virtual Currency EcosystemsBernhard Haslhofer
 
CIDOC CRM+FRBRoo: an Integrated View of Museum and Library Information
CIDOC CRM+FRBRoo: an Integrated View of Museum and Library InformationCIDOC CRM+FRBRoo: an Integrated View of Museum and Library Information
CIDOC CRM+FRBRoo: an Integrated View of Museum and Library InformationPatrick Le Boeuf
 
Interopérabilité de l'information bibliographique et muséologique
Interopérabilité de l'information bibliographique et muséologiqueInteropérabilité de l'information bibliographique et muséologique
Interopérabilité de l'information bibliographique et muséologiquePatrick Le Boeuf
 
Types and Annotations for CIDOC CRM Properties - Presentation
Types and Annotations for CIDOC CRM Properties - PresentationTypes and Annotations for CIDOC CRM Properties - Presentation
Types and Annotations for CIDOC CRM Properties - PresentationVladimir Alexiev, PhD, PMP
 
DH101 2013/2014 course 9 - Crowdsourcing, crowdfunding, Wikipedia, Open Stree...
DH101 2013/2014 course 9 - Crowdsourcing, crowdfunding, Wikipedia, Open Stree...DH101 2013/2014 course 9 - Crowdsourcing, crowdfunding, Wikipedia, Open Stree...
DH101 2013/2014 course 9 - Crowdsourcing, crowdfunding, Wikipedia, Open Stree...Frederic Kaplan
 
DH101 2013/2014 course1 - Presentation of the course / Collaborative writing ...
DH101 2013/2014 course1 - Presentation of the course / Collaborative writing ...DH101 2013/2014 course1 - Presentation of the course / Collaborative writing ...
DH101 2013/2014 course1 - Presentation of the course / Collaborative writing ...Frederic Kaplan
 
DH101 2013/2014 course 5 - Project on Venice / Datafication / Regulated repre...
DH101 2013/2014 course 5 - Project on Venice / Datafication / Regulated repre...DH101 2013/2014 course 5 - Project on Venice / Datafication / Regulated repre...
DH101 2013/2014 course 5 - Project on Venice / Datafication / Regulated repre...Frederic Kaplan
 
DH101 2013/2014 course 4 - Digitization techniques 2D and 3D
DH101 2013/2014 course 4 - Digitization techniques 2D and 3D DH101 2013/2014 course 4 - Digitization techniques 2D and 3D
DH101 2013/2014 course 4 - Digitization techniques 2D and 3D Frederic Kaplan
 
DH101 2013/2014 course 7 - OCR, Printed text recognition, Handwriting recogni...
DH101 2013/2014 course 7 - OCR, Printed text recognition, Handwriting recogni...DH101 2013/2014 course 7 - OCR, Printed text recognition, Handwriting recogni...
DH101 2013/2014 course 7 - OCR, Printed text recognition, Handwriting recogni...Frederic Kaplan
 
Lidar for heritage mapping in India
Lidar for heritage mapping in IndiaLidar for heritage mapping in India
Lidar for heritage mapping in IndiaArchana Joshi
 
Cultural Mapping & Digital Storytelling in a Social Context
Cultural Mapping & Digital Storytelling in a Social ContextCultural Mapping & Digital Storytelling in a Social Context
Cultural Mapping & Digital Storytelling in a Social ContextStefan Kolgen
 
Achille Felicetti - ARIADNE Semantic Integration of Archaeological Information
Achille Felicetti - ARIADNE Semantic Integration of Archaeological InformationAchille Felicetti - ARIADNE Semantic Integration of Archaeological Information
Achille Felicetti - ARIADNE Semantic Integration of Archaeological Informationariadnenetwork
 
Cultural Mapping Dumaguete City
Cultural Mapping Dumaguete CityCultural Mapping Dumaguete City
Cultural Mapping Dumaguete CityMonte Christo
 
Big Data & Text Mining
Big Data & Text MiningBig Data & Text Mining
Big Data & Text MiningMichel Bruley
 

Viewers also liked (20)

The Story behind Maphub
The Story behind MaphubThe Story behind Maphub
The Story behind Maphub
 
Using SKOS Vocabularies for Improving Web Search
Using SKOS Vocabularies for Improving Web SearchUsing SKOS Vocabularies for Improving Web Search
Using SKOS Vocabularies for Improving Web Search
 
DH101 2013/2014 course 6 - Semantic coding, RDF, CIDOC-CRM
DH101 2013/2014 course 6 - Semantic coding, RDF, CIDOC-CRMDH101 2013/2014 course 6 - Semantic coding, RDF, CIDOC-CRM
DH101 2013/2014 course 6 - Semantic coding, RDF, CIDOC-CRM
 
DH101 2013/2014 course 2
DH101 2013/2014 course 2DH101 2013/2014 course 2
DH101 2013/2014 course 2
 
GraphSense - Real-time Insight into Virtual Currency Ecosystems
GraphSense - Real-time Insight into Virtual Currency EcosystemsGraphSense - Real-time Insight into Virtual Currency Ecosystems
GraphSense - Real-time Insight into Virtual Currency Ecosystems
 
CIDOC CRM+FRBRoo: an Integrated View of Museum and Library Information
CIDOC CRM+FRBRoo: an Integrated View of Museum and Library InformationCIDOC CRM+FRBRoo: an Integrated View of Museum and Library Information
CIDOC CRM+FRBRoo: an Integrated View of Museum and Library Information
 
Interopérabilité de l'information bibliographique et muséologique
Interopérabilité de l'information bibliographique et muséologiqueInteropérabilité de l'information bibliographique et muséologique
Interopérabilité de l'information bibliographique et muséologique
 
Types and Annotations for CIDOC CRM Properties - Presentation
Types and Annotations for CIDOC CRM Properties - PresentationTypes and Annotations for CIDOC CRM Properties - Presentation
Types and Annotations for CIDOC CRM Properties - Presentation
 
DH101 2013/2014 course 9 - Crowdsourcing, crowdfunding, Wikipedia, Open Stree...
DH101 2013/2014 course 9 - Crowdsourcing, crowdfunding, Wikipedia, Open Stree...DH101 2013/2014 course 9 - Crowdsourcing, crowdfunding, Wikipedia, Open Stree...
DH101 2013/2014 course 9 - Crowdsourcing, crowdfunding, Wikipedia, Open Stree...
 
DH101 2013/2014 course1 - Presentation of the course / Collaborative writing ...
DH101 2013/2014 course1 - Presentation of the course / Collaborative writing ...DH101 2013/2014 course1 - Presentation of the course / Collaborative writing ...
DH101 2013/2014 course1 - Presentation of the course / Collaborative writing ...
 
DH101 2013/2014 course 5 - Project on Venice / Datafication / Regulated repre...
DH101 2013/2014 course 5 - Project on Venice / Datafication / Regulated repre...DH101 2013/2014 course 5 - Project on Venice / Datafication / Regulated repre...
DH101 2013/2014 course 5 - Project on Venice / Datafication / Regulated repre...
 
DH101 2013/2014 course 4 - Digitization techniques 2D and 3D
DH101 2013/2014 course 4 - Digitization techniques 2D and 3D DH101 2013/2014 course 4 - Digitization techniques 2D and 3D
DH101 2013/2014 course 4 - Digitization techniques 2D and 3D
 
DH101 2013/2014 course 7 - OCR, Printed text recognition, Handwriting recogni...
DH101 2013/2014 course 7 - OCR, Printed text recognition, Handwriting recogni...DH101 2013/2014 course 7 - OCR, Printed text recognition, Handwriting recogni...
DH101 2013/2014 course 7 - OCR, Printed text recognition, Handwriting recogni...
 
Lidar for heritage mapping in India
Lidar for heritage mapping in IndiaLidar for heritage mapping in India
Lidar for heritage mapping in India
 
Cultural Mapping & Digital Storytelling in a Social Context
Cultural Mapping & Digital Storytelling in a Social ContextCultural Mapping & Digital Storytelling in a Social Context
Cultural Mapping & Digital Storytelling in a Social Context
 
Achille Felicetti - ARIADNE Semantic Integration of Archaeological Information
Achille Felicetti - ARIADNE Semantic Integration of Archaeological InformationAchille Felicetti - ARIADNE Semantic Integration of Archaeological Information
Achille Felicetti - ARIADNE Semantic Integration of Archaeological Information
 
Cultural Mapping Dumaguete City
Cultural Mapping Dumaguete CityCultural Mapping Dumaguete City
Cultural Mapping Dumaguete City
 
Cultural Mapping
Cultural MappingCultural Mapping
Cultural Mapping
 
Big Data & Text Mining
Big Data & Text MiningBig Data & Text Mining
Big Data & Text Mining
 
Things, not Strings
Things, not StringsThings, not Strings
Things, not Strings
 

Similar to Mapping VRA Core 4.0 to the CIDOC/CRM ontology

Implementing CIDOC CRM Search Based on Fundamental Relations and OWLIM Rules
Implementing CIDOC CRM Search Based on Fundamental Relations and OWLIM RulesImplementing CIDOC CRM Search Based on Fundamental Relations and OWLIM Rules
Implementing CIDOC CRM Search Based on Fundamental Relations and OWLIM RulesVladimir Alexiev, PhD, PMP
 
LoCloud - D3.5: Historical place names service
LoCloud - D3.5: Historical place names serviceLoCloud - D3.5: Historical place names service
LoCloud - D3.5: Historical place names servicelocloud
 
Semantic Mapping in CLARIN Component Metadata.
Semantic Mapping in CLARIN Component Metadata.Semantic Mapping in CLARIN Component Metadata.
Semantic Mapping in CLARIN Component Metadata.Menzo Windhouwer
 
Environment Canada's Data Management Service
Environment Canada's Data Management ServiceEnvironment Canada's Data Management Service
Environment Canada's Data Management ServiceSafe Software
 
Multimedia Data Navigation and the Semantic Web (SemTech 2006)
Multimedia Data Navigation and the Semantic Web (SemTech 2006)Multimedia Data Navigation and the Semantic Web (SemTech 2006)
Multimedia Data Navigation and the Semantic Web (SemTech 2006)Bradley Allen
 
How to Find a Needle in the Haystack
How to Find a Needle in the HaystackHow to Find a Needle in the Haystack
How to Find a Needle in the HaystackAdrian Stevenson
 
Interconnecting Belgian national and regional address data using EC ISA "Loca...
Interconnecting Belgian national and regional address data using EC ISA "Loca...Interconnecting Belgian national and regional address data using EC ISA "Loca...
Interconnecting Belgian national and regional address data using EC ISA "Loca...PeterWinstanley1
 
EOSC Provider and Resource Profiles Tutorial
EOSC Provider and Resource Profiles Tutorial EOSC Provider and Resource Profiles Tutorial
EOSC Provider and Resource Profiles Tutorial EOSCEuropeanOpenScie
 
Knowledge Discovery in an Agents Environment
Knowledge Discovery in an Agents EnvironmentKnowledge Discovery in an Agents Environment
Knowledge Discovery in an Agents EnvironmentManjulaPatel
 
Types and Annotations for CIDOC CRM Properties
Types and Annotations for CIDOC CRM PropertiesTypes and Annotations for CIDOC CRM Properties
Types and Annotations for CIDOC CRM PropertiesVladimir Alexiev, PhD, PMP
 
Exposing Bibliographic Information as Linked Open Data using Standards-based ...
Exposing Bibliographic Information as Linked Open Data using Standards-based ...Exposing Bibliographic Information as Linked Open Data using Standards-based ...
Exposing Bibliographic Information as Linked Open Data using Standards-based ...Nikolaos Konstantinou
 
RO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research ObjectsRO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research ObjectsCarole Goble
 
Harmony project - JISC Synthesis meeting 2001
Harmony project - JISC Synthesis meeting 2001Harmony project - JISC Synthesis meeting 2001
Harmony project - JISC Synthesis meeting 2001Dan Brickley
 
New Directions in Metadata
New Directions in MetadataNew Directions in Metadata
New Directions in Metadatasuyu22
 
NERD: an open source platform for extracting and disambiguating named entitie...
NERD: an open source platform for extracting and disambiguating named entitie...NERD: an open source platform for extracting and disambiguating named entitie...
NERD: an open source platform for extracting and disambiguating named entitie...Raphael Troncy
 

Similar to Mapping VRA Core 4.0 to the CIDOC/CRM ontology (20)

The CIDOC CRM Family and LOD
The CIDOC CRM Family and LODThe CIDOC CRM Family and LOD
The CIDOC CRM Family and LOD
 
Implementing CIDOC CRM Search Based on Fundamental Relations and OWLIM Rules
Implementing CIDOC CRM Search Based on Fundamental Relations and OWLIM RulesImplementing CIDOC CRM Search Based on Fundamental Relations and OWLIM Rules
Implementing CIDOC CRM Search Based on Fundamental Relations and OWLIM Rules
 
LoCloud - D3.5: Historical place names service
LoCloud - D3.5: Historical place names serviceLoCloud - D3.5: Historical place names service
LoCloud - D3.5: Historical place names service
 
Semantic Mapping in CLARIN Component Metadata.
Semantic Mapping in CLARIN Component Metadata.Semantic Mapping in CLARIN Component Metadata.
Semantic Mapping in CLARIN Component Metadata.
 
Environment Canada's Data Management Service
Environment Canada's Data Management ServiceEnvironment Canada's Data Management Service
Environment Canada's Data Management Service
 
Multimedia Data Navigation and the Semantic Web (SemTech 2006)
Multimedia Data Navigation and the Semantic Web (SemTech 2006)Multimedia Data Navigation and the Semantic Web (SemTech 2006)
Multimedia Data Navigation and the Semantic Web (SemTech 2006)
 
Metadata Cloud
Metadata CloudMetadata Cloud
Metadata Cloud
 
How to Find a Needle in the Haystack
How to Find a Needle in the HaystackHow to Find a Needle in the Haystack
How to Find a Needle in the Haystack
 
Interconnecting Belgian national and regional address data using EC ISA "Loca...
Interconnecting Belgian national and regional address data using EC ISA "Loca...Interconnecting Belgian national and regional address data using EC ISA "Loca...
Interconnecting Belgian national and regional address data using EC ISA "Loca...
 
EOSC Provider and Resource Profiles Tutorial
EOSC Provider and Resource Profiles Tutorial EOSC Provider and Resource Profiles Tutorial
EOSC Provider and Resource Profiles Tutorial
 
Knowledge Discovery in an Agents Environment
Knowledge Discovery in an Agents EnvironmentKnowledge Discovery in an Agents Environment
Knowledge Discovery in an Agents Environment
 
Digital Object Identifiers for EOSDIS data
Digital Object Identifiers for EOSDIS dataDigital Object Identifiers for EOSDIS data
Digital Object Identifiers for EOSDIS data
 
Eprints Application Profile
Eprints Application ProfileEprints Application Profile
Eprints Application Profile
 
Types and Annotations for CIDOC CRM Properties
Types and Annotations for CIDOC CRM PropertiesTypes and Annotations for CIDOC CRM Properties
Types and Annotations for CIDOC CRM Properties
 
Ontology based metadata schema for digital library projects in China
Ontology based metadata schema for digital library projects in ChinaOntology based metadata schema for digital library projects in China
Ontology based metadata schema for digital library projects in China
 
Exposing Bibliographic Information as Linked Open Data using Standards-based ...
Exposing Bibliographic Information as Linked Open Data using Standards-based ...Exposing Bibliographic Information as Linked Open Data using Standards-based ...
Exposing Bibliographic Information as Linked Open Data using Standards-based ...
 
RO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research ObjectsRO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research Objects
 
Harmony project - JISC Synthesis meeting 2001
Harmony project - JISC Synthesis meeting 2001Harmony project - JISC Synthesis meeting 2001
Harmony project - JISC Synthesis meeting 2001
 
New Directions in Metadata
New Directions in MetadataNew Directions in Metadata
New Directions in Metadata
 
NERD: an open source platform for extracting and disambiguating named entitie...
NERD: an open source platform for extracting and disambiguating named entitie...NERD: an open source platform for extracting and disambiguating named entitie...
NERD: an open source platform for extracting and disambiguating named entitie...
 

More from Giannis Tsakonas

Αρχειακά Μεταδεδομένα: Πρότυπα και Διαχείριση στον Παγκόσμιο Ιστό
Αρχειακά Μεταδεδομένα: Πρότυπα και Διαχείριση στον Παγκόσμιο ΙστόΑρχειακά Μεταδεδομένα: Πρότυπα και Διαχείριση στον Παγκόσμιο Ιστό
Αρχειακά Μεταδεδομένα: Πρότυπα και Διαχείριση στον Παγκόσμιο ΙστόGiannis Tsakonas
 
The “Nomenclature of Multidimensionality” in the Digital Libraries Evaluation...
The “Nomenclature of Multidimensionality” in the Digital Libraries Evaluation...The “Nomenclature of Multidimensionality” in the Digital Libraries Evaluation...
The “Nomenclature of Multidimensionality” in the Digital Libraries Evaluation...Giannis Tsakonas
 
Increasing traceability of physical library items through Koha: the case of S...
Increasing traceability of physical library items through Koha: the case of S...Increasing traceability of physical library items through Koha: the case of S...
Increasing traceability of physical library items through Koha: the case of S...Giannis Tsakonas
 
Ακαδημαϊκές Βιβλιοθήκες στην Πάτρα: Προηγμένες υπηρεσίες, δικτύωση & προοπτικές
Ακαδημαϊκές Βιβλιοθήκες στην Πάτρα: Προηγμένες υπηρεσίες, δικτύωση & προοπτικέςΑκαδημαϊκές Βιβλιοθήκες στην Πάτρα: Προηγμένες υπηρεσίες, δικτύωση & προοπτικές
Ακαδημαϊκές Βιβλιοθήκες στην Πάτρα: Προηγμένες υπηρεσίες, δικτύωση & προοπτικέςGiannis Tsakonas
 
We were group no 2: notes for the MLAS2015 workshop
We were group no 2: notes for the MLAS2015 workshopWe were group no 2: notes for the MLAS2015 workshop
We were group no 2: notes for the MLAS2015 workshopGiannis Tsakonas
 
Βιβλιοθήκες & Πολιτισμός: τα προφανή και τα ευνόητα
Βιβλιοθήκες & Πολιτισμός: τα προφανή και τα ευνόηταΒιβλιοθήκες & Πολιτισμός: τα προφανή και τα ευνόητα
Βιβλιοθήκες & Πολιτισμός: τα προφανή και τα ευνόηταGiannis Tsakonas
 
{Tech}changes: the technological state of Greek Libraries.
{Tech}changes: the technological state of Greek Libraries.{Tech}changes: the technological state of Greek Libraries.
{Tech}changes: the technological state of Greek Libraries.Giannis Tsakonas
 
Affective relationships between users & libraries in times of economic stress
Affective relationships between users & libraries in times of economic stressAffective relationships between users & libraries in times of economic stress
Affective relationships between users & libraries in times of economic stressGiannis Tsakonas
 
Charting the Digital Library Evaluation Domain with a Semantically Enhanced M...
Charting the Digital Library Evaluation Domain with a Semantically Enhanced M...Charting the Digital Library Evaluation Domain with a Semantically Enhanced M...
Charting the Digital Library Evaluation Domain with a Semantically Enhanced M...Giannis Tsakonas
 
Δεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - Σεμινάριο Κύπρου
Δεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - Σεμινάριο ΚύπρουΔεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - Σεμινάριο Κύπρου
Δεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - Σεμινάριο ΚύπρουGiannis Tsakonas
 
FRBR και Linked Data - Σεμινάριο Αθήνας
FRBR και Linked Data -  Σεμινάριο ΑθήναςFRBR και Linked Data -  Σεμινάριο Αθήνας
FRBR και Linked Data - Σεμινάριο ΑθήναςGiannis Tsakonas
 
Automatic Medical Document Generation via Spatial SNOMED Elements in Hysteros...
Automatic Medical Document Generation via Spatial SNOMED Elements in Hysteros...Automatic Medical Document Generation via Spatial SNOMED Elements in Hysteros...
Automatic Medical Document Generation via Spatial SNOMED Elements in Hysteros...Giannis Tsakonas
 
Policies for geospatial collections: a research in US and Canadian academic l...
Policies for geospatial collections: a research in US and Canadian academic l...Policies for geospatial collections: a research in US and Canadian academic l...
Policies for geospatial collections: a research in US and Canadian academic l...Giannis Tsakonas
 
Developing a Metadata Model for Historic Buildings: Describing and Linking Ar...
Developing a Metadata Model for Historic Buildings: Describing and Linking Ar...Developing a Metadata Model for Historic Buildings: Describing and Linking Ar...
Developing a Metadata Model for Historic Buildings: Describing and Linking Ar...Giannis Tsakonas
 
Query Expansion and Context: Thoughts on Language, Meaning and Knowledge Orga...
Query Expansion and Context: Thoughts on Language, Meaning and Knowledge Orga...Query Expansion and Context: Thoughts on Language, Meaning and Knowledge Orga...
Query Expansion and Context: Thoughts on Language, Meaning and Knowledge Orga...Giannis Tsakonas
 
Path-based MXML Storage and Querying
Path-based MXML Storage and QueryingPath-based MXML Storage and Querying
Path-based MXML Storage and QueryingGiannis Tsakonas
 
Δεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - FRBR και Linked Data
Δεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - FRBR και Linked DataΔεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - FRBR και Linked Data
Δεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - FRBR και Linked DataGiannis Tsakonas
 
Open Bibliographic Data and E-LIS
Open Bibliographic Data and E-LISOpen Bibliographic Data and E-LIS
Open Bibliographic Data and E-LISGiannis Tsakonas
 
Dileo Presentation (in English)
Dileo Presentation (in English)Dileo Presentation (in English)
Dileo Presentation (in English)Giannis Tsakonas
 
Evaluation Insights to Key Processes of Digital Repositories
Evaluation Insights to Key Processes of Digital RepositoriesEvaluation Insights to Key Processes of Digital Repositories
Evaluation Insights to Key Processes of Digital RepositoriesGiannis Tsakonas
 

More from Giannis Tsakonas (20)

Αρχειακά Μεταδεδομένα: Πρότυπα και Διαχείριση στον Παγκόσμιο Ιστό
Αρχειακά Μεταδεδομένα: Πρότυπα και Διαχείριση στον Παγκόσμιο ΙστόΑρχειακά Μεταδεδομένα: Πρότυπα και Διαχείριση στον Παγκόσμιο Ιστό
Αρχειακά Μεταδεδομένα: Πρότυπα και Διαχείριση στον Παγκόσμιο Ιστό
 
The “Nomenclature of Multidimensionality” in the Digital Libraries Evaluation...
The “Nomenclature of Multidimensionality” in the Digital Libraries Evaluation...The “Nomenclature of Multidimensionality” in the Digital Libraries Evaluation...
The “Nomenclature of Multidimensionality” in the Digital Libraries Evaluation...
 
Increasing traceability of physical library items through Koha: the case of S...
Increasing traceability of physical library items through Koha: the case of S...Increasing traceability of physical library items through Koha: the case of S...
Increasing traceability of physical library items through Koha: the case of S...
 
Ακαδημαϊκές Βιβλιοθήκες στην Πάτρα: Προηγμένες υπηρεσίες, δικτύωση & προοπτικές
Ακαδημαϊκές Βιβλιοθήκες στην Πάτρα: Προηγμένες υπηρεσίες, δικτύωση & προοπτικέςΑκαδημαϊκές Βιβλιοθήκες στην Πάτρα: Προηγμένες υπηρεσίες, δικτύωση & προοπτικές
Ακαδημαϊκές Βιβλιοθήκες στην Πάτρα: Προηγμένες υπηρεσίες, δικτύωση & προοπτικές
 
We were group no 2: notes for the MLAS2015 workshop
We were group no 2: notes for the MLAS2015 workshopWe were group no 2: notes for the MLAS2015 workshop
We were group no 2: notes for the MLAS2015 workshop
 
Βιβλιοθήκες & Πολιτισμός: τα προφανή και τα ευνόητα
Βιβλιοθήκες & Πολιτισμός: τα προφανή και τα ευνόηταΒιβλιοθήκες & Πολιτισμός: τα προφανή και τα ευνόητα
Βιβλιοθήκες & Πολιτισμός: τα προφανή και τα ευνόητα
 
{Tech}changes: the technological state of Greek Libraries.
{Tech}changes: the technological state of Greek Libraries.{Tech}changes: the technological state of Greek Libraries.
{Tech}changes: the technological state of Greek Libraries.
 
Affective relationships between users & libraries in times of economic stress
Affective relationships between users & libraries in times of economic stressAffective relationships between users & libraries in times of economic stress
Affective relationships between users & libraries in times of economic stress
 
Charting the Digital Library Evaluation Domain with a Semantically Enhanced M...
Charting the Digital Library Evaluation Domain with a Semantically Enhanced M...Charting the Digital Library Evaluation Domain with a Semantically Enhanced M...
Charting the Digital Library Evaluation Domain with a Semantically Enhanced M...
 
Δεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - Σεμινάριο Κύπρου
Δεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - Σεμινάριο ΚύπρουΔεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - Σεμινάριο Κύπρου
Δεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - Σεμινάριο Κύπρου
 
FRBR και Linked Data - Σεμινάριο Αθήνας
FRBR και Linked Data -  Σεμινάριο ΑθήναςFRBR και Linked Data -  Σεμινάριο Αθήνας
FRBR και Linked Data - Σεμινάριο Αθήνας
 
Automatic Medical Document Generation via Spatial SNOMED Elements in Hysteros...
Automatic Medical Document Generation via Spatial SNOMED Elements in Hysteros...Automatic Medical Document Generation via Spatial SNOMED Elements in Hysteros...
Automatic Medical Document Generation via Spatial SNOMED Elements in Hysteros...
 
Policies for geospatial collections: a research in US and Canadian academic l...
Policies for geospatial collections: a research in US and Canadian academic l...Policies for geospatial collections: a research in US and Canadian academic l...
Policies for geospatial collections: a research in US and Canadian academic l...
 
Developing a Metadata Model for Historic Buildings: Describing and Linking Ar...
Developing a Metadata Model for Historic Buildings: Describing and Linking Ar...Developing a Metadata Model for Historic Buildings: Describing and Linking Ar...
Developing a Metadata Model for Historic Buildings: Describing and Linking Ar...
 
Query Expansion and Context: Thoughts on Language, Meaning and Knowledge Orga...
Query Expansion and Context: Thoughts on Language, Meaning and Knowledge Orga...Query Expansion and Context: Thoughts on Language, Meaning and Knowledge Orga...
Query Expansion and Context: Thoughts on Language, Meaning and Knowledge Orga...
 
Path-based MXML Storage and Querying
Path-based MXML Storage and QueryingPath-based MXML Storage and Querying
Path-based MXML Storage and Querying
 
Δεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - FRBR και Linked Data
Δεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - FRBR και Linked DataΔεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - FRBR και Linked Data
Δεδομένα Βιβλιοθηκών στο μελλοντικό ψηφιακό περιβάλλον - FRBR και Linked Data
 
Open Bibliographic Data and E-LIS
Open Bibliographic Data and E-LISOpen Bibliographic Data and E-LIS
Open Bibliographic Data and E-LIS
 
Dileo Presentation (in English)
Dileo Presentation (in English)Dileo Presentation (in English)
Dileo Presentation (in English)
 
Evaluation Insights to Key Processes of Digital Repositories
Evaluation Insights to Key Processes of Digital RepositoriesEvaluation Insights to Key Processes of Digital Repositories
Evaluation Insights to Key Processes of Digital Repositories
 

Recently uploaded

FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 

Recently uploaded (20)

FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 

Mapping VRA Core 4.0 to the CIDOC/CRM ontology

  • 1. 1st Workshop on Digital Information Management March 30-31, 2011 Mapping VRA Core 4.0 to the CIDOC/CRM ontology Panorea Gaitanou, Manolis Gergatsoulis Database and Information Systems Group (DBIS) Laboratory on Digital Libraries and Electronic Publishing Department of Archives and Library Science Ionian University {rgaitanou@ionio.gr, manolis@ionio.gr}
  • 2. Presentation Overview  Cultural heritage domain  Interoperability issues  Ontology-based integration  Our integration scenario  Mapping VRA Core 4 to the CIDOC/CRM ontology  Brief presentation of VRA Core 4.0 and CIDOC/CRM  Mapping Description Language (MDL)  Mapping VRA elements to CIDOC/CRM paths  Conclusions – Future directions  References 2
  • 3. Cultural heritage domain With the advent of new digital information technologies, access to cultural heritage repositories is obviously improved. The documentation, management and preservation of cultural artifacts and collections still seems to be rather a complex task. Even in homogeneous environments (relational databases etc), there are problems in the exchange of information, because of different structures and syntaxes used. In cultural heritage collections, the problem of heterogeneity is even more complex, as these collections contain multiple material. 3
  • 4. Interoperability issues The continuous development of various metadata schemas leads to the need to integrate all these standards, in such a way that data and information exchange and sharing can be fully achieved. Cultural heritage communities explore several methodologies:  to reduce search time  to guarantee unified access to these resources (under a global schema) 4
  • 5. Ontology-based integration "An ontology is a formal, explicit specification of a shared conceptualization". (Gruber, 1993) Ontologies  can play a leading role in this area, as they are considered to be an important building block for integration architectures.  provide the means for defining common vocabularies, representing the domain knowledge, facilitating at the same time knowledge sharing and reuse among heterogeneous and distributed application systems.  can act as a mediating schema that semantically integrates all meta(data) 5
  • 7. VRA Core 4.0 (1/2) Visual Resources Association's Data Standards Committee + Network Development and MARC Standards Office of the Library of Congress (LC) Provides guidance on describing works of visual culture, collections, as well as images that document them. Two XML Schema versions  Unrestricted version (specifies the basic structure and imposes no restrictions on the values entered into any of the elements, sub-elements, or attributes)  Restricted version (extends the unrestricted one by imposing controlled type lists and date formats) 7
  • 8. VRA Core 4.0 (2/2) Record types: Work, Image, Collection  19 elements (with their subelements) (agent, culturalContext, date, description, inscription, location, material, measurements, relation, rights, source, stateEdition, stylePeriod, subject, technique, textref, title, worktype)  global attributes (dataDate, extent, href, pref, refid, rules, source, vocab, xml:lang) 8
  • 9. A VRA record in XML <?xml version="1.0" encoding="UTF-8" ?> <vra> <work id="w_000777" refid="000597" source="History of Art Visual Resources Collection, UCB"> <agentSet> <agent> <name type="personal">Cropsey, Jasper Francis</name> <dates type="life"> <earliestDate>1823</earliestDate> <latestDate>1900</latestDate> </dates> </agent> </agentSet> <dateSet> <date type="creation"> <earliestDate>1860</earliestDate> <latestDate>1860</latestDate> </date> </dateSet> <inscriptionSet> <inscription> <author vocab="ULAN" refid="500012491">Cropsey, Jasper Francis</author> <position>lower center</position> <text>Autumn-on the Hudson River/J. F Cropsey/London 1860</text> </inscription> </inscriptionSet> …… </work> </vra> 9
  • 10. CIDOC Conceptual Reference Model (CIDOC/CRM, Version 5.0.2) CIDOC Documentation Standards Group (1999)  formal extensible ontology, which aims at providing a conceptual representation of cultural heritage domain, promoting semantic interoperability and integration.  object-oriented model composed of entities, organized into a hierarchy, and semantically related to each other properties.  targets to cover contextual information: the historical, geographical, and theoretical background in which individual items are placed and which gives them much of their significance and value  defines the complex interrelationships between objects, actors, events, places, and other concepts used in the cultural heritage domain  consists of a hierarchy of 86 classes and 137 properties. 10
  • 11. A sample of CIDOC/CRM properties Property Id and Name Entity - Domain Entity - Range P1 is identified by (identifies) E1 CRM Entity E61 Appellation P2 has type (is type of) E1 CRM Entity E55 Type P4 has time-span (is time E2 Temporal Entity E52 Time-Span span of) P14 carried out by E7 Activity E39 Actor (performed) P53 has former or current E18 Physical Thing E53 Place location (is former or current location of) P108 has produced (was E12 Production E24 Physical Man-Made produced by) Thing 11
  • 12. Mapping methodology Path-oriented approach: a mapping from a source schema to a target schema transforms each instance of the source schema into a valid instance of the target schema. VRA paths based on XPath  equivalent CIDOC/CRM paths.  VRA path: a sequence of VRA elements and subelements, starting from the schema root element <vra> separated by the slash symbol (/).  CIDOC/CRM path: a chain in the form entity-property-entity (e-p-e), such that the entities associated by a property correspond to the property's domain and range. 12
  • 13. Mapping Description Language (MDL)  The syntax of MDL (in EBNF notation) is: 13
  • 14. “Agent” element (work level) (1/7) Element <agent> Subelements: <name> Attribute: type Values: personal, corporate, family, other <dates> Attribute: type Values: life, activity, other Subelements: <earliestDate> <latestDate> <culture> <role> <attribution> 14
  • 15. “Agent” element (work level) (2/7) VRA: work/agentSet/agent CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E39 Actor VRA: work/agentSet/agent/name[@type] CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E39 Actor -> Ρ131 is identified by -> E82 Actor Appellation -> P2 has type -> E55 Type 15
  • 16. “Agent” element (work level) (3/7) VRA: work/agentSet/agent/name[@type]  Possible values for “type” attribute= personal, corporate, family, other.  The value of the “type” attribute of the subelement “name” in the VRA paths defines different equivalent CIDOC/CRM paths. 16
  • 17. “Agent” element (work level) (4/7) VRA: work/agentSet/agent/name[@type=”personal”] 1) CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E39 Actor -> Ρ131 is identified by -> E82 Actor Appellation -> P2 has type –> E55 Type (instance=”personal”) Alternatively, 2) CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E21 Person -> Ρ131 is identified by -> E82 Actor Appellation VRA: work/agentSet/agent/name[@type=”corporate”] 1) CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E39 Actor -> Ρ131 is identified by -> E82 Actor Appellation -> P2 has type –> E55 Type (instance=”corporate”) Alternatively, 2) CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E40 Legal Body -> Ρ131 is identified by -> E82 Actor Appellation VRA: work/agentSet/agent/name[@type=”family”] 1) CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E39 Actor -> Ρ131 is identified by -> E82 Actor Appellation -> P2 has type –> E55 Type (instance=”family”) Alternatively, 2) CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E74 Group -> Ρ131 is identified by -> E82 Actor Appellation 17
  • 18. “Agent” element (work level) (5/7)  VRA: work/agentSet/agent[name[@type=“personal”]]/dates[@type]  Possible values for the “type” attribute of the “dates” subelement: life, activity, other 18
  • 19. “Agent” element (work level) (6/7) VRA: work/agentSet/agent[name[@type=”personal”]]/dates[@type=”life”]/earliest Date CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E21 Person -> P98B was born -> E67 Birth -> P4 has time-span -> E52 Time-Span -> P78 is identified by -> E50 Date VRA: work/agentSet/agent[name[@type=”personal”]]/dates[@type=”life”]/latestD ate CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E21 Person -> P100B died in -> E69 Death -> P4 has time-span -> E52 Time-Span -> P78 is identified by -> E50 Date 19
  • 20. “Agent” element (work level) (7/7) VRA: work/agentSet/agent/culture CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E21 Person -> P107B is current or former member of -> E74 Group VRA: work/agentSet/agent/role CIDOC/CRM: E24 Physical Man-Made Thing –> P108B was produced by –> E12 Production –> P14 carried out by [P14.1 in the role of –> E55 Type] –> E21 Person 20
  • 21. “Agent” element (work level) (type=personal) 21
  • 22. “Agent” element (work level) (type=corporate) VRA: work/agentSet/agent[name[@type=”corporate”]]/dates[@type=”activity”]/ earliestDate CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E40 Legal Body -> P92B was brought into existence by -> E63 Beginning of Existence -> P4 has time-span -> E52 Time- Span -> P78 is identified by -> E50 Date VRA: work/agentSet/agent[name[@type=”corporate”]]/dates[@type=”activity”]/ latestDate CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E40 Legal Body -> P93B was taken out of existence by -> E64 End of Existence -> P4 has time-span -> E52 Time-Span -> P78 is identified by -> E50 Date 22
  • 23. “Agent” element (work level) (type=corporate) 23
  • 24. MDL rules for the “agent” element Rule XPath location paths CIDOC/CRM paths No R1 Work {X1} E24 {C1} R2 $X1/agentSet {R1} $C1 -> P108B -> E12 {J1} R3 $R1/agent*name/@type = “personal”+ {R5} $J1 -> P14 {S2} -> E21 {J5} R4 $R1/agent*name/@type = “corporate”+ {R10} $J1 -> P14 {S3} -> Ε40 {J10} R5 $R1/agent*name/@type = “family”+ {R15} $J1 -> P14 {S4} -> Ε74 {J15} R6 $R5|$R10|$R15/name* $J5|$J10|$J15 -> P131 -> E82 R7 $R5|$R10|$R15/culture* $J5|$J10|$J15 -> P107 -> E74 R8 $R5|$R10|$R15/role* $S2|$S3|$S4 -> P14.1 -> E55 R9 $R5/dates*@type= “life”+ {T1} R10 $T1/earliestDate* $J5 -> P98 –> E67 –> P4 –> E52 -> P78 -> E50 R11 $T1/latestDate* $J5 -> P100B –> E69 –> P4 –> E52 -> P78 -> E50 R12 $R10/dates*@type=“activity”+ {T2} R13 $T2/earliestDate* $J10 -> P92B -> E63 -> P4 -> E52 -> P78 -> E50 24 R14 $T2/latestDate* $J10 -> P93B -> E64 -> P4 -> E52 -> P78 -> E50
  • 25. “Inscription” element (work level) Element <inscription> Subelements: <author> <position> <text> Attribute: type Values: signature, mark, caption, date, text, translation, other 25
  • 27. MDL rules for the “inscription” element Rule XPath location paths CIDOC/CRM paths No R1 Work {X1} E24 {C1} R2 $X1/inscriptionSet/inscription {Y1} $C1 -> P128 -> E37 {D1} R3 $Y1/author* $D1 -> P94B-> E65 -> P14 -> E39 -> P131-> E82 R4 $Y1/text* {Y3} $D1 -> P138 -> E33 {D3} R5 $Y3/@type* $D3 -> P2 -> E55 R6 $Y3/@xml:lang* $D3 -> P72 -> E56 R7 $Y1/position* $D1 -> P58 -> E46 27
  • 28. MDL Rules for the “material, measurements, title, rights” elements Rule XPath location paths CIDOC/CRM paths No R1 Work {X1} E24 {C1} R2 $X1/materialSet/material* {Z1} $C1 -> P45 -> E57 {A1} R3 $Z1/@type* $A1 -> P2 -> E55 R4 $X1/measurementsSet/measurements* {W1} $C1 ->P43 -> E54 {B1} -> P90 -> E60 R5 $W1/@type* $B1 -> P2 -> E55 R6 $W1/@unit* $B1 -> P91 -> E58 R7 $X1/titleSet/title*{Q1} $C1 -> P102 {S1} -> E35 R8 $Q1/@type* $S1 -> P102.1 -> E55 R9 $X10/rightsSet/rights {F1} $C1 -> P104 -> E30 {G1} R10 $F1/@type* $G1 -> P2 -> E55 R11 $F1/rightsHolder* $G1 -> P75B -> E39 R12 $F1/notes* $G1 ->P3 -> E62 28 R13 $F1/text* $G1 -> P1 -> E75
  • 29. “Agent” element (image level) VRA: work/agentSet/agent/name[@type] CIDOC/CRM: E24 Physical Man-Made Thing -> P108B was produced by -> E12 Production -> P14 carried out by -> E39 Actor -> Ρ131 is identified by -> E82 Actor Appellation -> P2 has type -> E55 Type VRA: image/agentSet/agent/name[@type] CIDOC/CRM: E38 Image -> P94B was created by -> E65 Creation -> P14 carried out by -> E39 Actor -> Ρ131 is identified by -> E82 Actor Appellation -> P2 has type -> E55 Type In the image level, all the subelements of the element “agent” are represented accordingly to the mappings of the element “agent” in the work level, with the difference of : E38 Image -> P94B was created by -> E65 Creation … 29
  • 30. “Inscription” element (image level) VRA: work/inscriptionSet/inscription/author CIDOC/CRM: E24 Physical Man-Made Thing -> P128 carries -> E37 Mark -> P94B was created by -> E65 Creation -> P14 carried out by -> E39 Actor –> P131 is identified by –> E82 Actor Appellation VRA: image/inscriptionSet/inscription/author CIDOC/CRM: E38 Image -> P128 carries -> E37 Mark -> P94B was created by -> E65 Creation -> P14 carried out by -> E39 Actor –> P131 is identified by –> E82 Actor Appellation 30
  • 31. The use of MDL  Metadata exchange from the VRA paths to equivalent CIDOC/CRM paths  Transformation of XPath queries posed on XML-based metadata into equivalent queries on the CIDOC/CRM ontology 31
  • 32. Conclusions  Mapping VRA elements to CIDOC/CRM paths proved to be a rather time- consuming activity, which requires a deep conceptual work.  CIDOC/CRM provides:  very rich structuring mechanisms for metadata descriptions and an abstract but fine-grained conceptualization for events, objects, agents, things, etc.  the combination of a wide range of classes and properties that generates a large number of conceptual expressions that need to be examined thoroughly (classes and properties hierarchies).  The use of the classes E12 Production and E65 Creation reveal one of the main characteristics of CIDOC/CRM, event-orientation.  The <type> attribute assigned to several elements and subelements defines different semantic mappings, making mapping even more complex  The use of several global attributes (e.g. <xml:lang> attribute) expands further the CIDOC/CRM paths 32
  • 33. Future Research Directions  To validate our approach, we plan to test the proposed mappings by running real life examples and evaluate the results.  Another direction to explore is the definition of the reverse semantic mappings from the CIDOC/CRM ontology to the VRA Core 4.0, in order to enrich the mapping procedure proposed by our research group 33
  • 34. References  Library of Congress. VRA Core: a data standard for the description of works of visual culture, 2011. http://www.loc.gov/standards/vracore/  International Council of Museums (ICOM). The CIDOC Conceptual Reference, 2010. http://www.cidoc-crm.org/  T. R. Gruber (1993). Toward Principles for the Design of Ontologies Used for Knowledge Sharing. In Guarino, N. and Poli, R. (eds.), Formal Ontology in Conceptual Analysis and Knowledge Representation. Kluwer Academic  Th. Stasinopoulou et al. (2007). Ontology-based metadata integration in the cultural heritage domain. In Proceedings of the 10th International Conference on Asian Digital Libraries, ICADL-2007, Hanoi, Vietnam, Lecture Notes in Computer Science (LNCS).  M. Gergatsoulis et al. (2010). Mapping Cultural Metadata Schemas to CIDOC Conceptual Reference Model. In S. Konstantopoulos et al. (eds.), SETN 2010, Athens, Greece, May 4-7, 2010, Proceedings. LNAI, Vol. 6040, pages 321-326, Springer-Verlag 34
  • 35. Thank you for your attention!!!! Questions??? 35