com.github.tkurz.sparqlmm.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sparql-mm Show documentation
Show all versions of sparql-mm Show documentation
SPARQL-MM is a multimedia-extension for SPARQL 1.1 (www.w3.org/TR/sparql11-query/) implemented for Sesame (http://www.openrdf.org/).
The newest version!
package com.github.tkurz.sparqlmm;
/**
* ...
*
* Author: Thomas Kurz ([email protected])
*/
public class Constants {
public static final String VERSION = "2.0.0";
public static final String ABBREVIATION = "mm";
public static final String NAMESPACE = "http://linkedmultimedia.org/sparql-mm/ns/" + VERSION + "/function#";
}