
org.apache.clerezza.rdf.ontologies.DAP 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 DAP {
// Properties
/**
* definition:
The object is an icon representing the subject.
*/
public static final IRI icon = new IRI("http://clerezza.org/2009/04/dap#icon");
/**
* definition:
The object is a preview of the subject.
*/
public static final IRI preview = new IRI("http://clerezza.org/2009/04/dap#preview");
// Properties
/**
*
*/
public static final IRI THIS_ONTOLOGY = new IRI("http://clerezza.org/2009/04/dap#");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy