
org.apache.clerezza.rdf.ontologies.TCPROVIDER Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rdf.ontologies Show documentation
Show all versions of rdf.ontologies Show documentation
Some java classes with constants for common ontologies.
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