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

com.ontology2.bakemono.primitiveTriples.SPOPrimitiveTripleOutputFormat Maven / Gradle / Ivy

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

import org.apache.hadoop.io.LongWritable;

public class SPOPrimitiveTripleOutputFormat extends PrimitiveTripleOutputFormat {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy