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

org.apache.clerezza.rdf.ontologies.HIERARCHY 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 HIERARCHY {
	// Classes

	/**
	 * comment: An ordered  collection of members. The URI of a Collection
			must end with a slash ('/').

	 */
	public static final IRI Collection = new IRI("http://clerezza.org/2009/09/hierarchy#Collection");

	/**
	 * comment: A titled content that is typically displayed in a web browser
			without being a part of a containing entity.

	 */
	public static final IRI Page = new IRI("http://clerezza.org/2009/09/hierarchy#Page");

	// Properties

	/**
	 * comment: Points to a list of Resources.

	 */
	public static final IRI members = new IRI("http://clerezza.org/2009/09/hierarchy#members");

	/**
	 * comment: Points from a collection to an integer that states the
			number of members in the collection.

	 */
	public static final IRI membersNumber = new IRI("http://clerezza.org/2009/09/hierarchy#membersNumber");

	/**
	 * comment: Points from a resource to its parent collection.

	 */
	public static final IRI parent = new IRI("http://clerezza.org/2009/09/hierarchy#parent");

	// Properties

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy