E

EXPRESStoOWL

EXPRESStoOWL is a set of reusable Java components that allows to parse EXPRESS files and convert them into OWL ontologies in the context of the Industry Foundation Classes (IFC).
https://github.com/pipauwel/EXPRESStoOWL
Apache License, Version 2.0
Pieter Pauwels Jyrki Oraskari Lewis John McGibbney
Files download
File Operation
EXPRESStoOWL-0.3.jar download
EXPRESStoOWL-0.3.pom download
EXPRESStoOWL-0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pipauwel</groupId>
  <artifactId>EXPRESStoOWL</artifactId>
  <version>0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.pipauwel:EXPRESStoOWL:0.3'
Gradle Kotlin
implementation("com.github.pipauwel:EXPRESStoOWL:0.3")
Scala SBT
libraryDependencies += "com.github.pipauwel" % "EXPRESStoOWL" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pipauwel', module='EXPRESStoOWL', version='0.3')
)
Apache Ivy
<dependency org="com.github.pipauwel" name="EXPRESStoOWL" rev="0.3" />
Leiningen
[com.github.pipauwel/EXPRESStoOWL "0.3"]
Apache Buildr
'com.github.pipauwel:EXPRESStoOWL:jar:0.3'