Merge branch 'master' of mojotrollz.eu:college
This commit is contained in:
commit
88df76265d
BIN
ws2011/BP/Folien Projektbegleitung/6 - QS im Rahmen des BP.pdf
Normal file
BIN
ws2011/BP/Folien Projektbegleitung/6 - QS im Rahmen des BP.pdf
Normal file
Binary file not shown.
BIN
ws2011/BP/Folien Projektbegleitung/Präsentationstermine.pdf
Normal file
BIN
ws2011/BP/Folien Projektbegleitung/Präsentationstermine.pdf
Normal file
Binary file not shown.
Binary file not shown.
@ -7,17 +7,17 @@ HTTP-Post-Parameter:
|
||||
Das JSON hat folgendes Format:
|
||||
|
||||
{
|
||||
“deviceType”: INT, (1: Smartphone)
|
||||
“deviceID”: INT, (beim Smartphone die IMEI)
|
||||
“deviceType”: INT, //(1: Smartphone)
|
||||
“deviceID”: INT, //(beim Smartphone die IMEI)
|
||||
“deviceManufactor”: STRING,
|
||||
“deviceModel”: STRING,
|
||||
|
||||
“deviceName”: STRING (“Benutzerspezifischer Name, kann selbst vergeben werden,
|
||||
z.B Julien Handy”)
|
||||
“deviceName”: STRING //(“Benutzerspezifischer Name,
|
||||
//kann selbst vergeben werden, z.B Julien Handy”)
|
||||
|
||||
“sensors”: [
|
||||
“type”: INT, (1:Audio)
|
||||
“sensorAttributes”: [ Sensorattribute als Key-Value-Pair
|
||||
“type”: INT, //(1:Audio)
|
||||
“sensorAttributes”: [ //Sensorattribute als Key-Value-Pair
|
||||
“key”: STRING,
|
||||
“value”: STRING
|
||||
]
|
||||
@ -28,6 +28,8 @@ Das JSON hat folgendes Format:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
2.) Neues JSON-Format für das Senden der Daten.
|
||||
|
||||
HTTP-Post-Parameter (wie gehabt)
|
||||
@ -37,9 +39,9 @@ HTTP-Post-Parameter (wie gehabt)
|
||||
|
||||
|
||||
{
|
||||
“device”: STRING, (Handy IMEI)
|
||||
“measurementType”: INT, (=1 für Lautstärke)
|
||||
“user”: INT, (dasense User-ID)
|
||||
“device”: STRING, //(Handy IMEI)
|
||||
“measurementType”: INT, //(=1 für Lautstärke)
|
||||
“user”: INT, //(dasense User-ID)
|
||||
|
||||
“series”: [
|
||||
“name": STRING,,
|
||||
|
||||
39
ws2011/BP/QS-Dokument/Anforderungen-an-das-QS.txt
Normal file
39
ws2011/BP/QS-Dokument/Anforderungen-an-das-QS.txt
Normal file
@ -0,0 +1,39 @@
|
||||
Stichpunkte zur Vorlesung "Anforderungen an das QS-Dokument" vom 23.12.2011:
|
||||
|
||||
|
||||
- Was wollen wir sichern? Was ist das Ziel, wie definieren wir es, und wie wird es gesichert?
|
||||
- Schlecht wenn Ziele nicht eingehalten werden können. Falls externen Abhängigkeiten dazu beitragen, dass gesetzte Ziele nicht eingehalten werden können, so kann man dies im Anhang aufführen -> Kein Problem! Prinzipiell müssen die Qualitätsziele jedoch erreichbar sein.
|
||||
- Qualitätsziele, die für das Projekt nicht relevant sind und Maßnahmen, die nicht durchgeführt werden, gehören nicht in das Dokument
|
||||
- Benutzbarkeit, Benutzerstudie: Schlecht, dass wir am Ende des Projektes eine Benutzerstudie durchführen. Doof, dass am Ende keine Zeit mehr ist, um auf Feedback einzugehen. Es muss also genug Zeit sein, um die Ergebnisse in das Projekt einfließen zu lassen (ca 4 Wochen vor Ende des Projekts) die Benutzerstudie durchführen.
|
||||
- WER (auch Tool) macht WAS wann und WIE reagieren wir auf Probleme??? Namen und Zeitraum nennen!!
|
||||
- Dokument im TUD Design mit maximal 10 Seiten. Deckblatt, Glossar, Literaturverzeichnis, Versionshistorie und Anhang sind nicht in den 10 Seiten enthalten. Als normaler Fließtext können auch 4 oder 5 Seiten reichen. 10 Seiten ist das absolute Maximum!!
|
||||
- Ausarbeitung der Tests bzw. Benutzerstudie gehört in den Anhang. Auch der Fragebogen im Anhang?!?!
|
||||
- Beschreiben Sie nicht, was Benutzbarkeit ist bzw. was Qualitätssicherung ist!!!!! Stabilität soll jedoch beschrieben werden.
|
||||
- Deckblatt: Qualitätssicherungsdokument nur in klein, Gruppennummer, Kontaktadressen (kann auch auf nächster Seite kommen), Dateum/Version.
|
||||
- Kurze Einführung in das Projekt -> Passt !
|
||||
- Stellen Sie einem unbeteiligtem Dritten folgende Fragen: Welches sind die zentralen Qualitätsziele des Projekts? Warum sind dies die zentralen Ziele? … (mehr Fragen auf den Folien)
|
||||
- Qualitätsmerkmal ist kein Ziel.
|
||||
- ISO 9000 : Sicherung der Prozessqualität (tendenziell eher schwieriger)
|
||||
|
||||
Ergebnisse aus den aufgezeigten Beispielen:
|
||||
- Ein Kapitel hat immer zwei Unterkapitel und nicht nur eins wie in Einleitung -> Das Projekt!
|
||||
- Anwendung der deutschen Rechtschreibung (Bindestriche etc.)
|
||||
- Eine Evaluation kann die Benutzerfreundlichkeit nicht sicherstellen, sie kann nur Grundlage für anschließende Maßnahmen sein.
|
||||
- Einleitung: In diesem Dokument werden…. zu unspezifisch für das aktuelle Projekt! -> weglassen!
|
||||
- Jeder Satz soll Projektspezifisch sein!
|
||||
- Alle im deutschen geläufigen Wörter auch in deutsch schreiben
|
||||
- nicht "wir wollen", "es sollte getan werden…" -> "Wir sichern die Qualität des Codes auf die folgende Art und Weise…."
|
||||
- Kommasetzung
|
||||
- Codequalität: Zitat kann drin bleiben. "des Projekt"
|
||||
- Qualitätswerkzeuge: Steigern unsere Produktivität, dienen jedoch nicht der Qualitätssicherheit. Bsp.: Fehler in der Syntax findet der Compiler, nicht nur Netbeans. Nicht einfach alle Werkzeuge aufzählen.
|
||||
- 3.3.2 Fragebogen: Was ist Anfang März? "verschiedensten" gibt es nicht. "nutzerspezifische Anforderungen", was ist damit gemeint? Warum darf der Nutzer die Anforderungen erstellen?
|
||||
- 3.3.3 Analyse: Projekt ist viel zu kurz, um eine Logfile-Analyse durchzuführen.
|
||||
- 3.4 Codequailtät: "…werden dem Ziel … " "Der Code soll…." wo ist der Zusammenhang?
|
||||
- manuelle Überprüfung: Was heisst Aussagekräftig?
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
ws2011/BP/QS-Dokument/QS-1b_notizen_vom_lerch.pdf
Normal file
BIN
ws2011/BP/QS-Dokument/QS-1b_notizen_vom_lerch.pdf
Normal file
Binary file not shown.
BIN
ws2011/BP/QS-Dokument/QS-1b_notizen_von_projektbegleitung.pdf
Normal file
BIN
ws2011/BP/QS-Dokument/QS-1b_notizen_von_projektbegleitung.pdf
Normal file
Binary file not shown.
Binary file not shown.
@ -41,33 +41,60 @@
|
||||
|
||||
\begin{document}
|
||||
|
||||
\title{Qualitätssicherungsdokument\\
|
||||
da-sense \\
|
||||
Wintersemester 2011/2012}
|
||||
\title{Thema: da-sense\\
|
||||
Gruppe 1b}
|
||||
|
||||
\subtitle{Auftraggeber: Immanuel Schweizer (Telecooperation Group TU Darmstadt) \\
|
||||
\subtitle{Qualitätssicherungsdokument zum Bachelor-Praktikum im Wintersemester 2011/2012}
|
||||
|
||||
\subsubtitle{Auftraggeber: Immanuel Schweizer (Telecooperation Group TU Darmstadt) \\
|
||||
Gruppe 1b: Murat Batu, Ulf Gebhardt, Lulzim Murati, Michael Scholz\\
|
||||
Teamleiter: Dominik Fischer
|
||||
}
|
||||
\subsubtitle{Verison: 0.1.0}
|
||||
Teamleiter: Dominik Fischer\\
|
||||
Version: 0.1.1 | 11.01.2012}
|
||||
|
||||
\author{Murat Batu, Ulf Gebhardt, Lulzim Murati, Michael Scholz}
|
||||
|
||||
\maketitle
|
||||
|
||||
|
||||
% % % % % % % % % % % % % % % %% % % % % % % % % % % KONTAKT % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % %
|
||||
\newpage
|
||||
\section*{Kontakt}
|
||||
\begin{tabular}{p{5cm} p{11cm}}
|
||||
& \\
|
||||
\textbf{Auftraggeber:} & \textbf{Immanuel Schweizer} \\
|
||||
& Telecooperation Group TU Darmstadt \\
|
||||
& Büro: S2|02 A216 \\
|
||||
& mail: \href{mailto:schweizer@tk.informatik.tu-darmstadt.de}{schweizer@tk.informatik.tu-darmstadt.de} \\
|
||||
& \\
|
||||
& \\
|
||||
\textbf{Teamleiter:} & \textbf{Dominik Fischer} \\
|
||||
& mail: \href{mailto:dfischer@stud.tu-darmstadt.de}{dfischer@stud.tu-darmstadt.de} \\
|
||||
& \\
|
||||
& \\
|
||||
\textbf{Gruppe:} & \textbf{Murat Batu} \\
|
||||
& mail: \href{mailto:wu07hufy@rbg.informatik.tu-darmstadt.de}{wu07hufy@rbg.informatik.tu-darmstadt.de} \\
|
||||
& \\
|
||||
& \textbf{Ulf Gebhardt} \\
|
||||
& mail: \href{mailto:hu56nifa@rbg.informatik.tu-darmstadt.de}{hu56nifa@rbg.informatik.tu-darmstadt.de} \\
|
||||
& \\
|
||||
& \textbf{Lulzim Murati} \\
|
||||
& mail: \href{mailto:l\_murati@rbg.informatik.tu-darmstadt.de}{l\_murati@rbg.informatik.tu-darmstadt.de} \\
|
||||
& \\
|
||||
& \textbf{Michael Scholz} \\
|
||||
& mail: \href{mailto:mi48azih@rbg.informatik.tu-darmstadt.de}{mi48azih@rbg.informatik.tu-darmstadt.de} \\
|
||||
\end{tabular}
|
||||
|
||||
|
||||
|
||||
\newpage
|
||||
%Inhaltsverzeichnis anzeigen
|
||||
\tableofcontents
|
||||
|
||||
|
||||
|
||||
|
||||
% % % % % % % % % % % % % % % %% % % % % % % % % % % EINLEITUNG % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % %
|
||||
\newpage
|
||||
\section{Einleitung}
|
||||
In diesem Dokument werden Tests und Prozesse beschrieben, dokumentiert und ausgewertet. Ziel der Qualitätssicherung ist die Sicherstellung sowohl der angestrebten Softwarequalität als auch der Qualität der Prozesse. Dazu werden verschiedene Testmethoden angewandt, um Kernpunkte wie etwa Funktionalität, Richtigkeit und in Teilbereichen auch Interoperabilität zu überprüfen. Des weiteren wird auf die verwendeten Ansätze zur konstruktiven Qualitätssicherung eingegangen. In den kommenden Kapiteln wird auf die verwendeten Methoden, Werkzeuge sowie die eigentlichen Prüfprozesse eingegangen.
|
||||
% Weiterhin werden die jeweiligen Testspezifikationen dargelegt sowie die Beschreibung der Tests und deren Ergebnisse vorgestellt.
|
||||
\section{Das Projekt}
|
||||
%In diesem Dokument werden Tests und Prozesse beschrieben, dokumentiert und ausgewertet. Ziel der Qualitätssicherung ist die Sicherstellung sowohl der angestrebten Softwarequalität als auch der Qualität der Prozesse. Dazu werden verschiedene Testmethoden angewandt, um Kernpunkte wie etwa Funktionalität, Richtigkeit und in Teilbereichen auch Interoperabilität zu überprüfen. Des weiteren wird auf die verwendeten Ansätze zur konstruktiven Qualitätssicherung eingegangen. In den kommenden Kapiteln wird auf die verwendeten Methoden, Werkzeuge sowie die eigentlichen Prüfprozesse eingegangen.
|
||||
%Weiterhin werden die jeweiligen Testspezifikationen dargelegt sowie die Beschreibung der Tests und deren Ergebnisse vorgestellt.
|
||||
|
||||
|
||||
\subsection{Das Projekt}
|
||||
Das Projekt da-sense ist ein großflächiges Sensornetzwerk in Darmstadt. Es besteht aus einer Webapplikation, die dem Nutzer in Zukunft erlauben soll verschiedene Naturerscheinungen wie z.B. Lautstärkepegel (\gls{dB}), \gls{CO}- und \gls{CO2}-Konzentration einzusehen. Die Daten hierfür stammen aus verschiedenen Quellen (Smartphones und \gls{Waspmotes Sensoren}) und werden in eine Datenbank transferiert, die schließlich über die Webapplikation visualisiert abgerufen werden können. Bisher konnten die Datenbank und die Webapplikation nur mit den von Smartphones gesendeten Daten umgehen. Im Rahmen des Bachelorpraktikums im Wintersemester 2011/2012 sollen folgende Funktionalitäten hinzukommen:
|
||||
\begin{itemize}
|
||||
\item Umstrukturierung der Datenbank für neue Sensortypen
|
||||
@ -132,7 +159,7 @@ Um dies zu gew
|
||||
|
||||
\subsection{Codequalität}
|
||||
>>Any fool can write code that a computer can understand. Good programmers write code that humans can understand.<< \cite{fowler}. \\
|
||||
Der Quellcode, der im Rahmen des Projekt erstellt wird, soll offen für Erweiterungen sein und wird von weiteren Gruppen genutzt. Daher muss darauf geachtet werden, dass sämtliche Codebausteine auch für Außenstehende lesbar und verständlich sind. Zudem ist davon auszugehen, dass das Projekt in Zukunft als Open Source Projekt veröffentlicht wird, so dass auch unifremde Entwickler Zugriff haben und von der bestehenden Codequalität profitieren werden.
|
||||
Der Quellcode, der im Rahmen des Projektes erstellt wird, soll offen für Erweiterungen sein und wird von weiteren Gruppen genutzt. Daher muss darauf geachtet werden, dass sämtliche Codebausteine auch für Außenstehende lesbar und verständlich sind. Zudem ist davon auszugehen, dass das Projekt in Zukunft als Open Source Projekt veröffentlicht wird, so dass auch unifremde Entwickler Zugriff haben und von der bestehenden Codequalität profitieren werden.
|
||||
|
||||
|
||||
|
||||
@ -209,6 +236,79 @@ Der Fragebogen wird von uns Anfang M
|
||||
\item Verbesserungsvorschläge
|
||||
\end{itemize}
|
||||
Durch Punkt eins und zwei können wir nach der Auswertung verschiedene Personengruppen identifizieren und bei ihnen aufgetauchte Probleme analysieren und beseitigen. Punkt drei erlaubt die Anpassung der Website an die nutzerspezifischen Anforderungen. \\
|
||||
|
||||
|
||||
\subsubsection{Logdaten Analyse}
|
||||
Zur Analyse der Logdaten wird das kostenlose Tool Google Analytics verwendet, welches uns mit seiner Vielseitigkeit und Flexibilität überzeugt hat. Zudem erfolgt die Bedienung intuitiv, weshalb eine unter Umständen längere Einarbeitungszeit in andere Tools entfällt.
|
||||
GoogleAnalytics erlaubt es verschiedenste Statistiken zu erhalten, mit deren Hilfe wir die Qualität des \glspl{User-Front-End} weiter erhöhen können. \\
|
||||
Für uns sind die folgenden Statistiken von großer Bedeutung:
|
||||
\begin{itemize}
|
||||
\item Besucherzahlen
|
||||
\item am meisten aufgerufene Seiten
|
||||
\item Pfad der besuchten Seiten
|
||||
\item Ausstiegsseiten
|
||||
\item \glqq Absprungsrate\grqq
|
||||
\item Besuchszeit der einzelnen Seiten
|
||||
\item ...
|
||||
\end{itemize}
|
||||
Hierdurch erlangen wir einen Überblick wie das \gls{Webinterface} von den Nutzern bedient wird und können daraus schließen welche Funtionalitäten intutiv und welche weniger intuitiv sind.
|
||||
\parindent 0pt
|
||||
\paragraph{Datenschutz}
|
||||
Um eine datenschutzkonforme Nutzung von Google Analytics zu gewährleisten, müssen folgende Vorgaben erfüllt werden \cite{DBA}:
|
||||
\label{subsubsec:datenschutz}
|
||||
|
||||
\begin{itemize}
|
||||
\item Vertrag zur Auftragsdatenverarbeitung mit Google (§ 11 BDSG - Vertrag)
|
||||
\item Anonymisierung der IP-Adressen
|
||||
\item Widerspruchsrecht der Betroffenen
|
||||
\item angepasster Datenschutzhinweis
|
||||
\item Löschung von Altdaten (bestehende Google Analytics Profile)
|
||||
\end{itemize}
|
||||
Punkt eins wird in den kommenden Wochen bearbeitet. Die Anonymisierung der IP-Adressen erfolgt durch Abschneiden der letzten 8 Bit der IP-Adresse. Das Widerspruchsrecht der Nutzer wird durch Google gewährleistet. Hierzu wird ein Add-on für den Webbrowser angeboten, welches Google Analytics deaktiviert. Da bisher keine Daten gesammelt wurden, müssen von uns auch keine Altdaten gelöscht werden.\\
|
||||
Der angepasste Datenschutzhinweis findet sich im Impressum durch folgende Vorlage: \\
|
||||
>> Diese Website benutzt Google Analytics, einen Webanalysedienst der Google Inc. (\glqq Google\grqq). Google Analytics verwendet sog. \glqq Cookies\grqq, Textdateien, die auf Ihrem Computer gespeichert werden und die eine Analyse der Benutzung der Website durch Sie ermöglichen. Die durch den Cookie erzeugten Informationen über Ihre Benutzung dieser Website werden in der Regel an einen Server von Google in den USA übertragen und dort gespeichert. Im Falle der Aktivierung der IP-Anonymisierung auf dieser Webseite, wird Ihre IP-Adresse von Google jedoch innerhalb von Mitgliedstaaten der Europäischen Union oder in anderen Vertragsstaaten des Abkommens über den Europäischen Wirtschaftsraum zuvor gekürzt. Nur in Ausnahmefällen wird die volle IP-Adresse an einen Server von Google in den USA übertragen und dort gekürzt. Im Auftrag des Betreibers dieser Website wird Google diese Informationen benutzen, um Ihre Nutzung der Website auszuwerten, um Reports über die Websiteaktivitäten zusammenzustellen und um weitere mit der Websitenutzung und der Internetnutzung verbundene Dienstleistungen gegenüber dem Websitebetreiber zu erbringen. Die im Rahmen von Google Analytics von Ihrem Browser übermittelte IP-Adresse wird nicht mit anderen Daten von Google zusammengeführt. Sie können die Speicherung der Cookies durch eine entsprechende Einstellung Ihrer Browser-Software verhindern; wir weisen Sie jedoch darauf hin, dass Sie in diesem Fall gegebenenfalls nicht sämtliche Funktionen dieser Website vollumfänglich werden nutzen können. Sie können darüber hinaus die Erfassung der durch das Cookie erzeugten und auf Ihre Nutzung der Website bezogenen Daten (inkl. Ihrer IP-Adresse) an Google sowie die Verarbeitung dieser Daten durch Google verhindern, indem sie das unter dem folgenden Link (\href{http://tools.google.com/dlpage/gaoptout?hl=de}{http://tools.google.com/dlpage/gaoptout?hl=de}) verfügbare Browser-Plugin herunterladen und installieren. Nähere Informationen hierzu finden Sie unter \href{http://tools.google.com/dlpage/gaoptout?hl=de}{http://tools.google.com/dlpage/gaoptout?hl=de} bzw. unter
|
||||
\href{http://www.google.com/intl/de/analytics/privacyoverview.html}{http://www.google.com/intl/de/analytics/privacyoverview.html} (allgemeine Informationen zu Google Analytics und Datenschutz). Wir weisen Sie darauf hin, dass auf dieser Webseite Google Analytics um den Code \glqq gat.\_anonymizeIp();\grqq\ erweitert wurde, um eine anonymisierte Erfassung von IP-Adressen (sog. IP-Masking) zu gewährleisten. << \cite{DBA}
|
||||
\subsection{Codequalität}
|
||||
Die folgenden Anforderungen und Vereinbarungen sollen dem Ziel eines gut strukturierten und gut lesbaren Codes beitragen:
|
||||
|
||||
\begin{itemize}
|
||||
\item Kommentare: \\
|
||||
Jede von uns geschriebene, nicht triviale Funktion muss einen Kommentarkopf der folgenden Form besitzen:\\
|
||||
/** \\
|
||||
* \textit{Description} \\
|
||||
* @param \textit{paramtype} \\
|
||||
* @return \textit{returntype} \\
|
||||
* @tested \textit{boolean} \\
|
||||
**/ \\
|
||||
Wobei \textit{Description} durch einen funktionsbeschreibenden Text, \textit{paramtype} durch den Parametertyp, \textit{returntype} durch den Rückgabewert und \textit{boolean} durch den Wahrheitswert \glqq true\grqq bzw. \glqq false\grqq zu ersetzen sind.
|
||||
\item Struktur: \\
|
||||
Der Code soll folgenden Standards gerecht werden: \\
|
||||
\begin{itemize}
|
||||
\item \gls{XHTML} in Version 1.1, standardisiert vom W3C 2010, \href{http://www.w3.org/TR/xhtml11/}{http://www.w3.org/TR/xhtml11/}
|
||||
\end{itemize}
|
||||
\item Namenskonventionen: \\
|
||||
Als Konvention nutzen wir CamelCase, welche in Java als Standard gilt und zu einer besseren Lesbarkeit von Bezeichnern beiträgt.
|
||||
\item Wiki: \\
|
||||
Zusätzlich zu den Kommentaren im Code wird ein Wiki gepflegt, das im \gls{Git} abrufbar ist und somit der besseren Verständlichkeit des Projekts durch andere Gruppen beiträgt.
|
||||
\end{itemize}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% % % % % % % % % % % % % % % %% % % % % % % % % % % ANHANG % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % %
|
||||
\newpage
|
||||
\section{Anhang}
|
||||
Der Anhang wird erst in der finalen Version, die am 31.03.2012 abgegeben werden muss, komplett sein.
|
||||
|
||||
\subsection{Testdokumentation}
|
||||
Auf den folgenden Seiten findet sich die Dokumentation über die von uns durchgeführten Tests im Laufe des Praktikums.
|
||||
\subsubsection{Funktionalität}
|
||||
|
||||
|
||||
\subsubsection{Benutzerstudie}
|
||||
Wie in Abschnitt \ref{subsec:aktionBenutzbarkeit} beschrieben, wird die Benutzerstudie erst am Ende des Projekts durchgeführt, da das Webinterface zum jetzigen Zeitpunkt noch nicht fertiggestellt ist. Die Testdokumentation erfolgt somit im Anschluss und wird sich in der finalen Version dieses Dokuments (Abgabedatum 31.03.2012) befinden. \\
|
||||
|
||||
\textit{Der folgende Fragebogen kann sich während des gesamten Projekts ändern, da wir uns für den Prozess der \glspl{Agile Softwareentwicklung} entschieden haben. Es können neue Fragen hinzukommen oder aber bereits vorhandene geändert bzw. herausgenommen werden. Die Entscheidung über die zu stellenden Fragen obliegt dem gesamten Team. Hierdurch erhoffen wir uns, dass wir möglichst viele Bereiche des Projekts abfragen können.}
|
||||
|
||||
\begin{enumerate}
|
||||
@ -279,76 +379,6 @@ Durch Punkt eins und zwei k
|
||||
|
||||
\end{enumerate}
|
||||
|
||||
\subsubsection{Logdaten Analyse}
|
||||
Zur Analyse der Logdaten wird das kostenlose Tool Google Analytics verwendet, welches uns mit seiner Vielseitigkeit und Flexibilität überzeugt hat. Zudem erfolgt die Bedienung intuitiv, weshalb eine unter Umständen längere Einarbeitungszeit in andere Tools entfällt.
|
||||
GoogleAnalytics erlaubt es verschiedenste Statistiken zu erhalten, mit deren Hilfe wir die Qualität des \glspl{User-Front-End} weiter erhöhen können. \\
|
||||
Für uns sind die folgenden Statistiken von großer Bedeutung:
|
||||
\begin{itemize}
|
||||
\item Besucherzahlen
|
||||
\item am meisten aufgerufene Seiten
|
||||
\item Pfad der besuchten Seiten
|
||||
\item Ausstiegsseiten
|
||||
\item \glqq Absprungsrate\grqq
|
||||
\item Besuchszeit der einzelnen Seiten
|
||||
\item ...
|
||||
\end{itemize}
|
||||
Hierdurch erlangen wir einen Überblick wie das \gls{Webinterface} von den Nutzern bedient wird und können daraus schließen welche Funtionalitäten intutiv und welche weniger intuitiv sind.
|
||||
\parindent 0pt
|
||||
\paragraph{Datenschutz}
|
||||
Um eine datenschutzkonforme Nutzung von Google Analytics zu gewährleisten, müssen folgende Vorgaben erfüllt werden \cite{DBA}:
|
||||
\label{subsubsec:datenschutz}
|
||||
|
||||
\begin{itemize}
|
||||
\item Vertrag zur Auftragsdatenverarbeitung mit Google (§ 11 BDSG - Vertrag)
|
||||
\item Anonymisierung der IP-Adressen
|
||||
\item Widerspruchsrecht der Betroffenen
|
||||
\item angepasster Datenschutzhinweis
|
||||
\item Löschung von Altdaten (bestehende Google Analytics Profile)
|
||||
\end{itemize}
|
||||
Punkt eins wird in den kommenden Wochen bearbeitet. Die Anonymisierung der IP-Adressen erfolgt durch Abschneiden der letzten 8 Bit der IP-Adresse. Das Widerspruchsrecht der Nutzer wird durch Google gewährleistet. Hierzu wird ein Add-on für den Webbrowser angeboten, welches Google Analytics deaktiviert. Da bisher keine Daten gesammelt wurden, müssen von uns auch keine Altdaten gelöscht werden.\\
|
||||
Der angepasste Datenschutzhinweis findet sich im Impressum durch folgende Vorlage: \\
|
||||
>> Diese Website benutzt Google Analytics, einen Webanalysedienst der Google Inc. (\glqq Google\grqq). Google Analytics verwendet sog. \glqq Cookies\grqq, Textdateien, die auf Ihrem Computer gespeichert werden und die eine Analyse der Benutzung der Website durch Sie ermöglichen. Die durch den Cookie erzeugten Informationen über Ihre Benutzung dieser Website werden in der Regel an einen Server von Google in den USA übertragen und dort gespeichert. Im Falle der Aktivierung der IP-Anonymisierung auf dieser Webseite, wird Ihre IP-Adresse von Google jedoch innerhalb von Mitgliedstaaten der Europäischen Union oder in anderen Vertragsstaaten des Abkommens über den Europäischen Wirtschaftsraum zuvor gekürzt. Nur in Ausnahmefällen wird die volle IP-Adresse an einen Server von Google in den USA übertragen und dort gekürzt. Im Auftrag des Betreibers dieser Website wird Google diese Informationen benutzen, um Ihre Nutzung der Website auszuwerten, um Reports über die Websiteaktivitäten zusammenzustellen und um weitere mit der Websitenutzung und der Internetnutzung verbundene Dienstleistungen gegenüber dem Websitebetreiber zu erbringen. Die im Rahmen von Google Analytics von Ihrem Browser übermittelte IP-Adresse wird nicht mit anderen Daten von Google zusammengeführt. Sie können die Speicherung der Cookies durch eine entsprechende Einstellung Ihrer Browser-Software verhindern; wir weisen Sie jedoch darauf hin, dass Sie in diesem Fall gegebenenfalls nicht sämtliche Funktionen dieser Website vollumfänglich werden nutzen können. Sie können darüber hinaus die Erfassung der durch das Cookie erzeugten und auf Ihre Nutzung der Website bezogenen Daten (inkl. Ihrer IP-Adresse) an Google sowie die Verarbeitung dieser Daten durch Google verhindern, indem sie das unter dem folgenden Link (\href{http://tools.google.com/dlpage/gaoptout?hl=de}{http://tools.google.com/dlpage/gaoptout?hl=de}) verfügbare Browser-Plugin herunterladen und installieren. Nähere Informationen hierzu finden Sie unter \href{http://tools.google.com/dlpage/gaoptout?hl=de}{http://tools.google.com/dlpage/gaoptout?hl=de} bzw. unter
|
||||
\href{http://www.google.com/intl/de/analytics/privacyoverview.html}{http://www.google.com/intl/de/analytics/privacyoverview.html} (allgemeine Informationen zu Google Analytics und Datenschutz). Wir weisen Sie darauf hin, dass auf dieser Webseite Google Analytics um den Code \glqq gat.\_anonymizeIp();\grqq erweitert wurde, um eine anonymisierte Erfassung von IP-Adressen (sog. IP-Masking) zu gewährleisten. << \cite{DBA}
|
||||
\subsection{Codequalität}
|
||||
Die folgenden Anforderungen und Vereinbarungen sollen dem Ziel eines gut strukturierten und gut lesbaren Codes beitragen:
|
||||
|
||||
\begin{itemize}
|
||||
\item Kommentare: \\
|
||||
Jede von uns geschriebene, nicht triviale Funktion muss einen Kommentarkopf der folgenden Form besitzen:\\
|
||||
/** \\
|
||||
* \textit{Description} \\
|
||||
* @param \textit{paramtype} \\
|
||||
* @return \textit{returntype} \\
|
||||
* @tested \textit{boolean} \\
|
||||
**/ \\
|
||||
Wobei \textit{Description} durch einen funktionsbeschreibenden Text, \textit{paramtype} durch den Parametertyp, \textit{returntype} durch den Rückgabewert und \textit{boolean} durch den Wahrheitswert \glqq true\grqq bzw. \glqq false\grqq zu ersetzen sind.
|
||||
\item Struktur: \\
|
||||
Der Code soll folgenden Standards gerecht werden: \\
|
||||
\begin{itemize}
|
||||
\item \gls{XHTML} in Version 1.1, standardisiert vom W3C 2010, \href{http://www.w3.org/TR/xhtml11/}{http://www.w3.org/TR/xhtml11/}
|
||||
\end{itemize}
|
||||
\item Namenskonventionen: \\
|
||||
Als Konvention nutzen wir CamelCase, welche in Java als Standard gilt und zu einer besseren Lesbarkeit von Bezeichnern beiträgt.
|
||||
\item Wiki: \\
|
||||
Zusätzlich zu den Kommentaren im Code wird ein Wiki gepflegt, das im \gls{Git} abrufbar ist und somit der besseren Verständlichkeit des Projekts durch andere Gruppen beiträgt.
|
||||
\end{itemize}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% % % % % % % % % % % % % % % %% % % % % % % % % % % ANHANG % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % %
|
||||
\newpage
|
||||
\section{Anhang}
|
||||
Der Anhang wird erst in der finalen Version, die am 31.03.2012 abgegeben werden muss, komplett sein.
|
||||
|
||||
\subsection{Testdokumentation}
|
||||
Auf den folgenden Seiten findet sich die Dokumentation über die von uns durchgeführten Tests im Laufe des Praktikums.
|
||||
\subsubsection{Funktionalität}
|
||||
|
||||
|
||||
\subsubsection{Benutzerstudie}
|
||||
Wie in Abschnitt \ref{subsec:aktionBenutzbarkeit} beschrieben, wird die Benutzerstudie erst am Ende des Projekts durchgeführt, da das Webinterface zum jetzigen Zeitpunkt noch nicht fertiggestellt ist. Die Testdokumentation erfolgt somit im Anschluss und wird sich in der finalen Version dieses Dokuments (Abgabedatum 31.03.2012) befinden.
|
||||
|
||||
|
||||
\subsubsection{Logdaten Analyse}
|
||||
@ -376,6 +406,7 @@ F
|
||||
\hline \rule[-2ex]{0pt}{5.5ex} v. 0.0.1 - 09.12.2011 - MS & Einleitung, Qualitätsziele (Codequalität, Funktionalität), Qualitätswerkzeuge\\
|
||||
\hline \rule[-2ex]{0pt}{5.5ex} v. 0.0.9 - 14.12.2011 - MS & Benutzerstudie \\
|
||||
\hline \rule[-2ex]{0pt}{5.5ex} v. 0.1.0 - 18.12.2011 - LM, MB, MS & Fehlerkorrekturen, Details hinzugefügt \\
|
||||
\hline \rule[-2ex]{0pt}{5.5ex} v. 0.1.1 - 11.01.2012 - MS & Dokument komplett überarbeitet \\
|
||||
%\hline \rule[-2ex]{0pt}{5.5ex} ... - .... & ... \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
|
||||
BIN
ws2011/BP/alte BPs Unterlagen/daSense vorherige Gruppe/api.pdf
Normal file
BIN
ws2011/BP/alte BPs Unterlagen/daSense vorherige Gruppe/api.pdf
Normal file
Binary file not shown.
Binary file not shown.
@ -0,0 +1,523 @@
|
||||
/*
|
||||
* To change this template, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
package solution;
|
||||
import Triangle.AbstractSyntaxTrees.AnyTypeDenoter;
|
||||
import Triangle.AbstractSyntaxTrees.ArrayExpression;
|
||||
import Triangle.AbstractSyntaxTrees.ArrayTypeDenoter;
|
||||
import Triangle.AbstractSyntaxTrees.AssignCommand;
|
||||
import Triangle.AbstractSyntaxTrees.BinaryExpression;
|
||||
import Triangle.AbstractSyntaxTrees.BinaryOperatorDeclaration;
|
||||
import Triangle.AbstractSyntaxTrees.BoolTypeDenoter;
|
||||
import Triangle.AbstractSyntaxTrees.CallCommand;
|
||||
import Triangle.AbstractSyntaxTrees.CallExpression;
|
||||
import Triangle.AbstractSyntaxTrees.CharTypeDenoter;
|
||||
import Triangle.AbstractSyntaxTrees.CharacterExpression;
|
||||
import Triangle.AbstractSyntaxTrees.CharacterLiteral;
|
||||
import Triangle.AbstractSyntaxTrees.ConstActualParameter;
|
||||
import Triangle.AbstractSyntaxTrees.ConstDeclaration;
|
||||
import Triangle.AbstractSyntaxTrees.ConstFormalParameter;
|
||||
import Triangle.AbstractSyntaxTrees.DotVname;
|
||||
import Triangle.AbstractSyntaxTrees.EmptyActualParameterSequence;
|
||||
import Triangle.AbstractSyntaxTrees.EmptyCommand;
|
||||
import Triangle.AbstractSyntaxTrees.EmptyExpression;
|
||||
import Triangle.AbstractSyntaxTrees.EmptyFormalParameterSequence;
|
||||
import Triangle.AbstractSyntaxTrees.ErrorTypeDenoter;
|
||||
import Triangle.AbstractSyntaxTrees.Expression;
|
||||
import Triangle.AbstractSyntaxTrees.FuncActualParameter;
|
||||
import Triangle.AbstractSyntaxTrees.FuncDeclaration;
|
||||
import Triangle.AbstractSyntaxTrees.FuncFormalParameter;
|
||||
import Triangle.AbstractSyntaxTrees.Identifier;
|
||||
import Triangle.AbstractSyntaxTrees.IfCommand;
|
||||
import Triangle.AbstractSyntaxTrees.IfExpression;
|
||||
import Triangle.AbstractSyntaxTrees.IntTypeDenoter;
|
||||
import Triangle.AbstractSyntaxTrees.IntegerExpression;
|
||||
import Triangle.AbstractSyntaxTrees.IntegerLiteral;
|
||||
import Triangle.AbstractSyntaxTrees.LetCommand;
|
||||
import Triangle.AbstractSyntaxTrees.LetExpression;
|
||||
import Triangle.AbstractSyntaxTrees.MultipleActualParameterSequence;
|
||||
import Triangle.AbstractSyntaxTrees.MultipleArrayAggregate;
|
||||
import Triangle.AbstractSyntaxTrees.MultipleFieldTypeDenoter;
|
||||
import Triangle.AbstractSyntaxTrees.MultipleFormalParameterSequence;
|
||||
import Triangle.AbstractSyntaxTrees.MultipleRecordAggregate;
|
||||
import Triangle.AbstractSyntaxTrees.Operator;
|
||||
import Triangle.AbstractSyntaxTrees.ProcActualParameter;
|
||||
import Triangle.AbstractSyntaxTrees.ProcDeclaration;
|
||||
import Triangle.AbstractSyntaxTrees.ProcFormalParameter;
|
||||
import Triangle.AbstractSyntaxTrees.Program;
|
||||
import Triangle.AbstractSyntaxTrees.RecordExpression;
|
||||
import Triangle.AbstractSyntaxTrees.RecordTypeDenoter;
|
||||
import Triangle.AbstractSyntaxTrees.SequentialCommand;
|
||||
import Triangle.AbstractSyntaxTrees.SequentialDeclaration;
|
||||
import Triangle.AbstractSyntaxTrees.SimpleTypeDenoter;
|
||||
import Triangle.AbstractSyntaxTrees.SimpleVname;
|
||||
import Triangle.AbstractSyntaxTrees.SingleActualParameterSequence;
|
||||
import Triangle.AbstractSyntaxTrees.SingleArrayAggregate;
|
||||
import Triangle.AbstractSyntaxTrees.SingleFieldTypeDenoter;
|
||||
import Triangle.AbstractSyntaxTrees.SingleFormalParameterSequence;
|
||||
import Triangle.AbstractSyntaxTrees.SingleRecordAggregate;
|
||||
import Triangle.AbstractSyntaxTrees.SubscriptVname;
|
||||
import Triangle.AbstractSyntaxTrees.TypeDeclaration;
|
||||
import Triangle.AbstractSyntaxTrees.UnaryExpression;
|
||||
import Triangle.AbstractSyntaxTrees.UnaryOperatorDeclaration;
|
||||
import Triangle.AbstractSyntaxTrees.VarActualParameter;
|
||||
import Triangle.AbstractSyntaxTrees.VarDeclaration;
|
||||
import Triangle.AbstractSyntaxTrees.VarFormalParameter;
|
||||
import Triangle.AbstractSyntaxTrees.Visitor;
|
||||
import Triangle.AbstractSyntaxTrees.VnameExpression;
|
||||
import Triangle.AbstractSyntaxTrees.WhileCommand;
|
||||
import Triangle.StdEnvironment;
|
||||
import Triangle.SyntacticAnalyzer.SourcePosition;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Michael
|
||||
*/
|
||||
public class ConstantFolding implements Visitor{
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Returns <code>true</code> if the given expression represents constant value.
|
||||
* This value can be a boolean or integer.
|
||||
* @param e the expression to test
|
||||
* @return <code>true</code> if the given expression represents constant value
|
||||
*/
|
||||
private boolean isConstant(Expression e) {
|
||||
if(e instanceof IntegerExpression)
|
||||
return true;
|
||||
if(e instanceof VnameExpression) {
|
||||
VnameExpression vname = (VnameExpression)e;
|
||||
if(vname.V instanceof SimpleVname)
|
||||
if(((SimpleVname)vname.V).I.spelling.equals(StdEnvironment.trueDecl.I.spelling)
|
||||
|| ((SimpleVname)vname.V).I.spelling.equals(StdEnvironment.falseDecl.I.spelling))
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the boolean value of the given expression that represents a boolean value.
|
||||
* @param e a boolean value
|
||||
* @return the boolean value of the given expression that represents a boolean value
|
||||
*/
|
||||
private boolean parseBoolean(Expression e) {
|
||||
if(e instanceof VnameExpression) {
|
||||
VnameExpression vname = (VnameExpression)e;
|
||||
if(vname.V instanceof SimpleVname)
|
||||
if(((SimpleVname)vname.V).I.spelling.equals(StdEnvironment.trueDecl.I.spelling))
|
||||
return true;
|
||||
if(((SimpleVname)vname.V).I.spelling.equals(StdEnvironment.falseDecl.I.spelling))
|
||||
return false;
|
||||
}
|
||||
throw new RuntimeException();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns an expression representing the given boolean value.
|
||||
* @param val the boolean value that will be represented by the returned expression
|
||||
* @return an expression representing the given boolean value
|
||||
*/
|
||||
private Expression createBoolean(boolean val) {
|
||||
Identifier iAST = new Identifier(val ? "true" : "false", new SourcePosition());
|
||||
iAST.decl = val ? StdEnvironment.trueDecl : StdEnvironment.falseDecl;
|
||||
SimpleVname vAST = new SimpleVname(iAST, new SourcePosition());
|
||||
vAST.type = StdEnvironment.booleanType;
|
||||
VnameExpression boolExpression = new VnameExpression(vAST, new SourcePosition());
|
||||
return boolExpression;
|
||||
}
|
||||
|
||||
|
||||
private Expression createInteger(int i){
|
||||
return new IntegerExpression(new IntegerLiteral(String.valueOf(i),null), null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitBinaryExpression(BinaryExpression ast, Object o) {
|
||||
|
||||
boolean e1 = false;
|
||||
boolean e2 = false;
|
||||
if(isConstant(ast.E1)){
|
||||
//optimize E
|
||||
try{
|
||||
boolean b = parseBoolean(ast.E1);
|
||||
ast.E1 = createBoolean(b);
|
||||
|
||||
|
||||
} catch (RuntimeException e)
|
||||
{
|
||||
ast.E1 = (IntegerExpression)ast.E1;
|
||||
|
||||
}
|
||||
e1 = true;
|
||||
}
|
||||
|
||||
if(isConstant(ast.E2)){
|
||||
//optimize E
|
||||
try{
|
||||
boolean b = parseBoolean(ast.E2);
|
||||
ast.E2 = createBoolean(b);
|
||||
|
||||
} catch (RuntimeException e)
|
||||
{
|
||||
ast.E2 = (IntegerExpression)ast.E2;
|
||||
|
||||
}
|
||||
e2 = true;
|
||||
}
|
||||
|
||||
if(e1 & e2) {
|
||||
if(ast.O.spelling.equals("+")){
|
||||
return createInteger( ast.E1.GETVALUE() + ast.E2.GETVALUE());
|
||||
|
||||
}else if(ast.O.spelling.equals("<")){
|
||||
|
||||
return createBoolean(ast.E1.GETVALUE() < ast.E2.GETVALUE());
|
||||
}else if(ast.O.spelling.equals("-")){
|
||||
|
||||
//....
|
||||
|
||||
}
|
||||
|
||||
//Instead define a Operator which can execute itself:
|
||||
return ast.O(ast.E1,ast.E2);
|
||||
|
||||
}
|
||||
|
||||
return ast;
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitUnaryExpression(UnaryExpression ast, Object o) {
|
||||
|
||||
boolean e1 = false;
|
||||
if(isConstant(ast.E)){
|
||||
//optimize E
|
||||
try{
|
||||
boolean b = parseBoolean(ast.E);
|
||||
ast.E = createBoolean(b);
|
||||
if(ast.O.spelling.equals("\\")){
|
||||
return createBoolean(!b);
|
||||
}
|
||||
|
||||
} catch (RuntimeException e)
|
||||
{
|
||||
ast.E = (IntegerExpression)ast.E;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return ast;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public Object visitBinaryOperatorDeclaration(BinaryOperatorDeclaration ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitUnaryOperatorDeclaration(UnaryOperatorDeclaration ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public Object visitAssignCommand(AssignCommand ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitCallCommand(CallCommand ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitEmptyCommand(EmptyCommand ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitIfCommand(IfCommand ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitLetCommand(LetCommand ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitSequentialCommand(SequentialCommand ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitWhileCommand(WhileCommand ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitArrayExpression(ArrayExpression ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitCallExpression(CallExpression ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitCharacterExpression(CharacterExpression ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitEmptyExpression(EmptyExpression ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitIfExpression(IfExpression ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitIntegerExpression(IntegerExpression ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitLetExpression(LetExpression ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitRecordExpression(RecordExpression ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitVnameExpression(VnameExpression ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitConstDeclaration(ConstDeclaration ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitFuncDeclaration(FuncDeclaration ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitProcDeclaration(ProcDeclaration ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitSequentialDeclaration(SequentialDeclaration ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitTypeDeclaration(TypeDeclaration ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitVarDeclaration(VarDeclaration ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitMultipleArrayAggregate(MultipleArrayAggregate ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitSingleArrayAggregate(SingleArrayAggregate ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitMultipleRecordAggregate(MultipleRecordAggregate ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitSingleRecordAggregate(SingleRecordAggregate ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitConstFormalParameter(ConstFormalParameter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitFuncFormalParameter(FuncFormalParameter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitProcFormalParameter(ProcFormalParameter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitVarFormalParameter(VarFormalParameter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitEmptyFormalParameterSequence(EmptyFormalParameterSequence ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitMultipleFormalParameterSequence(MultipleFormalParameterSequence ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitSingleFormalParameterSequence(SingleFormalParameterSequence ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitConstActualParameter(ConstActualParameter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitFuncActualParameter(FuncActualParameter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitProcActualParameter(ProcActualParameter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitVarActualParameter(VarActualParameter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitEmptyActualParameterSequence(EmptyActualParameterSequence ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitMultipleActualParameterSequence(MultipleActualParameterSequence ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitSingleActualParameterSequence(SingleActualParameterSequence ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitAnyTypeDenoter(AnyTypeDenoter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitArrayTypeDenoter(ArrayTypeDenoter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitBoolTypeDenoter(BoolTypeDenoter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitCharTypeDenoter(CharTypeDenoter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitErrorTypeDenoter(ErrorTypeDenoter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitSimpleTypeDenoter(SimpleTypeDenoter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitIntTypeDenoter(IntTypeDenoter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitRecordTypeDenoter(RecordTypeDenoter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitMultipleFieldTypeDenoter(MultipleFieldTypeDenoter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitSingleFieldTypeDenoter(SingleFieldTypeDenoter ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitCharacterLiteral(CharacterLiteral ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitIdentifier(Identifier ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitIntegerLiteral(IntegerLiteral ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitOperator(Operator ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitDotVname(DotVname ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitSimpleVname(SimpleVname ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitSubscriptVname(SubscriptVname ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visitProgram(Program ast, Object o) {
|
||||
return null; // not of interest
|
||||
}
|
||||
|
||||
}
|
||||
@ -0,0 +1,72 @@
|
||||
package Triangle.ContextualAnalyzer;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Stack;
|
||||
|
||||
import Triangle.AbstractSyntaxTrees.Declaration;
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
|
||||
public final class SymbolTable {
|
||||
|
||||
private Map<String, Stack<Declaration>> symtab;
|
||||
private List<List<String>> scopeStack;
|
||||
|
||||
public SymbolTable () {
|
||||
symtab = new HashMap<String, Stack<Declaration>>();
|
||||
scopeStack = new ArrayList<List<String>>();
|
||||
}
|
||||
|
||||
// Opens a new level in the identification table, 1 higher than the
|
||||
// current topmost level.
|
||||
public void openScope () {
|
||||
// new empty list
|
||||
scopeStack.add(new ArrayList<String>());
|
||||
}
|
||||
|
||||
// Closes the topmost level in the identification table, discarding
|
||||
// all entries belonging to that level.
|
||||
public void closeScope () {
|
||||
//delete from symtab
|
||||
for(int i = 0; i < scopeStack.get(scopeStack.size() -1).size(); i++){
|
||||
if(symtab.containsKey(scopeStack.get(scopeStack.size() -1).get(i))){
|
||||
symtab.get(scopeStack.get(scopeStack.size() -1).get(i)).pop();
|
||||
if(symtab.get(scopeStack.get(scopeStack.size() -1).get(i)).empty()){
|
||||
symtab.remove(scopeStack.get(scopeStack.size() -1).get(i));
|
||||
}
|
||||
}
|
||||
}
|
||||
// delete top list
|
||||
scopeStack.remove(scopeStack.size()-1);
|
||||
}
|
||||
|
||||
// Makes a new entry in the identification table for the given identifier
|
||||
// and attribute. The new entry belongs to the current level.
|
||||
// duplicated is set to to true if there is already an entry for the
|
||||
// same identifier at the current level.
|
||||
public void enter (String id, Declaration attr) {
|
||||
scopeStack.get(scopeStack.size()-1).add(id);
|
||||
if(symtab.containsKey(id)){
|
||||
symtab.get(id).push(attr);
|
||||
}else{
|
||||
symtab.put(id, new Stack<Declaration>());
|
||||
symtab.get(id).push(attr);
|
||||
}
|
||||
}
|
||||
|
||||
// Finds an entry for the given identifier in the identification table,
|
||||
// if any. If there are several entries for that identifier, finds the
|
||||
// entry at the highest level, in accordance with the scope rules.
|
||||
// Returns null if no entry is found.
|
||||
// otherwise returns the attribute field of the entry found.
|
||||
public Declaration retrieve (String id) {
|
||||
|
||||
if(symtab.containsKey(id)){
|
||||
return symtab.get(id).firstElement();
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
BIN
ws2011/Compiler I/Uebungen/2. Uebung/solution/solution.odt
Normal file
BIN
ws2011/Compiler I/Uebungen/2. Uebung/solution/solution.odt
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ws2011/FOC/Folien/Module09-ModellierungSE-v1.0.pdf
Normal file
BIN
ws2011/FOC/Folien/Module09-ModellierungSE-v1.0.pdf
Normal file
Binary file not shown.
BIN
ws2011/FOC/Uebungen/Loesung07-v1.0.pdf
Normal file
BIN
ws2011/FOC/Uebungen/Loesung07-v1.0.pdf
Normal file
Binary file not shown.
BIN
ws2011/FOC/Uebungen/Loesung08-v1.0.pdf
Normal file
BIN
ws2011/FOC/Uebungen/Loesung08-v1.0.pdf
Normal file
Binary file not shown.
BIN
ws2011/FOC/Uebungen/Uebung09-v1.0.pdf
Normal file
BIN
ws2011/FOC/Uebungen/Uebung09-v1.0.pdf
Normal file
Binary file not shown.
BIN
ws2011/FOC/Uebungen/Uebung10-v1.0.pdf
Normal file
BIN
ws2011/FOC/Uebungen/Uebung10-v1.0.pdf
Normal file
Binary file not shown.
BIN
ws2011/Semantic Web/Uebungen/.DS_Store
vendored
BIN
ws2011/Semantic Web/Uebungen/.DS_Store
vendored
Binary file not shown.
BIN
ws2011/Semantic Web/Uebungen/1. Bonus Aufgabe/Dokumentation in TeX/.DS_Store
vendored
Normal file
BIN
ws2011/Semantic Web/Uebungen/1. Bonus Aufgabe/Dokumentation in TeX/.DS_Store
vendored
Normal file
Binary file not shown.
@ -0,0 +1,28 @@
|
||||
\relax
|
||||
\catcode`"\active
|
||||
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
|
||||
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
|
||||
\global\let\oldcontentsline\contentsline
|
||||
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
|
||||
\global\let\oldnewlabel\newlabel
|
||||
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
|
||||
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
|
||||
\AtEndDocument{\ifx\hyper@anchor\@undefined
|
||||
\let\contentsline\oldcontentsline
|
||||
\let\newlabel\oldnewlabel
|
||||
\fi}
|
||||
\fi}
|
||||
\global\let\hyper@last\relax
|
||||
\gdef\HyperFirstAtBeginDocument#1{#1}
|
||||
\providecommand\HyField@AuxAddToFields[1]{}
|
||||
\select@language{ngerman}
|
||||
\@writefile{toc}{\select@language{ngerman}}
|
||||
\@writefile{lof}{\select@language{ngerman}}
|
||||
\@writefile{lot}{\select@language{ngerman}}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1}Anwendung}{2}{section.1}}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {2}Codeaufbau}{3}{section.2}}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {3}Klassen}{3}{section.3}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}controller.php}{3}{subsection.3.1}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}dbpediaController.php}{3}{subsection.3.2}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}mdbController.php}{3}{subsection.3.3}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4}view.php}{3}{subsection.3.4}}
|
||||
@ -0,0 +1,984 @@
|
||||
This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2011) (format=pdflatex 2011.7.3) 29 DEC 2011 15:10
|
||||
entering extended mode
|
||||
restricted \write18 enabled.
|
||||
%&-line parsing enabled.
|
||||
**SemanticWebApp.tex
|
||||
(./SemanticWebApp.tex
|
||||
LaTeX2e <2009/09/24>
|
||||
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
|
||||
rman-x-2009-06-19, ngerman-x-2009-06-19, afrikaans, ancientgreek, ibycus, arabi
|
||||
c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis
|
||||
h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, finnis
|
||||
h, french, galician, german, ngerman, swissgerman, monogreek, greek, hungarian,
|
||||
icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, marathi, or
|
||||
iya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian, kurmanji,
|
||||
lao, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk, pol
|
||||
ish, portuguese, romanian, russian, sanskrit, serbian, serbianc, slovak, sloven
|
||||
ian, spanish, swedish, turkish, turkmen, ukrainian, uppersorbian, welsh, loaded
|
||||
.
|
||||
(/Users/Michael/Library/texmf/tex/latex/tuddesign/tudreport.cls
|
||||
Document Class: tudreport 2009/11/17 1.13 Clemens von Loewenich's and Joe Werne
|
||||
r's TUD-Design package
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/xkeyval/xkeyval.sty
|
||||
Package: xkeyval 2008/08/13 v2.6a package option processing (HA)
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/generic/xkeyval/xkeyval.tex
|
||||
\XKV@toks=\toks14
|
||||
\XKV@tempa@toks=\toks15
|
||||
\XKV@depth=\count79
|
||||
File: xkeyval.tex 2008/08/13 v2.6a key=value parser (HA)
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/generic/xkeyval/keyval.tex)))
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/ifthen.sty
|
||||
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
|
||||
)
|
||||
Class tudreport Info: Option `paper=a4report' selected. on input line 142.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/koma-script/scrartcl.cls
|
||||
Document Class: scrartcl 2011/06/16 v3.09a KOMA-Script document class (article)
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/koma-script/scrkbase.sty
|
||||
Package: scrkbase 2011/06/16 v3.09a KOMA-Script package (KOMA-Script-dependent
|
||||
basics and keyval usage)
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/koma-script/scrbase.sty
|
||||
Package: scrbase 2011/06/16 v3.09a KOMA-Script package (KOMA-Script-independent
|
||||
basics and keyval usage)
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/koma-script/scrlfile.sty
|
||||
Package: scrlfile 2011/03/09 v3.09 KOMA-Script package (loading files)
|
||||
|
||||
Package scrlfile, 2011/03/09 v3.09 KOMA-Script package (loading files)
|
||||
Copyright (C) Markus Kohm
|
||||
|
||||
))) (/usr/local/texlive/2011/texmf-dist/tex/latex/koma-script/tocbasic.sty
|
||||
Package: tocbasic 2011/05/30 v3.09a KOMA-Script package (handling toc-files)
|
||||
)
|
||||
Package tocbasic Info: omitting babel extension for `toc'
|
||||
(tocbasic) because of feature `nobabel' available
|
||||
(tocbasic) for `toc' on input line 115.
|
||||
Package tocbasic Info: omitting babel extension for `lof'
|
||||
(tocbasic) because of feature `nobabel' available
|
||||
(tocbasic) for `lof' on input line 116.
|
||||
Package tocbasic Info: omitting babel extension for `lot'
|
||||
(tocbasic) because of feature `nobabel' available
|
||||
(tocbasic) for `lot' on input line 117.
|
||||
Class scrartcl Info: File `scrsize11pt.clo' used instead of
|
||||
(scrartcl) file `scrsize11.clo' to setup font sizes on input line 124
|
||||
7.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/koma-script/scrsize11pt.clo
|
||||
File: scrsize11pt.clo 2011/06/16 v3.09a KOMA-Script font size class option (11p
|
||||
t)
|
||||
)
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/koma-script/typearea.sty
|
||||
Package: typearea 2011/06/16 v3.09a KOMA-Script package (type area)
|
||||
|
||||
Package typearea, 2011/06/16 v3.09a KOMA-Script package (type area)
|
||||
Copyright (C) Frank Neukam, 1992-1994
|
||||
Copyright (C) Markus Kohm, 1994-
|
||||
|
||||
\ta@bcor=\skip41
|
||||
\ta@div=\count80
|
||||
\ta@hblk=\skip42
|
||||
\ta@vblk=\skip43
|
||||
\ta@temp=\skip44
|
||||
Package typearea Info: These are the values describing the layout:
|
||||
(typearea) DIV = 10
|
||||
(typearea) BCOR = 0.0pt
|
||||
(typearea) \paperwidth = 597.50793pt
|
||||
(typearea) \textwidth = 418.25555pt
|
||||
(typearea) DIV departure = -6%
|
||||
(typearea) \evensidemargin = 17.3562pt
|
||||
(typearea) \oddsidemargin = 17.3562pt
|
||||
(typearea) \paperheight = 845.04694pt
|
||||
(typearea) \textheight = 595.80026pt
|
||||
(typearea) \topmargin = -25.16531pt
|
||||
(typearea) \headheight = 17.0pt
|
||||
(typearea) \headsep = 20.40001pt
|
||||
(typearea) \topskip = 11.0pt
|
||||
(typearea) \footskip = 47.60002pt
|
||||
(typearea) \baselineskip = 13.6pt
|
||||
(typearea) on input line 1139.
|
||||
)
|
||||
\c@part=\count81
|
||||
\c@section=\count82
|
||||
\c@subsection=\count83
|
||||
\c@subsubsection=\count84
|
||||
\c@paragraph=\count85
|
||||
\c@subparagraph=\count86
|
||||
\abovecaptionskip=\skip45
|
||||
\belowcaptionskip=\skip46
|
||||
\c@pti@nb@sid@b@x=\box26
|
||||
\c@figure=\count87
|
||||
\c@table=\count88
|
||||
\bibindent=\dimen102
|
||||
) (/usr/local/texlive/2011/texmf-dist/tex/latex/tools/calc.sty
|
||||
Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
|
||||
\calc@Acount=\count89
|
||||
\calc@Bcount=\count90
|
||||
\calc@Adimen=\dimen103
|
||||
\calc@Bdimen=\dimen104
|
||||
\calc@Askip=\skip47
|
||||
\calc@Bskip=\skip48
|
||||
LaTeX Info: Redefining \setlength on input line 76.
|
||||
LaTeX Info: Redefining \addtolength on input line 77.
|
||||
\calc@Ccount=\count91
|
||||
\calc@Cskip=\skip49
|
||||
)
|
||||
(/Users/Michael/Library/texmf/tex/latex/tuddesign/colours/tudcolours.sty
|
||||
Package: tudcolours 2009/03/12 1.9 Clemens von Loewenich's and Joe Werner's TUD
|
||||
-Design package
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/xcolor/xcolor.sty
|
||||
Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/color.cfg
|
||||
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
|
||||
)
|
||||
Package xcolor Info: Package option `override' ignored on input line 216.
|
||||
Package xcolor Info: Driver file: pdftex.def on input line 225.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/pdftex-def/pdftex.def
|
||||
File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/infwarerr.sty
|
||||
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/message (HO)
|
||||
)
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
|
||||
Package: ltxcmds 2011/04/18 v1.20 LaTeX kernel commands for general use (HO)
|
||||
)
|
||||
\Gread@gobject=\count92
|
||||
)
|
||||
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
|
||||
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341.
|
||||
Package xcolor Info: Model `RGB' extended on input line 1353.
|
||||
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
|
||||
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
|
||||
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
|
||||
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
|
||||
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
|
||||
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
|
||||
)
|
||||
(/Users/Michael/Library/texmf/tex/latex/tuddesign/colours/tudcolours.cfg
|
||||
File: tudcolours.cfg 2008/12/03
|
||||
)
|
||||
(/Users/Michael/Library/texmf/tex/latex/tuddesign/colours/tudcolours.def
|
||||
File: tudcolours.def 2008/12/03
|
||||
))
|
||||
(/Users/Michael/Library/texmf/tex/latex/tuddesign/report/tudreprt_fonts.sty
|
||||
Package: tudreprt_fonts 2009/00/18 1.11 Clemens von Loewenich's and Joe Werner'
|
||||
s TUD-Design package
|
||||
|
||||
(/Users/Michael/Library/texmf/tex/latex/tuddesign/base/tudfonts.sty
|
||||
Package: tudfonts 2009/09/18 1.12 Clemens von Loewenich's and Joe Werner's TUD-
|
||||
Design package
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/fontenc.sty
|
||||
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/t1enc.def
|
||||
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
|
||||
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
|
||||
))
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/textcomp.sty
|
||||
Package: textcomp 2005/09/27 v1.99g Standard LaTeX package
|
||||
Package textcomp Info: Sub-encoding information:
|
||||
(textcomp) 5 = only ISO-Adobe without \textcurrency
|
||||
(textcomp) 4 = 5 + \texteuro
|
||||
(textcomp) 3 = 4 + \textohm
|
||||
(textcomp) 2 = 3 + \textestimated + \textcurrency
|
||||
(textcomp) 1 = TS1 - \textcircled - \t
|
||||
(textcomp) 0 = TS1 (full)
|
||||
(textcomp) Font families with sub-encoding setting implement
|
||||
(textcomp) only a restricted character set as indicated.
|
||||
(textcomp) Family '?' is the default used for unknown fonts.
|
||||
(textcomp) See the documentation for details.
|
||||
Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 71.
|
||||
Package textcomp Info: Changing ? sub-encoding to TS1/4 on input line 72.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/ts1enc.def
|
||||
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
|
||||
)
|
||||
LaTeX Info: Redefining \oldstylenums on input line 266.
|
||||
Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 281.
|
||||
Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 282.
|
||||
Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 283.
|
||||
Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 284.
|
||||
Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 285.
|
||||
Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 286.
|
||||
Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 287.
|
||||
Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 288.
|
||||
Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 289.
|
||||
Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 290.
|
||||
Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 291.
|
||||
Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 292.
|
||||
Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 293.
|
||||
Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 294.
|
||||
Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 295.
|
||||
Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 296.
|
||||
Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 297.
|
||||
Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 298.
|
||||
Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 299.
|
||||
Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 300.
|
||||
Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 301.
|
||||
Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 302.
|
||||
Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 303.
|
||||
Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 304.
|
||||
|
||||
Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 305.
|
||||
Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 306.
|
||||
Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 307.
|
||||
Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 308.
|
||||
Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 309.
|
||||
Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 310.
|
||||
Package textcomp Info: Setting lmr sub-encoding to TS1/0 on input line 311.
|
||||
Package textcomp Info: Setting lmdh sub-encoding to TS1/0 on input line 312.
|
||||
Package textcomp Info: Setting lmss sub-encoding to TS1/0 on input line 313.
|
||||
Package textcomp Info: Setting lmssq sub-encoding to TS1/0 on input line 314.
|
||||
Package textcomp Info: Setting lmvtt sub-encoding to TS1/0 on input line 315.
|
||||
Package textcomp Info: Setting qhv sub-encoding to TS1/0 on input line 316.
|
||||
Package textcomp Info: Setting qag sub-encoding to TS1/0 on input line 317.
|
||||
Package textcomp Info: Setting qbk sub-encoding to TS1/0 on input line 318.
|
||||
Package textcomp Info: Setting qcr sub-encoding to TS1/0 on input line 319.
|
||||
Package textcomp Info: Setting qcs sub-encoding to TS1/0 on input line 320.
|
||||
Package textcomp Info: Setting qpl sub-encoding to TS1/0 on input line 321.
|
||||
Package textcomp Info: Setting qtm sub-encoding to TS1/0 on input line 322.
|
||||
Package textcomp Info: Setting qzc sub-encoding to TS1/0 on input line 323.
|
||||
Package textcomp Info: Setting qhvc sub-encoding to TS1/0 on input line 324.
|
||||
Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 325.
|
||||
Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 326.
|
||||
Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 327.
|
||||
Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 328.
|
||||
Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 329.
|
||||
Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 330.
|
||||
Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 331.
|
||||
Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 332.
|
||||
Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 333.
|
||||
Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 334.
|
||||
Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 335.
|
||||
Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 336.
|
||||
Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 337.
|
||||
Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 338.
|
||||
Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 339.
|
||||
Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 340.
|
||||
)
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/fix-cm.sty
|
||||
Package: fix-cm 2006/09/13 v1.1m fixes to LaTeX
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/ts1enc.def
|
||||
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
|
||||
LaTeX Font Info: Redeclaring font encoding TS1 on input line 42.
|
||||
))
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mathdesign.sty
|
||||
Package: mathdesign 2006/01/29 v1.55 Math Design Project
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdbch/mdbch.cfg)
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdbch/mdbch.sty
|
||||
Package: mdbch 2006/01/29 v1.55 bitstream charter + mdbch (Math Design Project)
|
||||
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdfont.def
|
||||
File: mdfont.def 2006/01/29 v1.55 (Math Design Project)
|
||||
)
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdsffont.def
|
||||
File: mdsffont.def 2006/01/29 v1.55 (Math Design Project)
|
||||
)
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdttfont.def
|
||||
File: mdttfont.def 2006/01/29 v1.55 (Math Design Project)
|
||||
)
|
||||
\symmdcal=\mathgroup4
|
||||
LaTeX Font Info: Overwriting symbol font `mdcal' in version `bold'
|
||||
(Font) OMS/mdbch/m/n --> OMS/mdbch/b/n on input line 89.
|
||||
\symmdscr=\mathgroup5
|
||||
LaTeX Font Info: Overwriting symbol font `mdscr' in version `bold'
|
||||
(Font) OMS/mdbch/m/n --> OMS/mdbch/b/n on input line 95.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
|
||||
(Font) U/xmdeuf/m/n --> U/xmdeuf/b/n on input line 102.
|
||||
LaTeX Font Info: Try loading font information for T1+mdbch on input line 111
|
||||
.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdbch/t1mdbch.fd
|
||||
File: t1mdbch.fd 2006/01/28 Fontinst v1.928 font definitions for T1/mdbch.
|
||||
)
|
||||
LaTeX Font Info: Font shape `T1/mdbch/m/n' will be
|
||||
(Font) scaled to size 10.51207pt on input line 111.
|
||||
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
|
||||
(Font) OT1/cmr/m/n --> OT1/mdbch/m/n on input line 114.
|
||||
LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
|
||||
(Font) OML/cmm/m/it --> OML/mdbch/m/it on input line 115.
|
||||
LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
|
||||
(Font) OMS/cmsy/m/n --> OMS/mdbch/m/n on input line 116.
|
||||
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
|
||||
(Font) OMX/cmex/m/n --> OMX/mdbch/m/n on input line 117.
|
||||
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
|
||||
(Font) OT1/cmr/bx/n --> OT1/mdbch/b/n on input line 119.
|
||||
LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
|
||||
(Font) OML/cmm/b/it --> OML/mdbch/b/it on input line 120.
|
||||
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
|
||||
(Font) OMS/cmsy/b/n --> OMS/mdbch/b/n on input line 121.
|
||||
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
|
||||
(Font) OMX/cmex/m/n --> OMX/mdbch/b/n on input line 122.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `normal'
|
||||
(Font) OT1/mdbch/m/n --> T1/mdbch/m/n on input line 124.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
|
||||
(Font) OT1/cmr/bx/n --> T1/mdbch/b/n on input line 125.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
|
||||
(Font) OT1/cmr/m/it --> T1/mdbch/m/it on input line 126.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
|
||||
(Font) OT1/cmss/m/n --> T1/cmss/m/n on input line 127.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
|
||||
(Font) OT1/cmtt/m/n --> T1/cmtt/m/n on input line 128.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathcal' in version `normal'
|
||||
(Font) OMS/mdbch/m/n --> OMS/mdbch/m/n on input line 132.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `bold'
|
||||
(Font) OT1/mdbch/b/n --> T1/mdbch/b/n on input line 137.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
|
||||
(Font) OT1/cmr/bx/n --> T1/mdbch/b/n on input line 138.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
|
||||
(Font) OT1/cmr/bx/it --> T1/mdbch/b/it on input line 139.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
|
||||
(Font) OT1/cmss/bx/n --> T1/cmss/b/n on input line 140.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
|
||||
(Font) OT1/cmtt/m/n --> T1/cmtt/b/n on input line 141.
|
||||
LaTeX Font Info: Redeclaring math accent \widetilde on input line 153.
|
||||
LaTeX Font Info: Redeclaring math accent \widehat on input line 154.
|
||||
\symlettersupright=\mathgroup6
|
||||
LaTeX Font Info: Overwriting symbol font `lettersupright' in version `bold'
|
||||
(Font) OML/mdbch/m/n --> OML/mdbch/b/n on input line 190.
|
||||
LaTeX Font Info: Redeclaring math alphabet \mathrm on input line 193.
|
||||
\symmathdesignA=\mathgroup7
|
||||
LaTeX Font Info: Overwriting symbol font `mathdesignA' in version `bold'
|
||||
(Font) MDA/mdbch/m/n --> MDA/mdbch/b/n on input line 382.
|
||||
\@emptytoks=\toks16
|
||||
LaTeX Font Info: Redeclaring math accent \widetilde on input line 421.
|
||||
LaTeX Font Info: Redeclaring math accent \widehat on input line 422.
|
||||
\symmathdesignB=\mathgroup8
|
||||
LaTeX Font Info: Overwriting symbol font `mathdesignB' in version `bold'
|
||||
(Font) MDB/mdbch/m/n --> MDB/mdbch/b/n on input line 685.
|
||||
)
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/fontenc.sty
|
||||
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/t1enc.def
|
||||
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
|
||||
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
|
||||
)))
|
||||
\symutopiasymbol=\mathgroup9
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathmb' in version `normal'
|
||||
(Font) T1/5ch/mb/n --> T1/5ch/mb/n on input line 34.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathmb' in version `bold'
|
||||
(Font) T1/5ch/mb/n --> T1/5ch/mb/n on input line 35.
|
||||
LaTeX Info: Redefining \em on input line 37.
|
||||
\fontheight=\skip50
|
||||
\fontdepth=\skip51
|
||||
\fontstrutbox=\box27
|
||||
LaTeX Info: Redefining \LaTeX on input line 108.
|
||||
)
|
||||
LaTeX Font Info: Font shape `T1/mdbch/m/n' will be
|
||||
(Font) scaled to size 9.12006pt on input line 239.
|
||||
)
|
||||
\TUD@headfootsep=\skip52
|
||||
|
||||
(/Users/Michael/Library/texmf/tex/latex/tuddesign/base/tudpage.sty
|
||||
Package: tudpage 2009/08/11 1.10 Clemens von Loewenich's and Joe Werner's TUD-D
|
||||
esign package
|
||||
|
||||
(/Users/Michael/Library/texmf/tex/latex/tuddesign/base/tudpaper.sty
|
||||
Package: tudpaper 2009/01/28 1.9 Clemens von Loewenich's and Joe Werner's TUD-D
|
||||
esign package
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/graphicx.sty
|
||||
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/graphics.sty
|
||||
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/trig.sty
|
||||
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
|
||||
)
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/graphics.cfg
|
||||
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
|
||||
)
|
||||
Package graphics Info: Driver file: pdftex.def on input line 91.
|
||||
)
|
||||
\Gin@req@height=\dimen105
|
||||
\Gin@req@width=\dimen106
|
||||
)
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/eso-pic/eso-pic.sty
|
||||
Package: eso-pic 2010/10/06 v2.0c eso-pic (RN)
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/atbegshi.sty
|
||||
Package: atbegshi 2011/01/30 v1.15 At begin shipout hook (HO)
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/ifpdf.sty
|
||||
Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
|
||||
Package ifpdf Info: pdfTeX in PDF mode is detected.
|
||||
)))
|
||||
\TUD@logo@height=\skip53
|
||||
\TUD@logo@leftskip=\skip54
|
||||
\TUD@sep@top=\skip55
|
||||
\TUD@sep@left=\skip56
|
||||
\TUD@sep@right=\skip57
|
||||
\TUD@sep@bottom=\skip58
|
||||
\TUD@titlepos=\skip59
|
||||
\TUD@titlebox@sep@left=\skip60
|
||||
\TUD@titlebox@sep@right=\skip61
|
||||
\TUD@titlebox@sep@bottom=\skip62
|
||||
\TUD@subtitlebox@sep=\skip63
|
||||
\TUD@textwidth=\skip64
|
||||
\TUD@cols@width=\skip65
|
||||
\TUD@cols@sep=\skip66
|
||||
\c@TUD@cols@n=\count93
|
||||
|
||||
(/Users/Michael/Library/texmf/tex/latex/tuddesign/base/tudrules.sty
|
||||
Package: tudrules 2008/10/09 1.6 Clemens von Loewenich's and Joe Werner's TUD-D
|
||||
esign package
|
||||
\TUD@indentbar@height=\skip67
|
||||
\TUD@indentbar@depth=\skip68
|
||||
\TUD@indentbar@totalheight=\skip69
|
||||
\@TUD@indentbar@width=\skip70
|
||||
\@TUD@largeruleheight=\skip71
|
||||
\@TUD@smallruleheight=\skip72
|
||||
\@TUD@rulesep=\skip73
|
||||
\@TUD@ruleheight=\skip74
|
||||
)
|
||||
\TUD@indentbarheight=\skip75
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/geometry/geometry.sty
|
||||
Package: geometry 2010/09/12 v5.6 Page Geometry
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/ifvtex.sty
|
||||
Package: ifvtex 2010/03/01 v1.5 Switches for detecting VTeX and its modes (HO)
|
||||
Package ifvtex Info: VTeX not detected.
|
||||
)
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/generic/ifxetex/ifxetex.sty
|
||||
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
|
||||
)
|
||||
\Gm@cnth=\count94
|
||||
\Gm@cntv=\count95
|
||||
\c@Gm@tempcnt=\count96
|
||||
\Gm@bindingoffset=\dimen107
|
||||
\Gm@wd@mp=\dimen108
|
||||
\Gm@odd@mp=\dimen109
|
||||
\Gm@even@mp=\dimen110
|
||||
\Gm@layoutwidth=\dimen111
|
||||
\Gm@layoutheight=\dimen112
|
||||
\Gm@layouthoffset=\dimen113
|
||||
\Gm@layoutvoffset=\dimen114
|
||||
\Gm@dimlist=\toks17
|
||||
))
|
||||
\TUD@footparindent=\skip76
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
|
||||
\fancy@headwidth=\skip77
|
||||
\f@ncyO@elh=\skip78
|
||||
\f@ncyO@erh=\skip79
|
||||
\f@ncyO@olh=\skip80
|
||||
\f@ncyO@orh=\skip81
|
||||
\f@ncyO@elf=\skip82
|
||||
\f@ncyO@erf=\skip83
|
||||
\f@ncyO@olf=\skip84
|
||||
\f@ncyO@orf=\skip85
|
||||
))
|
||||
(/Users/Michael/Library/texmf/tex/latex/tuddesign/base/tudheading.sty
|
||||
Package: tudheading 2009/12/31 1.17 Clemens von Loewenich's and Joe Werner's TU
|
||||
D-Design package
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/titlesec/titlesec.sty
|
||||
Package: titlesec 2011/11/11 v2.9.2 Sectioning titles
|
||||
\ttl@box=\box28
|
||||
\beforetitleunit=\skip86
|
||||
\aftertitleunit=\skip87
|
||||
\ttl@plus=\dimen115
|
||||
\ttl@minus=\dimen116
|
||||
\ttl@toksa=\toks18
|
||||
\titlewidth=\dimen117
|
||||
\titlewidthlast=\dimen118
|
||||
\titlewidthfirst=\dimen119
|
||||
)
|
||||
\c@seclinedepth=\count97
|
||||
\TUD@chapter@diff@height=\skip88
|
||||
LaTeX Font Info: Font shape `T1/mdbch/m/n' will be
|
||||
(Font) scaled to size 9.60007pt on input line 75.
|
||||
\@TUD@above@headskip=\skip89
|
||||
\@TUD@below@headskip=\skip90
|
||||
|
||||
(/Users/Michael/Library/texmf/tex/latex/tuddesign/base/tudheading.def
|
||||
File: tudheading.def 2009/07/14
|
||||
\TUD@part@tmp@height=\skip91
|
||||
\TUD@part@tmp@depth=\skip92
|
||||
\@TUD@partbox=\box29
|
||||
)
|
||||
\TUD@parind=\skip93
|
||||
\TUD@chapind=\skip94
|
||||
\TUD@secind=\skip95
|
||||
\TUD@subsecind=\skip96
|
||||
\TUD@subsubsecind=\skip97
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/titlesec/block.tss
|
||||
File: block.tss 2011/11/11
|
||||
))
|
||||
(/Users/Michael/Library/texmf/tex/latex/tuddesign/base/tudredef.sty
|
||||
Package: tudredef 2010/04/10 1.2 Clemens von Loewenich's and Joe Werner's TUD-D
|
||||
esign package
|
||||
\TUD@abstract@count=\count98
|
||||
)
|
||||
(/Users/Michael/Library/texmf/tex/latex/tuddesign/report/tudreprt_title.sty
|
||||
Package: tudreprt_title 2009/09/18 1.11 Clemens von Loewenich's and Joe Werner'
|
||||
s TUD-Design package
|
||||
\TUD@sponsorlogo=\box30
|
||||
\TUD@titleskip=\skip98
|
||||
))
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/inputenc.sty
|
||||
Package: inputenc 2008/03/30 v1.1d Input encoding file
|
||||
\inpenc@prehook=\toks19
|
||||
\inpenc@posthook=\toks20
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/latin9.def
|
||||
File: latin9.def 2008/03/30 v1.1d Input encoding file
|
||||
))
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/generic/babel/babel.sty
|
||||
Package: babel 2008/07/08 v3.8m The Babel package
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/generic/babel/ngermanb.ldf
|
||||
Language: ngermanb 2008/07/06 v2.6n new German support from the babel system
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/generic/babel/babel.def
|
||||
File: babel.def 2008/07/08 v3.8m Babel common definitions
|
||||
\babel@savecnt=\count99
|
||||
\U@D=\dimen120
|
||||
)
|
||||
\l@naustrian = a dialect from \language\l@ngerman
|
||||
Package babel Info: Making " an active character on input line 92.
|
||||
))
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/enumitem/enumitem.sty
|
||||
Package: enumitem 2011/09/28 v3.5.2 Customized lists
|
||||
\enitkv@toks@=\toks21
|
||||
\labelindent=\skip99
|
||||
\enit@outerparindent=\dimen121
|
||||
\enit@toks=\toks22
|
||||
\enit@inbox=\box31
|
||||
\enitdp@description=\count100
|
||||
)
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/wasysym/wasysym.sty
|
||||
Package: wasysym 2003/10/30 v2.0 Wasy-2 symbol support package
|
||||
\symwasy=\mathgroup10
|
||||
LaTeX Font Info: Overwriting symbol font `wasy' in version `bold'
|
||||
(Font) U/wasy/m/n --> U/wasy/b/n on input line 90.
|
||||
)
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/latexsym.sty
|
||||
Package: latexsym 1998/08/17 v2.2e Standard LaTeX package (lasy symbols)
|
||||
\symlasy=\mathgroup11
|
||||
LaTeX Font Info: Overwriting symbol font `lasy' in version `bold'
|
||||
(Font) U/lasy/m/n --> U/lasy/b/n on input line 47.
|
||||
)
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/hyperref.sty
|
||||
Package: hyperref 2011/12/04 v6.82m Hypertext links for LaTeX
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
|
||||
Package: hobsub-hyperref 2011/04/23 v1.4 Bundle oberdiek, subset hyperref (HO)
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
|
||||
Package: hobsub-generic 2011/04/23 v1.4 Bundle oberdiek, subset generic (HO)
|
||||
Package: hobsub 2011/04/23 v1.4 Subsetting bundle oberdiek (HO)
|
||||
Package hobsub Info: Skipping package `infwarerr' (already loaded).
|
||||
Package hobsub Info: Skipping package `ltxcmds' (already loaded).
|
||||
Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
|
||||
Package ifluatex Info: LuaTeX not detected.
|
||||
Package hobsub Info: Skipping package `ifvtex' (already loaded).
|
||||
Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
|
||||
Package hobsub Info: Skipping package `ifpdf' (already loaded).
|
||||
Package: etexcmds 2011/02/16 v1.5 Prefix for e-TeX command names (HO)
|
||||
Package etexcmds Info: Could not find \expanded.
|
||||
(etexcmds) That can mean that you are not using pdfTeX 1.50 or
|
||||
(etexcmds) that some package has redefined \expanded.
|
||||
(etexcmds) In the latter case, load this package earlier.
|
||||
Package: kvsetkeys 2011/04/07 v1.13 Key value parser (HO)
|
||||
Package: kvdefinekeys 2011/04/07 v1.3 Defining keys (HO)
|
||||
Package: pdftexcmds 2011/04/22 v0.16 Utilities of pdfTeX for LuaTeX (HO)
|
||||
Package pdftexcmds Info: LuaTeX not detected.
|
||||
Package pdftexcmds Info: \pdf@primitive is available.
|
||||
Package pdftexcmds Info: \pdf@ifprimitive is available.
|
||||
Package pdftexcmds Info: \pdfdraftmode found.
|
||||
Package: pdfescape 2011/04/04 v1.12 Provides string conversions (HO)
|
||||
Package: bigintcalc 2011/01/30 v1.2 Expandable big integer calculations (HO)
|
||||
Package: bitset 2011/01/30 v1.1 Data type bit set (HO)
|
||||
Package: uniquecounter 2011/01/30 v1.2 Provides unlimited unique counter (HO)
|
||||
)
|
||||
Package hobsub Info: Skipping package `hobsub' (already loaded).
|
||||
Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO)
|
||||
Package: hopatch 2011/01/30 v1.0 Wrapper for package hooks (HO)
|
||||
Package: xcolor-patch 2011/01/30 xcolor patch
|
||||
Package: atveryend 2011/04/23 v1.7 Hooks at very end of document (HO)
|
||||
Package atveryend Info: \enddocument detected (standard).
|
||||
Package hobsub Info: Skipping package `atbegshi' (already loaded).
|
||||
Package: refcount 2010/12/01 v3.2 Data extraction from references (HO)
|
||||
Package: hycolor 2011/01/30 v1.7 Color options of hyperref/bookmark (HO)
|
||||
)
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/kvoptions.sty
|
||||
Package: kvoptions 2010/12/23 v3.10 Keyval support for LaTeX options (HO)
|
||||
)
|
||||
\@linkdim=\dimen122
|
||||
\Hy@linkcounter=\count101
|
||||
\Hy@pagecounter=\count102
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/pd1enc.def
|
||||
File: pd1enc.def 2011/12/04 v6.82m Hyperref: PDFDocEncoding definition (HO)
|
||||
)
|
||||
\Hy@SavedSpaceFactor=\count103
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/hyperref.cfg
|
||||
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
|
||||
)
|
||||
Package hyperref Info: Option `colorlinks' set `false' on input line 3925.
|
||||
Package hyperref Info: Hyper figures OFF on input line 4046.
|
||||
Package hyperref Info: Link nesting OFF on input line 4051.
|
||||
Package hyperref Info: Hyper index ON on input line 4054.
|
||||
Package hyperref Info: Plain pages OFF on input line 4061.
|
||||
Package hyperref Info: Backreferencing OFF on input line 4066.
|
||||
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
|
||||
Package hyperref Info: Bookmarks ON on input line 4284.
|
||||
\c@Hy@tempcnt=\count104
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/url/url.sty
|
||||
\Urlmuskip=\muskip10
|
||||
Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc.
|
||||
)
|
||||
LaTeX Info: Redefining \url on input line 4637.
|
||||
\Fld@menulength=\count105
|
||||
\Field@Width=\dimen123
|
||||
\Fld@charsize=\dimen124
|
||||
Package hyperref Info: Hyper figures OFF on input line 5757.
|
||||
Package hyperref Info: Link nesting OFF on input line 5762.
|
||||
Package hyperref Info: Hyper index ON on input line 5765.
|
||||
Package hyperref Info: backreferencing OFF on input line 5772.
|
||||
Package hyperref Info: Link coloring OFF on input line 5777.
|
||||
Package hyperref Info: Link coloring with OCG OFF on input line 5782.
|
||||
Package hyperref Info: PDF/A mode OFF on input line 5787.
|
||||
LaTeX Info: Redefining \ref on input line 5827.
|
||||
LaTeX Info: Redefining \pageref on input line 5831.
|
||||
\Hy@abspage=\count106
|
||||
\c@Item=\count107
|
||||
\c@Hfootnote=\count108
|
||||
)
|
||||
|
||||
Package hyperref Message: Driver (autodetected): hpdftex.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/hpdftex.def
|
||||
File: hpdftex.def 2011/12/04 v6.82m Hyperref driver for pdfTeX
|
||||
\Fld@listcount=\count109
|
||||
\c@bookmark@seq@number=\count110
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
|
||||
Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO)
|
||||
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
|
||||
82.
|
||||
)
|
||||
\Hy@SectionHShift=\skip100
|
||||
)
|
||||
(./SemanticWebApp.aux)
|
||||
\openout1 = `SemanticWebApp.aux'.
|
||||
|
||||
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 13.
|
||||
LaTeX Font Info: ... okay on input line 13.
|
||||
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 13.
|
||||
LaTeX Font Info: ... okay on input line 13.
|
||||
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 13.
|
||||
LaTeX Font Info: ... okay on input line 13.
|
||||
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 13.
|
||||
LaTeX Font Info: ... okay on input line 13.
|
||||
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 13.
|
||||
LaTeX Font Info: ... okay on input line 13.
|
||||
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 13.
|
||||
LaTeX Font Info: ... okay on input line 13.
|
||||
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 13.
|
||||
LaTeX Font Info: ... okay on input line 13.
|
||||
LaTeX Font Info: Checking defaults for MDA/cmr/m/n on input line 13.
|
||||
LaTeX Font Info: Try loading font information for MDA+cmr on input line 13.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdacmr.fd
|
||||
File: mdacmr.fd
|
||||
)
|
||||
LaTeX Font Info: ... okay on input line 13.
|
||||
LaTeX Font Info: Checking defaults for MDB/cmr/m/n on input line 13.
|
||||
LaTeX Font Info: Try loading font information for MDB+cmr on input line 13.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdbcmr.fd
|
||||
File: mdbcmr.fd
|
||||
)
|
||||
LaTeX Font Info: ... okay on input line 13.
|
||||
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 13.
|
||||
LaTeX Font Info: ... okay on input line 13.
|
||||
LaTeX Font Info: Try loading font information for T1+5ch on input line 13.
|
||||
|
||||
(/Users/Michael/Library/texmf/tex/latex/tex-tudfonts/softmake/charter/t15ch.fd
|
||||
File: t15ch.fd 2008/06/23 Fontinst v1.927 font definitions for T1/5ch.
|
||||
) (/usr/local/texlive/2011/texmf-dist/tex/context/base/supp-pdf.mkii
|
||||
[Loading MPS to PDF converter (version 2006.09.02).]
|
||||
\scratchcounter=\count111
|
||||
\scratchdimen=\dimen125
|
||||
\scratchbox=\box32
|
||||
\nofMPsegments=\count112
|
||||
\nofMParguments=\count113
|
||||
\everyMPshowfont=\toks23
|
||||
\MPscratchCnt=\count114
|
||||
\MPscratchDim=\dimen126
|
||||
\MPnumerator=\count115
|
||||
\makeMPintoPDFobject=\count116
|
||||
\everyMPtoPDFconversion=\toks24
|
||||
) (/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
|
||||
Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/grfext.sty
|
||||
Package: grfext 2010/08/19 v1.1 Managing graphics extensions (HO)
|
||||
)
|
||||
Package grfext Info: Graphics extension search list:
|
||||
(grfext) [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
|
||||
G,.JBIG2,.JB2,.eps]
|
||||
(grfext) \AppendGraphicsExtensions on input line 452.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
|
||||
e
|
||||
))
|
||||
\AtBeginShipoutBox=\box33
|
||||
|
||||
*geometry* detected driver: dvips
|
||||
*geometry* verbose mode - [ preamble ] result:
|
||||
* driver: dvips
|
||||
* paper: a4paper
|
||||
* layout: <same size as paper>
|
||||
* layoutoffset:(h,v)=(0.0pt,0.0pt)
|
||||
* modes: includehead includefoot includemp
|
||||
* h-part:(L,W,R)=(56.9055pt, 497.92325pt, 42.67912pt)
|
||||
* v-part:(T,H,B)=(42.67912pt, 745.46222pt, 56.9055pt)
|
||||
* \paperwidth=597.50787pt
|
||||
* \paperheight=845.04684pt
|
||||
* \textwidth=497.92325pt
|
||||
* \textheight=704.89777pt
|
||||
* \oddsidemargin=-15.36449pt
|
||||
* \evensidemargin=-15.36449pt
|
||||
* \topmargin=-29.59087pt
|
||||
* \headheight=16.56445pt
|
||||
* \headsep=12.0pt
|
||||
* \topskip=11.0pt
|
||||
* \footskip=12.0pt
|
||||
* \marginparwidth=0.0pt
|
||||
* \marginparsep=0.0pt
|
||||
* \columnsep=11.95013pt
|
||||
* \skip\footins=10.0pt plus 4.0pt minus 2.0pt
|
||||
* \hoffset=0.0pt
|
||||
* \voffset=0.0pt
|
||||
* \mag=1000
|
||||
* \@twocolumnfalse
|
||||
* \@twosidefalse
|
||||
* \@mparswitchfalse
|
||||
* \@reversemarginfalse
|
||||
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
|
||||
|
||||
\TUD@part@topskip=\skip101
|
||||
Package hyperref Info: Link coloring OFF on input line 13.
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/nameref.sty
|
||||
Package: nameref 2010/04/30 v2.40 Cross-referencing by name of section
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
|
||||
Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO)
|
||||
)
|
||||
\c@section@level=\count117
|
||||
)
|
||||
LaTeX Info: Redefining \ref on input line 13.
|
||||
LaTeX Info: Redefining \pageref on input line 13.
|
||||
LaTeX Info: Redefining \nameref on input line 13.
|
||||
|
||||
(./SemanticWebApp.out) (./SemanticWebApp.out)
|
||||
\@outlinefile=\write3
|
||||
\openout3 = `SemanticWebApp.out'.
|
||||
|
||||
\@TUD@tmp@baselineskip=\skip102
|
||||
\TUD@titleboxheight=\skip103
|
||||
\TUD@titleboxdepth=\skip104
|
||||
\TUD@subtitleboxheight=\skip105
|
||||
\TUD@subtitleboxdepth=\skip106
|
||||
\TUD@logoboxheight=\skip107
|
||||
\TUD@logoboxwidth=\skip108
|
||||
\TUD@colorbackheight=\skip109
|
||||
\TUD@colorbacktitleheight=\skip110
|
||||
\TUD@instboxheight=\skip111
|
||||
\TUD@instboxdepth=\skip112
|
||||
\TUD@instboxwidth=\skip113
|
||||
\TUD@instlogoheight=\skip114
|
||||
\TUD@instlogowidth=\skip115
|
||||
\TUD@sponsorheight=\skip116
|
||||
\TUD@titlebox=\box34
|
||||
\TUD@subtitlebox=\box35
|
||||
\TUD@logobox=\box36
|
||||
\TUD@instbox=\box37
|
||||
\TUD@sponsorbox=\box38
|
||||
\TUD@tmp@height=\skip117
|
||||
\TUD@tmp@depth=\skip118
|
||||
LaTeX Font Info: Try loading font information for T1+5fp on input line 24.
|
||||
|
||||
(/Users/Michael/Library/texmf/tex/latex/tex-tudfonts/softmake/frontpage/t15fp.f
|
||||
d
|
||||
File: t15fp.fd 2009/08/06 Fontinst v1.927 font definitions for T1/5fp.
|
||||
)
|
||||
LaTeX Font Info: Try loading font information for OT1+mdbch on input line 24
|
||||
.
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdbch/ot1mdbch.fd
|
||||
File: ot1mdbch.fd 2006/01/28 Fontinst v1.928 font definitions for OT1/mdbch.
|
||||
)
|
||||
LaTeX Font Info: Font shape `OT1/mdbch/m/n' will be
|
||||
(Font) scaled to size 9.50406pt on input line 24.
|
||||
LaTeX Font Info: Font shape `OT1/mdbch/m/n' will be
|
||||
(Font) scaled to size 6.62404pt on input line 24.
|
||||
LaTeX Font Info: Font shape `OT1/mdbch/m/n' will be
|
||||
(Font) scaled to size 5.66403pt on input line 24.
|
||||
LaTeX Font Info: Try loading font information for OML+mdbch on input line 24
|
||||
.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdbch/omlmdbch.fd
|
||||
File: omlmdbch.fd 2006/01/28 Fontinst v1.928 font definitions for OML/mdbch.
|
||||
)
|
||||
LaTeX Font Info: Font shape `OML/mdbch/m/it' will be
|
||||
(Font) scaled to size 9.50406pt on input line 24.
|
||||
LaTeX Font Info: Font shape `OML/mdbch/m/it' will be
|
||||
(Font) scaled to size 6.62404pt on input line 24.
|
||||
LaTeX Font Info: Font shape `OML/mdbch/m/it' will be
|
||||
(Font) scaled to size 5.66403pt on input line 24.
|
||||
LaTeX Font Info: Try loading font information for OMS+mdbch on input line 24
|
||||
.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdbch/omsmdbch.fd
|
||||
File: omsmdbch.fd 2006/01/28 Fontinst v1.928 font definitions for OMS/mdbch.
|
||||
)
|
||||
LaTeX Font Info: Font shape `OMS/mdbch/m/n' will be
|
||||
(Font) scaled to size 9.50406pt on input line 24.
|
||||
LaTeX Font Info: Font shape `OMS/mdbch/m/n' will be
|
||||
(Font) scaled to size 6.62404pt on input line 24.
|
||||
LaTeX Font Info: Font shape `OMS/mdbch/m/n' will be
|
||||
(Font) scaled to size 5.66403pt on input line 24.
|
||||
LaTeX Font Info: Try loading font information for OMX+mdbch on input line 24
|
||||
.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdbch/omxmdbch.fd
|
||||
File: omxmdbch.fd 2006/01/28 Fontinst v1.928 font definitions for OMX/mdbch.
|
||||
)
|
||||
LaTeX Font Info: Font shape `OMX/mdbch/m/n' will be
|
||||
(Font) scaled to size 9.50406pt on input line 24.
|
||||
LaTeX Font Info: Font shape `OMX/mdbch/m/n' will be
|
||||
(Font) scaled to size 6.62404pt on input line 24.
|
||||
LaTeX Font Info: Font shape `OMX/mdbch/m/n' will be
|
||||
(Font) scaled to size 5.66403pt on input line 24.
|
||||
LaTeX Font Info: Font shape `OML/mdbch/m/n' will be
|
||||
(Font) scaled to size 9.50406pt on input line 24.
|
||||
LaTeX Font Info: Font shape `OML/mdbch/m/n' will be
|
||||
(Font) scaled to size 6.62404pt on input line 24.
|
||||
LaTeX Font Info: Font shape `OML/mdbch/m/n' will be
|
||||
(Font) scaled to size 5.66403pt on input line 24.
|
||||
LaTeX Font Info: Try loading font information for MDA+mdbch on input line 24
|
||||
.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdbch/mdamdbch.fd
|
||||
File: mdamdbch.fd 2006/01/28 Fontinst v1.928 font definitions for MDA/mdbch.
|
||||
)
|
||||
LaTeX Font Info: Font shape `MDA/mdbch/m/n' will be
|
||||
(Font) scaled to size 9.50406pt on input line 24.
|
||||
LaTeX Font Info: Font shape `MDA/mdbch/m/n' will be
|
||||
(Font) scaled to size 6.62404pt on input line 24.
|
||||
LaTeX Font Info: Font shape `MDA/mdbch/m/n' will be
|
||||
(Font) scaled to size 5.66403pt on input line 24.
|
||||
LaTeX Font Info: Try loading font information for MDB+mdbch on input line 24
|
||||
.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdbch/mdbmdbch.fd
|
||||
File: mdbmdbch.fd 2006/01/28 Fontinst v1.928 font definitions for MDB/mdbch.
|
||||
)
|
||||
LaTeX Font Info: Font shape `MDB/mdbch/m/n' will be
|
||||
(Font) scaled to size 9.50406pt on input line 24.
|
||||
LaTeX Font Info: Font shape `MDB/mdbch/m/n' will be
|
||||
(Font) scaled to size 6.62404pt on input line 24.
|
||||
LaTeX Font Info: Font shape `MDB/mdbch/m/n' will be
|
||||
(Font) scaled to size 5.66403pt on input line 24.
|
||||
LaTeX Font Info: Try loading font information for OML+mdput on input line 24
|
||||
.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/mathdesign/mdput/omlmdput.fd
|
||||
File: omlmdput.fd 2006/01/29 Fontinst v1.928 font definitions for OML/mdput.
|
||||
)
|
||||
LaTeX Font Info: Font shape `OML/mdput/m/it' will be
|
||||
(Font) scaled to size 9.10797pt on input line 24.
|
||||
LaTeX Font Info: Font shape `OML/mdput/m/it' will be
|
||||
(Font) scaled to size 6.34798pt on input line 24.
|
||||
LaTeX Font Info: Font shape `OML/mdput/m/it' will be
|
||||
(Font) scaled to size 5.42798pt on input line 24.
|
||||
LaTeX Font Info: Try loading font information for U+wasy on input line 24.
|
||||
|
||||
(/usr/local/texlive/2011/texmf-dist/tex/latex/wasysym/uwasy.fd
|
||||
File: uwasy.fd 2003/10/30 v2.0 Wasy-2 symbol font definitions
|
||||
)
|
||||
\@TUD@titlelines=\count118
|
||||
|
||||
<tud_logo.pdf, id=32, 157.58875pt x 63.23625pt>
|
||||
File: tud_logo.pdf Graphic file (type pdf)
|
||||
<use tud_logo.pdf>
|
||||
Package pdftex.def Info: tud_logo.pdf used on input line 24.
|
||||
(pdftex.def) Requested size: 134.92238pt x 62.59605pt.
|
||||
File: tud_logo.pdf Graphic file (type pdf)
|
||||
|
||||
<use tud_logo.pdf>
|
||||
Package pdftex.def Info: tud_logo.pdf used on input line 24.
|
||||
(pdftex.def) Requested size: 134.92238pt x 62.59605pt.
|
||||
[0
|
||||
Non-PDF special ignored!
|
||||
|
||||
|
||||
Non-PDF special ignored!{/Users/Michael/Library/texlive/2011/texmf-var/fonts/ma
|
||||
p/pdftex/updmap/pdftex.map} </Users/Michael/Library/texmf/tex/latex/tuddesign/l
|
||||
ogo/tud_logo.pdf>] (./SemanticWebApp.toc)
|
||||
\tf@toc=\write4
|
||||
\openout4 = `SemanticWebApp.toc'.
|
||||
|
||||
[1
|
||||
|
||||
|
||||
]
|
||||
<pictures/screen.jpg, id=58, 982.67125pt x 794.97pt>
|
||||
File: pictures/screen.jpg Graphic file (type jpg)
|
||||
<use pictures/screen.jpg>
|
||||
Package pdftex.def Info: pictures/screen.jpg used on input line 29.
|
||||
(pdftex.def) Requested size: 491.33443pt x 397.48402pt.
|
||||
LaTeX Font Info: Try loading font information for TS1+5ch on input line 32.
|
||||
|
||||
(/Users/Michael/Library/texmf/tex/latex/tex-tudfonts/softmake/charter/ts15ch.fd
|
||||
File: ts15ch.fd 2008/06/23 Fontinst v1.927 font definitions for TS1/5ch.
|
||||
) [2 <./pictures/screen.jpg>]
|
||||
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 67.
|
||||
[3]
|
||||
Package atveryend Info: Empty hook `AfterLastShipout' on input line 67.
|
||||
(./SemanticWebApp.aux)
|
||||
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 67.
|
||||
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 67.
|
||||
Package rerunfilecheck Info: File `SemanticWebApp.out' has not changed.
|
||||
(rerunfilecheck) Checksum: F08AAB86F218B5063F3BCE5B3D128FCA;387.
|
||||
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 67.
|
||||
)
|
||||
Here is how much of TeX's memory you used:
|
||||
11195 strings out of 493633
|
||||
171889 string characters out of 3143378
|
||||
278337 words of memory out of 3000000
|
||||
14232 multiletter control sequences out of 15000+200000
|
||||
57778 words of font info for 62 fonts, out of 3000000 for 9000
|
||||
831 hyphenation exceptions out of 8191
|
||||
59i,12n,75p,505b,464s stack positions out of 5000i,500n,10000p,200000b,50000s
|
||||
{/usr/local/texlive/2011/texmf-dist/fonts/enc/dvips/base/8r.enc}</Users/Micha
|
||||
el/Library/texmf/fonts/type1/softmake/charter/5chr8a.pfb></Users/Michael/Librar
|
||||
y/texmf/fonts/type1/softmake/frontpage/5fpm8a.pfb></Users/Michael/Library/texmf
|
||||
/fonts/type1/softmake/frontpage/5fpr8a.pfb>
|
||||
Output written on SemanticWebApp.pdf (4 pages, 177983 bytes).
|
||||
PDF statistics:
|
||||
86 PDF objects out of 1000 (max. 8388607)
|
||||
72 compressed objects within 1 object stream
|
||||
12 named destinations out of 1000 (max. 500000)
|
||||
79 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||
|
||||
@ -0,0 +1,7 @@
|
||||
\BOOKMARK [1][-]{section.1}{Anwendung}{}% 1
|
||||
\BOOKMARK [1][-]{section.2}{Codeaufbau}{}% 2
|
||||
\BOOKMARK [1][-]{section.3}{Klassen}{}% 3
|
||||
\BOOKMARK [2][-]{subsection.3.1}{controller.php}{section.3}% 4
|
||||
\BOOKMARK [2][-]{subsection.3.2}{dbpediaController.php}{section.3}% 5
|
||||
\BOOKMARK [2][-]{subsection.3.3}{mdbController.php}{section.3}% 6
|
||||
\BOOKMARK [2][-]{subsection.3.4}{view.php}{section.3}% 7
|
||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1,67 @@
|
||||
\documentclass[article, colorback,accentcolor=tud4a]{tudreport}
|
||||
\usepackage[latin9]{inputenc} %unter Linux muss latin9 durch utf8 ersetzt werden!!
|
||||
\usepackage[ngerman]{babel}
|
||||
\usepackage{enumitem}
|
||||
\usepackage{wasysym}
|
||||
\usepackage{latexsym}
|
||||
\usepackage{graphicx}
|
||||
%reihenfolge von "hyperref" und "glossaries" ist wichtig!!!! nicht ändern!
|
||||
\usepackage[pdftitle={SemanticWebApp}]{hyperref}
|
||||
|
||||
%Dokumentation soll enthalten: Was tut die Anwendung? Was sind die Hauptkomponenten? Welche Datensets/Bibliotheken werden %verwendet?
|
||||
|
||||
\begin{document}
|
||||
|
||||
\title{1. Bonusaufgabe\\ Semantic Web
|
||||
Dokumentation}
|
||||
|
||||
\subtitle{Gruppe: Ulf Gebhardt, Michael Scholz}
|
||||
\author{Gruppe: Ulf Gebhardt, Michael Scholz}
|
||||
|
||||
|
||||
\maketitle
|
||||
%Inhaltsverzeichnis anzeigen
|
||||
\tableofcontents
|
||||
|
||||
|
||||
\newpage
|
||||
\section{Anwendung}
|
||||
\includegraphics[scale=0.5]{pictures/screen.jpg} \\
|
||||
Unsere Anwendung trägt den Namen \glqq SemanticWebApp\grqq. Sie ist unter der Adresse \\ \href{http://mojotrollz.eu/web/SemanticWebApp/}{http://mojotrollz.eu/web/SemanticWebApp/} abrufbar und liefert dem Nutzer, nach Eingabe eines Filmtitels, folgende Filminformationen zu einem Film:
|
||||
\begin{itemize}
|
||||
\item Premierendatum
|
||||
\item Laufzeit des Films
|
||||
\item Schauspieler
|
||||
\item Drehbuchautoren
|
||||
\item Regisseur
|
||||
\item Cutter
|
||||
\item weiterführende Links
|
||||
\end{itemize}
|
||||
Nach Rückgabe der oben aufgeführten Informationen kann der Nutzer, durch Klicken auf eine Person, weitere Informationen über die ausgewählte Person erhalten. Hierzu wird ein beschreibender Text und ein Bild ausgegeben.
|
||||
Um all diese Informationen zu erhalten, nutzen wir die Sparql-Schnittstellen der folgenden beiden Datensets:
|
||||
\begin{itemize}
|
||||
\item DBpedia
|
||||
\item Linked Movie Database
|
||||
\end{itemize}
|
||||
DBPedia liefert uns die Beschreibung und ein Bild zu den einzelnen Personen. Die Linked Movie Database gibt sämtliche Informationen, die in Zusammenhang mit dem ausgewählten Film stehen, zurück.
|
||||
|
||||
\section{Codeaufbau}
|
||||
Wir nutzen das Model View Controller Pattern, um die Codestruktur übersichtlich und lesbar zu gestalten. Zudem verwenden wir die externe Sparql-Bibliothek sparqllib.php, die mit ihren gegebenen Funktionen eine einfache Anbindung an die externen Datensets ermöglicht. Diese Bibliothek und ihre Dokumentation sind unter \href{http://graphite.ecs.soton.ac.uk/sparqllib/}{http://graphite.ecs.soton.ac.uk/sparqllib/} einsehbar und deshalb hier nicht weiter beschrieben.
|
||||
|
||||
\section{Klassen}
|
||||
\subsection{controller.php}
|
||||
Die Klasse controller.php stellt die Funktion \glqq buildNamespaces()\grqq\ bereit, welche die meistverwendeten Prefixe für die Sparql-Anfragen erstellt. Somit können die Anfragen kurz und übersichtlich gestalten werden. Zudem steuert die Klasse
|
||||
durch HTTP-Post-Parameter den Programmverlauf, indem sie die passenden Funktionen der übrigen Controller aufruft.
|
||||
|
||||
\subsection{dbpediaController.php}
|
||||
Die Klasse dbpediaController.php erbt von der Klasse controller.php und stellt durch ihre Funktionen die Sparql-Anfragen an die Schnittstelle von DBPedia bereit. Die einzelnen Anfragen sind im Quelltext gut lesbar einzusehen.
|
||||
|
||||
\subsection{mdbController.php}
|
||||
Die Klasse dbpediaController.php erbt von der Klasse controller.php und stellt durch ihre Funktionen die Sparql-Anfragen an die Schnittstelle der Linked Movide Database bereit. Die einzelnen Anfragen sind im Quelltext gut lesbar einzusehen.
|
||||
|
||||
\subsection{view.php}
|
||||
Die Klase view.php enthält die Funktionen zum Anzeigen der Benutzeroberfläche und der, durch die Datensets erhaltenen, Informationen.
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
@ -0,0 +1,8 @@
|
||||
\select@language {ngerman}
|
||||
\contentsline {section}{\numberline {1}Anwendung}{2}{section.1}
|
||||
\contentsline {section}{\numberline {2}Codeaufbau}{3}{section.2}
|
||||
\contentsline {section}{\numberline {3}Klassen}{3}{section.3}
|
||||
\contentsline {subsection}{\numberline {3.1}controller.php}{3}{subsection.3.1}
|
||||
\contentsline {subsection}{\numberline {3.2}dbpediaController.php}{3}{subsection.3.2}
|
||||
\contentsline {subsection}{\numberline {3.3}mdbController.php}{3}{subsection.3.3}
|
||||
\contentsline {subsection}{\numberline {3.4}view.php}{3}{subsection.3.4}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 140 KiB |
@ -0,0 +1,21 @@
|
||||
This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2011) (format=pdflatex 2011.7.3) 29 DEC 2011 13:45
|
||||
entering extended mode
|
||||
restricted \write18 enabled.
|
||||
%&-line parsing enabled.
|
||||
**SemanticWebApp.tex
|
||||
|
||||
! Emergency stop.
|
||||
<*> SemanticWebApp.tex
|
||||
|
||||
*** (job aborted, file error in nonstop mode)
|
||||
|
||||
|
||||
Here is how much of TeX's memory you used:
|
||||
3 strings out of 493633
|
||||
108 string characters out of 3143378
|
||||
49245 words of memory out of 3000000
|
||||
3405 multiletter control sequences out of 15000+200000
|
||||
3640 words of font info for 14 fonts, out of 3000000 for 9000
|
||||
831 hyphenation exceptions out of 8191
|
||||
0i,0n,0p,1b,6s stack positions out of 5000i,500n,10000p,200000b,50000s
|
||||
! ==> Fatal error occurred, no output PDF file produced!
|
||||
BIN
ws2011/Semantic Web/Uebungen/2. Bonus Aufgabe/.DS_Store
vendored
Normal file
BIN
ws2011/Semantic Web/Uebungen/2. Bonus Aufgabe/.DS_Store
vendored
Normal file
Binary file not shown.
16
ws2011/Semantic Web/Uebungen/2. Bonus Aufgabe/MatchingExample/.classpath
Executable file
16
ws2011/Semantic Web/Uebungen/2. Bonus Aufgabe/MatchingExample/.classpath
Executable file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="lib" path="lib/align.jar"/>
|
||||
<classpathentry kind="lib" path="lib/arq-2.8.7.jar"/>
|
||||
<classpathentry kind="lib" path="lib/icu4j-3.4.4.jar"/>
|
||||
<classpathentry kind="lib" path="lib/iri-0.8.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jena-2.6.4.jar"/>
|
||||
<classpathentry kind="lib" path="lib/log4j-1.2.13.jar"/>
|
||||
<classpathentry kind="lib" path="lib/slf4j-api-1.5.8.jar"/>
|
||||
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.5.8.jar"/>
|
||||
<classpathentry kind="lib" path="lib/xercesImpl-2.7.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/procalign.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
17
ws2011/Semantic Web/Uebungen/2. Bonus Aufgabe/MatchingExample/.project
Executable file
17
ws2011/Semantic Web/Uebungen/2. Bonus Aufgabe/MatchingExample/.project
Executable file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>MatchingExample</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
@ -0,0 +1,12 @@
|
||||
#Mon Dec 05 09:46:57 CET 2011
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.source=1.6
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = type</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = howPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = periodicity</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = volume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = annote</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = PersonList</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = month</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = copyright</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = Unpublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = Address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = chapter</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = Chapter</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = editor</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = InBook</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = Date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = series</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = PageRange</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = title</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = Booklet</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = numberOrVolume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = LectureNotes</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = url</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = MastersThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = organizer</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = mrNumber</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = pages</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = TechReport</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = reviewed</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = startPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = edition</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = lccn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = affiliation</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = year</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = isPartOf</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = organization</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = country</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = school</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = Misc</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = Collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = isbn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = abstract</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = directors</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = Academic</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = location</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = MotionPicture</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = Article</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = Informal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = price</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = name</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = event</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = state</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = Book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = day</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = School</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = shortName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = PhdThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = Proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = number</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = issue</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = Reference</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = endPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = InCollection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = firstPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = author</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = Report</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = note</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = humanCreator</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = Conference</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = Part</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = Publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = contract</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = Manual</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = key</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = InProceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = Journal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = journal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = Monograph</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = keywords</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = issn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = contents</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = city</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = Institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = Deliverable</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = size</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = chapters</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = parts</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = communications</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = articles</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = language</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,791 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
|
||||
<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
|
||||
xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
|
||||
xmlns:xsd='http://www.w3.org/2001/XMLSchema#'>
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = type</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = howPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = periodicity</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = volume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = annote</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = PersonList</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = month</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = copyright</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = Unpublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = Address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = chapter</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = Chapter</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = editor</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = InBook</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = Date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = series</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = PageRange</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = title</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = Booklet</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = numberOrVolume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = LectureNotes</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = url</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = MastersThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = organizer</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = mrNumber</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = pages</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = TechReport</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = reviewed</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = startPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = edition</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = lccn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = affiliation</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = year</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = isPartOf</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = organization</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = country</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = school</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = Misc</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = Collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = isbn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = abstract</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = directors</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = Academic</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = location</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = MotionPicture</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = Article</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = Informal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = price</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = name</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = event</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = state</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = Book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = day</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = School</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = shortName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = PhdThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = Proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = number</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = issue</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = Reference</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = endPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = InCollection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = firstPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = author</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = Report</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = note</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = humanCreator</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = Conference</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = Part</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = Publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = contract</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = Manual</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = key</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = InProceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = Journal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = journal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = Monograph</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = keywords</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = issn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = contents</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = city</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = Institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = Deliverable</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = size</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = chapters</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = parts</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = communications</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = articles</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = language</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,791 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
|
||||
<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
|
||||
xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
|
||||
xmlns:xsd='http://www.w3.org/2001/XMLSchema#'>
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#type'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#howPublished'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#periodicity'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#proceedings'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#volume'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#annote'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#PersonList'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#month'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#copyright'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Unpublished'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#address'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Address'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#chapter'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Chapter'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#editor'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#InBook'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Date'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#series'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#PageRange'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#date'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#title'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Booklet'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#numberOrVolume'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#LectureNotes'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#url'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#MastersThesis'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#organizer'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#mrNumber'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#pages'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#TechReport'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#reviewed'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#startPage'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#edition'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#lccn'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#affiliation'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#institution'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#year'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#isPartOf'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#organization'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#country'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#publisher'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#school'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Misc'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#collection'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Collection'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#isbn'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#abstract'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#directors'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Academic'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#location'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#MotionPicture'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Article'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Informal'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#price'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#name'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#event'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#state'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Book'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#book'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#day'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#School'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#shortName'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#PhdThesis'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Proceedings'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#number'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#issue'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Reference'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#endPage'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#InCollection'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#firstPublished'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#author'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Report'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#note'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#humanCreator'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Conference'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Part'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Publisher'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#contract'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Manual'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#key'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#InProceedings'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Journal'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#journal'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Monograph'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#keywords'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#issn'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#contents'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#city'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Institution'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#Deliverable'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#size'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#chapters'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#parts'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#communications'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#articles'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#lastName'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/103/onto.rdf#language'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = type</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = howPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = periodicity</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = volume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = annote</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = PersonList</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = month</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = copyright</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = Unpublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = Address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = chapter</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = Chapter</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = editor</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = InBook</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = Date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = series</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = PageRange</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = title</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = Booklet</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = numberOrVolume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = LectureNotes</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = url</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = MastersThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = organizer</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = mrNumber</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = pages</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = TechReport</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = reviewed</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = startPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = edition</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = lccn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = affiliation</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = year</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = isPartOf</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = organization</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = country</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = school</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = Misc</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = Collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = isbn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = abstract</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = directors</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = Academic</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = location</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = MotionPicture</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = Article</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = Informal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = price</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = name</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = event</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = state</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = Book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = day</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = School</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = shortName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = PhdThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = Proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = number</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = issue</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = Reference</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = endPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = InCollection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = firstPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = author</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = Report</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = note</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = humanCreator</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = Conference</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = Part</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = Publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = contract</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = Manual</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = key</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = InProceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = Journal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = journal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = Monograph</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = keywords</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = issn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = contents</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = city</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = Institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = Deliverable</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = size</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = chapters</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = parts</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = communications</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = articles</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = language</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,791 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
|
||||
<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
|
||||
xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
|
||||
xmlns:xsd='http://www.w3.org/2001/XMLSchema#'>
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#type'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#howPublished'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#periodicity'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#proceedings'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#volume'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#annote'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#PersonList'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#month'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#copyright'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Unpublished'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#address'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Address'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#chapter'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Chapter'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#editor'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#InBook'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Date'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#series'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#PageRange'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#date'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#title'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Booklet'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#numberOrVolume'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#LectureNotes'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#url'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#MastersThesis'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#organizer'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#mrNumber'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#pages'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#TechReport'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#reviewed'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#startPage'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#edition'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#lccn'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#affiliation'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#institution'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#year'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#isPartOf'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#organization'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#country'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#publisher'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#school'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Misc'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#collection'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Collection'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#isbn'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#abstract'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#directors'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Academic'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#location'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#MotionPicture'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Article'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Informal'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#price'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#name'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#event'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#state'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Book'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#book'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#day'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#School'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#shortName'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#PhdThesis'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Proceedings'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#number'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#issue'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Reference'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#endPage'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#InCollection'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#firstPublished'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#author'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Report'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#note'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#humanCreator'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Conference'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Part'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Publisher'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#contract'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Manual'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#key'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#InProceedings'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Journal'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#journal'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Monograph'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#keywords'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#issn'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#contents'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#city'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Institution'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#Deliverable'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#size'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#chapters'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#parts'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#communications'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#articles'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#lastName'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/104/onto.rdf#language'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = type</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = howPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = periodicity</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = zsbdgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = annote</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = dsqdbz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = month</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = copyright</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = Unpublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = qzd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = Address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = dsazdjz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = Chapter</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = dzajj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = InBook</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = Date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = series</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = PageRange</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = dznbaln</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = Booklet</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = numberOrVolume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = LectureNotes</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = url</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = xsqlknk</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = organizer</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = mrNumber</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = pages</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = sdcsqhyz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = reviewed</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = startPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = edition</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = lccn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = affiliation</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = year</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = isPartOf</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = organization</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = country</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = school</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = Misc</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = Collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = isbn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = dsqndsz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = directors</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = Academic</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = location</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = MotionPicture</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = Article</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = qsdsnbsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = dsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = name</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = event</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = zdnzadh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = Book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = day</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = School</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = shortName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = PhdThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = Proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = number</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = issue</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = sqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = endPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = dcsqdcsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = firstPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = author</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = Report</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = zdsnsqdv</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = humanCreator</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = zqedzbx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = Part</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = Publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = zandsbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = Manual</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = key</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = InProceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = Journal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = sxqsnbvsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = Monograph</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = zqdszh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = issn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = contents</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = city</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = Institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = Deliverable</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = size</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = chapters</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = parts</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = PrSGUs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = articles</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = language</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,788 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<rdf:RDF xmlns="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#type"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#howPublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#periodicity"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#proceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#zsbdgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#annote"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#dsqdbz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#month"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#copyright"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Unpublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#qzd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Address"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#dsazdjz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Chapter"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#dzajj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#InBook"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Date"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#series"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#PageRange"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#date"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#dznbaln"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Booklet"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#numberOrVolume"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#LectureNotes"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#url"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#xsqlknk"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#organizer"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#mrNumber"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#pages"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#sdcsqhyz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#reviewed"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#startPage"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#edition"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#lccn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#affiliation"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#institution"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#year"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#isPartOf"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#organization"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#country"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#publisher"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#school"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Misc"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#collection"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Collection"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#isbn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#dsqndsz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#directors"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Academic"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#location"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#MotionPicture"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Article"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#qsdsnbsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#dsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#name"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#event"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#zdnzadh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#day"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#School"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#shortName"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#PhdThesis"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Proceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#number"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#issue"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#sqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#endPage"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#dcsqdcsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#firstPublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#author"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Report"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#zdsnsqdv"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#humanCreator"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#zqedzbx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Part"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Publisher"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#zandsbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Manual"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#key"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#InProceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Journal"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#sxqsnbvsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Monograph"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#zqdszh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#issn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#contents"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#city"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Institution"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#Deliverable"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#size"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#chapters"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#parts"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#PrSGUs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#articles"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#lastName"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-2/onto.rdf#language"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = type</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = howPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = sdxsndxsqg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = zsbdgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = annote</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = dsqdbz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = month</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = copyright</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = Unpublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = qzd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = Address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = dsazdjz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = Chapter</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = dzajj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = vccfsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = Date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = dszbnz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = PageRange</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = sqndsqgy</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = dznbaln</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = Booklet</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = numberOrVolume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = LectureNotes</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = url</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = xsqlknk</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = organizer</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = dszbgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = pages</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = sdcsqhyz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = dsqndbsqx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = startPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = edition</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = lccn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = zadzqbsdg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = year</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = zansbzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = organization</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = country</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = school</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = Misc</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = sqxsqkd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = isbn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = dsqndsz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = directors</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = zdazsx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = location</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = MotionPicture</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = Article</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = qsdsnbsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = dsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = name</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = event</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = zdnzadh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = Book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = day</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = zadazxn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = dsza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = PhdThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = Proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = number</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = sqnzkzn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = sqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = endPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = dcsqdcsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = firstPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = zand</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = dqzdxdcsqj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = zdsnsqdv</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = humanCreator</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = zqedzbx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = Part</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = Publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = zandsbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = Manual</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = key</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = InProceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = qsdsquj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = sxqsnbvsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = Monograph</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = zqdszh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = zadsznad</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = contents</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = zdzndh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = Institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = Deliverable</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = size</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = chapters</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = parts</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = PrSGUs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = YuEma</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = language</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,788 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<rdf:RDF xmlns="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#type"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#howPublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#sdxsndxsqg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#proceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#zsbdgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#annote"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#dsqdbz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#month"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#copyright"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Unpublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#qzd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Address"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#dsazdjz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Chapter"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#dzajj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#vccfsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Date"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#dszbnz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#PageRange"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#sqndsqgy"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#dznbaln"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Booklet"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#numberOrVolume"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#LectureNotes"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#url"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#xsqlknk"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#organizer"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#dszbgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#pages"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#sdcsqhyz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#dsqndbsqx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#startPage"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#edition"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#lccn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#zadzqbsdg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#institution"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#year"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#zansbzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#organization"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#country"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#publisher"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#school"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Misc"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#collection"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#sqxsqkd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#isbn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#dsqndsz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#directors"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#zdazsx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#location"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#MotionPicture"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Article"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#qsdsnbsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#dsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#name"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#event"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#zdnzadh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#day"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#zadazxn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#dsza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#PhdThesis"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Proceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#number"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#sqnzkzn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#sqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#endPage"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#dcsqdcsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#firstPublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#zand"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#dqzdxdcsqj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#zdsnsqdv"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#humanCreator"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#zqedzbx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Part"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Publisher"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#zandsbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Manual"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#key"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#InProceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#qsdsquj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#sxqsnbvsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Monograph"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#zqdszh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#zadsznad"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#contents"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#zdzndh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Institution"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#Deliverable"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#size"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#chapters"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#parts"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#PrSGUs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#YuEma"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#lastName"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-4/onto.rdf#language"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = type</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = howPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = sdxsndxsqg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = zassdzadb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = zsbdgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = dsqnhza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = dsqdbz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = month</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = copyright</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = Unpublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = qzd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = Address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = dsazdjz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = dzqndbzq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = dzajj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = vccfsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = Date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = dszbnz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = PageRange</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = sqndsqgy</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = dznbaln</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = Booklet</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = numberOrVolume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = LectureNotes</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = url</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = xsqlknk</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = organizer</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = dszbgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = pages</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = sdcsqhyz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = dsqndbsqx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = startPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = edition</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = dzandzah</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = zadzqbsdg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = hsgiuyza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = year</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = zansbzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = organization</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = country</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = dzbn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = Misc</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = sqxsqkd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = szdnzak</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = dsqndsz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = directors</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = zdazsx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = location</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = dscdscg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = Article</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = qsdsnbsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = dsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = dszabdza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = event</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = zdnzadh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = Book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = dznadzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = zadazxn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = dsza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = PhdThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = zdqssqdb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = ndsbzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = sqnzkzn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = sqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = mkalnshsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = dcsqdcsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = firstPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = zand</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = dqzdxdcsqj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = zdsnsqdv</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = sbqgzga</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = zqedzbx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = Part</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = zauio</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = zandsbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = dcsqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = zdzbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = InProceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = qsdsquj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = sxqsnbvsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = dzajndsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = zqdszh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = zadsznad</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = contents</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = zdzndh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = Institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = Deliverable</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = size</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = chapters</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = parts</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = PrSGUs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = YuEma</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = language</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,788 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<rdf:RDF xmlns="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#type"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#howPublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#sdxsndxsqg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zassdzadb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zsbdgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dsqnhza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dsqdbz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#month"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#copyright"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#Unpublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#qzd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#Address"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dsazdjz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dzqndbzq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dzajj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#vccfsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#Date"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dszbnz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#PageRange"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#sqndsqgy"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dznbaln"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#Booklet"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#numberOrVolume"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#LectureNotes"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#url"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#xsqlknk"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#organizer"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dszbgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#pages"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#sdcsqhyz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dsqndbsqx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#startPage"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#edition"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dzandzah"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zadzqbsdg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#hsgiuyza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#year"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zansbzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#organization"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#country"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#publisher"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dzbn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#Misc"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#collection"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#sqxsqkd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#szdnzak"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dsqndsz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#directors"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zdazsx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#location"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dscdscg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#Article"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#qsdsnbsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dszabdza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#event"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zdnzadh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#Book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dznadzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zadazxn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dsza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#PhdThesis"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zdqssqdb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#ndsbzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#sqnzkzn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#sqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#mkalnshsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dcsqdcsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#firstPublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zand"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dqzdxdcsqj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zdsnsqdv"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#sbqgzga"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zqedzbx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#Part"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zauio"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zandsbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dcsqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zdzbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#InProceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#qsdsquj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#sxqsnbvsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#dzajndsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zqdszh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zadsznad"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#contents"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#zdzndh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#Institution"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#Deliverable"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#size"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#chapters"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#parts"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#PrSGUs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#YuEma"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#lastName"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-6/onto.rdf#language"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = type</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = sdqz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = sdxsndxsqg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = zassdzadb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = zsbdgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = dsqnhza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = dsqdbz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = asndzsd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = zdzdzd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = zeadza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = qzd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = Address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = dsazdjz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = dzqndbzq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = dzajj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = vccfsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = dzshyuua</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = dszbnz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = PageRange</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = sqndsqgy</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = dznbaln</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = Booklet</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = dzezd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = scds</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = zdsznbadzagh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = xsqlknk</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = sdnsbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = dszbgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = pages</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = sdcsqhyz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = dsqndbsqx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = startPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = sdsqddz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = dzandzah</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = zadzqbsdg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = hsgiuyza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = year</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = EzGNplyLBiS</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = organization</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = zadszabnds</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = sddnsnqdb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = dzbn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = wxsdxqsdh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = sqnbyz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = sqxsqkd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = szdnzak</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = dsqndsz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = directors</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = zdazsx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = zdjznzn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = dscdscg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = Article</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = qsdsnbsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = dsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = dszabdza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = event</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = zdnzadh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = zajdhqs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = dznadzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = zadazxn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = dsza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = PhdThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = zdqssqdb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = ndsbzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = sqnzkzn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = sqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = mkalnshsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = dcsqdcsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = firstPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = zand</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = dqzdxdcsqj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = zdsnsqdv</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = sbqgzga</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = zqedzbx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = sqdsopq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = zauio</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = zandsbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = dcsqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = zdzbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = InProceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = qsdsquj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = sxqsnbvsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = dzajndsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = zqdszh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = zadsznad</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = contents</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = zdzndh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = izxnquo</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = Deliverable</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = size</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = chapters</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = TfniY</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = PrSGUs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = YuEma</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = language</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,788 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<rdf:RDF xmlns="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#type"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#sdqz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#sdxsndxsqg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zassdzadb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zsbdgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dsqnhza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dsqdbz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#asndzsd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zdzdzd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zeadza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#qzd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#Address"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dsazdjz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dzqndbzq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dzajj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#vccfsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dzshyuua"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dszbnz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#PageRange"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#sqndsqgy"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dznbaln"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#Booklet"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dzezd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#scds"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zdsznbadzagh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#xsqlknk"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#sdnsbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dszbgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#pages"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#sdcsqhyz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dsqndbsqx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#startPage"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#sdsqddz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dzandzah"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zadzqbsdg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#hsgiuyza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#year"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#EzGNplyLBiS"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#organization"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zadszabnds"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#sddnsnqdb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dzbn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#wxsdxqsdh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#sqnbyz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#sqxsqkd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#szdnzak"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dsqndsz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#directors"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zdazsx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zdjznzn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dscdscg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#Article"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#qsdsnbsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dszabdza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#event"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zdnzadh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zajdhqs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dznadzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zadazxn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dsza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#PhdThesis"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zdqssqdb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#ndsbzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#sqnzkzn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#sqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#mkalnshsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dcsqdcsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#firstPublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zand"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dqzdxdcsqj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zdsnsqdv"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#sbqgzga"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zqedzbx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#sqdsopq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zauio"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zandsbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dcsqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zdzbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#InProceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#qsdsquj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#sxqsnbvsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#dzajndsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zqdszh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zadsznad"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#contents"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#zdzndh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#izxnquo"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#Deliverable"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#size"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#chapters"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#TfniY"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#PrSGUs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#YuEma"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#lastName"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201-8/onto.rdf#language"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = sqbdzg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = sdqz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = sdxsndxsqg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = zassdzadb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = zsbdgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = dsqnhza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = dsqdbz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = asndzsd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = zdzdzd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = zeadza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = qzd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = qzddj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = dsazdjz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = dzqndbzq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = dzajj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = vccfsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = dzshyuua</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = dszbnz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = dnqsb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = sqndsqgy</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = dznbaln</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = zdzaudbd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = dzezd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = scds</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = zdsznbadzagh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = xsqlknk</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = sdnsbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = dszbgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = dzayue</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = sdcsqhyz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = dsqndbsqx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = sqnhdbdj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = sdsqddz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = dzandzah</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = zadzqbsdg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = hsgiuyza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = zdsnzsdh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = EzGNplyLBiS</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = sqdndvb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = zadszabnds</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = sddnsnqdb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = dzbn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = wxsdxqsdh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = sqnbyz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = sqxsqkd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = szdnzak</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = dsqndsz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = zdnzqnd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = zdazsx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = zdjznzn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = dscdscg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = hazdn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = qsdsnbsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = dsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = dszabdza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = zadzjadns</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = zdnzadh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = zajdhqs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = sznsbq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = dznadzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = zadazxn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = dsza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = zqdzqzai</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = zdqssqdb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = ndsbzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = sqnzkzn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = sqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = mkalnshsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = dcsqdcsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = sqdnbs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = zand</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = dqzdxdcsqj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = zdsnsqdv</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = sbqgzga</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = zqedzbx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = sqdsopq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = zauio</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = zandsbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = dcsqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = zdzbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = deqdxcsqcsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = qsdsquj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = sxqsnbvsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = dzajndsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = zqdszh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = zadsznad</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = zdnzdzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = zdzndh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = izxnquo</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = azzauhuie</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = dzsndzah</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = iNi4b8XV</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = TfniY</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = PrSGUs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = YuEma</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = sqkxndc</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,788 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<rdf:RDF xmlns="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sqbdzg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sdqz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sdxsndxsqg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zassdzadb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zsbdgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dsqnhza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dsqdbz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#asndzsd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zdzdzd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zeadza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#qzd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#qzddj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dsazdjz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dzqndbzq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dzajj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#vccfsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dzshyuua"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dszbnz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dnqsb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sqndsqgy"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dznbaln"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zdzaudbd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dzezd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#scds"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zdsznbadzagh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#xsqlknk"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sdnsbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dszbgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dzayue"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sdcsqhyz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dsqndbsqx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sqnhdbdj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sdsqddz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dzandzah"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zadzqbsdg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#hsgiuyza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zdsnzsdh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#EzGNplyLBiS"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sqdndvb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zadszabnds"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sddnsnqdb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dzbn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#wxsdxqsdh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sqnbyz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sqxsqkd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#szdnzak"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dsqndsz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zdnzqnd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zdazsx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zdjznzn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dscdscg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#hazdn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#qsdsnbsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dszabdza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zadzjadns"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zdnzadh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zajdhqs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sznsbq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dznadzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zadazxn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dsza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zqdzqzai"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zdqssqdb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#ndsbzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sqnzkzn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#mkalnshsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dcsqdcsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sqdnbs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zand"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dqzdxdcsqj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zdsnsqdv"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sbqgzga"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zqedzbx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sqdsopq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zauio"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zandsbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dcsqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zdzbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#deqdxcsqcsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#qsdsquj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sxqsnbvsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dzajndsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zqdszh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zadsznad"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zdnzdzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#zdzndh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#izxnquo"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#azzauhuie"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#dzsndzah"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#iNi4b8XV"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#TfniY"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#PrSGUs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#YuEma"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#lastName"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/201/onto.rdf#sqkxndc"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = type</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = howPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = periodicity</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = zsbdgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = annote</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = dsqdbz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = month</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = copyright</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = Unpublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = qzd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = Address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = dsazdjz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = Chapter</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = dzajj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = InBook</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = Date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = series</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = PageRange</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = dznbaln</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = Booklet</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = numberOrVolume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = LectureNotes</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = url</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = xsqlknk</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = organizer</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = mrNumber</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = pages</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = sdcsqhyz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = reviewed</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = startPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = edition</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = lccn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = affiliation</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = year</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = isPartOf</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = organization</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = country</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = school</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = Misc</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = Collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = isbn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = dsqndsz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = directors</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = Academic</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = location</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = MotionPicture</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = Article</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = qsdsnbsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = dsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = name</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = event</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = zdnzadh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = Book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = day</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = School</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = shortName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = PhdThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = Proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = number</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = issue</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = sqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = endPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = dcsqdcsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = firstPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = author</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = Report</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = zdsnsqdv</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = humanCreator</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = zqedzbx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = Part</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = Publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = zandsbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = Manual</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = key</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = InProceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = Journal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = sxqsnbvsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = Monograph</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = zqdszh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = issn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = contents</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = city</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = Institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = Deliverable</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = size</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = chapters</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = parts</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = PrSGUs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = articles</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = language</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,788 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<rdf:RDF xmlns="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#type"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#howPublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#periodicity"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#proceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#zsbdgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#annote"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#dsqdbz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#month"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#copyright"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Unpublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#qzd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Address"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#dsazdjz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Chapter"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#dzajj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#InBook"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Date"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#series"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#PageRange"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#date"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#dznbaln"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Booklet"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#numberOrVolume"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#LectureNotes"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#url"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#xsqlknk"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#organizer"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#mrNumber"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#pages"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#sdcsqhyz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#reviewed"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#startPage"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#edition"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#lccn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#affiliation"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#institution"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#year"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#isPartOf"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#organization"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#country"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#publisher"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#school"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Misc"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#collection"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Collection"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#isbn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#dsqndsz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#directors"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Academic"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#location"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#MotionPicture"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Article"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#qsdsnbsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#dsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#name"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#event"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#zdnzadh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#day"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#School"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#shortName"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#PhdThesis"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Proceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#number"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#issue"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#sqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#endPage"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#dcsqdcsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#firstPublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#author"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Report"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#zdsnsqdv"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#humanCreator"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#zqedzbx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Part"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Publisher"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#zandsbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Manual"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#key"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#InProceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Journal"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#sxqsnbvsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Monograph"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#zqdszh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#issn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#contents"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#city"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Institution"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#Deliverable"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#size"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#chapters"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#parts"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#PrSGUs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#articles"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#lastName"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-2/onto.rdf#language"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = type</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = howPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = sdxsndxsqg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = zsbdgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = annote</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = dsqdbz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = month</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = copyright</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = Unpublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = qzd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = Address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = dsazdjz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = Chapter</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = dzajj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = vccfsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = Date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = dszbnz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = PageRange</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = sqndsqgy</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = dznbaln</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = Booklet</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = numberOrVolume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = LectureNotes</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = url</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = xsqlknk</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = organizer</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = dszbgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = pages</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = sdcsqhyz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = dsqndbsqx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = startPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = edition</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = lccn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = zadzqbsdg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = year</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = zansbzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = organization</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = country</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = school</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = Misc</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = sqxsqkd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = isbn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = dsqndsz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = directors</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = zdazsx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = location</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = MotionPicture</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = Article</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = qsdsnbsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = dsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = name</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = event</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = zdnzadh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = Book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = day</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = zadazxn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = dsza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = PhdThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = Proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = number</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = sqnzkzn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = sqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = endPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = dcsqdcsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = firstPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = zand</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = dqzdxdcsqj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = zdsnsqdv</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = humanCreator</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = zqedzbx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = Part</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = Publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = zandsbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = Manual</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = key</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = InProceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = qsdsquj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = sxqsnbvsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = Monograph</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = zqdszh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = zadsznad</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = contents</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = zdzndh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = Institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = Deliverable</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = size</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = chapters</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = parts</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = PrSGUs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = YuEma</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = language</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,788 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<rdf:RDF xmlns="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#type"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#howPublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#sdxsndxsqg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#proceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#zsbdgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#annote"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#dsqdbz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#month"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#copyright"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Unpublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#qzd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Address"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#dsazdjz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Chapter"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#dzajj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#vccfsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Date"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#dszbnz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#PageRange"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#sqndsqgy"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#dznbaln"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Booklet"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#numberOrVolume"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#LectureNotes"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#url"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#xsqlknk"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#organizer"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#dszbgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#pages"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#sdcsqhyz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#dsqndbsqx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#startPage"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#edition"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#lccn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#zadzqbsdg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#institution"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#year"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#zansbzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#organization"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#country"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#publisher"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#school"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Misc"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#collection"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#sqxsqkd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#isbn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#dsqndsz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#directors"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#zdazsx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#location"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#MotionPicture"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Article"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#qsdsnbsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#dsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#name"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#event"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#zdnzadh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#day"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#zadazxn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#dsza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#PhdThesis"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Proceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#number"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#sqnzkzn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#sqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#endPage"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#dcsqdcsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#firstPublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#zand"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#dqzdxdcsqj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#zdsnsqdv"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#humanCreator"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#zqedzbx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Part"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Publisher"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#zandsbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Manual"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#key"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#InProceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#qsdsquj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#sxqsnbvsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Monograph"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#zqdszh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#zadsznad"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#contents"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#zdzndh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Institution"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#Deliverable"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#size"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#chapters"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#parts"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#PrSGUs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#YuEma"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#lastName"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-4/onto.rdf#language"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = type</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = howPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = sdxsndxsqg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = zassdzadb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = zsbdgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = dsqnhza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = dsqdbz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = month</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = copyright</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = Unpublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = qzd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = Address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = dsazdjz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = dzqndbzq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = dzajj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = vccfsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = Date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = dszbnz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = PageRange</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = sqndsqgy</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = dznbaln</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = Booklet</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = numberOrVolume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = LectureNotes</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = url</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = xsqlknk</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = organizer</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = dszbgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = pages</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = sdcsqhyz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = dsqndbsqx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = startPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = edition</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = dzandzah</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = zadzqbsdg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = hsgiuyza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = year</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = zansbzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = organization</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = country</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = dzbn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = Misc</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = sqxsqkd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = szdnzak</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = dsqndsz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = directors</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = zdazsx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = location</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = dscdscg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = Article</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = qsdsnbsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = dsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = dszabdza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = event</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = zdnzadh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = Book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = dznadzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = zadazxn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = dsza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = PhdThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = zdqssqdb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = ndsbzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = sqnzkzn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = sqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = mkalnshsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = dcsqdcsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = firstPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = zand</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = dqzdxdcsqj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = zdsnsqdv</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = sbqgzga</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = zqedzbx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = Part</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = zauio</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = zandsbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = dcsqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = zdzbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = InProceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = qsdsquj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = sxqsnbvsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = dzajndsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = zqdszh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = zadsznad</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = contents</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = zdzndh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = Institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = Deliverable</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = size</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = chapters</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = parts</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = PrSGUs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = YuEma</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = language</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,788 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<rdf:RDF xmlns="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#type"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#howPublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#sdxsndxsqg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zassdzadb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zsbdgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dsqnhza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dsqdbz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#month"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#copyright"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#Unpublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#qzd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#Address"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dsazdjz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dzqndbzq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dzajj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#vccfsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#Date"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dszbnz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#PageRange"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#sqndsqgy"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dznbaln"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#Booklet"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#numberOrVolume"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#LectureNotes"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#url"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#xsqlknk"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#organizer"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dszbgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#pages"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#sdcsqhyz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dsqndbsqx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#startPage"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#edition"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dzandzah"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zadzqbsdg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#hsgiuyza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#year"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zansbzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#organization"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#country"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#publisher"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dzbn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#Misc"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#collection"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#sqxsqkd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#szdnzak"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dsqndsz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#directors"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zdazsx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#location"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dscdscg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#Article"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#qsdsnbsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dszabdza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#event"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zdnzadh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#Book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dznadzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zadazxn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dsza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#PhdThesis"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zdqssqdb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#ndsbzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#sqnzkzn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#sqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#mkalnshsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dcsqdcsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#firstPublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zand"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dqzdxdcsqj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zdsnsqdv"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#sbqgzga"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zqedzbx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#Part"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zauio"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zandsbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dcsqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zdzbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#InProceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#qsdsquj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#sxqsnbvsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#dzajndsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zqdszh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zadsznad"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#contents"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#zdzndh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#Institution"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#Deliverable"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#size"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#chapters"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#parts"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#PrSGUs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#YuEma"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#lastName"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-6/onto.rdf#language"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = type</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = sdqz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = sdxsndxsqg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = zassdzadb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = zsbdgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = dsqnhza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = dsqdbz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = asndzsd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = zdzdzd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = zeadza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = qzd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = Address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = dsazdjz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = dzqndbzq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = dzajj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = vccfsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = dzshyuua</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = dszbnz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = PageRange</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = sqndsqgy</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = dznbaln</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = Booklet</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = dzezd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = scds</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = zdsznbadzagh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = xsqlknk</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = sdnsbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = dszbgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = pages</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = sdcsqhyz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = dsqndbsqx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = startPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = sdsqddz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = dzandzah</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = zadzqbsdg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = hsgiuyza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = year</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = EzGNplyLBiS</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = organization</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = zadszabnds</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = sddnsnqdb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = dzbn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = wxsdxqsdh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = sqnbyz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = sqxsqkd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = szdnzak</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = dsqndsz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = directors</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = zdazsx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = zdjznzn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = dscdscg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = Article</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = qsdsnbsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = dsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = dszabdza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = event</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = zdnzadh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = zajdhqs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = dznadzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = zadazxn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = dsza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = PhdThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = zdqssqdb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = ndsbzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = sqnzkzn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = sqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = mkalnshsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = dcsqdcsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = firstPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = zand</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = dqzdxdcsqj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = zdsnsqdv</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = sbqgzga</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = zqedzbx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = sqdsopq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = zauio</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = zandsbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = dcsqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = zdzbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = InProceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = qsdsquj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = sxqsnbvsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = dzajndsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = zqdszh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = zadsznad</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = contents</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = zdzndh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = izxnquo</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = Deliverable</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = size</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = chapters</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = TfniY</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = PrSGUs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = YuEma</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = language</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,788 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<rdf:RDF xmlns="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#type"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#sdqz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#sdxsndxsqg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zassdzadb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zsbdgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dsqnhza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dsqdbz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#asndzsd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zdzdzd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zeadza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#qzd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#Address"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dsazdjz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dzqndbzq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dzajj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#vccfsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dzshyuua"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dszbnz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#PageRange"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#sqndsqgy"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dznbaln"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#Booklet"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dzezd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#scds"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zdsznbadzagh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#xsqlknk"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#sdnsbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dszbgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#pages"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#sdcsqhyz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dsqndbsqx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#startPage"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#sdsqddz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dzandzah"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zadzqbsdg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#hsgiuyza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#year"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#EzGNplyLBiS"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#organization"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zadszabnds"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#sddnsnqdb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dzbn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#wxsdxqsdh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#sqnbyz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#sqxsqkd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#szdnzak"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dsqndsz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#directors"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zdazsx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zdjznzn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dscdscg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#Article"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#qsdsnbsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dszabdza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#event"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zdnzadh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zajdhqs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dznadzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zadazxn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dsza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#PhdThesis"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zdqssqdb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#ndsbzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#sqnzkzn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#sqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#mkalnshsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dcsqdcsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#firstPublished"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zand"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dqzdxdcsqj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zdsnsqdv"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#sbqgzga"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zqedzbx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#sqdsopq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zauio"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zandsbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dcsqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zdzbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#InProceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#qsdsquj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#sxqsnbvsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#dzajndsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zqdszh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zadsznad"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#contents"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#zdzndh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#izxnquo"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#Deliverable"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#size"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#chapters"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#TfniY"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#PrSGUs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#YuEma"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#lastName"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202-8/onto.rdf#language"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = sqbdzg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = sdqz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = sdxsndxsqg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = zassdzadb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = zsbdgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = dsqnhza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = dsqdbz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = asndzsd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = zdzdzd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = zeadza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = qzd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = qzddj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = dsazdjz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = dzqndbzq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = dzajj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = vccfsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = dzshyuua</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = dszbnz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = dnqsb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = sqndsqgy</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = dznbaln</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = zdzaudbd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = dzezd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = scds</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = zdsznbadzagh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = xsqlknk</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = sdnsbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = dszbgz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = dzayue</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = sdcsqhyz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = dsqndbsqx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = sqnhdbdj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = sdsqddz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = dzandzah</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = zadzqbsdg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = hsgiuyza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = zdsnzsdh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = EzGNplyLBiS</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = sqdndvb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = zadszabnds</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = sddnsnqdb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = dzbn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = wxsdxqsdh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = sqnbyz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = sqxsqkd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = szdnzak</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = dsqndsz</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = zdnzqnd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = zdazsx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = zdjznzn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = dscdscg</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = hazdn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = qsdsnbsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = dsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = dszabdza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = zadzjadns</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = zdnzadh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = zajdhqs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = sznsbq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = dznadzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = zadazxn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = dsza</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = zqdzqzai</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = zdqssqdb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = ndsbzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = sqnzkzn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = sqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = mkalnshsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = dcsqdcsqd</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = sqdnbs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = zand</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = dqzdxdcsqj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = zdsnsqdv</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = sbqgzga</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = zqedzbx</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = sqdsopq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = zauio</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = zandsbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = dcsqdsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = zdzbh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = deqdxcsqcsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = qsdsquj</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = sxqsnbvsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = dzajndsq</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = zqdszh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = zadsznad</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = zdnzdzh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = zdzndh</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = izxnquo</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = azzauhuie</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = dzsndzah</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = iNi4b8XV</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = TfniY</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = PrSGUs</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = YuEma</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = sqkxndc</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,788 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<rdf:RDF xmlns="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sqbdzg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sdqz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sdxsndxsqg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zassdzadb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zsbdgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dsqnhza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dsqdbz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#asndzsd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zdzdzd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zeadza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#qzd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#qzddj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dsazdjz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dzqndbzq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dzajj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#vccfsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dzshyuua"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dszbnz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dnqsb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sqndsqgy"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dznbaln"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zdzaudbd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dzezd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#scds"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zdsznbadzagh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#xsqlknk"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sdnsbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dszbgz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dzayue"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sdcsqhyz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dsqndbsqx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sqnhdbdj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sdsqddz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dzandzah"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zadzqbsdg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#hsgiuyza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zdsnzsdh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#EzGNplyLBiS"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sqdndvb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zadszabnds"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sddnsnqdb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dzbn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#wxsdxqsdh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sqnbyz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sqxsqkd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#szdnzak"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dsqndsz"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zdnzqnd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zdazsx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zdjznzn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dscdscg"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#hazdn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#qsdsnbsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dszabdza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zadzjadns"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zdnzadh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zajdhqs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sznsbq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dznadzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zadazxn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dsza"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zqdzqzai"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zdqssqdb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#ndsbzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sqnzkzn"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#mkalnshsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dcsqdcsqd"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sqdnbs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zand"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dqzdxdcsqj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zdsnsqdv"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sbqgzga"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zqedzbx"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sqdsopq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zauio"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zandsbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dcsqdsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zdzbh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#deqdxcsqcsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#qsdsquj"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sxqsnbvsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dzajndsq"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zqdszh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zadsznad"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zdnzdzh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#zdzndh"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#izxnquo"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#azzauhuie"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#dzsndzah"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#iNi4b8XV"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#TfniY"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#PrSGUs"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#YuEma"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#lastName"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/202/onto.rdf#sqkxndc"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = type</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = howPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = periodicity</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = volume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = annote</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = PersonList</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = month</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = copyright</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = Unpublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = Address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = chapter</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = Chapter</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = editor</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = InBook</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = Date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = series</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = PageRange</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = title</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = Booklet</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = numberOrVolume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = LectureNotes</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = url</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = MastersThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = organizer</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = mrNumber</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = pages</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = TechReport</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = reviewed</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = startPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = edition</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = lccn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = affiliation</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = year</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = isPartOf</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = organization</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = country</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = school</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = Misc</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = Collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = isbn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = abstract</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = directors</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = Academic</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = location</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = MotionPicture</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = Article</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = Informal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = price</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = name</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = event</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = state</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = Book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = day</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = School</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = shortName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = PhdThesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = Proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = number</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = issue</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = Reference</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = endPage</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = InCollection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = firstPublished</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = author</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = Report</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = note</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = humanCreator</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = Conference</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = Part</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = Publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = contract</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = Manual</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = key</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = InProceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = Journal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = journal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = Monograph</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = keywords</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = issn</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = contents</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = city</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = Institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = Deliverable</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = size</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = chapters</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = parts</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = communications</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = articles</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = language</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,791 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
|
||||
<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
|
||||
xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
|
||||
xmlns:xsd='http://www.w3.org/2001/XMLSchema#'>
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#type'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#howPublished'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#periodicity'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#proceedings'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#volume'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#annote'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#PersonList'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#month'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#copyright'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Unpublished'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#address'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Address'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#chapter'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Chapter'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#editor'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#InBook'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Date'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#series'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#PageRange'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#date'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#title'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Booklet'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#numberOrVolume'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#LectureNotes'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#url'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#MastersThesis'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#organizer'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#mrNumber'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#pages'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#TechReport'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#reviewed'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#startPage'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#edition'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#lccn'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#affiliation'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#institution'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#year'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#isPartOf'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#organization'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#country'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#publisher'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#school'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Misc'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#collection'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Collection'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#isbn'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#abstract'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#directors'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Academic'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#location'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#MotionPicture'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Article'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Informal'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#price'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#name'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#event'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#state'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Book'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#book'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#day'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#School'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#shortName'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#PhdThesis'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Proceedings'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#number'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#issue'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Reference'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#endPage'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#InCollection'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#firstPublished'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#author'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Report'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#note'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#humanCreator'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Conference'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Part'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Publisher'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#contract'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Manual'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#key'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#InProceedings'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Journal'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#journal'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Monograph'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#keywords'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#issn'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#contents'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#city'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Institution'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#Deliverable'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#size'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#chapters'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#parts'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#communications'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#articles'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#lastName'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language'/>
|
||||
<entity2 rdf:resource='http://oaei.ontologymatching.org/2011/benchmarks/203/onto.rdf#language'/>
|
||||
<measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
|
||||
<body bgcolor="white">
|
||||
<h1>(level 0)
|
||||
Alignment</h1>
|
||||
<h2>Source:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Target:
|
||||
<a href="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf">http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf</a>
|
||||
</h2>
|
||||
<h2>Correspondences</h2>
|
||||
<dl compact>
|
||||
<dt>type = type</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>howPublished = how_published</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>periodicity = periodicity</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>proceedings = proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>volume = volume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>annote = annote</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PersonList = PERSON_LIST</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>month = month</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>copyright = copyright</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Unpublished = Un_published</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>address = address</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Address = ADDRESS</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapter = chapter</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Chapter = Chapter</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>editor = editor</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InBook = In_book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Date = DATE</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>series = series</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PageRange = PAGE_RANGE</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>date = date</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>title = title</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Booklet = Booklet</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>numberOrVolume = number_or_volume</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>LectureNotes = Lecture_notes</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>url = U.R.L.</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MastersThesis = MSc_thesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organizer = organiser</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>mrNumber = M.R.Nb</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>pages = pages</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>TechReport = Technical_report</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>reviewed = reviewed</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>startPage = start_page</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>edition = edition</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lccn = L.C.C.N.</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>affiliation = affiliation</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>institution = institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>year = year</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isPartOf = is_part_of</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>organization = organisation</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>country = country</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>publisher = publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>school = school</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Misc = Misc.</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>collection = collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Collection = Collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>isbn = I.S.B.N.</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>abstract = abstract</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>directors = directors</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Academic = Academic</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>location = location</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>MotionPicture = Motion_picture</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Article = Article</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Informal = Informal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>price = price</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>name = name</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>event = event</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>state = state</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Book = Book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>book = book</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>day = day</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>School = School</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>shortName = short_name</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>PhdThesis = PhD_thesis</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Proceedings = Proc.</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>number = number</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issue = issue</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Reference = REFERENCE</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>endPage = end_page</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InCollection = In_collection</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>firstPublished = first_published</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>author = author</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Report = Report</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>note = note</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>humanCreator = human_creator</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Conference = CONFERENCE</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Part = Part</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Publisher = Publisher</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contract = contract</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Manual = Manual</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>key = key</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>InProceedings = In_proceedings</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Journal = JOURNAL</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>journal = journal</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Monograph = Monograph</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>keywords = keywords</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>issn = I.S.S.N.</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>contents = contents</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>city = city</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Institution = Institution</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>Deliverable = Deliverable</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>size = size</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>chapters = chap</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>parts = parts</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>communications = com</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>articles = art</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>lastName = lastName</dt>
|
||||
<dd>1.0</dd>
|
||||
<dt>language = language</dt>
|
||||
<dd>1.0</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,788 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<rdf:RDF xmlns="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
|
||||
<Alignment>
|
||||
<xml>yes</xml>
|
||||
<level>0</level>
|
||||
<type>11</type>
|
||||
<onto1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</onto1>
|
||||
<onto2>http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf</onto2>
|
||||
<uri1>http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf</uri1>
|
||||
<uri2>http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf</uri2>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#type"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#type"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#howPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#how_published"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#periodicity"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#periodicity"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#proceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#volume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#volume"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#annote"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#annote"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PersonList"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#PERSON_LIST"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#month"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#month"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#copyright"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#copyright"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Unpublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Un_published"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#address"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Address"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#ADDRESS"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#chapter"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Chapter"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Chapter"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#editor"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#editor"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InBook"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#In_book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#DATE"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#series"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#series"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PageRange"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#PAGE_RANGE"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#date"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#date"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#title"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#title"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Booklet"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Booklet"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#numberOrVolume"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#number_or_volume"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#LectureNotes"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Lecture_notes"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#url"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#U.R.L."/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MastersThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#MSc_thesis"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organizer"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#organiser"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#mrNumber"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#M.R.Nb"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#pages"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#pages"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#TechReport"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Technical_report"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#reviewed"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#reviewed"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#startPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#start_page"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#edition"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#edition"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lccn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#L.C.C.N."/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#affiliation"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#affiliation"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#institution"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#year"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#year"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isPartOf"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#is_part_of"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#organization"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#organisation"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#country"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#country"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#publisher"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#school"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#school"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Misc"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Misc."/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#collection"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Collection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Collection"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#isbn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#I.S.B.N."/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#abstract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#abstract"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#directors"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#directors"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Academic"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Academic"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#location"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#location"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#MotionPicture"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Motion_picture"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Article"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Article"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Informal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Informal"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#price"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#price"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#name"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#name"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#event"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#event"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#state"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#state"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#book"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#book"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#day"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#day"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#School"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#School"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#shortName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#short_name"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#PhdThesis"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#PhD_thesis"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Proceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Proc."/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#number"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#number"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issue"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#issue"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Reference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#REFERENCE"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#endPage"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#end_page"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InCollection"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#In_collection"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#firstPublished"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#first_published"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#author"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#author"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Report"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Report"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#note"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#note"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#humanCreator"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#human_creator"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Conference"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#CONFERENCE"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Part"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Part"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Publisher"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Publisher"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contract"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#contract"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Manual"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Manual"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#key"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#key"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#InProceedings"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#In_proceedings"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#JOURNAL"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#journal"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#journal"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Monograph"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Monograph"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#keywords"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#keywords"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#issn"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#I.S.S.N."/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#contents"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#contents"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#city"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#city"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Institution"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Institution"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#Deliverable"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#Deliverable"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#size"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#size"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#chapters"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#chap"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#parts"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#parts"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#communications"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#com"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#articles"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#art"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#lastName"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#lastName"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
<map>
|
||||
<Cell>
|
||||
<entity1 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/101/onto.rdf#language"/>
|
||||
<entity2 rdf:resource="http://oaei.ontologymatching.org/2011/benchmarks/204/onto.rdf#language"/>
|
||||
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</measure>
|
||||
<relation>=</relation>
|
||||
</Cell>
|
||||
</map>
|
||||
</Alignment>
|
||||
</rdf:RDF>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user