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

fr.inria.edelweiss.kgraph.logic.RDF Maven / Gradle / Ivy

The newest version!
package fr.inria.edelweiss.kgraph.logic;

public interface RDF {

	public static final String RDF   	= "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
	public static final String TYPE 	= RDF + "type";
	public static final String PROPERTY = RDF + "Property";
	public static final String BLI 		= RDF  + "_";
	public static final String FIRST 	= RDF  + "first";
	public static final String REST 	= RDF  + "rest";
	public static final String NIL	 	= RDF  + "nil";
	public static final String VALUE	= RDF  + "value";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy