Package | Description |
---|---|
fr.inrialpes.exmo.align.impl | |
fr.inrialpes.exmo.align.impl.edoal | |
fr.inrialpes.exmo.align.impl.rel | |
fr.inrialpes.exmo.align.impl.renderer | |
org.semanticweb.owl.align |
Modifier and Type | Method and Description |
---|---|
void |
URICell.accept(AlignmentVisitor visitor) |
void |
BasicRelation.accept(AlignmentVisitor visitor) |
void |
BasicCell.accept(AlignmentVisitor visitor) |
void |
BasicAlignment.accept(AlignmentVisitor visitor) |
void |
BasicAlignment.render(AlignmentVisitor renderer)
This should be rewritten in order to generate the axiom ontology instead
of printing it! And then use ontology serialization for getting it
printed.
|
Modifier and Type | Method and Description |
---|---|
void |
EDOALCell.accept(AlignmentVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
SubsumedRelation.accept(AlignmentVisitor visitor) |
void |
SubsumeRelation.accept(AlignmentVisitor visitor) |
void |
NonTransitiveImplicationRelation.accept(AlignmentVisitor visitor) |
void |
InstanceOfRelation.accept(AlignmentVisitor visitor) |
void |
IncompatRelation.accept(AlignmentVisitor visitor) |
void |
HasInstanceRelation.accept(AlignmentVisitor visitor) |
void |
EquivRelation.accept(AlignmentVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
COWLMappingRendererVisitor
Renders an alignment as a new ontology merging these.
|
class |
CSVRendererVisitor
Renders an alignment in Comma-separated-value or Tab-separated-value
- only works with URIAlignments
|
class |
HTMLMetadataRendererVisitor
Renders an alignment in HTML
TODO:
- add CSS categories
- add resource chooser
|
class |
HTMLRendererVisitor
Renders an alignment in HTML
TODO:
- add CSS categories
- add resource chooser
|
class |
JSONRendererVisitor
Renders an alignment in JSON (and in fact in JSON-LD) IETF RFC 7159 +
http://www.w3.org/TR/json-ld/
application/json : media type available
|
class |
OWLAxiomsRendererVisitor
Renders an alignment as a new ontology merging these.
|
class |
RDFRendererVisitor
Renders an alignment in its RDF format
|
class |
SEKTMappingRendererVisitor
Renders an alignment as a new ontology merging these.
|
class |
SILKRendererVisitor
This renders only a skeleton for the SILK script.
|
class |
SKOSRendererVisitor
Renders an alignment as a new ontology merging these.
|
class |
SPARQLConstructRendererVisitor |
class |
SPARQLLinkkerRendererVisitor
The architecture of these SPARQL renderer does not comply with the classical renderer architecture
whose goal is to immediatelt display the query on given writer.
|
class |
SPARQLSelectRendererVisitor |
class |
SWRLRendererVisitor
Renders an alignment as a SWRL rule set interpreting
.data of the first ontology into the second one.
|
class |
XMLMetadataRendererVisitor
Renders an alignment in its RDF format
|
class |
XSLTRendererVisitor
Renders an alignment as a XSLT stylesheet transforming
.data of the first ontology into the second one.
|
Modifier and Type | Method and Description |
---|---|
void |
Visitable.accept(AlignmentVisitor visitor) |
void |
Alignment.render(AlignmentVisitor renderer)
Exporting
The alignments are exported for other purposes.
|
(C) INRIA & friends, 2003-2020