We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
##Maven Pom
<project> <modelVersion>4.0.0</modelVersion> <groupId>data2semantics</groupId> <artifactId>dodol</artifactId> <version>0.0.1-SNAPSHOT</version> <name>dodol</name> <description>Machine Learning Platform </description> <repositories> <repository> <id>ducktape-nexus</id> <url>http://ducktape.wongiseng.com/nexus/content/repositories/snapshots</url> </repository> </repositories> <dependencies> <dependency> <groupId>data2semantics</groupId> <artifactId>d2s-platform</artifactId> <version>0.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>data2semantics</groupId> <artifactId>RDFmodel</artifactId> <version>0.0.1-SNAPSHOT</version> </dependency> </dependencies> </project>
Download
workflow: name: RDFCompression modules: - module: name: RDFCompression source: org.data2semantics.RDFmodel.modules.RDFCompression inputs: file: /home/d2shack/demo/backend/src/app/scratch/raw2ld/config.ttl minlinks: [1, 2, 3, 4, 5, 6, 7, 8]