Skip to content

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
msfyuksel committed Jun 10, 2013
1 parent 34e09cb commit e36ae9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Ontmalizer performs comprehensive transformations of XML Schemas (XSD) and XML d

The state of the art open source and/or free tools for RDFizing XSD and XML are not able to handle complex schemas and XML instances such as HL7 Clinical Document Architecture (CDA) R2. Only a few commercial tools such as TopBraid Composer are successfully able to do so. However, we do not want to use commercial tools in our SALUS Project: http://www.salusproject.eu/. As a result, we implemented our own solution. We make use of Sun's XSOM library for processing XML Schemas, Apache Xerces for processing XML data and Apache Jena for managing RDF data.

Further information and technical details can be found in our blog post accessible at .
Further information and technical details can be found in our blog post accessible at http://blog.salusproject.eu/?p=189.

## Installation
===========
Expand Down Expand Up @@ -97,4 +97,4 @@ Similar to XSD2OWLMapper, XML2OWLMapper is able to print the output ontology ins
}
```

Please refer to our blog post for further details.
Please refer to our blog post (http://blog.salusproject.eu/?p=189) for further details.

0 comments on commit e36ae9c

Please sign in to comment.