Ontology Driven Access to Museum Information

Oreste Signore
W3C Office in Italy at C.N.R.
Area della Ricerca di Pisa San Cataldo - Via G. Moruzzi, 1 - 56124 Pisa
<oreste@w3.org>

CIDOC 2005
Annual Conference
of the International Committee for Documentation
of the International Council of Museums ICOM-CIDOC
May 24 – 27, 2005
Zagreb, Croatia


Slides URI: http://www.w3c.it/talks/2005/cidoc2005/

Paper URI: http://www.w3c.it/papers/cidoc2005.pdf

Acknowledgements

Talk layout

Searching vs. Linking

Back to the "roots" of the web

The typical search scenario

Effective search is important ...
... but reducing complexity in query formulation and supporting user's interests is more important

Information Integration

Via a common schema

At metadata level

Talk layout

The basic association model

Reading a document (a web resource) our attention is captured by some words (anchors) leading our mind to a concept space.

Modelling the association process
Two levels

Implementing intensional links

Other issues

Document semantics
Link semantics
User model

Talk layout

Information integration

A base for understanding

Core metadata
Core ontology

CIDOC-CRM is a formal ontology which can be used to perform reasoning.

Talk layout

A sample

Epitaphios GE34604

epitaphios

Formal description using CIDOC-CRM

Epitaphios GE34604 (Entity Iconographic Object)
		is identified by
			TA 959a (entity Object Identifier)
			GE 34604 (entity Object Identifier)
		preferred identifier is
			GE 34604 (entity Object Identifier)
	has type
		ecclesiastical embroidery
		liturgical cloth
	current owner
		Museum Benaki (Legal Body)
	has type
		private museum
	has contact points
		<Ifigenia Dionissiadu> ifi@benaki.gr (entity Contact Point)
		Koumbari Street 1, Athens (entity Address)
...

(1998 Martin Doerr and Ifigenia Dionissiadou)

RDF+OWL are fit for the job!

<?xml version="1.0" encoding="ISO-8859-7"?>
<rdf:RDF xml:lang="en" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 
   xmlns:crm="cd://#" xml:base="//">
	<crm:E84.Information_Carrier rdf:about="Epitaphios GE34604">
		<crm:P2F.has_type>
			<crm:E55.Type rdf:about="ecclesiastical embroidery">
			</crm:E55.Type>
		</crm:P2F.has_type>
		<crm:P2F.has_type>
			<crm:E55.Type rdf:about="liturgical cloth">
			</crm:E55.Type>
		</crm:P2F.has_type>
		<crm:P52F.has_current_owner>
			<crm:E40.Legal_Body rdf:about="Museum Benaki">
			</crm:E40.Legal_Body>
		</crm:P52F.has_current_owner>
		<crm:P55F.has_current_location>
			<crm:E53.Place rdf:about="drawer 8 / case 27 / room 6 / floor sub 1 / new wing">
				<crm:P2F.has_type>
					<crm:E55.Type rdf:about="drawer">
					</crm:E55.Type>
... 

As a collection of triples

Still in machine domain! Albeit simpler to read, such visualization is still not friendly to humans
(rdf:#type is a shorthand for: http://www.w3.org/1999/02/22-rdf-syntax-ns#type)

subject (or resource)predicate (or property) value (or object)
Epitaphios GE34604 rdf:#type cidoc:#E84.Information_Carrier
ecclesiastical embroidery rdf:#type cidoc:#E55.Type
Epitaphios GE34604 cidoc:#P2F.hastype ecclesiastical embroidery
liturgical cloth rdf:#type cidoc:#E55.Type
Epitaphios GE34604 cidoc:#P2F.hastype liturgical cloth
Museum Benaki rdf:#type cidoc:#E40.Legal_Body
Epitaphios GE34604 cidoc:#P52F.has_current_owner Museum Benaki
Creation of Epitaphios GE34604 rdf:#type cidoc:#E12.Production_Event
handwork rdf:#type cidoc:#E55.Type
Creation of Epitaphios GE34604 cidoc:#P2F.has_type handwork
none rdf:#type cidoc:#E52.Time-Span
none cidoc:#P81F.ongoing_throughout "1682"@en
none cidoc:#P82F.at_some_time_within "1682"@en
Creation of Epitaphios GE34604 cidoc:#P4F.has_time-span none
Istanbul rdf:#type cidoc:#E53.Place
Creation of Epitaphios GE34604 cidoc:#P7F.took_place_at Istanbul
Epitaphios GE34604 cidoc:#P108B.was_produced_by Creation of Epitaphios GE34604
.........

A graph visualization

epitaphiosClasses

The process

Semantic annotation of documents
User mental model
Architecture

Examples of user interaction

Suppose you are located on a resource ...

Temporal browsing
Spatial browsing (from place of production)
Spatio-temporal browsing
Iconographical
... and more ...

Talk layout

Where's the difference?

Distributed
Traditional metadata

What do we need?

Just visionary?

You may say I'm a dreamer, but I'm not the only one ... (J. Lennon, Imagine, 1972)

Some promising W3C Semantic Web initiatives
Why not participate in W3C?
Don't ask what the Web can do for you, but what you can do for the Web

Conclusion

Thanks for your attention

?

If it isn't on the web it doesn't exist ...

... you will find on the W3C Office in Italy (http://www.w3c.it/) web site
the slides (http://www.w3c.it/talks/2005/cidoc2005/)