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

org.linkeddatafragments.fragments.tpf.ITriplePatternFragment Maven / Gradle / Ivy

package org.linkeddatafragments.fragments.tpf;

import org.linkeddatafragments.fragments.ILinkedDataFragment;

/**
 * A Triple Pattern Fragment.
 * @author Ruben Verborgh
 */
public interface ITriplePatternFragment extends ILinkedDataFragment {
    /**
     * Gets the total number of triples in the fragment (can be an estimate).
     * @return the total number of triples
     */
    public long getTotalSize();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy