source: CMDI-Interoperability/CMD2RDF/trunk/docs/papers/2014-LREC/CMD2RDF.tex @ 3883

Last change on this file since 3883 was 3883, checked in by vronk, 11 years ago

minor

File size: 26.9 KB
Line 
1%\documentclass{article}
2\documentclass{llncs}
3\usepackage{llncsdoc}
4\usepackage{color}
5\usepackage{graphicx}
6\usepackage{amsmath}
7\usepackage{framed}
8
9\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim
10
11%\newcommand{\comment}[1]{}
12\newcommand{\commentx}[1]{\textcolor{red}{#1}}
13
14%%% PAGE DIMENSIONS
15\usepackage{geometry} % to change the page dimensions
16\geometry{a4paper} % or letterpaper (US) or a5paper or....
17\geometry{margin=2.5cm} % for example, change the margins to 2 inches all round
18%\topmargin=-0.6in
19\textheight=700pt
20% \geometry{landscape} % set up the page for landscape
21%   read geometry.pdf for detailed page layout information
22
23\newcommand{\code}[1]{\texttt{#1}}
24\newcommand{\xne}[1]{\textsf{#1}}  % named entity
25\newcommand{\furl}[1]{\footnote{\url{#1}}}
26\newcommand{\var}[1]{\textrm{\textit{#1}}} % variable, definition
27
28%@{\hspace{-2mm}}
29\newenvironment{example2}
30{ \footnotesize
31\begin{ttfamily} \begin{shaded*} \noindent
32 \begin{tabular}{p{0.4\textwidth}  p{0.6\textwidth} } }
33{\end{tabular} \end{shaded*} \end{ttfamily} }
34
35\newenvironment{example3}
36{ \footnotesize
37 \begin{ttfamily} \begin{shaded*} \noindent
38 \begin{tabular}{@{\hspace{-1mm}} p{0.25\textwidth}  p{0.25\textwidth}  p{0.45\textwidth}} 
39}
40{  \end{tabular} \end{shaded*} \end{ttfamily} }
41
42\definecolor{shadecolor}{rgb}{0.95,0.95,1.0}
43
44% xml syntax highlighting
45% source http://snipt.org/vngf3
46\usepackage{listings}
47 
48\definecolor{grey}{rgb}{0.4,0.4,0.4}
49\definecolor{darkblue}{rgb}{0.0,0.0,0.6}
50\definecolor{cyan}{rgb}{0.0,0.6,0.6}
51
52
53\newenvironment{notex}
54{\footnotesize \color{grey} \begin{textit}}
55{ \end{textit} \normalsize}
56
57
58%
59\begin{document}
60
61\title{From Component Metadata to Linked Open Data}
62
63\author{Matej Durco\inst{1} \and Menzo Windhouwer\inst{2}}
64
65\institute{\email{matej.durco@assoc.oeaw.ac.at}\newline
66Institute for Corpus Linguistics and Text Technology (ICLTT), Vienna, Austria
67\and
68\email{menzo.windhouwer@dans.knaw.nl}\newline
69The Language Archive - DANS, The Hague, The Netherlands}
70
71\maketitle
72%
73%\begin{abstract}
74%\end{abstract}
75%
76\begin{keywords}
77Linked Open Data, RDF, metadata
78%metamodel, research infrastructure
79\end{keywords}
80%
81\section{Motivation}
82%
83Although semantic interoperability has been one of the main motivations for CLARIN Component Metadata Infrastructure (CMDI), until now there has been no work on the obvious -- bringing CMDI to Semantic Web. We believe that providing the whole of CMD data as Linked Open Data (LOD) interlinked with external semantic resources, will open up new dimensions of processing and exploring of the CMD data by employing the power of semantic technologies. In this paper, we lay out how individual parts of the CMD framework can be expressed in RDF and interlinked with existing external semantic resources (ontologies, knowledge bases, vocabularies).
84%This conversion lays a foundation / is groundwork for providing the original dataset as a \emph{Linked Open Data} nucleus within the \emph{Web of Data}\cite{TimBL2006} as well as for real semantic (ontology-driven) search and exploration of the data.
85
86%
87\section{The Component Metadata Infrastructure}\label{CMDI}
88%
89
90The basic building blocks of CMDI are components. Components are used to group elements and attributes, which can take values, and also other components (see Figure \ref{fig:CMDM}). Components are stored in the Component Registry (CR), where they can be reused by other modellers. Thus a metadata modeller selects or creates components and combines them into a profile targeted at a specific resource type, a collection of resources or a project, tool or service. A profile serves as blueprint for a schema for metadata records. CLARIN centres offer these CMD records describing their resources to the joint metadata domain. There are a number of generic tools which operate on all the CMD records in this domain, e.g., the Virtual Language Observatory\furl{http://www.clarin.eu/vlo/}. These tools have to deal with the variety of CMD profiles. They can do so by operating on a semantic level, as components, elements and values can all be annotated with links to concepts in various registries. Currently used concept registries are the Dublin Core metadata %elements and
91terms and the ISOcat Data Category Registry. These concept links allow profiles, while being diverse in structure, to share semantics. Generic tools can use this semantic linkage to overcome differences in terminology and also in structure.
92
93\begin{figure*}
94\begin{center}
95\hspace{-0.1\textwidth}\includegraphics[width=0.8\textwidth]{CMDM}
96\end{center}
97\caption{Component Metadata Model}
98\label{fig:CMDM}
99\end{figure*}
100
101
102%
103\subsection{Current status of the joint CMD Domain}
104%
105To provide a frame of reference for the proportions of the undertaking, this section gives a few numbers about the data in the CMD domain.
106%, both on the schema level, i.e. with regard to the defined profiles and data categories used, as well as on the instance level, the actual CMD records.
107
108\subsubsection{CMD Profiles }
109Currently 133 public profiles and 772 components are defined in the CR.
110Next to the `native' ones a number of profiles have been created that implement existing metadata formats, like OLAC/DCMI-terms, TEI Header or the META-SHARE schema.
111%The resulting profiles proof the flexibility/expressi\-vi\-ty of the CMD metamodel.
112The individual profiles differ also very much in their structure -- next to simple flat profiles
113%with just one level of components or elements with 5 to 20 fields (\textit{dublincore}, \textit{collection}, the set of \textit{Bamdes}-profiles)
114there are complex ones with up to 10 levels %(\textit{ExperimentProfile}, profiles for describing Web Services)
115and a few hundred elements.
116%The biggest single profile is currently the remodelled maximum schema from the META-SHARE project \cite{Gavrilidou2012meta} for describing corpora, with 117 components and 337 elements.
117
118\subsubsection{Instance Data}
119
120The main CLARIN OAI-PMH harvester\footnote{\url{http://catalog.clarin.eu/oai-harvester/}}
121regularly collects records from the -- currently 69 -- providers, all in all over 550.000 records.
12216 of the providers offer CMDI records, the other 53 provide around 140.000 OLAC/DC records, that are converted into the corresponding CMD profile.
123%Next to these 81.226 original OLAC records, there a few providers offering their OLAC or DCMI-terms records already converted into CMDI, thus all in all OLAC, DCMI-terms records amount to 139.152.
124%On the other hand, some
125Some of the comparatively few providers of `native' CMD records expose multiple profiles (e.g. Meertens Institute uses 12 different ones), so that overall instance data for more than 60 profiles is present.
126%So we encounter both situations: one profile being used by many providers and one provider using many profiles.
127
128%
129\section{LOD -- Linked Open Data}
130%
131The main added value of LOD\cite{TimBL2006} is the interconnecting of disparate datasets.
132In the broader context of LOD there is meanwhile an Open Knowledge Foundation’s Working Group on Linked Data in Linguistics, that represents an obvious pool of candidate
133datasets to link the CMD data with\footnote{\url{http://linguistics.okfn.org/resources/llod/}}.
134Within these \xne{lexvo} seems most promising starting point, as it features URIs like \url{http://lexvo.org/id/term/eng/}, i.e. based on the ISO-639-3 language identifiers which are also used in CMD records.
135\xne{lexvo} also seems suitable as it is already linked with a number of other LOD linguistic datasets like \xne{WALS}, \xne{lingvoj} and \xne{Glottolog}.
136Of course, language is just one dimension to use for mapping.
137Step by step we will link other categories like countries, geographica, organisations, etc.
138to some of the central nodes of the LOD cloud \cite{Cyganiak2010}, like \xne{dbpedia}, \xne{Yago} or \xne{geonames},
139but also to domain-specific semantic resource like the ontology for language technology \xne{LT-World} \cite{Joerg2010} developed at DFKI.
140
141\section{CMD to RDF}
142\label{sec:cmd2rdf}
143In the following a RDF encoding is proposed for all levels of the CMD data domain:
144\begin{itemize}
145\item CMD meta model,
146\item profile and component definitions,
147\item administrative and structural information of CMD records and
148\item individual values in the fields of the CMD records.
149\end{itemize}
150
151\subsection{CMD specification}\label{sec:CMDM}
152
153The main entity of the meta model is the CMD component modelled as a \code{rdfs:Class}. A CMD profile is basically a CMD component with some extra features, implying a specialization relation. It may seem natural to translate a CMD element to a RDF property (as it holds the literal value), but given its complexity (e.g., attributes\footnote{Due to space considerations the abstract will not further discuss attributes.}, relation to the containing component)  it too has to be expressed as \code{rdfs:Class}. The actual literal value is a property of given element of type \code{cmdm:ElementValue}. For values that can be mapped to entities defined in external semantic resources, the references to these entities are expressed in parallel object properties of type \code{cmdm:hasElementEntity} (constituting outbound links). The containment relation between components and elements is expressed with a dedicated property \code{cmdm:contains}.
154
155\label{table:rdf-spec}
156\begin{example3}
157\multicolumn{3}{l}{@prefix cmdm: \textless http://www.clarin.eu/cmd/general.rdf\#\textgreater . }\\
158\\
159\multicolumn{3}{l}{\# basic building blocks of CMD Model}  \\
160cmdm:Component & a & rdfs:Class . \\
161cmdm:Profile & rdfs:subClassOf & cmdm:Component . \\
162cmdm:Element & a & rdfs:Class . \\
163%cmdm:Attribute & a & rdfs:Class .  \\
164\\
165\multicolumn{3}{l}{\# basic CMD nesting}  \\
166cmdm:contains & a & rdf:Property ; \\
167        & rdfs:domain & cmdm:Component ; \\
168        & rdfs:range & :Component , :Element . \\
169
170%cmdm:containsAttribute & a &rdf:Property;
171%          & rdfs:domain & :Component, :Element;
172%          & rdfs:range & :Attribute.
173
174\multicolumn{3}{l}{\# values}  \\
175
176cmdm:Value & a & rdfs:Literal .  \\
177\\
178cmdm:hasElementValue & a & rdf:Property ;  \\
179              & rdfs:domain & cmdm:Element ;  \\
180              & rdfs:range & cmdm:Value .  \\
181 \\
182\multicolumn{3}{l}{\# add a parallel separate class/property for the resolved entities}  \\
183cmdm:Entity & a & rdfs:Class .  \\
184\\
185cmdm:hasElementEntity & a & rdf:Property ;  \\
186              & rdfs:domain & :Element ;  \\
187              & rdfs:range & :Entity .   \\
188% \\
189%\multicolumn{3}{l}{\# analogue for attributes ...}  \\
190%cmdm:hasAttributeValue & a & rdf:Property ;  \\
191%              & rdfs:domain & cmdm:Attribute ;  \\
192 %             & rdfs:range & rdfs:Literal .  \\
193
194%cmdm:hasAttributeEntity & a & rdf:Property ;  \\
195%              & rdfs:domain & :Attribute ;  \\
196%              & rdfs:range & :Entity .  \\
197\end{example3}
198
199
200\subsection{CMD profile and component definitions}
201This top-level classes and properties are subsequently used for modelling the actual profiles, components and elements as they are defined in the CR.
202For stand-alone components, the IRI is the exact path into the CR to get the RDF representation for the profile/component\furl{http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c\_1271859438125/rdf}. For ``inner'' components (that are defined as part of another component) and elements the identifier is a concatenation of the nearest ancestor stand-alone component's IRI and the dot-path to given component/element (e.g., Actor:\\ \code{cr:clarin.eu:cr1:c\_1271859438197/rdf\#Actor.Actor\_Languages.Actor\_Language}\footnote{For the sake of readability, in the examples we will collapse the component IRIs, refering to them just by their name, prefixed with \code{cmd:}})
203
204\begin{example3}
205cmd:collection& a & cmdm:Profile; \\
206 & rdfs:label & "collection"; \\
207 & dcterms:identifier & cr:clarin.eu:cr1:p\_1345561703620. \\
208cmd:Actor  & a &cmdm:Component. \\
209\end{example3}
210
211\subsubsection{Data Categories}
212The primary concept registry in use by CMDI for its concept links is ISOcat. The recommended approach to link to the data categories is via an annotation property \cite{Windhouwer2012_LDL}.
213
214\begin{example3}
215dcr:datcat & a  & owl:AnnotationProperty ; \\
216 & rdfs:label  & "data category"@en ; \\
217% & rdfs:comment  & "This resource is equivalent to  this data category."@en ; \\
218% & skos:note  & "The data category should be identified by its PID."@en ; \\
219\end{example3}
220
221Consequently, the \code{@ConceptLink} attribute on CMD elements and components referencing the data category can be modelled as:
222
223\begin{example3}
224cmd:LanguageName & dcr:datcat & isocat:DC-2484. \\
225\end{example3}
226
227%\subsection{RELcat - Ontological relations}
228% \commentx{for now we could probably skip all of relcat (although it is the future of semantic mapping ;) - we spare something for the next paper.}
229\begin{comment}
230Relations between data categories are not stored directly in the \xne{ISOcat} DCR, but rather in the dedicated Relation Registry \xne{RELcat} as RDF triples \cite{WINDHOUWER12.954} with dedicated predicates based on an extensible taxonomy of relation types. In the final paper, we will provide more details on the role of this important building block in the endeavour.
231
232
233A sample relation from the \xne{CMDI} relation set expressing a number of equivalences between \xne{ISOcat} data categories and \xne{dublincore} terms:
234
235\begin{example3}
236isocat:DC-2538 & rel:sameAs & dct:date
237\end{example3}
238
239\noindent
240By design, the relations in Relation Registry are not expressed with predicates from known vocabularies like \xne{SKOS} or \xne{OWL}, again with the aim to avoid too strong semantic implications. This leaves leeway for further specialization of the relations in specific applications. The \code{rel:*} properties can be undrestood as an upper layer of a taxonony of relation types, implying a subtyping:
241
242\begin{example3}
243rel:sameAs & rdfs:subPropertyOf & owl:sameAs
244\end{example3}
245\end{comment}
246
247%%%%%%%%%%%%%%%%%%%%%
248\subsection{CMD instances}
249In the next step, we want to express in RDF the individual CMD instances, the metadata records.
250
251We provide a generic top level class for all resources (including metadata records), the \code{cmdm:Resource} class and the  \code{cmdm:hasMimeType} predicate to type the resources.
252
253\begin{example3}
254<lr1> & a  & cmdm:Resource; \\
255& cmdm:hasMimeType & "audio/wav". \\
256\end{example3}
257
258\subsubsection {Resource Identifier}
259
260\begin{comment}
261It seems natural to use the PID of a Language Resource ( \code{<lr1>} ) as the resource identifier for the subject in the RDF representation. While this seems semantically sound, not every resource has to have a PID. (This is especially the case for ``virtual'' resources like collections, that are solely defined by their constituents and don't have any data on their own.) As a fall-back the PID of the MD record ( \code{<lr1.cmd>}  from \code{cmd:MdSelfLink} element) could be used as the resource identifier.
262If identifiers are present for both resource and metadata, \end{comment}
263The PID of a Language Resource ( \code{<lr1>} ) is used as the IRI for the described resource in the RDF representation.
264The relationship between the resource and the metadata record can be expressed as an annotation using the \xne{OpenAnnotation} vocabulary\furl{http://openannotation.org/spec/core/core.html}.
265(Note, that one MD record can describe multiple resources. This can be also easily accommodated in OpenAnnotation.)
266
267\begin{example3}
268\_:anno1  & a & oa:Annotation ; \\
269 & oa:hasTarget  & <lr1a>, <lr1b> ; \\
270 & oa:hasBody  & \_:topComponent1 ; \\
271 & oa:motivatedBy  & oa:describing . \\
272\end{example3}
273
274\subsubsection{Provenance}
275
276The information from the CMD record \code{cmd:Header} represents the provenance information about the modelled data.
277
278\begin{example3}
279\_:topComponent1 & dcterms:identifier  & <lr1.cmd> ;  \\
280 & dcterms:creator  & \var{\{cmd:MdCreator\}} ;  \\
281 & dcterms:publisher  & <http://clarin.eu> ; \\
282 & dcterms:created & \var{\{cmd:MdCreated\}} .  \\
283\end{example3}
284
285\subsubsection{Collection hierarchy}  % ( Resource Proxy – IsPartOf)}
286
287In CMD, there are dedicated generic elements -- the \code{cmd:ResourceProxyList} structure -- used to express both the collection hierarchy and to point to resource(s) described by the CMD record. The collection hierarchy can be modelled as an \xne{OAI-ORE Aggregation}\furl{http://www.openarchives.org/ore/1.0/primer\#Foundations}. (The links to resources are handled by \code{oa:hasTarget}.)
288:
289
290\begin{example3}
291<lr0.cmd>  & a   & ore:ResourceMap . \\
292<lr0.cmd> & ore:describes & <lr0.agg> . \\
293<lr0.agg> & a   & ore:Aggregation ; \\
294& ore:aggregates  & <lr1.cmd>, <lr2.cmd> . \\
295\end{example3}
296
297\begin{comment}
298Additionally the flat header field \code{cmd:MdCollectionDisplayName} has been introduced to indicate by simple means the collection, of which given resource is part.
299This information can be used to generate a separate one-level grouping of the resources, in which the value from the \code{cmd:MdCollectionDisplayName} element would be used as the label of an otherwise undefined \code{ore:ResourceMap}.
300Even the identifier/ URI for this collections is not clear. Although this collections should match with the ResourceProxy hierarchy, there is no guarantee for this, thus a 1:1 mapping cannot be expected.
301
302\begin{example3}
303\_:mdcoll  & a   & ore:ResourceMap; \\
304 & rdfs:label & "Collection 1"; \\
305\_:mdcoll\#aggreg & a   & ore:Aggregation \\
306 & ore:aggregates  & <lr1.cmd>, <lr2.cmd>; \\
307\end{example3}
308\end{comment}
309       
310\subsubsection{Components -- nested structures}
311For expressing the tree structure of the CMD records, i.e. the containment relation between the components a dedicated property \code{cmd:contains} is used:
312
313\begin{example3}
314\_:actor1  & a & cmd:Actor . \\
315\_:actor1lang1  & a & cmd:Actor.Actor\_Language . \\
316\_:actor1  & cmd:contains & \_:actor1lang1 . \\
317\end{example3}
318
319\begin{comment}
320\noindent
321We use \code{cmdm:describesResource} for if the \code{@res} attribute is used , i.e., one or more references to a resource (via a proxy), on a component
322
323\begin{example3}
324\_:coll1 & a & cmd:collection. \\
325\_:coll1 & cmdm:describesResource & <lr1> . \\
326\end{example3}
327\end{comment}
328
329\subsubsection{Elements, Fields, Values}
330Finally, we want to integrate also the actual field values in the CMD records into the linked data.
331As explained before, CMD elements have to be typed as \code{rdfs:Class}, the actual value expressed as \code{cmds:ElementValue}, and they are related bua a \code{cmdm:hasElementValue} property.
332
333While generating triples with literal values seems straightforward, the more challenging but also more valuable aspect is to generate object property triples (predicate \code{cmdm:hasElementEntity}) with the literal values mapped to semantic entities. Following example shows the whole chain of statements from metamodel to literal value and corresponding semantic entity.
334
335The actual mapping process from values to entities is a complex challenging task and will be tackled in more detail in the full paper. The main idea is to find entities in selected reference datasets (controlled vocabularies, ontologies) corresponding to the literal values in the metadata records. The obtained entity identifiers are further used to generate new RDF triples, representing outbound links.
336
337\begin{example3}
338cmd:Person & a & cmdm:Component . \\
339cmd:Person.Organisation & a &  cmdm:Element . \\
340cmd:hasOrganisationElementValue  \\
341& rdfs:subProperyOf & cmdm:hasElementValue ; \\
342        & rdfs:domain & cmd:Organisation ; \\
343        & rdfs:range & xs:string . \\ 
344cmd:hasOrganisationElementEntity \\
345        & rdfs:subProperyOf & cmdm:hasElementEntity ; \\
346        & rdfs:domain & cmd:Organisation ; \\
347        & rdfs:range & cmd:OrganisationElementEntity .\\
348cmd:OrganisationElementEntity \\
349& a & cmdm:Entity . \\
350\\
351\multicolumn{3}{l}{\# person (mentioned in a MD record) has an affiliation (cmd:Person/cmd:Organisation) } \\
352\_:pers  & a & cmd:Person ; \\
353        & cmdm:contains & \_:org . \\
354\_:org & a & cmd:Person.Organisation ; \\
355        & \multicolumn{2}{l}{cmd:hasOrganisationElementValue \quad 'MPI'\^{}\^{}xs:string ;} \\
356        & \multicolumn{2}{l}{ cmd:hasOrganisationElementEntity  \quad <http://www.mpi.nl/> . }\\
357
358<http://www.mpi.nl/> & a  & cmd:OrganisationElementEnity .
359\end{example3}
360
361\begin{comment}
362%%%%%%%%%%%%%%%%%
363\section{Mapping field values to semantic entities}
364\label{sec:values2entities}
365
366\commentx{this is probably definitely too much for one abstract  - so we could just anounce the need for this mapping process.}
367
368This task is a prerequisite to be able to express also the CMD instance data in RDF. The main idea is to find entities in selected reference datasets (controlled vocabularies, ontologies) matching the literal values in the metadata records. The obtained entity identifiers are further used to generate new RDF triples, representing outbound links.
369
370It involves following steps:
371
372\begin{enumerate}
373\item identify appropriate controlled vocabularies for individual metadata fields or data categories (manual task)
374\item extract \emph{distinct data category, value pairs} from the metadata records
375\item actual \textbf{lookup} of the individual literal values in given reference data (as indicated by the data category) to retrieve candidate entities, concepts
376\item assess the reliability of the match
377\item generate new RDF triples with entity identifiers as object properties
378\end{enumerate}
379
380This task is basically an application of ontology mapping method, trying to find for our ``anonymous'' concepts semantically equivalent concepts from other semantic resources / vocabularies.
381% This is almost equivalent to the definition of ontology mapping function as given by \cite{EhrigSure2004, amrouch2012survey}: ``for each concept (node) in ontology A [tries to] find a corresponding concept (node), which has the same or similar semantics, in ontology B and vice verse''.
382
383\subsubsection{Identify vocabularies}
384
385One generic way to indicate vocabularies for given metadata fields or data categories being discussed in the CMD community is to use dedicated annotation property in the schema or data category definition (tentatively labeled \code{@clavas:vocabulary}, cf: \emph{CMD 1.2}).
386
387The primary provider of relevant vocabularies is \xne{ISOcat} and \xne{CLAVAS} â€“ a service for managing and providing vocabularies in SKOS format. However, in general we have to assume/consider a number of different sources.
388
389\subsubsection{Extract input data}
390Starting from the literal triples as defined in previous section (\code{cmdm:hasElementValue}) we aggregate the elemnt values to retrieve distinct \emph{concept-value pairs}:
391
392\begin{example3}
393\_:1 & a  & cmd:OrganisationElementEntity . \\
394   & skos:altLabel & "MPI";
395\end{example3}
396
397\subsubsection{Lookup}
398
399In abstract terms, the lookup function takes as input the identifier of data category (or CMD element) and a literal string value and returns a list of potentially matching entities, ideally with some confidence score. Before actual lookup, there may have to be some string-normalizing preprocessing.
400
401%\begin{definition}[{signature of the lookup function}]
402\begin{equation}
403lookup \ ( \ DataCategory \ \ Literal \ \quad \mapsto \quad ( \ \textless  Concept \ | \ Entity  ,\ confidenceScore \textgreater \ )*
404\end{equation}
405%\end{definition}
406
407In the implementation, there needs to be additional initial configuration input, identifying datasets for given data categories,
408which will be the result of the previous step -- identification of vocabularies. \
409
410
411%\begin{definition}{Required configuration data indicating data category to available }
412\begin{equation}
413DataCategory \quad \mapsto \quad SemanticResource+
414\end{equation}
415%\end{definition}
416
417
418As for the implementation, in the initial setup the system could resort to the \code{find}-interface provided by \xne{OpenSKOS}.
419However, in the long term a more general solution is required, a kind of hybrid \emph{vocabulary proxy service} that allows to search in a number of datasets, many of them distributed and available via varying interfaces.
420
421\subsubsection{Candidate evaluation}
422The lookup is the most sensitive step in the process, being the gate between ``strings'' and semantic entities. In general, the resulting candidates cannot be seen as reliable matches and should undergo further scrutiny to ensure that the match is semantically correct. In some situation this ambiguities can be resolved algorithmically, but in the end in many cases it will require human curation of the generated data.
423
424%One example: A lookup with the pair \code{<organization, "Academy of sciences">} would probably return a list of organizations, as there is a national Academy of Sciences, in a number of countries. It would require further heuristics, e.g. checking the corresponding department, contact or -- less reliably -- the language of the described resource, to determine which specific Academy of Sciences is meant in given resource description.
425
426\end{comment}
427
428\section{Implementation}
429
430The transformation of profiles and instances into RDF/XML is accomplished by a set of XSL-stylesheets, that are currently being tested on a sample dataset. Once ready, they will be integrated into the CMDI core infrastructure, e.g., the CR.
431%And in the near future, a test on the instances in the complete CLARIN joint metadata domain will be performed.
432Once the linked data is available it has to be stored and published in a RDF triple store. We will elaborate on this aspect further in the final paper.
433%The most promising solution seems to be \xne{Virtuoso}, an integrated feature-rich hybrid data store, able to deal with different types of data (``Universal Data Store''). \cite{Haslhofer2011europeana}
434
435% Although the distributed nature of the data is one of the defining features of LOD and theoretically one should be able to follow the data by dereferencable URIs, in practice it is mostly necessary to pool into one data store linked datasets from different sources that shall be queried together due to performance reasons. This implies that the data to be kept by the data store will be decisively larger, than ``just'' the original dataset.
436
437\section{Conclusions and Future Work}
438In this abstract, we sketched the work on encoding of the whole of the CMD data domain in RDF, with special focus on the core model -- the general component schema. In the full paper we will also elaborate on the task of mapping element values to semantic entities. Additionally, some technical considerations will be discussed regarding exposing this dataset as Linked Open Data.
439
440With this new enhanced dataset, the groundwork is laid for a full-blown \emph{semantic search}, i.e., the possibility of exploring the dataset indirectly using external semantic resources (like vocabularies of organizations or taxonomies of resource types) to which the CMD data will then be linked.
441
442\bibliographystyle{splncs}
443\bibliography{CMD2RDF}
444
445\end{document}s
Note: See TracBrowser for help on using the repository browser.