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
文件下载
文件名 操作
EXPRESStoOWL-0.4.jar 下载
EXPRESStoOWL-0.4.pom 下载
EXPRESStoOWL-0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.pipauwel</groupId>
  <artifactId>EXPRESStoOWL</artifactId>
  <version>0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.pipauwel:EXPRESStoOWL:0.4'
Gradle Kotlin
implementation("com.github.pipauwel:EXPRESStoOWL:0.4")
Scala SBT
libraryDependencies += "com.github.pipauwel" % "EXPRESStoOWL" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pipauwel', module='EXPRESStoOWL', version='0.4')
)
Apache Ivy
<dependency org="com.github.pipauwel" name="EXPRESStoOWL" rev="0.4" />
Leiningen
[com.github.pipauwel/EXPRESStoOWL "0.4"]
Apache Buildr
'com.github.pipauwel:EXPRESStoOWL:jar:0.4'