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

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

	/**
	 * definition: 
		A Bundle is a jar file containing a manifest and some 
		combination of Java classes, embedded JAR files, 
		native code, and resources
	

	 */
	public static final IRI Bundle = new IRI("http://clerezza.org/2008/11/osgi#Bundle");

	// Properties

	/**
	 * definition: Points to a Literal specifying the URI path
	prefix of an Agent, i.e. the Triaxrs path-prefix of bundles owned
	by that Agent. The syntax of a "generic URI" (cf. RFC 2396)
	is ://?. This
	property defines the prefix of the path component assigned to the Agent.
	E.g., /my/path/prefix can be defined as the path prefix of the URI
	http://clerezza.org/my/path/prefix/myresource. 

	 */
	public static final IRI agent_path_prefix = new IRI("http://clerezza.org/2008/11/osgi#agent_path_prefix");

	/**
	 * definition: Points to the bundle id of the subject in the
	OSGi framework

	 */
	public static final IRI bundle_id = new IRI("http://clerezza.org/2008/11/osgi#bundle_id");

	/**
	 * definition: Points to an agent who owns the bundle

	 */
	public static final IRI owner = new IRI("http://clerezza.org/2008/11/osgi#owner");

	/**
	 * definition: Points to the status of the subject, which is
	indicated using the states as defined in org.osgi.framework.Bundle

	 */
	public static final IRI status = new IRI("http://clerezza.org/2008/11/osgi#status");

	// Properties

	/**
	 * 
	 */
	public static final IRI THIS_ONTOLOGY = new IRI("http://clerezza.org/2008/11/osgi#");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy