- Semantic mapper
A semantic mapper is tool or service that aids in the transformation of
data element s from onenamespace into another namespace. A semantic mapper is an essential component of asemantic broker and one tool that is enabled by theSemantic Web technologies.Essentially the problems arising in semantic mapping are the same as in
data mapping fordata integration purposes, with the difference that here the semantic relationships are made explicit through the use ofsemantic net s orontologies which play the role of data dictionaries in data mapping.tructure of a semantic mapper
A semantic mapper must have access to three data sets:
# List of data elements source namespace
# List of data elements in destination namespace
# List of semantic equivalent statements between source and destination (e.g. [http://www.w3.org/TR/2004/REC-owl-ref-20040210/#equivalentClass-def owl:equivalentClass] , [http://www.w3.org/TR/2004/REC-owl-ref-20040210/#equivalentProperty-def owl:equivalentProperty] or [http://www.w3.org/TR/2004/REC-owl-ref-20040210/#sameAs-def owl:sameAs] in OWL).A semantic mapper processes on a list of data elements in the source namespace. The semantic mapper will successively translate the data elements from the source namespace to the destination namespace. The mapping does not necessarily need to be a
one-to-one mapping. Some data elements may map to several data elements in the destination.Some semantic mappers are static in that they will do a one-time data transforms. Others will generate an executable program to repeatedly perform this transform. The output of this program may be any transformation system such as
XSLT , a Java program or a program in some otherprocedural language .ee also
*
Semantic integration
*semantic translation
*data model
*mediation
*Enterprise Application Integration
*Semantic Mapping References
* [http://web-services.gov/OntologiesSemanticWebSemInteropSICOP909-Obrst.ppt Ontologies & the Semantic Web for Semantic Interoperability Leo Obrst]
Wikimedia Foundation. 2010.