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

org.nlp2rdf.common.Constants Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
package org.nlp2rdf.common;

public interface Constants {

    String N3_TOKEN_SPLIT = "> <";

    String N3_FORMAT = "<%s>\t<%s>\t<%s> .";

    String NEW_LINE = "\n";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy