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, Tor Vergata University of Rome
Armando Stellato Andrea Turbati Manuel Fiorelli
Files download
File Operation
coda-2.0.pom download
Apache Maven
<dependency>
  <groupId>it.uniroma2.art.coda</groupId>
  <artifactId>coda</artifactId>
  <version>2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.uniroma2.art.coda:coda:2.0'
Gradle Kotlin
implementation("it.uniroma2.art.coda:coda:2.0")
Scala SBT
libraryDependencies += "it.uniroma2.art.coda" % "coda" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='it.uniroma2.art.coda', module='coda', version='2.0')
)
Apache Ivy
<dependency org="it.uniroma2.art.coda" name="coda" rev="2.0" />
Leiningen
[it.uniroma2.art.coda/coda "2.0"]
Apache Buildr
'it.uniroma2.art.coda:coda:jar:2.0'
Dependencies
The project has no third-party dependencies