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

com.github.anno4j.recommendation.ontologies.ANNO4JREC Maven / Gradle / Ivy

There is a newer version: 2.4
Show newest version
package com.github.anno4j.recommendation.ontologies;

/**
 * Created by Manu on 29/07/15.
 */
public class ANNO4JREC {

    public static final String NS = "https://github.com/anno4j/anno4j/namespaces/recommendation#";

    public static final String PREFIX = "arec";

    public static final String SIMILARITY = NS + "similarity";

    public static final String SIMILARITY_STATEMENT = NS + "SimilarityStatement";


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy