Giter Club home page Giter Club logo

expresstoowl's Introduction

EXPRESStoOWL (v.0.4)

EXPRESStoOWL is a set of reusable Java components that allows to parse EXPRESS files (.exp) and convert them into OWL ontologies in the context of the Industry Foundation Classes (IFC). This library supports the conversion of express schemas available at https://technical.buildingsmart.org/standards/ifc/ifc-schema-specifications/, namely:

  • IFC2X3_TC1
  • IFC4_ADD1
  • IFC4_ADD2
  • IFC4_ADD2_TC1
  • IFC4x1
  • IFC4
  • IFC4x3_RC1

The resulting OWL ontologies are published in https://technical.buildingsmart.org/standards/ifc/ifc-schema-specifications/.

How to run this code?

If you simply want to run your computer on your device, you are advised to download

Run the following command to generate an OWL ontology for either of the supported IFC schemas:

java -jar EXPRESStoOWL-0.4-shaded.jar IFC4x3_RC1 outputFile.ttl

How to re-use this code in your own Java code project?

This Java code is managed using Maven. If you plan to re-use this code, you are advised to do this through maven. The code is published as a Maven module in Maven Central (https://search.maven.org/artifact/com.github.pipauwel/EXPRESStoOWL). Therefore, you can directly include and use this code by adding the following lines to your pom.xml file.

<dependency>
  <groupId>com.github.pipauwel</groupId>
  <artifactId>EXPRESStoOWL</artifactId>
  <version>0.4</version>
</dependency>

Dependencies

This code mainly reuses the IFC Parser Library (v.0.2) through Maven.

Access to source code

All source code is accessible through the EXPRESStoOWL GitHub repository in the master branch. Anyone is free to fork the repository, make changes, and potentially suggest updates and changes through Git pull requests.

Issues

Issues can be posted in https://github.com/pipauwel/EXPRESStoOWL/issues.

Changes

A change log is available at CHANGES.md.

Java API Documentation

The API Documentation is very limited, yet it is available at: https://pipauwel.github.io/EXPRESStoOWL/0.4/apidocs/

Older versions

Previous versions are available:

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

See License details at LICENSE.

Contact

Want to know more? Contact:

Pieter Pauwels
Eindhoven University of Technology
[email protected]

expresstoowl's People

Contributors

pipauwel avatar lewismc avatar dependabot[bot] 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.