c

coda

CODA (Computer-aided Ontology Development Architecture) is an architecture and an associated Java framework for the RDF triplification of UIMA results from analysis of unstructured content.
http://art.uniroma2.it/coda/
Creative Commons 4.0 BY-SA
ART Group, University of Rome, Tor Vergata
Manuel Fiorelli Armando Stellato Andrea Turbati
Files download
File Operation
coda-1.8.1.pom download
Apache Maven
<dependency>
  <groupId>it.uniroma2.art.coda</groupId>
  <artifactId>coda</artifactId>
  <version>1.8.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.uniroma2.art.coda:coda:1.8.1'
Gradle Kotlin
implementation("it.uniroma2.art.coda:coda:1.8.1")
Scala SBT
libraryDependencies += "it.uniroma2.art.coda" % "coda" % "1.8.1"
Groovy Grape
@Grapes(
  @Grab(group='it.uniroma2.art.coda', module='coda', version='1.8.1')
)
Apache Ivy
<dependency org="it.uniroma2.art.coda" name="coda" rev="1.8.1" />
Leiningen
[it.uniroma2.art.coda/coda "1.8.1"]
Apache Buildr
'it.uniroma2.art.coda:coda:jar:1.8.1'
Dependencies
The project has no third-party dependencies