Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alignment API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
moex
Alignment API
Commits
0230a029
Commit
0230a029
authored
17 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- updated doc due to the use of Jetty and the addition of dc: labels
parent
1c1d6e01
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
html/credits.html
+1
-1
1 addition, 1 deletion
html/credits.html
html/labels.html
+24
-5
24 additions, 5 deletions
html/labels.html
html/lib.html
+5
-2
5 additions, 2 deletions
html/lib.html
with
30 additions
and
8 deletions
html/credits.html
+
1
−
1
View file @
0230a029
...
...
@@ -34,7 +34,7 @@
<a
href=
""
>
Raphael Voltz
</a></dt><dd>
provided some code snippets for
using the OWL API
</dd>
<dt><a
href=
""
>
Jarno Elonen
</a></dt><dd>
developped a small footprint HTTP server
that
i
s embedded in the Alignment Server
</dd>
that
wa
s embedded in the Alignment Server
(in version 2.5-3.0)
</dd>
<dt><a
href=
""
>
Konstantinos A. Nedas
</a></dt><dd>
implemented the Hungarian method which is
embedded in the Alignment API implementation.
</dd>
<dt><a
href=
""
>
an anonymous person
</a></dt><dd>
developped the Levensthein
...
...
This diff is collapsed.
Click to expand it.
html/labels.html
+
24
−
5
View file @
0230a029
...
...
@@ -45,11 +45,32 @@
<dl>
<dt>
http://knowledgeweb.semanticweb.org/heterogeneity/alignment:id
</dd>
<dd>
URI identifying the alignment
</dd>
<dd>
URI identifying the alignment
.
</dd>
<dt>
http://knowledgeweb.semanticweb.org/heterogeneity/alignment:method
</dd>
<dd>
CLASSNAME of the generating matching method
</dd>
<dd>
CLASSNAME of the generating matching method
.
</dd>
<dt>
http://knowledgeweb.semanticweb.org/heterogeneity/alignment:time
</dd>
<dd>
DURATION of the matching process
</dd>
<dd>
DURATION of the matching process.
</dd>
<dt>
http://knowledgeweb.semanticweb.org/heterogeneity/alignment:pretty
</dd>
<dd>
STRING providing a short descriptive name of the alignment.
</dd>
</dl>
<h2>
Dublin core extensions
</h2>
<dl>
<dt>
http://purl.org/dc/elements/1.1/:creator
</dt>
<dd>
STRING identifying an entity primarily responsible for making the alignment.
</dd>
<dt>
http://purl.org/dc/elements/1.1/:date
</dt>
<dd>
TIMESTAMP of an event in the lifecycle of the alignment.
</dd>
<dt>
http://purl.org/dc/elements/1.1/:description
</dt>
<dd>
STRING describing the alignment.
</dd>
<dt>
http://purl.org/dc/elements/1.1/:identifier
</dt>
<dd>
Use http://knowledgeweb.semanticweb.org/heterogeneity/alignment:id
instead.
</dd>
<dt>
http://purl.org/dc/elements/1.1/:rights
</dt>
<dd>
STRING providing information about rights held in and over the alignment.
</dd>
<dt>
http://purl.org/dc/elements/1.1/:title
</dt>
<dd>
Use
http://knowledgeweb.semanticweb.org/heterogeneity/alignment:pretty instead.
</dd>
</dl>
<h2>
Alignment server extensions
</h2>
...
...
@@ -63,8 +84,6 @@
<dd>
URI of the first ontology (temporary store)
</dd>
<dt>
http://exmo.inrialpes.fr/align/service:ouri2
</dt>
<dd>
URI of the second ontology (temporary store)
</dd>
<dt>
http://exmo.inrialpes.fr/align/service:pretty
</dt>
<dd>
Name to be displayed instead of the URI of the alignment
</dd>
</dl>
<h2>
Argumentation extensions
</h2>
...
...
This diff is collapsed.
Click to expand it.
html/lib.html
+
5
−
2
View file @
0230a029
...
...
@@ -61,10 +61,13 @@ be necessary within the API and some other information.</p>
<h2>
Required for the Alignment Server
</h2>
<dl>
<dt><a
href=
"http://dev.mysql.com/downloads/connector/j/3.0.html"
>
MySQL
<dt><a
href=
"http://dev.mysql.com/downloads/connector/j/3.0.html"
>
MySQL
JDBC Connectors
</a>
5.0.3: mysql-connector-java-5.0.3-bin.jar [GPL]
</dt>
<dd>
This also requires MySQL to be installed. Required for alignsvc.
</dd>
<dt><a
href=
"http://jetty.mortbay.org/"
>
Jetty
</a>
6.1.2rc5: jetty.jar
jetty-util.jar servlet-api.jar [Apache]
</dt>
<dd>
This also requires MySQL to be installed. Required for HTML and
web service part.
</dd>
</dl>
<h3>
Required for the Agent/JADE part
</h3>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment