
org.apache.clerezza.rdf.ontologies.MENU 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 MENU {
// Classes
/**
* comment: An item of a menu
*/
public static final IRI MenuNode = new IRI("http://clerezza.org/2009/09/menu#MenuNode");
// Properties
/**
*
*/
public static final IRI THIS_ONTOLOGY = new IRI("http://clerezza.org/2009/09/menu#");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy