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

org.apache.clerezza.rdf.ontologies.TCPROVIDER Maven / Gradle / Ivy

The newest version!
// Generated by org.apache.clerezza.rdf.schemagen.SchemaGen
package org.apache.clerezza.rdf.ontologies;

import org.apache.clerezza.commons.rdf.IRI;

public class TCPROVIDER {
	// Classes

	/**
	 * definition: 
		A graph, modeled as a set of triples.
	

	 */
	public static final IRI Graph = new IRI("http://clerezza.org/2009/06/tcprovider#Graph");

	/**
	 * definition: 
		A mutable graph.
	

	 */
	public static final IRI MGraph = new IRI("http://clerezza.org/2009/06/tcprovider#MGraph");

	/**
	 * definition: 
		A triple collcetion, i.e. a mutable or inmutable graph.
	

	 */
	public static final IRI TripleCollection = new IRI("http://clerezza.org/2009/06/tcprovider#TripleCollection");

	// Properties

	/**
	 * 
	 */
	public static final IRI THIS_ONTOLOGY = new IRI("http://clerezza.org/2009/06/tcprovider#");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy