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

it.unibz.inf.ontop.rdf4j.predefined.PredefinedGraphQuery Maven / Gradle / Ivy

The newest version!
package it.unibz.inf.ontop.rdf4j.predefined;

import it.unibz.inf.ontop.query.ConstructTemplate;
import it.unibz.inf.ontop.query.RDF4JConstructQuery;

import java.util.Map;
import java.util.Optional;

public interface PredefinedGraphQuery extends PredefinedQuery {

    Optional> getJsonLdFrame();

    /**
     * NB: remains independent from the bindings
     */
    ConstructTemplate getConstructTemplate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy