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

com.github.tkurz.sparqlmm.query.SPARQLMMParser Maven / Gradle / Ivy

package com.github.tkurz.sparqlmm.query;

import org.openrdf.query.parser.sparql.SPARQLParser;

/**
 * ...
 * 

* Author: Thomas Kurz ([email protected]) */ public class SPARQLMMParser extends SPARQLParser { public SPARQLMMParser() { super(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy