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

org.aksw.facete.v3.api.FacetCount Maven / Gradle / Ivy

There is a newer version: 5.2.0-1
Show newest version
package org.aksw.facete.v3.api;

import org.aksw.commons.util.range.CountInfo;
import org.apache.jena.graph.Node;
import org.apache.jena.rdf.model.Resource;

/**
 * Class used for query results of facet counts.
 * Additional information may be accessible via the Resource API.
 * 
 * @author raven
 *
 */
public interface FacetCount
	extends Resource
{
	//String getPredicate();
	Node getPredicate();
	
	// Maybe in the future allow paths
	//Path getPath();
	CountInfo getDistinctValueCount();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy