Ignore:
Timestamp:
10/04/13 22:47:37 (11 years ago)
Author:
vronk
Message:

adding Schema Matching info and application

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SMC4LRT/chapters/Design_SMCinstance.tex

    r3671 r3680  
    306306\end{enumerate}
    307307
     308This task is basically an application of ontology mapping method.
     309
     310We don't try to achieve complete ontology alignment, we just want to find
     311for our ``anonymous'' concepts semantically equivalent concepts from other ontologies.
     312This is very near just other phrasing for the definition of ontology mapping function as given by \cite{EhrigSure2004, amrouch2012survey}:
     313``for each concept (node) in ontology A [tries to] find a corresponding concept
     314(node), which has the same or similar semantics, in ontology B and vice verse''.
     315
     316The first two points in the above enumeration represent the steps necessary to be able to apply the ontology mapping.
     317The identification of appropriate vocabularies is discussed in the next subsection. In the operationalization, the identified vocabularies could be treated as one aggregated ontology to map all entities against. For the sake of higher precision, it may be sensible to perform the task separately for individual concepts, i.e. organisations, persons etc. and in every run consider only relevant vocabularies.
     318
     319
     320The transformation of the data has been partly described in previous section:
     321It can be trivially automatically converted into RDF triples as :
     322
     323\begin{example3}
     324<lr1> & cmd:Organisation & "MPI" \\
     325\end{example3}
     326
     327However for the needs of the mapping task we propose to reduce and rewrite to retrieve distinct concept , value pairs:
     328
     329\begin{example3}
     330\_:1 & a & cmd:Organisation;\\
     331   & skos:altLabel & "MPI";
     332\end{example3}
     333
     334\var{lookup} function is a customized version of the \var(map) function, that operates on this information pairs (concept, label).
     335
     336The two steps \var{lookup} and \var{assess} correspond exactly to the two steps in \cite{jimenez2012large} in their system \xne{LogMap2}: 1) computation of mapping candidates (maximise recall) and b) assessment of the candidates (maximize precision)
     337
     338
    308339\begin{figure*}[!ht]
    309340\includegraphics[width=1\textwidth]{images/SMC_CMD2LOD}
     
    373404
    374405
     406
    375407%%%%%%%%%%%%%%%%%%%%%
    376408\section{SMC LOD - Semantic Web Application}
     
    378410
    379411
    380 
    381 \cite{Europeana RDF Store Report}
    382 
    383 Technical aspects (RDF-store?): Virtuoso
    384 
    385 \todocode{install Jena +  fuseki}\furl{http://jena.apache.org}\furl{http://jena.apache.org/documentation/serving_data/index.html}\furl{http://csarven.ca/how-to-create-a-linked-data-site}
    386 
    387 \todocode{install older python (2.5?) to be able to install dot2tex - transforming dot files to nicer pgf formatted graphs}\furl{http://dot2tex.googlecode.com/files/dot2tex-2.8.7.zip}\furl{file:/C:/Users/m/2kb/tex/dot2tex-2.8.7/}
    388 
    389 \todocode{check install siren}\furl{http://siren.sindice.com/}
    390 
    391 
    392 \todocode{check/install: raptor for generating dot out of rdf}\furl{http://librdf.org/raptor/}
    393 
    394 \todocode{check/install: Linked Data browser: LoD p. 81; Haystack}\furl{http://en.wikipedia.org/wiki/Haystack_(PIM)}
    395 
    396  / interface (ontology browser?)
    397 
    398 semantic search component in the Linked Media Framework
    399 \todocode{!!! check install LMF - kiwi - SemanticSearch !!!}\furl{http://code.google.com/p/kiwi/wiki/SemanticSearch}
    400 
    401 \todoin{check SARQ}\furl{http://github.com/castagna/SARQ}
    402 
    403 
    404 \section {Full semantic search - concept-based + ontology-driven ?}
    405 \label{semantic-search}
    406 
    407412With the new enhanced dataset, as detailed in section \ref{sec:cmd2rdf}, the groundwork is laid for the full-blown semantic search as proposed in the original goals, i.e. the possibility for ontology-driven or at least `semantic resources assisted' exploration of the dataset.
    408413
     
    415420rechercheisidore, dbpedia, ...
    416421
     422
     423\cite{Europeana RDF Store Report}
     424
     425Technical aspects (RDF-store?): Virtuoso
     426
     427
     428semantic search component in the Linked Media Framework
     429
     430\todoin{check SARQ}\furl{http://github.com/castagna/SARQ}
     431
     432
     433%\section {Full semantic search - concept-based + ontology-driven ?}
     434%\label{semantic-search}
     435
     436
    417437\section{Summary}
     438
     439%The task can be also seen as building bridge between XML resources and semantic resources expressed in RDF, OWL.
     440
     441The process of expressing the whole of the data as one semantic resource, can be also understood as schema or ontology merging task. Data categories being the primary mapping elements
     442
     443
    418444In this chapter, an expression of the whole of the CMD data domain into RDF was proposed, with special focus on the way how to translate the string values in metadata fields to corresponding semantic entities. Additionally, some technical considerations were discussed regarding exposing this dataset as Linked Open Data and the implications for real semantic ontology-based data exploration.
    419445
Note: See TracChangeset for help on using the changeset viewer.