-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
paper - intro, core and evaluation updated
- Loading branch information
Showing
4 changed files
with
50 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
Small evaluation with few users? and compare with NeOn plugin maybe. | ||
We have conducted an initial user driven evaluation of the tool. | ||
|
||
|
||
\subsection{Settings} | ||
|
||
\subsection{Execution and collecting results} | ||
We have created a form with a set of questions that is available here\footnote{\url{https://docs.google.com/forms/d/1aEewd8c1RCn5kStVPDaPPXApGY08lSX9IiZnohA-tB0/edit}} | ||
|
||
|
||
\subsection{Findings and observations} | ||
Table\ref{} shows ... | ||
|
||
|
||
|
||
\section{Conclusions and Future Work}\label{sec:conclusions} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,16 +46,16 @@ | |
\title{The Prot{\'e}g{\'e}LOV Plugin: Ontology Access and Reuse for Everyone } | ||
|
||
|
||
\author{ Nuria Garc\'ia-Santa\inst{1}, Ghislain Auguste Atemezing\inst{2},\\ and Boris Villaz{\'o}n-Terrazas\inst{1}} | ||
\author{Nuria Garc\'ia-Santa\inst{1}, Ghislain Auguste Atemezing\inst{2},\\ and Boris Villaz{\'o}n-Terrazas\inst{1}} | ||
|
||
\institute{ | ||
Expert System Iberia, Campo de las Naciones, Madrid, Spain. \\ | ||
\and MONDECA, 35 boulevard de Strasbourg, Paris, France .\\ | ||
\email{[email protected],[email protected],[email protected] \\ | ||
\email{\{ngarcia,bvillazon\}@expertsystem.com,[email protected]\\ | ||
} | ||
} | ||
|
||
\authorrunning{Nuria Garc\'ia, G.A. Atemezing, B. Villaz{\'o}n} | ||
\authorrunning{N. Garc\'ia-Santa, G.A. Atemezing, B. Villaz{\'o}n-Terrazas} | ||
\maketitle | ||
|
||
%%%%%%%%%%%%%%%%%% | ||
|
@@ -65,7 +65,7 @@ | |
\begin{abstract} | ||
Here goes the abstract in less than 200 words. | ||
|
||
\keywords{Plugin, ontology engineering, LOV, Prot{\'e}g{\'e}} | ||
\keywords{Ontology engineering, Reusing ontology terms, LOV, Prot{\'e}g{\'e}} | ||
\end{abstract} | ||
|
||
%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
@@ -105,7 +105,7 @@ \section{Prot{\'e}g{\'e}LOV}\label{sec:classification} | |
%%% 5. Conclusion and Future Work %%% | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
\section{Evaluation and Future Work}\label{sec:conclusion} | ||
\section{Evaluation}\label{sec:evaluation} | ||
\input{conclusions} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
Explain our implementations.. views, controllers\\ | ||
strategy used for handling the results obtained from LOV catalogue | ||
Prot{\'e}g{\'e}LOV it is an open source tool that provides support to the methodological guidelines described in section \ref{sec:reuse}. It is written in Java programming language as a plugin for the \protege ontology editor. It can be easily installed by just copying the jar file provided at the Prot{\'e}g{\'e}LOV website\footnote{\url{http://lab.isoco.net/prolov/}} into the plugins directory of an existing \protege installation. Then upon a new start, the user should select \emph{Linked Open Vocabularies} item, within the \emph{Ontology views} menu item. | ||
|
||
Prot{\'e}g{\'e}LOV provides the following functionalities | ||
|
||
\paragraph{Search for a particular term (class or property) in LOV repository}. %The user selects a particular | ||
|
||
\paragraph{Browse the list of terms, from LOV repository, which matches the search criteria} | ||
|
||
\paragraph{Reuse directly a particular term from LOV repository} | ||
|
||
\paragraph{Add the particular term and define the rdf:subClassOf/rdfs:subPropertyOf axiom} | ||
|
||
\paragraph{Add the particular term and define the owl:equivalentClass/owl:equivalentProperty axiom} | ||
|
||
|
||
\begin{figure}[!bht] | ||
\center | ||
\includegraphics[scale=0.6]{img/LOVmockup.png} | ||
\includegraphics[scale=0.5]{img/LOVmockup.png} | ||
\label{fig:LOVresults} | ||
\caption{Panel showing the results for searching a term in the class hierarchy.} | ||
\end{figure} | ||
|
||
|
||
\begin{figure}[!bht] | ||
\center | ||
\includegraphics[scale=0.6]{img/LOVOptions.png} | ||
\includegraphics[scale=0.5]{img/LOVOptions.png} | ||
\caption{Three actions currently available in the plugin after looking up a term in LOV catalogue: (a) reuse direct, (b) add equivalent axiom and (c) add subClass axiom} | ||
\label{fig:LOVoptions} | ||
\end{figure} |