All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ontology2.bakemono.jena.SPOTripleOutputFormat Maven / Gradle / Ivy

There is a newer version: 3.2
Show newest version
package com.ontology2.bakemono.jena;

import org.apache.hadoop.io.LongWritable;

import com.hp.hpl.jena.graph.Triple;

public class SPOTripleOutputFormat extends TripleOutputFormat {

    @Override
    protected Triple makeTriple(Triple key, LongWritable value) {
        return key;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy