Giter Club home page Giter Club logo

xs2owl's Introduction

XS2OWL

The XS2OWL framework aims to support semantic interoperability between the Semantic Web and XML environments. In particular, it supports the automatic transformation of XML Schemas in OWL syntax.

Technical details

It has been implemented as an XSLT stylesheet which takes as input the XML Schema file (.xsd) that will be transformed to OWL.

How to use it

You can apply the XSLT file on an XSD using the open-source Saxon-HE from saxonica from command line:

$ java -jar saxon9he.jar -s:example.xsd -xsl:XS2OWL/xs2owl2.0.10.xsl

It will produce 2 files, i.e. main.owl and owl2xml.owl.

The XS2OWL transformation generates two ontologies

  • A main ontology that represents the XML Schema constructs using OWL constructs.
  • A mapping ontology that associates the names of the XML Schema constructs with the IDs of the equivalent main ontology constructs and captures any information present in the XML Schema that cannot be captured in the main ontology due to the expressivity limitations of the OWL 2.0 syntax.

XS2OWL Framework Key features

  • Uplifts XML Schema 1.0 and XML Schema 1.1 to OWL 2.0 syntax.
  • Allows to down lift from the generated ontology to the original XML Schema.
  • Captures the semantics of the unique, key and keyref XML identity constraints.
  • Includes an XPath Evaluator, which is able to evaluate an XPath expression over the XML Schema, since the XPath expressions do not refer to the node hierarchy of the XML Schema but in the node structure of the XML data following it.

Citation

The SPARQL2XQuery interoperability framework: N. Bikakis, C. Tsinaraki, I. Stavrakantonakis, N. Gioldasis, S. Christodoulakis. World Wide Web 18 (2), 403-490.

Credits

Developed by:

  • Chrisa Tsinaraki
  • Ioannis Stavrakantonakis

xs2owl's People

Contributors

istavrak avatar

Watchers

Ryan Davanzo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.